@charset "utf-8";




#nav    {
	background-image: url(images/nav-background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 42px;
	width: 912px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}


#nav #about a:link, #nav #about a:visited {
	background-image: url(images/button-about-FINAL.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 104px;
	display: block;
	background-position: left top;
}
#nav #about a:hover, #nav #about a:active {
	background-position: bottom;
}

#nav #services a:link, #nav #services a:visited  {
	background-image: url(images/button-services-FINAL.jpg);
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 129px;
	text-indent: -9999px;
}
#nav #services a:hover, #nav #services a:active {
	background-position: bottom;
}
#nav #portfolio a:link, #nav #portfolio a:visited {
	background-image: url(images/button-portfolio-FINAL.jpg);
	background-position: left top;
	display: block;
	height: 42px;
	width: 142px;
	text-indent: -9999px;
}
#nav #portfolio a:hover, #nav #portfolio a:active {
	background-position: bottom;
}
#nav #contact a:link, #nav #contact a:visited {
	background-image: url(images/button-contact-FINAL.jpg);
	background-position: left top;	
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 126px;
}
#nav #contact a:hover , #nav #contact a:active {
	background-position: bottom;
}
#nav #quote a:link, #nav #quote a:visited {
	background-image: url(images/button-quote-FINAL.jpg);
	background-position: left top;	
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 116px;
	background-repeat: no-repeat;
}
#nav #quote a:hover, #nav #quote a:active {
	background-position: left bottom;
}

#blog a:link, #blog a:visited, #faq a:link, #faq a:visited, #home a:link, #home a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #DFDFDF;
	text-decoration: none;
	padding-top: 13px;
	display: block;
	padding-left: 12px;
	padding-right: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#nav #blog a:hover, #nav #blog a:active, #faq a:hover, #faq a:active, #home a:hover, #home a:active {
	color: #5F5B50;
	text-decoration: underline;
}
