/* ------------------------------------------------------------------------
CSS sheet for Watters Plumbing.
Author: Tim Kadlec
Date Created: 10/04/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Aqua Blue  - #60C2D7;
	
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a, a img{
	outline: none;
	border: 0;
}
body{
	text-align: center;
	background: url(images/bodybg2.jpg) repeat-x #A70000;
	color: #000;
	font: 12px/1.5em Arial, sans-serif;
}
#outer{
	width: 758px;
	margin: 0 auto;
	position: relative;
	padding-top: 178px;
}
#wrap{
	width: 758px;
	margin: 0 auto;
	background: #F0F3C3;
	display: block;
	text-align: left;
	padding-bottom: 1em;
	overflow: hidden;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 758px;
	margin: auto;
	margin-top: 15px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
	height: 138px;
}
h1{
	display: block;
	float: left;
	text-indent: -9999px;
	height: 138px;
	width: 250px;
	background: url(images/logo3.jpg) no-repeat;
	margin-bottom: 10px;
}
h2{
	display: none;/*
	float: right;
	width: 528px;
	height: 63px;
	background: url(images/tagline.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 14px;
	margin-right: 7px;*/
}
#header h3 {
	float: left;
	width: 500px;
	height: 135px;
	text-indent: -9999px;
	margin-left: 8px;
	background: url(images/tagline.png) no-repeat;
/*		
	color: #f0f3c4;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	*/
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
.navigation{
	display: block;
	width: 100%;
	list-style-type: none;
	clear: both;
}
.navigation li{
	display: block;
	float: left;
	position: relative;
}
.navigation a{
	display: block;
	background: url(images/navigation3.gif);
	height: 28px;
	text-indent: -9999px;
}
.navigation li.home a{
	width: 60px;
}
.navigation li.home a:hover{
	background-position: 0px 28px;
}
.navigation li.about a{
	width: 75px;
	background-position: -60px 0px;
}
.navigation li.about a:hover{
	background-position: -60px 28px;
}
.navigation li.showroom a{
	width: 100px;
	background-position: -135px 0px;
}
.navigation li.showroom a:hover{
	background-position: -135px 28px;
}
.navigation li.plumbing a{
	width: 95px;
	background-position: -235px 0px;
}
.navigation li.plumbing a:hover{
	background-position: -235px 28px;
}
.navigation li.synergy a{
	width: 80px;
	background-position: -330px 0px;
}
.navigation li.synergy a:hover{
	background-position: -330px 28px;
}
.navigation li.faqs a{
	width: 65px;
	background-position: -410px 0px;
}
.navigation li.faqs a:hover{
	background-position: -410px 28px;
}
.navigation li.newsletters a{
	width: 105px;
	background-position: -475px 0px;
}
.navigation li.newsletters a:hover{
	background-position: -475px 28px;
}
.navigation li.shop a{
	width: 110px;
	background-position: -580px 0px;
}
.navigation li.shop a:hover{
	background-position: -580px -28px;
}
.navigation li.contact a{
	width: 68px;
	background-position: -690px 0px;
}
.navigation li.contact a:hover{
	background-position: -690px 28px;
}
.navigation li ul{
	display: none;
}
.navigation li:hover ul, .navigation li.over ul{
	display: block;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 9999;
}
.navigation li ul li{
	display: block;
	float: none;
}
#header .navigation li ul li a{
	text-indent: 0px;
	background: #5E99C6;
	color: #fff;
	display: block;
	width: 140px;
	text-decoration: none;
	border: 1px solid #ADC6CF;
	border-width: 0 1px 1px 1px;
	height: auto;
	padding: 3px;
}
#header .navigation li ul a:hover{
	background: #43769E;
}

/* -----------------------------------------------------------------------
FEATURED ELEMENTS
-------------------------------------------------------------------------*/
#horizontal_container{
	background: #30557B;
	display: inline;
	padding: 10px;
	float: left;
	width: 720px;
	margin: 5px 9px 1em 9px;
	overflow: hidden;
	margin-right: -3px;
}
#wrap > #horizontal_container{
	margin-right: 9px;
}
#horizontal_container h3{
	float: left;
	display: inline;
	width: 30px;
	height: 150px;
	text-indent: -9999px;
	background: url(images/clearance.gif);
	overflow: hidden;
}
#horizontal_container #clearance{
	background: url(images/clearance.gif);
}
#horizontal_container #latest{
	background: url(images/latest.gif);
}
#horizontal_container #featured{
	background: url(images/featured.gif);
}
#horizontal_container #bell{
	background: url(images/bell.gif);
}
#horizontal_container #synergy{
	background: url(images/synergy.gif);
}
#horizontal_container #news{
	background: url(images/news.gif);
}
#horizontal_container #green{
	background: url(images/green.gif);
}
#horizontal_container #hotdeals{
	background: url(images/hotdeals.gif);
}
#horizontal_container div{
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#horizontal_container p{
	height: 150px;
	width: 0px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
