/* CSS Document */
body, ul, li, p, a, img, h1, h2, h3, h4, form, input, select, option, table, tr, td {
	margin: 0;
	padding: 0;
}
body {
	width: 980px;
	margin: 0 auto;
	font-size: 14px;
	font-family: "ËÎÌå", Arial Narrow, HELVETICA;
	color: #666;
	behavior: url("/css/js/csshover3.htc");
	background: url(/images/bg.jpg) no-repeat top center #FAFCFF;
}
img {
	border: none;
	display: block;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	display: inline-block;
	color: #666;
}
a:hover {
	color: #C00;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
#nav {
	height: 42px;
	line-height: 42px;
	background: url(/images/nav_bg.jpg) repeat-x;
}
#nav_list {
	margin-left: 90px;
	display: inline;
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	color: #EFEFEF;
	padding: 0 27px;
	text-align: center;
	background: url(/images/nav_line.jpg) no-repeat;
}
#nav a:hover {
	color: #FFF;
	background: url(/images/nav_hover.jpg) no-repeat;
}
#nav li ul {
	display: none;
}
#nav li:hover ul {
	display: block;
	position: absolute;
	top: 35px;
}
#nav li:hover li a {
	background: none;
	color: #666;
	padding: 0 6px;
}
#nav li li a:hover {
	background: none;
	color: #C00;
}
#nav_list1 {
	width: 410px;
	left: 21px;
}
#nav_list2 {
	width: 722px;
	left: -89px;
}
#nav_list3 {
	width: 780px;
	left: -210px;
}
#nav_list4 {
	width: 352px;
	left: -105px;
}
#nav_list5 {
	width: 340px;
	left: -80px;
}
#nav_list6 {
	width: 110px;
	left: -1px;
}
#nav_list7 {
	width: 277px;
	left: -170px;
}
#nav_bottom {
	height: 28px;
	line-height: 28px;
	background: #EFEFEF;
	padding-left: 56px;
}
#footer {
	background: #1F51A2;
	font-size: 12px;
	text-align: center;
	padding: 14px 0 24px;
	_padding-top: 16px;
	line-height: 22px;
}
#footer p, #footer a {
	color: #75ACD4;
}
#footer a:hover {
	color: #EFEFEF;
}
.clear {
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden;
}
