@charset "utf-8";
body { 
	background: #076c8a url("gfx/bgimage.jpg") no-repeat center -267px scroll;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
/*USEFUL FORMATTING STYLES*/	
/*hiding content*/	
.nodisplay {
	display: none;
}
/*blue text*/
.bluetext {
	color: #1a7994 !important;
}
/*light blue text*/
.lightbluetext {
	color: #83b7c6 !important;
}
/*grey text*/
.greytext {
	color:#999 !important;
}
/*orange text*/
.orangetext {
	color:#ef7f0d !important;
}
/*centering text*/
.centertext {
	text-align: center;
}
/*customer quotes*/
blockquote {
	margin: 22px 10px;
	color: #666;
	padding: 0 50px;
	background: transparent url("gfx/blockquote.gif") no-repeat 0 0;
	line-height: 150%;
}
/*hyperlinks*/
a {
	color: #ef7f0d;
	font-weight: bold;
}
a:hover {
	color: #83b7c6;
}
/*mainheading*/
h1 {
	color: #999;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 0px 0px 20px 0px;
}

/*SITE STRUCTURE*/
#wrapper {
	position: absolute;
	text-align: left;
	margin-top: 32px;
	margin-left: -364px;
	left: 50%;
	width: 744px;
	height: 708px;
	}
	
/*menu*/
ul#menu {
	position: absolute;
	top: 3px;
	left: 32px;
	width: 456px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
}
ul#menu li {
	position: relative;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
	height: 21px;
	width: auto;
}
ul#menu li a {
	display: block;
	background-repeat: no-repeat;
	height: 21px;
}
ul#menu li a:hover {
	opacity: .5;
	filter:alpha(opacity=50);
}
ul#menu li a.selected:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
ul#menu li.item1 a {
	left: 0px;
	background: url("gfx/menu-home.gif");
	width: 47px;
}
ul#menu li.item2 a {
	left: 48px;
	width: 132px;
	background: url("gfx/menu-plumbing-services.gif");
}
ul#menu li.item3 a {
	left: 180px;
	background: url("gfx/menu-customer-comments.gif");
	width: 144px;
}
ul#menu li.item4 a {
	left: 324px;
	background: url("gfx/menu-faqs.gif");
	width: 46px;
}
ul#menu li.item5 a {
	left: 370px;
	background: url("gfx/menu-contact-us.gif");
	width: 87px;
}
ul#menu li.item1 a.selected {
	left: 0px;
	background: url("gfx/menu-home-sel.gif");
	width: 47px;
}
ul#menu li.item2 a.selected {
	left: 48px;
	width: 132px;
	background: url("gfx/menu-plumbing-services-sel.gif");
}
ul#menu li.item3 a.selected {
	left: 180px;
	background: url("gfx/menu-customer-comments-sel.gif");
	width: 144px;
}
ul#menu li.item4 a.selected {
	left: 324px;
	background: url("gfx/menu-faqs-sel.gif");
	width: 46px;
}
ul#menu li.item5 a.selected {
	left: 370px;
	background: url("gfx/menu-contact-us-sel.gif");
	width: 87px;
}

/*logo*/
#logo {
	position: absolute;
	left: 20px;
	top: 140px;
	height: 120px;
	width: 250px;
}
#logo a {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	height: 120px;
	width: 250px;
}

/*contentblock*/
#content {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 455px;
	height: 380px;
	left: 220px;
	top: 275px;
	font-size: 75%;
}
#content p {
	color: #333;
}

/*footer*/
#footer {
	position: absolute;
	text-align: center;
	top: 400px;
	left: -220px;
	width: 728px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 75%;
}
#footer p {
	color: #83b7c6;
}
#footer a {
	color: #83b7c6;
	text-decoration: none;
}
#footer a:hover {
	color: #ef7f0d;
}