#clearanceDiv{
	background: url(images/clearancelink.jpg);
}
#featuredDiv{
	background: url(images/featuredlink.jpg);
}
#latestDiv{
	background: url(images/newslink.jpg);
}
#greenDiv{
	background: url(images/greenlink.jpg);
}
#bellDiv{
	background: url(images/belllink.jpg);
}
#synergyDiv{
	background: url(images/synergylink.jpg);
}
#hotdealsDiv{
	background: url(images/hotdealslink.jpg);
}
#horizontal_container div a{
	text-indent: -9999px;
	display: block;
	width: 80px;
	height: 25px;
	position: absolute;
	top: 85px;
	left: 298px;
}
/* -----------------------------------------------------------------------
CONTENT ELEMENTS
-------------------------------------------------------------------------*/
p{
	margin: 1.5em 10px;
}
#wrap a.asseen{
	display: block;
	width: 210px;
	height: 110px;
	background: url(images/freebottle.jpg) top left no-repeat;
	text-indent: -9999px;
	float: right;
	margin: 10px;
}
#wrap a.asseen:hover{
	background-position: bottom left;
}
p.first{
	margin-top: 0em;
}
img.floatLeft{
	float: left;
	margin: 0px 10px;
}
#main ul{
	margin: 1.5em 30px;
}
#main a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#main a:hover{
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a.events{
	display: block;
	background: url(images/events.jpg) no-repeat;
	width: 249px;
	height: 102px;
	text-indent: -9999px;
	clear: both;
	float: right;
	margin: 10px;
}
a.events:hover{
	background-position: 0 -102px;
}
form.newsletter{
	clear: both;
	text-align: left;
}
form.newsletter label{
	float: left;
	margin-top: 4px;
	display: block;
	width: 140px;
}
form.newsletter input.email{
	display: block;
	margin-top: 2px;
	float: left;
	width: 225px;
}
form.newsletter input.btn{
	width: 150px;
	font-weight: bold;
	margin-left: 10px;
}
img.floatRight{
	float: right;
	margin: 10px;
}
img.solar{
	float: right;
	margin: 0 10px;
	border: 2px solid #000;
}
body.half img.floatRight{
	margin-top: 0;
}
img.floatLeft{
	float: left;
	margin: 10px;
}
#main dl dd ul{
	margin: 0px 20px;
}
dl.floatLi{
	width: 100%;
}
dl.floatLi dd ul li{
	float: left;
	width: 40%;
	margin: 0 20px;
}
dl.sideList{
	float: right;
	width: 300px;
	margin: 0 0 0 20px;
}
dl.sideList dd{
	margin-left: 17px;
}
dl.sideList dd ul{
	list-style-image: url(images/wBullet.jpg);
}
dl.sideList dd ul li{
	padding: 2px 0;
}
dl.sideList dd a{
	color: blue;
	text-decoration: none;
}
dl.sideList dd a:hover{
	text-decoration: underline;
}
#main p.strong{
	font-weight: bold;
	margin-bottom: -1.5em;
}
ul.imgLinks{
	display: block;
	clear: both;
}
ul.imgLinks li{
	float: left;
	width: 138px;
	height: 138px;
	list-style-type: none;
	margin: 20px 0 20px 12px;
}
ul.imgLinks li a{
	display: block;
	width: 138px;
	height: 138px;
	background: url(images/imglinksNew.jpg) top left no-repeat;
	text-indent: -9999px;
}
ul.imgLinks li.shop a{
	background-position: 0 0;
}
ul.imgLinks li.shop a:hover{
	background-position: 0 -138px;
}
ul.imgLinks li.events a{
	background-position: -138px 0;
}
ul.imgLinks li.events a:hover{
	background-position: -138px -138px;
}
ul.imgLinks li.newsletter a{
	background-position: -276px 0;
}
ul.imgLinks li.newsletter a:hover{
	background-position: -276px -138px;
}
ul.imgLinks li.schedule a{
	background-position: -414px 0;
}
ul.imgLinks li.schedule a:hover{
	background-position: -414px -138px;
}
ul.imgLinks li.referral a{
	background-position: -552px 0;
}
ul.imgLinks li.referral a:hover{
	background-position: -552px -138px;
}
#main ol{
	margin: 1.5em 30px;
}
#main dl#faq{
	margin-top: 1.5em;
}
#main dl#faq dt{
	width: 100%;
	background: url(images/arrowDown.jpg) top left no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
