@charset "utf-8";


#footer {
	width: 100%;
	height: 160px;
	clear: both;
	padding: 0px;
	margin: 0 0 0 0;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
}

#footer_main {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	position:relative;
}
#fnav {
	width: 380px;
	color: #000000;
	font-size: 14px;
	position: absolute;
	top: 25px;
	right: 4px;
	overflow: hidden;
}
#fnav ul {
	margin:0;
	padding:0;
	text-align:left;
}
#fnav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#fnav ul li a:link,
#fnav ul li a:visited{
	color:#000000;
	text-decoration: none;
}
#fnav ul li a:hover{
	color:#447969;
	text-decoration: underline;
}
.footer_add{
	width: 350px;
	color:#444;
	font-size:13px;
	line-height:19px;
	position:absolute;
	top:62px;
	left:10px;
	overflow:hidden;
}
#foot_menu {
	width: 181px;
	height: 31px;
	margin:60px 16px 0 0;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	clear: both;
	float:right;
}
.footBtn{
	width: 181px;
	height: 31px;
	padding: 0;
	margin:0;
}
p a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#copyright {
	width: 1000px;
	text-align: center;
	line-height:30px;
	font-size:12px;
	color: #fff;
	position:absolute;
	top:130px;
	left:0px;
}
