﻿@charset "utf-8";
/*-------------------------------
editor:BerettaSu
date:2012-03-05
--------------------------------*/
/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
	+common
	    +anchor
	    +form
	    +clear,clearfix
	    +pager
	    +btn
	    +table
	    +tab
	+wrapper
		+header(for index)
			+menu
				+www
				+link
			+nav(for index)
			    +scrollbar
			+search(for index)
        +page_header
			+page_logo
			+page_menu
			+page_search
        +page_nav
			+page_welcome
		+page_sub_nav
		+page-title
        +footer
			+footer_menu
        	+www
			+link
		+boxmain (for lightbox)
-----------------------------------------------------------------------------*/
/* +common
*----------------------------------------------------------------------------*/
body, html {
	min-width: 100%;
	color: #555555;
	font-size:13px;
	line-height:1.5;
	font-weight:normal;
	font-family:arial,helvetica,clean,sans-serif;
	background:#FFFFFF url(../images/nsb_bg.jpg) center top repeat-x;
}
abbr, acronym {
	cursor: help;
}
hr {
	border:0;
	border-bottom:1px #666 dotted;
	margin:0;
}
hr.solid {
	border:0;
	border-bottom:1px #666 solid;
	width:960px;
	margin:20px auto;
}
/**
*
* anchor
*
**/
/* 去除連結虛線框 */
a, a:focus {
 blr:expression(this.onFocus=this.blur());
	-moz-outline-style: none;
}
a:link, a:visited {
	color: #746c5a;
	text-decoration:none;
}
a:hover, a:active {
	color:#947839;
}
/* +header
*----------------------------------------------------------------------------*/
.index_header, .header {
	position:relative;
	width:950px;
	height:99px;
	margin:0 auto;
}
.banner{
	position:relative;
	width:980px;
	margin:0 auto;
	}
.banner-img{
	}
/* nav(for index)
*----------------------------------------------------------------------------*/	
.nav {
	position: relative;
	width:645px;
	margin:0 auto;
	height:53px;
	padding:0;
}
.nav ul li {
	position: relative;
	float: left;
	width: 129px;
	text-align: center;
}
.nav ul li a {
	display: block;
	width: 129px;
	height: 53px;
	text-indent: -9999px; 
}
.nav li a.home { background: url(../images/page_nav.png) no-repeat 0px 2px; }
.nav li a.aboutus { background: url(../images/page_nav.png) no-repeat -129px 2px;}
.nav li a.service { background: url(../images/page_nav.png) no-repeat -258px 2px;}
.nav li a.steps { background: url(../images/page_nav.png) no-repeat -387px 2px; }
.nav li a.contact {	background: url(../images/page_nav.png) no-repeat -516px 2px; }

.nav li a.home:hover, .nav li a.home.click{ background: url(../images/page_nav.png) no-repeat 0px -48px; }
.nav li a.aboutus:hover, .nav li a.aboutus.click {background: url(../images/page_nav.png) no-repeat -129px -48px; }
.nav li a.service:hover, .nav li a.service.click {background: url(../images/page_nav.png) no-repeat -258px -48px; }
.nav li a.steps:hover, .nav li a.steps.click {background: url(../images/page_nav.png) no-repeat -387px -48px; }
.nav li a.contact:hover, .nav li a.contact.click {background: url(../images/page_nav.png) no-repeat -516px -48px; }

/* 內頁
*----------------------------------------------------------------------------*/	
/* BreadCrumbs bc_info 導覽列*/
.bc_info {
	position:relative;
	margin:0 auto;
	width:950px;
	padding:0px;
	text-align:left;
	height:24px;
}
.bc_info ol{
	display:block;
	position:absolute;
	right:0;
	top:25px;
	}
.bc_info li {
	display:inline;
	color:#999999;
	font-size:15px;
}
.bc_info a {
	color:#ada66b;
	text-decoration:none;
}
.bc_info a:hover {
	color:#4a4a4a;
}
/*大標*/
.bc_title {
	display: block;
	padding: 22px 0;
	color:#555555;
	font-size:25px;
	line-height:22px;
	font-weight:600;
	}
/* 關於我們  about
*----------------------------------------------------------------------------*/
.about{
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	}
.photo, .con{
	display: table-cell;
	zoom: 1;
	vertical-align: top;
	}
.photo{
	width:340px;
	}
.photo img {
	position: relative;
	padding: 5px;
	margin: 0 20px 0 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}
.photo:hover img {
	background: #4a4a4a;
}
.con{
	position: relative;
	width: 600px;
	padding: 0 20px 0 20px;	
	}
.con p{
	margin: 0 0 10px 0;
	color: #746c5a;
	font-size: 20px;
	text-align: justify;
	line-height: 1.85;
	}
.con h3{
	margin: 10px 0 10px 0;
	color: #C33;
	font-size: 16px;
	}
