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

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;
}
h1,h2,h3,h4,h5,h6 {
    font-size:12px;
}	
/* 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: #bfbfbf url(back_body.jpg) repeat-x left top;	
	font-size: 12px;
	color: #6b6b6b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a {
	color: #545454;
	text-decoration: none;
}
a:hover {
	color: #be1d2f;
}



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


div#wrap_box {		
	background: url(back_wrap.jpg) no-repeat left top;	
	width: 1003px;
	margin: 0 auto;
}
div#wrap {			
	width: 942px;
	margin: 0 30px 0 31px;
	position: relative;	
}

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

div#header {
	position: relative;
	width:942px;
	padding: 27px 0 0 0;
	height:529px;
	}

div.header_logo h1 {
	background:url(logo_e.jpg) no-repeat left top;		
	width:359px;
	height:79px;
	position: absolute;
	left: 0px;
	top: 27px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:359px;
	height:79px;
	text-indent: -9999px;	
	}
	
div.header_info {
	display: block;
	position: absolute;
	right: 26px;
	top: 52px;
	z-index: 2;
	padding: 3px 8px 2px;
	font-size: 11px;
	color: #C00;
}
div.header_info a {
	padding: 3px 10px;
	text-decoration: underline;
}
div.header_info a:hover {
	text-decoration: none;
}



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

ul#nav_main {	
	background:url(nav_main_e.jpg) no-repeat;
	width: 942px;
	height:39px;
	padding: 0;	
	position: absolute;
	left: 0px;
	top: 106px;
 	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:39px;
	text-indent:-9999px;
}
ul#nav_main li:nth-child(1) > a {
    width: 169px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(2) > a {
    width: 136px;	
	background-position: -169px 0;
}
ul#nav_main li:nth-child(3) > a {
    width: 188px;	
	background-position: -305px 0;
}
ul#nav_main li:nth-child(4) > a {
    width: 167px;	
	background-position: -493px 0;
}
ul#nav_main li:nth-child(5) > a {
    width: 146px;	
	background-position: -660px 0;
}
ul#nav_main li:nth-child(6) > a {
    width: 136px;	
	background-position: -806px 0;
}

ul#nav_main li:nth-child(1) > a:hover {	
	background-position: 0 -39px;
}
ul#nav_main li:nth-child(2) > a:hover {	
	background-position: -169px -39px;
}
ul#nav_main li:nth-child(3) > a:hover {	
	background-position: -305px -39px;
}
ul#nav_main li:nth-child(4) > a:hover {	
	background-position: -493px -39px;
}
ul#nav_main li:nth-child(5) > a:hover {	
	background-position: -660px -39px;
}
ul#nav_main li:nth-child(6) > a:hover {	
	background-position: -806px -39px;
}

	
/*第二層基本設定*/
ul#nav_main li div {
	display:none;
	}
	
ul#nav_main li:hover div {
	display:block;
	position:absolute;
	top:38px;
	left:0px;
	padding:5px;	
	margin:0;
	background-color:#fff;
	z-index:999;
	border:1px solid #efefef;
	border-top:none;
	}
ul#nav_main li:hover div a {
	border-bottom:1px dotted #ccc;
	background-color:#fff;
	display:block;
	height:auto;
	padding:4px 5px;
	color:#333;
	text-align:center;
	font-size:11px;	
}
ul#nav_main li:hover div a:last-child {
	border-bottom:none;	
}
ul#nav_main li div a:hover {
	color:#fff;
	background-color:#d60000;	
	}
	

/*第二層寬度及位置設定*/
ul#nav_main li:nth-child(1) div {
	width:158px;
	left:0px;
}
ul#nav_main li:nth-child(2) div {
	width:125px;	
	left:0px;
}
ul#nav_main li:nth-child(3) div {
	width:177px;	
	left:0px;
}
ul#nav_main li:nth-child(4) div {
	width:156px;		
	left:0;
}
ul#nav_main li:nth-child(5) div {
	width:135px;	
	left:0;
}
ul#nav_main li:nth-child(6) div {
	width:124px;	
	left:0;
}



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


div.flash {
	width: 942px;
	height: 411px;
	position: absolute;
	left: 0px;
	top: 145px;	
	z-index: 10;	
}	

/* ------------------------------------------------------ container ------------------------------------------------------*/

.container {
	background: url(back_container_e.jpg) no-repeat left top;
	width:942px;
	margin: 0;
	padding: 0;
	position: relative;
	float:left;
	min-height:146px;
	_height:146px;
	font-size: 11px;
	line-height: 16px;
}
.container h4 {
	height:0;
	text-indent:-9999px;
}

/* ----------------------------------------------------- quality ----------------------------------------------------*/

.quality {
	width: 162px;
	float: left;
	padding: 54px 0 0 152px;
	_padding: 34px 0 0 152px;
	position: relative;
}
.quality ul li {
	width:70px;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	background: url(icon01.jpg) no-repeat 3px center;
	padding: 0 0 0 12px;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -3px;
}
.quality span.more a {
	background: url(icon03.jpg) no-repeat 0 center;
	display: block;
	padding: 0 0 0 12px;
	position: absolute;
	left: 152px;
	bottom: -26px;
	z-index: 6;
	font-weight: bold;
	}


/* ----------------------------------------------------- news ----------------------------------------------------*/

.news {
	width: 200px;
	float: left;
	padding: 54px 0 0 128px;
	_padding: 34px 0 0 128px;
	position: relative;
}
.news ul li {
	width:98%;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	background: url(icon01.jpg) no-repeat 3px center;
	padding: 0 0 0 12px;
	border-bottom: 1px dotted #d8d8d8;
	margin: 0 0 0 -3px;
}
.news span.more a {
	background: url(icon03.jpg) no-repeat 0 center;
	display: block;
	padding: 0 0 0 12px;
	position: absolute;
	left: 128px;
	bottom: -20px;
	z-index: 6;
	font-weight: bold;
	}


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

.products {
	width: 193px;
	float: left;
	padding: 54px 0 0 61px;
	_padding: 34px 0 0 61px;
	position: relative;
	color: #FFF;
}
.products ul li {
	width:104%;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	background: url(icon02.jpg) no-repeat 0 center;
	padding: 0 0 0 10px;
	border-top: 1px solid #c95059;	
	border-bottom: 1px solid #8f1523;
}
.products ul li:first-child {
	border-top: none;
}
.products ul li:last-child {
	border-bottom: none;
}
.products ul li a {
	color: #fff;
}
.products ul li a:hover {
	text-decoration: underline;
}



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

#footer {
	clear:both;
	background: url(back_footer_e.jpg) no-repeat left top;	
	width:1003px;
	height:125px;
	margin: 1px auto 0;
	line-height: 16px;
	position: relative;
	font-size: 11px;
}
#footer address {
	padding: 1px 33px 0 274px;
	font-style: normal;
	font-weight: normal;
    color: #545454;		
}
#footer address span {
	position:absolute;
	right:33px;
	top:25px;
	}

	
