#header {
	width: 900px;
	height: 97px;
	background: url(../images/nav/background.png) no-repeat;
	margin: 0 auto;}

#mainlogo {
	display: block;
	position: absolute;
	height: 97px;
	width: 195px;
	cursor: pointer;
	background: url(../images/nav/logo.png);}

.home a { 
	display:block; 
	position: absolute;
	margin-left: 195px;
	height: 97px; 
	width: 98px;
	background: url(../images/nav/homeoff.jpg);}

.home a:hover { 
	background: url(../images/nav/homeon.jpg);}

.services a { 
	display:block;
	position: absolute; 
	margin-left: 293px;
	height: 97px; 
	width: 117px;
	background: url(../images/nav/servicesoff.jpg);}

.services a:hover { 
	background: url(../images/nav/serviceson.jpg);}

.products a { 
	display:block;
	position: absolute; 
	margin-left: 410px;
	height: 97px; 
	width: 121px;
	background: url(../images/nav/productsoff.jpg);}

.products a:hover { 
	background: url(../images/nav/productson.jpg);}

.faq a { 
	display:block;
	position: absolute; 
	margin-left: 531px;
	height: 97px; 
	width: 86px;
	background: url(../images/nav/faqoff.jpg);}

.faq a:hover { 
	background: url(../images/nav/faqon.jpg);}

.estimate a { 
	display:block;
	position: absolute; 
	margin-left: 617px;
	height: 97px; 
	width: 151px;
	background: url(../images/nav/estimateoff.jpg);}

.estimate a:hover { 
	background: url(../images/nav/estimateon.jpg);}

.contact a { 
	display:block;
	position: absolute; 
	margin-left: 617px;
	height: 97px; 
	width: 115px;
	background: url(../images/nav/contactoff.jpg);}

.contact a:hover { 
	background: url(../images/nav/contacton.jpg);}

#end {
	display: block;
	position: absolute;
	margin-left: 883px;
	height: 97px;
	width: 17px;
	background: url(../images/nav/end.png);}
