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

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: #ac9475 url(back_body_index.jpg) no-repeat center top;	
	font-size: 12px;
	color: #484848;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a {
	color: #484848;
	text-decoration: none;
}
a:hover {
	color: #df3e12;
}



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


div#wrap_box {
	background:url(back_wrap_index.jpg) no-repeat left top;			
	width: 1003px;
	margin: 0 auto;
}
div#wrap {
	width: 980px;
	margin:0 auto;
	padding:0 10px 0 13px;
	position: relative;	
	min-height:735px;
	_height:735px;
}

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

div#header {
	position: relative;
	width:100%;
	margin: 0;
	height:142px;
	z-index:10; /*有下拉選單時一定要加,才能在最上方*/ 	
	}

div.header_logo h1 {
	background:url(logo_c_index.jpg) no-repeat left top;	
	width:420px;
	height:79px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:420px;
	height:79px;
	text-indent: -9999px;	
	}
	
div.header_info {
	display: block;
	position: absolute;
	right: 26px;
	top: 28px;
	z-index: 2;
	padding: 3px 8px 2px;
	font-size: 11px;
}
div.header_info a {
	padding: 3px 6px;
	text-decoration: none;
}
div.header_info a:hover {
}

a.facebook {
	background:url(facebook.jpg) no-repeat;	
	width:77px;
	height:18px;
	margin: 0 6px 0 0;
	display: inline-block;
	text-indent:-9999px;
	}

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

ul#nav_main {
	background:url(nav_main_c_index.jpg) no-repeat;
	width: 980px;
	height:47px;
	padding: 0;	
	position: absolute;
	left: 0px;
	top: 79px;
 	z-index:20; /*有下拉選單時一定要加,才能在最上方*/   	
}
ul#nav_main li {
	position:relative;
	float:left;		
}
ul#nav_main li a {
	background:url(nav_main_c_index.jpg) no-repeat;
	display: block;
	height:47px;	
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 129px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(1) a:hover, ul#nav_main li.highlight:nth-child(1) a {	
	background-position: 0 -47px;
}
ul#nav_main li:nth-child(2) a {
    width: 120px;
	background-position: -129px 0;
}
ul#nav_main li:nth-child(2) a:hover, ul#nav_main li.highlight:nth-child(2) a {	
	background-position: -129px -47px;
}
ul#nav_main li:nth-child(3) a {
    width: 122px;
	background-position: -249px 0;
}
ul#nav_main li:nth-child(3) a:hover, ul#nav_main li.highlight:nth-child(3) a {	
	background-position: -249px -47px;
}
ul#nav_main li:nth-child(4) a {
    width: 123px;	
	background-position: -371px 0;
}
ul#nav_main li:nth-child(4) a:hover, ul#nav_main li.highlight:nth-child(4) a {	
	background-position: -371px -47px;
}
ul#nav_main li:nth-child(5) a {
    width: 119px;
	background-position: -494px 0;
}
ul#nav_main li:nth-child(5) a:hover, ul#nav_main li.highlight:nth-child(5) a {	
	background-position: -494px -47px;
}
ul#nav_main li:nth-child(6) a {
    width: 121px;
	background-position: -613px 0;
}
ul#nav_main li:nth-child(6) a:hover, ul#nav_main li.highlight:nth-child(6) a {	
	background-position: -613px -47px;
}
ul#nav_main li:nth-child(7) a {
    width: 120px;
	background-position: -734px 0;
}
ul#nav_main li:nth-child(7) a:hover, ul#nav_main li.highlight:nth-child(6) a {	
	background-position: -734px -47px;
}
ul#nav_main li:nth-child(8) a {
    width: 126px;
	background-position: -854px 0;
}
ul#nav_main li:nth-child(8) a:hover, ul#nav_main li.highlight:nth-child(6) a {	
	background-position: -854px -47px;
}



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

.container {	
	width:980px;
	margin: 0;
	padding:0;
	position: relative;
	float:left;
}
.container h4 {
	font-weight:normal;
	color:#000;
	padding:10px 0;	
}

/* ---------------------------------------- 左側資訊 -----------------------------------------------*/

.frame_left {
	width:218px;
	padding: 0 8px 0 0;
	float:left;
}
/*login*/
.login {
	padding:60px 10px 5px 26px;
	min-height:160px;
	}
.login .search_input {
	background: #fff;	
	width: 150px;
	height: 20px;
	padding: 0 5px;
	margin: 0 0 6px 0;
	border: 1px solid #a1917a;
	border-collapse:collapse;
	cursor:pointer;
}
.login .input3 {
	background: #463c2f;	
	color: #fff;
	text-decoration: none;
	padding: 1px 20px 3px 20px;
	border: none;
	border-collapse:collapse;
	margin: 0 0 8px 0;
	cursor:pointer;
	border-radius:3px;	
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;	
}
.login a {
	background: url(icon4_index.gif) no-repeat left center;
	padding: 0 10px 0 6px;
	}


.login_in {
	padding:0 10px;
	}
.login_in p {
	margin: 0 0 10px 0;
	}
.login_in p:nth-child(3) {
	margin: 0 0 16px 0;
	}	
.login_in p span {
	color:#C00;
	font-weight:bold;
	}


/*banner*/
.banner {
	width: 216px;
	margin:0 auto;
}
.banner li a {
	display: block;
	height:57px;
	margin: 0 0 5px 0;
	text-indent:-9999px;
}
.banner li.n1 a {
	background: url(banner_01.jpg) no-repeat left top;
}
.banner li.n2 a {	
	background: url(banner_02.jpg) no-repeat left top;
}
.banner li.n3 a {	
	background: url(banner_03.jpg) no-repeat left top;
}
.banner li.n4 a {	
	background: url(banner_04.jpg) no-repeat left top;
}
.banner li.n5 a {	
	background: url(banner_05.jpg) no-repeat left top;
}
.banner li.n6 a {	
	background: url(banner_06.jpg) no-repeat left top;
}



/* --------------------------------------------------- 右側資訊 -----------------------------------------------*/

.frame_right {
	width:754px;
	float:left;
}


/*flash*/
div.flash {
	width: 754px;
	height: 280px;
}	

.frame_box {
	float:left;	
	width:754px;
	margin:16px 0 0 0;
	min-height:231px;
	_height:231px;
	}


.video {
	float:left;	
	width:226px;
	padding:0 10px;
	}


.news {
	float:left;	
	width:223px;
	padding:0 10px;	
}
.news h4 {
	background: url(icon1_index.gif) no-repeat left center;
	padding: 10px 0 10px 26px;
}
.news ul {
    margin:18px 0 0 0;
}
.news ul li {
	width:96%;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	background: url(icon2_index.gif) no-repeat 5px center;
	padding: 0 0 0 14px;
	position:relative;
	line-height:26px;
	border-bottom:1px solid #c4c2c0;
}

.news span.more {
	display:block;	
	margin: 10px 0 0 0;
	text-align:right;
}
.news span.more a {
	background: url(icon3_index.gif) no-repeat left 5px;
	color:#b01010;
	padding:0 0 0 12px;
}

.news2 {
	margin:0 11px;
}


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



#footer {
	clear:both;
	width:754px;
	height:55px;
	padding:11px 0 0 0;
	line-height: 16px;
	position: relative;
	text-align:center;
}
#footer address {
	padding: 12px 0 0 0;
	font-style: normal;
	font-weight: normal;
	color:#000;		
}
#footer address span {
	position:absolute;
	right:33px;
	top:36px;
	}
	
