@charset "utf-8";
/* CSS Document */
.header {
	background:url(./../img/topbg.gif) repeat-x;
	width:100%;
	height:78px;
}
.header_box {
	width:980px;
	margin:0 auto;
}
.header_left {
	float:left;
	width:400px;
	height:78px;
	background:url(./../img/topbgt.gif) no-repeat right;
}
.header_logo {
	float:left;
	width:195px;
	padding-top:16px;
}

.header_right {
	float:left;
	width:540px;
	line-height:22px;
}
.header_right a {
	padding:0 4px;
}
.header_url {
	width:540px;
	color:#858484;
	padding:8px 0;
	text-align:right;
	padding-right:6px;
}
.header_login {
	width:540px;
	color:#181818;
}
.header_login li {
	float:left;
	padding-left:4px;
}
.header_input {
	border:1px solid #E8E3E9;
	background:url(./../img/in_bg.gif) repeat-x top;
	padding:2px;
}
.header_about {
	float:left;
	color:#676363;
	line-height:22px;
	padding-top:30px;
	color:#9d9d9d;
}
.nav {
	width:100%;
	height:35px;
	background:url(./../img/nav_b.gif) repeat-x;
}
.nav_box {
	width:980px;
	margin:0 auto;
}
.nav_box li {
	float:left;
}
.nav_box a {
	display:block;
	width:121px;
	height:35px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
}
.nav_on a:link, .nav_on a:visited {
	color:#4d4b4b;
	background:url(./../img/nav_c.gif) no-repeat bottom center;
}
.nav_on a:hover, .nav_on a:active {
	color:#920000;
	text-decoration:none;
}
.nav_off a:link, .nav_off a:visited {
	color:#FFF;
	background:url(./../img/nav_a.gif) no-repeat left 1px;
}
.nav_off a:hover, .nav_off a:active {
	color:#FFF;
	background:url(./../img/nav_d.gif) no-repeat left top;
	text-decoration:none;
}
