@charset "utf-8";
#footer {
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/structure/bg_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 40px 0px 0px 0px;
	color: #FFFFFF;
}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {display: inline-block;}
/* Hides from IE-mac \*/
* html #footer {height: 1%;}
#footer {display: block;}
/* End hide from IE-mac */
#footer ul {
	float: left;
	padding: 0px 0px 0px 20px;
}
#footer li {
	float: left;
	padding: 0px;
}
#footer li a {
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
}
#footer li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li span {
	color: #d0d0d0;
}
#footer p#copyright {
	float: right;
	text-align: right;
	font-size: 11px;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
#footer  ul li span {
	padding: 0px 10px;
}