#main dl#faq dt.active{
	cursor: pointer;
	background: url(images/arrowLeft.jpg) top left no-repeat;
}
#blue{
	display: block;
	clear: both;
	background: #253D56;
	width: 708px;
	color: #fff;
	padding: 1px 1px;
	margin-left: 25px;
}
body.half #blue{
	width: 550px;
	clear: none;
}
#blue a{
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#blue a:hover{
	border-bottom: 1px solid #fff;
}
#blue ul.diamondList{
	margin-left: 20px;
}
#tan{
	display: block;
	clear: both;
	background: #C4BC96;
	width: 708px;
	color: #000;
	padding: 1px 1px;
	margin-left: 25px;
	border: 5px double #000;
}
.clear{
	display: block;
	clear: both;
}
p.askFor{
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-top: 80px;
}
#main ul.threeWide{
	width: 100%;
}
#main ul.threeWide li{
	width: 30%;
	list-style-type: disc;
	display: block;
	float: left;
}
dl.best dd{
	text-align: center;
}
dl.best dd img{
	margin: 5px;
	border: 1px solid #000;
}
#showroom{
	float: right;
	margin: 10px;
	border: 1px solid #000;
}
p.need{
	font-size: 15px;
	width: 400px;
	height: 400px;
	background: url(images/whatYouNeed.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}
.clearboth{
	clear: both;
}
#shop{
	float: left;
	display: block;
	margin: 20px;
	width: 100px;
	text-align: center;
}
#wrap ul.moveRight{
	float: right;
	margin-right: 200px;
}
/* -----------------------------------------------------------------------
HISTORY ELEMENTS
-------------------------------------------------------------------------*/
#heading{
	display: block;
	clear: both;
}
#main{
	clear: both;
	display: block;
	width: 100%;
	overflow: hidden;
}
h6{
	margin: 0px;
	margin-bottom: .5em;
	padding: 0px;
	font-size: 1em;
	display: block;
	width: 100%;
	display: block;
	clear: both;
}
img.history{
	float: left;
	margin: 10px;
	clear: both;
}
p.mission{
	display: block;
	clear: both;
	font-style: italic;
	font-weight: bold;
}
.by{
	display: block;
	margin-bottom: 5px;
	margin-left: 20px;
}
dl.awards{
	margin-top: 20px;
}
dl.awards dd{
	margin: 10px 31px;
	width: 40%;
	display: block;
	height: 270px;
	float: left;
}
p .heading{
	display: block;
	font-weight: bold;
}
ul.noTop{
	margin-top: 0;
}
dl.floatRight{
	float: left;
	margin-left: 30px;
	display: block;
}
/* -----------------------------------------------------------------------
MEET THE STAFF ELEMENTS
-------------------------------------------------------------------------*/
dl{
	margin: 10px 10px;
	display: block;
}
dl dt{
	font-weight: bold;
}
dl dd.staffPhoto{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
dl.staff{
	clear: both;
}
dl.staff dd{
	margin-bottom: 20px;
}
dl dd.em{
	font-style: italic;
	margin-bottom: 0px;
}
dl dd ol{
	margin-left: 150px;
}
dd.right{
	float: right;
}
p.address span{
	margin-left: 200px;
	width: 200px;
	float: left;
}
dl.staffdepts{
	text-align: center;
	width: 98px;
	float: left;	
}
dl.staffdepts dd.staffPhoto{
	margin-bottom: 0px;
}
/* -----------------------------------------------------------------------
CONTACT FORM ELEMENTS
-------------------------------------------------------------------------*/
form{
	clear: both;
	display: block;
	margin: 1.5em 10px;
	text-align: center;
}
form.contact ul li{
	display: block;
	padding: 5px 0px;
	clear: both;
	list-style-type: none;
	text-align: left;
}
form.contact ul li label{
	display: block;
	width: 50%;
	float: left;
}
form.contact ul li select{
	width: 146px;
}
form.contact ul li label.required{
	font-weight: bold;
}
form.contact ul li.submit{
	margin-left: 150px;
}
/* -----------------------------------------------------------------------
SCHEDULE APPOINMENT ELEMENTS
-------------------------------------------------------------------------*/
form.schedule{
	text-align: left;
	width: 100%;
}
form.schedule ul li{
	display: block;
	list-style-type: none;
	margin: 1.5em 0;
}
form.schedule label{
	float: left;
	display: block;
	width: 200px;
	margin-right: 10px;
}
form.schedule span{
	font-size: 11px;
}
form.schedule ul li ul li{
	margin: 0;
	padding-left: 210px;
}
/* -----------------------------------------------------------------------
HOT DEALS ELEMENTS
-------------------------------------------------------------------------*/
#hot{
	margin-top: 2em;
}
#hot dl dd{
	text-align: center;
}
#hot dl{
	float: left;
	width: 30%;
}
#hot dl dd.listPrice{
	text-decoration: line-through;
}
#hot dl dd.salePrice{
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	width: 758px;
	margin: auto;
	padding-top: 15px;
	color: #fff;
}
#footer ul{
	display: block;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer li{
	display: inline;
	margin-left: 10px;
}
#footer p{
	float: right;
	text-align: left;
	margin: 0;
}
/* -----------------------------------------------------------------------
ADMIN FORM ELEMENTS
-------------------------------------------------------------------------*/
.admin{
	text-align: left;
	clear: both;
	padding-top: 2.5em;
}
#wrap .admin a{
	color: #000;
	text-decoration: underline;
}
.admin .note{
	font: 10px/1 Arial, sans-serif;
	text-transform: uppercase;
	display: block;
}
.admin .submit{
	margin: .4em 0;
}
.admin ul{
	list-style-type: none;
}
.admin li{
	width: 100%;
	padding: .2em 0;
	overflow: hidden;
}
.admin label{
	float: left;
	width: 300px;
}
/* -----------------------------------------------------------------------
MANAGE ELEMENTS
-------------------------------------------------------------------------*/
#wrap .manage{
	display: block;
	clear: both;
	padding-top: 2.5em;
	margin: 0 10px;
	border-collapse: collapse;
	width: 700px;
}
.manage th, .manage td{
	border: 1px solid #000;
	padding: .3em .5em;
	border-collapse: collapse;
}
.manage th{
	background: #5893C2;
	color: #253D56;
}
.manage ul{
	list-style-type: none;
}
.manage img{
	border: 1px solid #000;
	margin-right: 5px;
	float: left;
}
.manage td{
	width: 24%;
	vertical-align: top;
}
.manage td.details{
	width: 32%;
}
.manage a{
	color: #000;
}
/* ------------------------------- TabNav(from the master himself at SimpleBits) ----------------- */
#tabnav	{
	height: 20px;
	width: 100%;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	margin: 0 auto 10px auto;
	padding-top: 2.5em;
	clear: both;
	display: block;
}
#tabnav li{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited{
	float: left;
	background: #766F54;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #4E4834;
	text-decoration: none;
	color: #000;
}
#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #4E4834;
	background: #C7BFA0;
	color: #000;
}
#tabnav a:hover{
	background: #C7BFA0;
	color: #000;
}
/* -----------------------------------------------------------------------
NEWS ELEMENTS
-------------------------------------------------------------------------*/
#watterNews{
	display: block;
	padding-top: 2.5em;
	clear: both;
	width: 97%;
	overflow: hidden;
}
#watternews dd{
	padding-bottom: 1.5em;
}
#watterNews .img{
	float: left;
	margin-right: 15px;
}
#watterNews .img img{
	border: 1px solid #000;
}
#watterNews dt{
	margin-bottom: 1em;
}
.login{
	padding-top: 2.5em;
}

#images {
	margin: 20px 20px;
}
#images img {
	padding: 4px;
	background: #FFF;
	border: 1px solid #bbb;
}
#images .first {
	margin-right: 36px;
}
#images .second {
	margin-right: 36px;
}
#images .third {
	margin: 0;
}