/*页面头部*/
#header {
	width: 980px;
	height: 85px;
	margin: 10px auto 0 auto;
}
#header .logo {
	margin-top: 10px;
	float: left;
	width: 210px;
	text-align: center;
}
#header .banner {
	width: 470px;
	float: left;
}
#header .top_nav {
	margin-top: 10px;
	float: left;
	width: 300px;
	text-align: right;
}
#header .top_nav .menu {
}
#header .top_nav .menu a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#header .top_nav .menu a:hover {
	color: #f00;
	text-decoration: underline;
}

#header .top_nav .top_quicklink {
	margin-top: 5px;
}
#header .top_nav a {
	color: #333;
	text-decoration: none;
}
#header .top_nav a:hover {
	color: #f00;
	text-decoration: underline;
}
.headline {
	width: 980px;
	margin: 0 auto;
	height: 5px;
	background: url(../images/main/headline.gif) repeat-x;
}
/*页面头部结束*/

/*sub_search/start*/
#sub_search {
	width: 978px;
	height: 30px;
	background: #efefef;
	border: 1px solid #ccc;
	padding: 7px 0 0 0;
}
#sub_search .input {
	height: 18px;
	width: 300px;
	border: 1px solid #7f9db9;
}
#sub_search .button {
	margin-top: 2px;
}
#sub_search li {
	float: left;
	margin-left: 8px;
	font-size: 12px;
}
#sub_search select {
	margin-top: 1px;
	background-color: #ccc;
}
#sub_search a {
	color: #f00;
	text-decoration: none;
}
#sub_search a:hover {
	color: #000;
	text-decoration: underline;
}

/*sub_search/end*/

/*search/start*/
div#searchBarN a:link{
	color: #fff;
}
div#searchBarN a:visited{
	color: #000;
}
div#searchBarN a:hover{
	color: #000;
}
div#searchBar a:link{
	color: #fff;
}
div#searchBar a:visited{
	color: #000;
}
div#searchBar a:hover{
	color: #000;
}

.searchDiv {
	width: 980px;
	height: 94px;
	text-align: left;
}
div#searchBarN{
	height:75px;
	width:100%;
	background-image: url(../images/main/searchbarN_bg.gif);
	clear:both;
	float:right;
	font-size:12px;
}
div#searchBar{
	height:91px;
	width:100%;
	background: url(../images/main/searchbar_bg.gif) repeat-x;
	border-bottom: 3px solid #ccc;
	clear:both;
	font-size:12px;
}
div.searchT{
	height:30px !important;
	height:22px;
	padding-left:100px;
}
.searchT ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.searchC{
	margin-top: 8px !important;
	margin-top:3px;
	margin-left: 150px;
	text-align:left;
}
div.searchD{
	margin-top:5px;
	padding-left:150px;
}
.searchC form{
	margin:0px;
	padding:0px;
}
input.textInput{
	height:20px;
	width:60%;
}
.activedTab{
	border-left:1px solid #993300;
	border-top:1px solid #993300;
	border-right:1px solid #993300;
	background-color:#d6111a;
	font-weight:bold;
	margin-left:-1px;
	line-height:25px;
	color:#fff;
	font-size:14px;
	float:left;
	width:49px;
	text-align:center;
	padding-top:6px;
}
.nTab{
	height:19px !important;
	font-weight:bold;
	color:#ffffff;
	text-decoration: underline;
	line-height:32px;
	cursor: pointer;
	float:left;
	width:49px;
	text-align:center;
	padding-top:3px;
	font-size:12px;
	background-image:url(../images/index/search_tab_bg.gif);
}
.searchLLine{
	width:5px;
	float:left;
	height:100%;
}
.searchRLine{
	width:1px;
	float:right
}
/*search/end*/

/*menu/start*/
#menu {
	width: 980px;
	height: 31px;
	margin-top: 5px;
	overflow: hidden;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #f00;
	text-decoration: underline;
}
#menu .m_left {
	float: left;
	width: 9px;
	height: 31px;
	background: url(../images/sub_left.jpg) no-repeat;
}
#menu .m_center {
	float: left;
	width: 962px;
	height: 31px;
	background: url(../images/sub_center.jpg) repeat-x;
	text-align: left;
	font-size: 13px;
	padding-top: 5px;
}
#menu .m_right {
	float: left;
	width: 9px;
	height: 31px;
	background: url(../images/sub_right.jpg) no-repeat;
}
#menu a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #f00;
	text-decoration: underline;
}
/*menu/end*/

.a1 {
	margin-top: 5px;
	margin-left: 250px;
}
.a1 a {
	font-size: 13px;
	color: #333;
}
.a1 a:hover {
	font-weight: bold;
	color: #f00;
}