.con ol li { padding: 0 0 0 42px; color: #6c634c;	 text-indent:-42px; font-size:13px; line-height:2;}	
/* 產品資訊 
*----------------------------------------------------------------------------*/
.servicelist{
	display: table-cell;
	zoom: 1;
	vertical-align: top;
	padding: 0 10px 0 10px;
	margin: 0 0 25px 0;
}
.servicelist ol{
	display: block;
    clear: both;
	}
.servicelist ol .photo {
    position: relative;
    width: 270px;
	margin-right:10px;
	cursor: pointer;
}
.servicelist ol .photo span {
}
.servicelist ol li {
    float: left;
    margin: 0 50px 30px 0px;
	color: #746c5a;
    text-align: center;
	font-size:15px;
}
.servicelist ol li.right {
    margin: 0  0px 30px 0px;
}
.servicelist  ol li img {
	display:block;
	width:270px;
	max-height:320px;
	overflow-y:hidden;
    margin: 0 0 5px 0;
}

/* +contactus
*----------------------------------------------------------------------------*/
.contactus-from, .contactus-map{
	height:450px;
	position:relative;
	float:left;
	padding-bottom:30px;
	}
.contactus-from{
	width:550px;
	padding-left:35px;
	}
.contactus-map{
	width:350px;
	padding-right:35px;
	}
.contactus-from h3{
	text-align:center;
	font-size: 16px;
	color: #F66;
	}
/* qalist 
*----------------------------------------------------------------------------*/
.qaselect {
	margin-bottom:15px;
}
.qabox {
	padding:30px 0;
}
.qabox .qbutton {
	margin: 20px 0 0 0;
	border: 1px #A4935C solid;
	font: bold 17px/22px Arial, serif;
	background: #F7F2EB url(../images/icon-codaslider-arrow.png) no-repeat 99% 8px;
}
.qabox .qbutton.first {
	margin: 0;
}
.qabox .qbutton span {
	border: 1px #fff solid;
}
.qabox .qbutton span, .qabox .abutton span {
	display: block;
	padding: 9px 50px 9px 30px;
	color: #333;
	cursor: pointer;
}
.qabox .qbutton span.q {
	background: url(../images/icon-q.png) no-repeat 10px 12px;
}
.qabox .abutton span.a {
	background: url(../images/icon-a.png) no-repeat 10px 12px;
}
.qabox .qbutton.over {
	background: #f1efe5;
}
.qabox .qbutton.on {
	background: #f1efe5;
}
.qabox .abutton {
	margin: 0 0 5px 0;
	padding: 15px 30px;
	color: #62450d;
	font: 15px/22px Arial, serif;
	border: 1px #F7F2EB solid;
	background: #fff;
}
.qabox .qbutton span.q {
	background: url(../images/icon-q.png) no-repeat 10px 12px;
}
.qabox .abutton span.a {
	background: url(../images/icon-a.png) no-repeat 10px 12px;
}
.qabox .qbutton.over {
	background: #EFE1CD url(../images/icon-codaslider-arrow.png) no-repeat 99% -92px;
}
.qabox .qbutton.on {
	background: #EFE1CD url(../images/icon-codaslider-arrow.png) no-repeat 99% -192px;
}
/*----------------------------聯絡我們*/
.Msg {
	margin-left:5px;
	color:#F00;
	display:none;
}
/*.left, .right {
	float:left;
	width:470px;
	border:1px dotted #c952ca;
}
*/.left {
/*	height:450px;
*/}
.boxmain {
	font-size:15px;
	padding: 10px 0;
	border-bottom: 1px #746c5a solid;
	width:400px;
	margin:0 auto;
}
.boxmain label, .boxmain .con {
	padding: 0 20px;
	display: table-cell;
 *display: inline;
	zoom: 1;
	vertical-align: top;
}
.boxmain label {
	width: 120px;
	background: url(../images/line-label.gif) no-repeat right center;
	color: #636363;
}
.boxmain input.l {
	width: 180px;
	height: 22px;
	padding: 0 5px;
}
.boxmain input.s {
	width: 50px;
	height: 22px;
	padding: 0 5px;
}
.boxmain input.checkbox {
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}
.boxmain input:hover.l, .boxmain input:focus.l, .boxmain select:hover, .boxmain select:focus {
	-moz-box-shadow: 0 2px 3px #bbb inset;
	-webkit-box-shadow: 0 2px 3px #bbb inset;
	box-shadow: 0 2px 4px #bbb inset;
}
.boxmain select {
	border: 0;
	padding: 3px;
}
.boxmain textarea {
	width:180px;
	height:80px;
	padding: 5px;
}
#contact .btn {
	position:static;
	float:none;
	right:0;
	padding: 10px 0 0 0;
	text-align: center;
}
.btn a.classname {
	margin: 0 auto;
	display: block;
	width: 133px;
	height: 39px;
	text-indent: -100000px;
	background: url(../images/btn.png) no-repeat 0 0px;
	cursor: pointer;
}
.btn a:hover.classname {
	background: url(../images/btn.png) no-repeat 0 -39px;
}
 @media screen and (max-width : 1240px) {
body {
	overflow:auto;
}
}
@media screen and (max-width : 900px) {
#backlinks {
	float:none;
	clear:both;
}
#backlinks a {
	display:inline-block;
	padding-right:20px;
}
}