@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/*--------------------------------------header -------------------*/

.header {
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	position: relative;
	height: 80px;
	z-index:9999999;
}
.header h1 {
	position: absolute;
	top: 15px;
	left: 10px;
}
.header h1 img {
}
.top {
	text-align: left;
}
/*---------------------------------------nav ------------------*/
.header .nav {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
}
.header .nav ul {
	margin: 0;
}
.header .nav li {
	display: inline;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-weight: normal;
}
.header .nav li a {
	color:#333;
}
.header .nav li a:hover {
	color: #589502;
}
/*---------------------------------------visitor ------------------*/
.header .visitor {
	position: absolute;
	top: 103px;
	left: 15px;
	color: #333;
}
.header .visitor em, .header .update em {
	color: #1e55a0;
	font: bold normal 85% Verdana, Geneva, sans-serif;
}
/*---------------------------------------update ------------------*/
.header .update {
	position: absolute;
	top: 103px;
	left: 120px;
	color: #333;
	padding-left: 5px;
	border-left: 1px dotted #999999;
}
/*---------------------------------------user ------------------*/
.header .user {
	position: absolute;
	top: 98px;
	right: 5px;
}
.header .user ul {
	margin: 0px;
	list-style-type: none;
}
.header .user li {
	margin: 0 1px 0;
	display: inline;
	background: url(../images/userTab_bg1.gif) no-repeat right top;
	padding: 5px 10px 2px 0px;
 *padding:0px 10px 0px 0px;
}
.header .user li a {
	background: url(../images/userTab_bg1.gif) no-repeat left top;
	padding: 4px 0 3px 10px;
 *padding:5px 0 3px 10px;
	_padding: 5px 0 2px 10px;
	display: inline-block;
	text-decoration: none;
	color: #5e5d5d;
}
.header .user li.here {
	background: url(../images/userTab_bg2.gif) no-repeat right top;
	padding: 5px 10px 2px 0px;
 *padding:0px 10px 0px 0px;
	margin: 0 1px 0;
}
.header .user li.here a {
	background: url(../images/userTab_bg2.gif) no-repeat left top;
	padding: 4px 0 3px 10px;
 *padding:5px 0 4px 10px;
	_padding: 5px 0 2px 10px;
	font-weight: bold;
	color: #9e330a;
}
/*------------------------------------------------header search*/
.header .search {
	position: absolute;
	top: 50px;
	right: 400px;
	width:200px;
	color: #FFF;
}
.header .search form {
	margin:0px;
}
.header .search form input {
	vertical-align: middle;
}
.header .search form input[type="text"]{
	border:#999 1px solid;
	background:#FFF;
	padding:5px;
	height:20px;
	width:150px;
	}
.header .search form input[type="image"]{
	margin-left:-3px;
	}
.header .search h2 {
	margin: 0px;
	padding: 2px 5px;
	text-indent: -5000px;
	background-image: none;
}
.header .search img {
	vertical-align: middle;
}
.header .search .adv {
	clear: both;
	padding: 2px 0
}
.header .search .adv a {
	font-size: 85%;
	color: #666666;
}
/*------------------------------------------------header web20*/
.header .web20{
	position: absolute;
	top: 50px;
	right: 0px;
	width:160px; 
	}
.header .web20 ul li{
	*float:left;
	*display:block;
	}
.header .web20 ul li a{
	width:34px;
	height:34px;
	float:left;
	display:block;
	margin-right:5px;
	}
.header .web20 ul li img{
	width:34px;
	height:34px;
	}
.header .web21{
	position: absolute;
	top: 50px;
	right: 0px;
	width:210px; 
	}
.header .web21 ul li{
	*float:right;
	*display:block;
	}
.header .web21 ul li a{
	width:209px;
	height:34px;
	float:right;
	display:block;
	margin-right:5px;
	}
.header .web21 ul li img{
	width:209px;
	height:34px;
	border:1;
	}
	
	
	.header .web22{
	position: absolute;
	top: 50px;
	right: 0px;
	width:380px; 
	}
.header .web22 ul li{
	*float:left;
	*display:block;
	}
.header .web22 ul li a{
	width:34px;
	height:34px;
	float:left;
	display:block;
	margin-right:5px;
	}
.header .web22 ul li img{
	width:34px;
	height:34px;
	}
	
.HotSearch{
	width:200px;
	font-size:1.1em;
	margin-left:580px;
	padding-top:50px;
}