@charset "utf-8";
/* CSS Document */
body{
	width:1002px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	margin:2px auto;
	position: relative;
}
#nav_top{
	width:1002px;
	height:52px;
	background-image:url(../images/nav/back.gif);
	}
#logo{
	float:left;
	width:149px;
	height:29px;
	background-image:url(../images/nav/logo.gif);
	margin-left:17px;
	margin-top:14px;}
#logo_right{
	float:right;
	width:440px;
	height:25px;
	margin-right:48px;
	margin-top:14px;
	font-size:11px;
	padding-top:12px;
}
#logo_right h1{
	display:inline;
	font-size:11px;}
#logo_right a{
	color:#333333;
	text-decoration:none;}
#logo_right a:hover{
	color:#f7941d;
	text-decoration:none;}
#banner{
	float:left;
	width:1002px;
	height:254px;
	margin-top:0px;}
#menu {
	font-size:11px;
    padding:0px; 
	float:left; 
	width:1002px; 
	font-weight:bold;
	background-image:url(../images/nav/nav_back.gif); 
	background-repeat:repeat-x;}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:28px;}
#menu ul li {
	float:left;
	height:28px;
	line-height:28px;
}
#menu a, #menu a:visited {
	float:left;
	height:100%;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	padding:0 21px 0 17px;}
#menu a.current{
	color:#f7941d;}
#menu a:hover {
	color:#f7941d;}
/*.nav_list {
	float:left;
	height:28px;
	width:55px;
	line-height:28px;
	text-align: center;
}
.nav_list a{
	color:#ffffff;
	text-decoration:none;}
.nav_list a:hover {
	color:#f7941d;}*/
.nav_blank{
	float:left;
	width:10px;
	height:28px;}
#middle{
	float:left;
	width:1002px;
	height:auto;
	background-image:url(../images/index/main_bg.gif);
	background-position:right;
	background-repeat:repeat-y;}
