@charset "utf-8";
/* Styles for Footer */

#footer_background {
	background: #2f3237 url(../images/gui/footer_bg.jpg) repeat-x top;
}
#footer_background #footer-wrap {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 28px;
	padding-bottom:25px;
	position: relative;
	height: 275px;
}

#footer-wrap h3 {
	/*color: #FFF;*/
	font: 90% Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px;
	color: #FFF;
}
#footer-contact p {
	font: 75% Arial, Helvetica, sans-serif;
	color: #CCC;
	margin-top: 5px;
}


#footer-wrap .list-left {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #CCC;
	font: 75% Arial, Helvetica, sans-serif;
	display: block;
	width: 140px;
}
#footer-wrap .list-locations {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #CCC;
	font: 75% Arial, Helvetica, sans-serif;
	display: block;
	width: 120px;
}
#footer-wrap #footer-products {
	width: 313px;
	position: absolute;
	top: 23px;
	background: url(../images/gui/footer-div.jpg) no-repeat right top;
	height: 213px;
}
#footer-wrap #footer-servies {
	width: 157px;
	position: absolute;
	left: 319px;
	top: 23px;
	background: url(../images/gui/footer-div.jpg) no-repeat right top;
	height: 214px;
}
#footer-wrap #footer-locations {
	width: 263px;
	position: absolute;
	left: 480px;
	top: 23px;
	background: url(../images/gui/footer-div.jpg) no-repeat right top;
}
#footer-wrap #footer-contact {
	position: absolute;
	left: 746px;
	top: 23px;
	width: 185px;
	height: 218px;
}

#footer-wrap ul li a:link,
#footer-wrap ul li a:visited{
	color:#CCC;
	
}






