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

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_c.jpg) no-repeat left top;		
	width:265px;
	height:66px;
	position: absolute;
	left: 44px;
	top: 27px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:265px;
	height:66px;
	text-indent: -9999px;	
	}
	
	
div.header_logo1 h1 {
	background:url(logo1.jpg) no-repeat left top;		
	width:75px;
	height:88px;
	position: absolute;
	left: 630px;
	top: 14px;
	z-index: 2;
	}
div.header_logo1 h1 a {
	display: block;
	width:75px;
	height:88px;
	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_c_1.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_c_1.jpg) no-repeat;
	display: block;
	height:39px;	
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 154px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(2) a {
    width: 160px;	
	background-position: -154px 0;
}
ul#nav_main li:nth-child(3) a {
    width: 159px;	
	background-position: -314px 0;
}
ul#nav_main li:nth-child(4) a {
    width: 160px;	
	background-position: -473px 0;
}
ul#nav_main li:nth-child(5) a {
    width: 159px;	
	background-position: -633px 0;
}
ul#nav_main li:nth-child(6) a {
    width: 150px;	
	background-position: -792px 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: -154px -39px;
}
ul#nav_main li:nth-child(3) a:hover {	
	background-position: -314px -39px;
}
ul#nav_main li:nth-child(4) a:hover {	
	background-position: -473px -39px;
}
ul#nav_main li:nth-child(5) a:hover {	
	background-position: -633px -39px;
}
ul#nav_main li:nth-child(6) a:hover {	
	background-position: -792px -39px;
}


ul#nav_main li ul {
	display:none;
	}
ul#nav_main li:hover ul {
	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 ul li {
	border-bottom:1px dotted #ccc;
	background-color:#fff;
	}
ul#nav_main li:hover ul li:last-child {
	border-bottom:none;
	}	
ul#nav_main li:hover ul li a {
	background:none;
	display:block;
	height:auto;
	padding:4px 5px;	
	color:#333;
	width:138px;
	text-align:center;
}
ul#nav_main li:hover ul li.t1 a {
	width:132px;
}
ul#nav_main li:hover ul li.t2 a {
	width:128px;
}
ul#nav_main li:hover ul li a:hover {
	color:#fff;
	background-color:#d60000;	

}

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


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

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

.container {
	background: url(back_container.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: 18px;
}
.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:50%;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	background: url(icon02.jpg) no-repeat 3px center;
	padding: 0 0 0 14px;
	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.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;
	}

	
