img,.pngfix { behavior: url(iepngfix.htc) }
body {
	background-image:url(images/bg.gif); background-repeat:repeat-x;
	background-color:#ACA9A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	padding:0;
	margin:0;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FFC;
	font-weight:bold;
}

.floatleft { float:left; padding:3px 10px 0px 0px; clear:both; }
.floatright { float: right; padding:3px 0px 0px  10px; clear:both; }	
h1{ color:#0C5250; font-size:36px; font-weight:bold; margin:0; padding:0;}
h2{ color: #000099; font-size:20px; font-weight:bold;}
h3{ color: #487253; font-size:18px; font-weight:bold;}
.pink {color:#DB185A}

#menu {
	float:left;
	margin:0;
	padding:0;
 	width:512px; height:40px;
     }

#menu li{
	height:40px;
	float:left;
	list-style-type:none;
}
#menu a{
	height:40px;
	display:block; background-image:url(images/menu.gif);
		text-indent:-9999px;
}

#menu a.home{
		width:132px;
		background-position:0px 0px;
	}
	
#menu a.home:hover{
		width:132px;
		background-position:0px -40px;}
	
	#menu a.services{
		width:155px;
		background-position:-132px 0px;
	}
	
#menu a.services:hover{
		width:155px;
		background-position:-132px -40px;}
		
		#menu a.estimate{
		width:225px;
		background-position:-287px 0px;
	}
	
#menu a.estimate:hover{
		width:225px;
		background-position:-287px -40px;}
	

	

