/* `Header styles & navigation
----------------------------------------------------------------------------------------------------*/
div#header {
	background-color: #e6e6e6;
	clear: both;
}

div#headerwrap {
	margin-left: auto;
	margin-right: auto;
}

div#headerwrap ul#logo {
	float: left;
	height: 198px;
	width: 198px;	
	background: url("http://www.500sqft.com/images/500logo_sprite.png");
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
}

div#headerwrap ul#learnmore {
	float: left;
	height: 198px;
	width: 826px;	
	background: url("http://www.500sqft.com/images/500contact_sprite.png");
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
}

div#headerwrap ul#learnmore li, div#headerwrap ul#logo li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;	
}

div#headerwrap ul#learnmore li a, div#headerwrap ul#logo li a {
	display: block;
	height: 198px;
	background-position: 0px 0px;	
}

div#headerwrap ul#logo li a:hover {
	background: url("http://www.500sqft.com/images/500logo_sprite.png");
	background-repeat: no-repeat;
	display: block;
	height: 198px;	
	background-position: 0px -208px;
}

div#headerwrap ul#learnmore li a:hover {
	background: url("http://www.500sqft.com/images/500contact_sprite.png");
	background-repeat: no-repeat;
	display: block;
	height: 198px;	
	background-position: 0px -208px;
}


