#header {
	width: 900px;
	height: 352px;
	background: url("../NEW_images/header2.jpg") no-repeat;
	background-position: 56px;
}
#header_space {
	height: 323px;
}
/* Horizontal Navigation */
#nav { 
	float: right; 
	width: 605px; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	padding-right: 30px;
}
#nav li { 
	display: inline; 
	padding: 0; 
	text-indent:-2000px; 
}
#nav li a { 
	display: block; 
	float:left; 
	padding: 0;  
	height: 29px; 
}
#nav li a:hover, #nav li a#current { 
	background-position: 0 -29px; 
}

#navHome a { 
	background:url("../NEW_images/nav/paint_home.gif"); 
	width: 52px;
}
#navProfile a { 
	background:url("../NEW_images/nav/paint_profile.gif"); 
	width: 70px; 
}
#navServices a { 
	background:url("../NEW_images/nav/paint_services.gif"); 
	width: 78px; 
}
#navJob a { 
	background:url("../NEW_images/nav/paint_job.gif"); 
	width: 101px; 
}
#navQuote a { 
	background:url("../NEW_images/nav/paint_quote.gif"); 
	width: 59px; 
}
#navFaq a { 
	background:url("../NEW_images/nav/paint_faq.gif"); 
	width: 45px; 
}
#navEnv a { 
	background:url("../NEW_images/nav/paint_env.gif"); 
	width: 119px; 
}
#navContact a { 
	background:url("../NEW_images/nav/paint_contact.gif"); 
	width: 81px; 
}

.clearfix {display: inline-block;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* End Horizontal Navigation */