@charset "UTF-8";
div#footer {
	padding: 30px 0 0 0;
	clear: both;
}
/* CSS Document */

#footer li {
	background-image: url(../images/bg_footer_green.gif);
	width: 950px;
	position: relative;
	height: 120px;
	color: #FFF;
}

 #footer img {
	float: left;
	display: block;
	padding: 5px;
}
#footer p.logo {
	width: 200px;
	float: left;
}
#footer p.top {
	padding-top: 10px;
}
#footer .top, .address {
	font-size: 0.75em;
	line-height: 1em;
}
#footer .address {
	margin-top: 0px;
}
#footer p.seo {
	font-size: 0.6em;
	margin: 5px 30px 0 200px;
	line-height: 1em;
}
#footer p.phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	position: absolute;
	right: 20px;
	top: 20px;
	font-style: italic;
	font-weight: bold;
}

