/* ---------------------------------------------------------------- 初始化 -----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
fieldset,img {
   border:0;
}
ol,ul {
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
/* Remove the link outline */
a {
  outline:none;	/* For FF */
  noFocusLine:expression(this.onFocus=this.blur()); /* For IE */
} 
:focus {
  -moz-outline-style: none;
} /* For Firefox */ 	


html body div.clear, html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/* ------------------------------------------------------------- 基本設定 -----------------------------------------------*/

body {
	background: #a6a6a6 url(back_body.jpg) repeat-x center top;
	font-size: 11px;
    color: #1f1f1f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
}
a {
    color: #1f1f1f;	
	text-decoration: none;
}
a:hover {
	color: #3e8bc0;
}


/* ---------------------------------------------------------- 內頁背景 --------------------------------------------------*/


div#wrap_box1 {	
	background: url(back_wrap.jpg) no-repeat center top;	
	width: 1003px;
	margin: 0 auto;
}
div#wrap {		
	width: 754px;
	margin: 0 102px 0 147px;
	position: relative;	
}

/* ----------------------------------------------------------- header ---------------------------------------------------*/

div#header {
	position: relative;
	height:369px;
	z-index:10; /*一定要加*/	
	}

div.header_logo h1 {
	background: url(logo_e.jpg) no-repeat left top;
	width:277px;
	height:62px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:277px;
	height:62px;
	text-indent: -9999px;	
	}
	
div.header_info {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 4;
}
div.header_info div {
	float:right;
	margin: 10px 0 0 0;
	}
	
.search_input {
	text-decoration: none;
	border: 1px solid #a3a3a4;
	width: 98px;
	height: 19px;
	padding: 0px 5px;
	margin: 0 5px;	
}
.search_btn {
	background: url(info_search.png) no-repeat left 3px;	
	width: 48px;
	height: 21px;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse:collapse;
	cursor:pointer;
}
div.navp_info {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	background: #d2f1f9;		
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari and Chrome */
	-khtml-border-radius: 6px; /* Linux browsers */
	border-radius: 6px; /* Opera 10.50, IE and CSS3 */	
	text-align:center;
	padding:2px 10px 0px;	
	font-size: 11px;	
	}

/* ---------------------------------------------------------------- 主選單 -----------------------------------------------*/

ul#nav_main {
	background:url(nav_main_e.jpg) no-repeat;
	width: 754px;
	height:47px;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 82px;
 	z-index:20; /*有下拉選單時一定要加,才能在最上方*/   	
}

ul#nav_main li {
	position:relative;
	float:left;		
}
ul#nav_main li a {
	background:url(nav_main_e.jpg) no-repeat;
	display: block;
	height:47px;	
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 128px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(2) a {
    width: 109px;	
	background-position: -128px 0;
}
ul#nav_main li:nth-child(3) a {
    width: 109px;	
	background-position: -237px 0;
}
ul#nav_main li:nth-child(4) a {
    width: 121px;	
	background-position: -346px 0;
}
ul#nav_main li:nth-child(5) a {
    width: 92px;	
	background-position: -467px 0;
}
ul#nav_main li:nth-child(6) a {
    width: 94px;	
	background-position: -559px 0;
}
ul#nav_main li:nth-child(7) a {
    width: 101px;	
	background-position: -653px 0;
}

ul#nav_main li:nth-child(1) a:hover {	
	background-position: 0 -47px;
}
ul#nav_main li:nth-child(2) a:hover {	
	background-position: -128px -47px;
}
ul#nav_main li:nth-child(3) a:hover {	
	background-position: -237px -47px;
}
ul#nav_main li:nth-child(4) a:hover {	
	background-position: -346px -47px;
}
ul#nav_main li:nth-child(5) a:hover {	
	background-position: -467px -47px;
}
ul#nav_main li:nth-child(6) a:hover {	
	background-position: -559px -47px;
}
ul#nav_main li:nth-child(7) a:hover {	
	background-position: -653px -47px;
}


ul#nav_main li ul {
	display:none;
	}
ul#nav_main li:hover ul {
	display:block;
	position:absolute;
	top:47px;
	left:0px;
	padding:5px 5px 10px 5px;	
	margin:0;
	background-color:#1a1e21;
	z-index:20;
	}
ul#nav_main li:hover ul p {
	background-color:#3d5e75;
	padding:2px 5px;
	color:#fff;
	width:150px;
	}	
ul#nav_main li:hover ul li {
	border-bottom:1px solid #393939;
	background-color:#1a1e21;
	}
