
/* `Footer
----------------------------------------------------------------------------------------------------*/

div#footer {
	background-color: #e6e6e6;
	border-top: 1px solid #808080;
	clear: both;
	padding-bottom: 80px;
}

div#footerwrap {
	width: 1024px;	
	margin-left: auto;
	margin-right: auto;
}

div#footerwrap ul#logolink {
	float: left;
	height: 149px;
	width: 146px;	
	background: url("http://www.500sqft.com/images/500footer_sprite.png");
	background-repeat: no-repeat;
	position: relative;
	margin-left: 20px;
	padding: 0;
		
}

div#footerwrap ul#logolink li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;	
}

div#footerwrap ul#logolink li a {
	display: block;
	height: 149px;
	background-position: 0px 0px;	
}

div#footerwrap ul#logolink li a:hover {
	background: url("http://www.500sqft.com/images/500footer_sprite.png");
	background-repeat: no-repeat;
	display: block;
	height: 149px;	
	background-position: 0px -159px;
}

div#footerwrap ul {
	margin-left: 170px;
	margin-top: 0;
	padding-top: 20px;
	list-style: none;
}

div#footerwrap ul li {
	font-family: helvetica;
	font-style: normal;
	font-size: 100%;
	letter-spacing: .2em;
	color: #808080;
	padding-bottom: 10px;
}

div#footerwrap ul li a {
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 100%;
	letter-spacing: .2em;
	color: #000;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

div#footerwrap ul li a:hover {
	background: #00a7ee;
	color: #fff;
	text-decoration: none;
	padding:  5px 5px 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#footerwrap ul li.legal {
	font-family: times;
	font-style: normal;
	font-size: 100%;
	color: #b3b3b3;
	padding-bottom: 10px;
}
