@charset "utf-8";
/* CSS Document */

html, body, a, p, div, img,
h1, h2, h3, h4, h5, h6,
ul, li, ol, dl, dt, dd,
form, input, textarea, select, fieldset {
	margin: 0px;
	padding: 0px;
}
ul, ol, dl, li{
	list-style-type:none;
}
body, div, table, td,
input, select, textarea{
	font-family: Verdana, Arial,"宋体";
	font-size: 12px;
	color: #333;
}
body{
	background: #fff;
	line-height: 18px;
}
div, form, img, ul, ol, li, dl, dt, dd {
	border: 0;
}
img {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
input, textarea, select {
	border: 1px solid #CCCCCC;
	line-height: 18px;
	background: #FFFFFF;
}
textarea {
	overflow: auto;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #c00;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: none;
}

.warp {
	background: white;
	margin: 0px auto;
	width: 980px;
	clear: both;
}
#top {
	height: 128px;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
#logo {
	float: left;
	font-size: 24px;
	width: 180px;
	height: 60px;
}
#login, #search {
	float: left;
	width: 320px;
	height: 30px;
}
#menu {
	clear: both;
	float: left;
	height: 36px;
	overflow: hidden;
	width: 980px;
	margin-top: 5px;
}
#menu #left {
	background:url(images/nav_left.jpg);
	width: 49px;
	height: 36px;
	float: left;
}
#menu #right {
	background:url(images/nav_right.jpg);
	width: 50px;
	height: 36px;
	float: left;
}
#menu ul {
	background:url(images/bg_nav.gif);
	width: 881px;
	height: 36px;
	float: left;
}
#menu li {
	float: left;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	background: url(images/nav_line.gif) no-repeat;
	padding: 2px 5px 0px 7px;
}
#menu .first {
	background: none;
}
#menu a {
	padding:6px 10px 10px 10px;
}
#menu a:link, #menu a:visited {
	color:#FFF;
	background: none;
}
#menu a:hover, #menu a:active {
	color:#C00;
	background: #FFF;
}
#menu .now a {
	color:#C00;
	background: #FFF;
}
#submenu {
	clear: both;
	height: 26px;
	line-height: 26px;
	border:1px solid #c00;
	border-top:none;
	overflow: hidden;
	padding-left: 10px;
	text-align: left;
	background: url(images/subnav_bg.jpg);
}

#footer {
	border-top: 3px solid #c00;
	text-align: center;
	line-height: 22px;
	padding: 5px 0px;
}
#footer a {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	color: #134d9d;
}
#footer span a {
	margin: 0px 8px;
}

#ad_1 {
	float: left;
	width: 468px;
	height: 60px;
	margin: 0px 6px;
}
#ad_2, #ad_3 {
	width: 180px;
	height: 60px;
	margin: 0px 7px 5px 6px;
	border: 1px #000 solid;
}
#ad_4, #ad_5, #ad_6 {
	width: 234px;
	height: 60px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
