@charset "gb2312";

*{border:0; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333;}

a:link {color:#000;text-decoration: none;}
a:visited {text-decoration: none;color: #000;}
a:hover {text-decoration: underline;color: #000;}
a:active {text-decoration: none;color: #000;}
center div {text-align:left;}
.clean {clear:both;}
.flleft{float:left;}
.flright{float:right;}

.header{
	width:872px;
	overflow:hidden;
	background-image: url(../images/headbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header .logo{float:left;}
.header .logo img{ margin:5px;}
.header .headRight{float:right; text-align:right;}
.header .headRight .login{text-align:right;padding:12px 0 12px 70px;}
.header .headRight .login a{margin:8px 6px;}
.header .headRight .login .redlnk{color:#F00;}
.header .headRight .login input{border:#CCC solid 1px; width:80px; margin-right:5px;}
.header .headRight .navLink{padding:3px 0; text-align:right;}
.header .headRight .navLink a{margin:0 6px;}
.header .headRight .navLink .blue{color:#289df8;}
.header .headRight .navLink span{color:#289df8;}

.menu{
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	height:28px;
	overflow:hidden;
	width:872px;
	padding:10px 3px;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
}
.menu a{ margin:0 5px;}

.footer {
	text-align:center;
	clear:both;
	line-height:25px;
	text-align:center;
	margin:20px;
	background-image: url(../images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:160px;
}

