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

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;
	}
img {
	border:0;
	}

body {
	background: #cccccc;
	font-size: 12px;
	color: #434343;
}

TD {
	COLOR: #727272;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	text-align:left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}  

TD a {
	color: #333;
	text-decoration: none;

}
TD a:hover {
	color: #4b7d02;
}


/* ---------------------------------------------------------------- 字型 ---------------------------------------------------*/


h1 {
	font-size: 13px;
	color: #727272;
	padding:0px 0px 5px 0px;
	margin:0px;
}
h2 {
	font-size: 13px;
	color: #346B83;
	padding:0px 0px 0px 0px;
	margin:0px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}



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

#wrap_out {
	margin: 0 auto;
	width: 1003px;
	background: #ffffff url(back.jpg) no-repeat left top;
}

#wrap {
	margin: 0 auto;
	width: 903px;
	background-image: url(back1.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

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

#header {
	position: relative;	
	width:903px;
	height:115px;	
	}

#logo {
	width:322px;
	height:115px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;	
	}

#info {
	width: 400px;
	position: absolute;
	right: 26px;
	top: 20px;
	z-index: 2;
	text-align: right;
}

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

#nav {
	background:url(nav.jpg) no-repeat;
	width: 581px;
	height:54px;
	position: absolute;
	top: 61px;
	right: 0px;
	z-index: 3;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display: block;
	background:url(nav.jpg) no-repeat;
	height:54px;
	color: #FFFFFF;
}
#nav ul li a span {
	display: none;
}
#nav ul li#n1 a {
    width: 103px;
	background-position: 0 0;
}
#nav ul li#n2 a {
    width: 121px;	
	background-position: -103px 0;
}
#nav ul li#n3 a {
    width: 117px;	
	background-position: -224px 0;
}
#nav ul li#n4 a {
    width: 129px;	
	background-position: -341px 0;
}
#nav ul li#n5 a {
    width: 111px;	
	background-position: -470px 0;
}

#nav ul li#n1 a:hover {	
	background-position: -0px -54px;
}
#nav ul li#n2 a:hover {	
	background-position: -103px -54px;
}
#nav ul li#n3 a:hover {	
	background-position: -224px -54px;
}
#nav ul li#n4 a:hover {	
	background-position: -341px -54px;
}
#nav ul li#n5 a:hover {	
	background-position: -470px -54px;
}



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

#flash_box {
	width:903px;
	height:221px;
	position: relative;
	background-color: #666666;
	}
#flash_box span.flash img {
	width: 903px;
	height:221px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}	


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


#container {
	background: #fff url(container_bg.jpg) no-repeat left top;	
	min-height:270px;
	_height:270px;
	position: relative;
	line-height: 22px;
	text-align: justify;
	text-justify: distribute;
	color: #404040;	
}

#about {
	width:300px;
	position: absolute;
	left: 0px;
	top: 20px;
}	
#about h1 {
	margin: 0 0 6px 0;
}	
#about h2 {
	margin: 12px 0 0 0;
}
#about span.more {
   	position: absolute;
	left: 268px;
	top: 10px;
}

#products {
	width:540px;
	position: absolute;
	left: 354px;
	top: 20px;
}
#products span.more {
   	position: absolute;
	right: 0px;
	top: 10px;
}



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

#footer_out {
    clear:both;
	width: 1003px;
	margin:0 auto;
	background-color: #FFFFFF;
}
#footer {
	border-top:8px solid #2058aa;
	width: 903px;
	margin:0 auto;
	height: 56px;
	font-size: 12px;
	color: #404040;
}
#footer address {
	font-style: normal;
	font-weight: normal;
	float: left;
	padding: 20px 0 0 0;
}
#footer span {
	float: right;
	padding: 20px 0 0 0;
}
