@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
img{ border:0;}
a,a:hover{text-decoration:none;}
.clear{ clear:both}
body{
	font-family:tahoma;
	color:#333;
	line-height:1.4;
	font-size:11px;
	background:#651516;
}
#wrapper{
	width:902px;
	margin:0 auto;
}
#header{
	width:902px;
	float:left;
}
#banner{
	width:902px;
	height:83px;
	float:left;
}
#menu_intro{
	width:902px;
	height:38px;
	float:left;
	background:url(../images/menu_bg.jpg) repeat-x;
}
#menu_intro ul{
	float:left;
}
#menu_intro ul li{
	height:38px;
	line-height:38px;
	list-style-type:none;
	float:left;
	margin:0 10px 0 10px;
	padding-right:20px;
	display:inline;
	background:url(../images/menu_line.jpg) right no-repeat;
}
#menu_intro ul li a{
	color:#651516;
	font-weight:bold;
	font-family:tahoma;
	text-transform:uppercase;
}
#menu_intro ul li a:hover{
	color:#C40000;
}
/**/
#flash_intro{
	width:902px;
	height:410px;
	float:left;
	background:#cabe91;
}
/**/
#menu_bottom_intro{
	width:902px;
	height:39px;
	float:left;
	background:url(../images/menu_bottom_bg.jpg) repeat-x;
}
#menu_bottom_intro ul{
	float:left;
}
#menu_bottom_intro ul li{
	height:39px;
	line-height:39px;
	list-style-type:none;
	float:left;
	margin:0 10px 0 10px;
	padding-right:20px;
	display:inline;
}
#menu_bottom_intro ul li a{
	color:#651516;
	font-weight:bold;
	font-family:tahoma;
	text-transform:uppercase;
}
#menu_bottom_intro ul li a:hover{
	color:#C40000;
}
/**/
#footer{
	width:902px;
	height:40px;
	float:left;
	background:#e1d9ae;
	color:#651516;
	padding-top:10px;
}
#footer a{
	color:#999966;
	font-weight:normal;
}

#footer a:hover{
	color: rgb(133, 90, 7);
	font-weight:bold;
}
#copyright{
	width:440px;
	float:left;
	
	margin-right:10px;
}
#truycap{
	width:200px;
	float:right;
	padding-right:10px;
	text-align:right;
}

