@charset "utf-8" /*-----Basic Lay out for all pages*/

/*test script delete when finished.*/




		
	




body {
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #FFFFF;
 background-image: none;
}
#wrapper {
	width: 900px;
	height: auto;
	color: #000000;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	vertical-align: middle;
	background-position: center center;
	left: 50;
	visibility: inherit;
	top: 0;
}
#clear {
	clear:both;
}
/*----Header NavBar------*/
#header {
	position:relative;
	background-image:url(/images/waterlogo.png);
	height: 250px;
	color:#FFFFFF;
	width: 900px;
	background-repeat: no-repeat;
}
#header h1 {
	color: #000000;
	margin-left: -9000px;
}
#navBar {
	position:static;
	height: 50px;
	left: auto;
	top: 50px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/navbar2.png);
}
/*nav list rules*/	
#navBar ul {
	margin:0;
	position: static;
	left:124px;
	bottom: -91px;
	list-style:none;
	height: 46px;
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navBar ul li {
	float:left;
}
#navBar ul li a {
	font-size:14px;
	line-height:1.5em;
	float:left;
	text-decoration:none;
	color:#000000;
	display:block;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 1.5em;
	padding-bottom: 0;
	padding-left: 1.5em;/*------------The color Code below will change the text on nav bar when scrolled over------------*/
}
#navBar ul li a:hover {
	color:#FF0000;
}
/*----------------------------------Content area---------------------------------------*/

#content {
	color:#333333
}
#contentIndex {
	color:#333333;
	height:auto;
}
#contentProducts {
	color:#333333;
	height:700px;
}
#contetentArizona {
	color:#333333;
	height:700px;
}
#busyTopText {
	width:auto;
	height:auto;
	color:#000000;
	line-height:2em;
	margin: 0 10px;
}
/*------------------------------------Footer-------------------------------------------*/
#footer {
	background-image:url(/images/footer.png);
	height:45px;
	position:relative;
	color:#666666;
	width: 900px;
	left: -72px;
	top: auto;
	float: none;
	margin-top: 0px;
	padding: 0px;
}
/*------------------------------------designer------------------------------------------*/

#designer {
	color:#FF0000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.1em;
	float:left;
	background:none;
}