ul#nav_main li:hover ul li a {
	background:none;
	display:block;
	height:auto;
	padding:2px 5px;	
	color:#fff;
	width:150px;
}
ul#nav_main li:hover ul li a:hover {
	background-color:#3e97d4;	

}
ul#nav_main li.t1:hover ul {
	left:10px;
	}
	
	
/* ---------------------------------------------------------------- 次選單 ------------------------------------------------*/


ul#nav_sub {
	background:url(navsub.png) no-repeat;
	width: 87px;
	height:188px;
	padding:11px;
	position: absolute;
	left: 48px;
	top: 540px;
	list-style:none;	
}
ul#nav_sub h4 {
	text-indent:-9999px;
    height:0px;
}
ul#nav_main li {
	float:left;
}
ul#nav_sub li a {
	display:block;		
}
ul#nav_sub  li a span {
	display: none;
}
ul#nav_sub li:nth-child(2) a {
	height:86px;
	background-position: -11px -11px;
}
ul#nav_sub li:nth-child(3) a {
	height:87px;
	margin:15px 0 0 0;
	background-position: -11px -112px;
}



/* ------------------------------------------------------ flash ------------------------------------------------------*/

.flash {
	width:766px;
	height:261px;
	position: absolute;
	left: 1px;
	top: 129px;
	z-index: 5;	
	}

/* ------------------------------------------------------ container ------------------------------------------------------*/
	
.container {
	width:756px;
	margin: 0;
	position: relative;
	float: left;	
	z-index:1; /*一定要加*/	
}
.container h4 {
	height:0px;
	text-indent: -9999px;
	}

/* --------------------------------------------------- products ----------------------------------------------------*/

.products {
	background: url(products_bg_e.jpg) no-repeat left top;	
	width:277px;
	float: left;
	font-size:11px;
	line-height:14px;
	padding: 51px 0 0 0;	
	color:#535353;
	margin: 0 25px 0 0;
	}
.products li {
	padding: 0px 4px 10px 88px;
	height: 44px;
	position: relative;	
	}
.products span.more a {
	background: url(products_more.jpg) no-repeat;	
	display: block;
	width:34px;
	height:10px;
	position: absolute;
	right: 4px;
	top: 32px;
	z-index: 6;
	text-indent: -9999px;
	}
.products span.pic a {	
	display: block;
	width:79px;
	height:49px;
	position: absolute;
	left: 2px;
	top: 0px;
	z-index: 6;
	text-indent: -9999px;
	}



/* ----------------------------------------------------- content_main ----------------------------------------------------*/

.content_main {
	width:452px;
	float:left;
	}
	
.about {
	text-align:justify;
	height:202px;		
}
.about img.pic01 {
	float:left;
	margin: 5px 20px 10px 0;
	padding: 0 0 30px 0;	
	text-align:justify;		
}
.about h4 {
	background: url(about_title_e.png) no-repeat;
	width:452px;
	height:55px;		
}
.about img.pic01 {
	float:left;
	margin: 5px 22px 10px 0;	
}


.news {
	background: url(news_bg_e.jpg) no-repeat left top;
	width:452px;
	height:137px;	
	position: relative;
}
.news ul {
	margin:36px 50px 0 136px;
}
.news ul li {		
	border-bottom: 1px dotted #535353;
	line-height: 23px;
	padding: 0;
	color:#535353;
}
.news span.more a {
	background: url(products_more.png) no-repeat;	
	display: block;
	width:34px;
	height:10px;
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 6;
	text-indent: -9999px;
	}
.news span.pic a {
	display: block;
	width:98px;
	height:70px;
	position: absolute;
	left: 23px;
	top: 42px;
	z-index: 6;
	text-indent: -9999px;
	}
	
.product_list  {
	position: absolute;
	left: 302px;
	top: 356px;
	z-index: 6;	
}


/* --------------------------------------------------------- 網底 ---------------------------------------------------*/


#footer {
	background: url(back_footer_e.jpg) no-repeat left top;	
	margin: 20px 0 0 0;
	height:100px;		
	line-height: 16px;
	position: relative;
	text-align: left;
}
#footer address {
	padding: 18px 0 0 302px;
	font-style: normal;
	font-weight: normal;
	font-size:11px;
	color:#333;	
}
#footer address a:hover {
    color: #333;	
	text-decoration:underline;
	}
#footer address span {
	color:#3e8bbf;
	padding: 0 1px 0 0;
	}
	