@charset "utf-8";

/* main body */
body {width:100%; margin:0; font-size:0.875em; font-family: Verdana, "新細明體"; color:#606060; background:#f0f0f0}
#container {position:relative; width:986px; height:570px; margin:0 auto; background:url(../images/bg.gif) 0 -40px no-repeat}
#container .header {position:relative; height:90px}

a:link{font-size:12px; font-family: Arial, "新細明體"; color:#606060; text-decoration:none}
a:visited{color:#606060; text-decoration:none}
a:hover{color:#f8b33c; text-decoration:underline}
a:active{color:#f8b33c; text-decoration:none}


/* menu */
#container .nav {position:absolute; left:543px; top:528px; height:32px; margin:0;}
.nav ul {list-style:none outside none; margin:0}
.nav ul li {float:left; margin:10px 0 10px 20px}
a.navBtn {display:block; height:32px; background:url(../images/nav_btn.gif)}

.nav .home {background-position:0 0; width:42px}
.nav .home:hover {background-position:0 bottom}
.nav .homec{background-position:0 bottom}

.nav .company {background-position:-42px 0; width:68px}
.nav .company:hover {background-position:-42px bottom}
.nav .companyc{background-position:-42px bottom}

.nav .service {background-position:-110px 0; width:57px}
.nav .service:hover {background-position:-110px bottom}
.nav .servicec {background-position:-110px bottom}
.nav .news {background-position:-167px 0; width:42px}
.nav .news:hover {background-position:-167px bottom}
.nav .newsc {background-position:-167px bottom}

.nav .contact {background-position:-209px 0; width:65px}
.nav .contact:hover {background-position:-209px bottom}
.nav .contactc{background-position:-209px bottom}

/*mainFrame*/
.contentFrame {position:absolute; margin:0; left:200px; top:0; width:778px; height:538px; overflow:auto; text-align:right; line-height:1.75em}


/* home page */
.contentFrame .home{margin:30px 15px 0 0}

/* company page */
.contentFrame .company{margin:30px 15px 0 0}


/* service page */
.contentFrame .service{margin:30px 15px 0 0}



/*footer*/
.footer {position:absolute; width:100%; top:570px; margin:0; padding-top:7px; text-align:center; font-size:0.625em}



/*Global*/
span.hidden {display:none}
h2 {letter-spacing:-0.05em}