@charset "gb2312";
/* Common Css Style */
body{
	font-family:arial;
	font-size:12px;	
	margin:0;
	color:#555555;
	background:url(../img/bg.gif) repeat-x #fff;
}
a{
	color:#555555;
	text-decoration:none;
}
a:hover{
	color:#0066CC;
	text-decoration:none;
}
img, a img{
	border:0;
}
input, select, form, textarea {
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
}
ul, li, dl, dt, dd{
	margin:0;
	padding:0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
}
.justclear {
	clear:both;
	height:0;
	overflow:;
}
.boxer {
	width:1000px;
	margin:0 auto;
	background:#fff;

}
a.blue{
	color:#0066CC;
	text-decoration:none;
}
a.blue:hover{
	color: #FF6600;
	text-decoration:none;
}

/* Header Css Style */
#header {
	border-bottom:#0373C5 2px solid;
}
	#header .topmenu {
		width:130px;
		height:24px;
		padding-left:675px;
		padding-top:10px;
	}
	#header .topmenu li {
		float:left;
		width:auto;
		background:url(../img/icon_arr.gif) no-repeat left 50%;
	}
	#header .topmenu li a {
		float:left;
		padding:0 0 0 7px;
		display:block;
		width:58px;
		color:#0373C5;
		cursor:pointer;
		text-decoration:underline;
	}
	#header .navigation {
		width:801px;
		height:25px;
		padding-left:4px;
		background:url(../img/bg_navigation.gif) no-repeat left top #0373C5;
	}
	#header .navigation li {
		width:auto;
		float:left;
		background:url(../img/split.gif) no-repeat right 7px;
	}
	#header .navigation li.last {
		background:none;
	}
	#header .navigation li a{
		color:#fff;
		padding:7px 26px 5px 25px;
		height:13px;
		display:block;
		float:left;
	}
	#header .navigation li a:hover{
		 color:#FFFF00;
	}

/* Footer Css Style*/
#footer {
	background:#EBEBEB;
	margin-top:5px;
}
	#footer .copyright {
		width:510px;
		padding:0 0 0 10px;
	}
	#footer .copyright a {
		color:#036DB0;
	}
	#footer .menu {
		width:260px;
		float:right;
	}
	#footer .menu li {
		width:auto;
		float:left;
		background:url(../img/split2.gif) no-repeat right 7px;
	}
	#footer .menu li.last {
		background:none;
	}
	#footer .menu li a{
		color:#555555;
		padding:7px 8px 5px 8px;
		display:block;
		float:left;
	}
	#footer .menu li a:hover{
		 color: #0066CC;
	}

