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

#fnav {
	width: 1000px;
	height: 60px;
	margin: 0 auto 0;
}

#fnav ul {
	margin:0 0 0 15px;
	padding:0;
	height:60px;
}

#fnav ul li {
	float: left;
	margin: 20px 10px 0 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #B0B0B0;
}

#footer_add{
	width: 1000px;
	height: 150px;
	margin: 0 auto 0;
	background-image: url(../images/footer_add.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#footerText{
	width:320px;
	font-size:13px;
	line-height:20px;
	position:absolute;
	top:80px;
	left:15px;
}

#footer_cont{
	position:absolute;
	top:77px;
	right:105px;
}

#footer_cont a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#footer_cont a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#copyright {
	width: 1000px;
	height: 30px;
	text-align: center;
	margin:0 auto 0;
	line-height:30px;
	font-size:12px;
	color: #FFF;
	clear: both;
}
