
a{
	color:#333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	 color:#990005;
}
#top{
	height:34px;
	width:100%;
	margin-bottom:15px;
	background: #F2F2F2;
}
#top .box{
	margin:0 auto;
	width: 970px;
	padding-left: 15px;
}
#top li{
	background: url(../images/nav.gif) no-repeat scroll right 10px rgba(0, 0, 0, 0);
    float: left;
    font-size: 12px;
    padding: 0 7px;
    line-height: 34px;

}
#head{
   margin: 0 auto;
   text-align: left;
   width: 970px;

}
#head .top_nav{
	height:80px;
}
#head .top_nav .logo{
	margin-top:8px;
	width:301px;
	height:65px;
	float:left;padding-left:10px;
}
#head .top_nav .search{
	margin-top:25px;
	float:right;
	height:41px;
	width:261px;
	border:solid 1px #b9b5b5;
	border-right:solid 0px #b9b5b5;
}

#head .top_nav .search input.text{
	padding:5px;
	width:200px;
	height:30px;	
	line-height:28px;
	float:left;
	border:solid 1px #b9b5b5;
}
#head .top_nav .search input.submit{
	width:49px;
	height:42px;
	background:url(../images/search_bar.jpg) no-repeat;
	cursor:pointer;
	border:none;
	margin-top: -20px;
	
}
#head .nav_list{
	height:48px;
	background:url(../images/nav_box.jpg) repeat-x;
	padding:0 75px;
}
#head .nav_list li{
	float:left;
	height:32px;
	margin-top:8px;
	padding:0 20px;
	
}
#head .nav_list li a{
	color:#fff;
	font-weight:bold;
	font-size:13px;
	
	height:32px;
	line-height:32px;
	display:block;
	text-decoration:none;
	
}