/*div {border: 1px dotted red;}*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
div#container {
	width: 735px;
	margin-left: auto;
	margin-right:auto;
	position:relative;
}
div#masthead {
	position:absolute;
	top:5px;
	left:15px;
	height: 35px;
	width: 695px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	font-weight:bold;
	background:url(images/logoMasthead.gif) no-repeat;
	z-index:5;
}
#phone {
	font-size:12px;
	
}
div#banner {
	position:absolute;
	left: 0px;
	top: 70px;
	z-index: 1;
	}


div#navbar {
	position:absolute;
	top:50px;
	left:10px;
	width:700px;
	height:25px;
	z-index:5;
	
}
#navmenu {
	width:707px;
	height:32px;
	}
#navmenu td {
	width:100px;
	text-align:center;
	background:url(images/bgd2A.gif) top left no-repeat;
	}
#navmenu td a {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
#navmenu td:hover {
	background:url(images/bgd2Aon.gif) top left no-repeat;
	}
td#first {
	background:url(images/bgd1A.gif) top left no-repeat;
	}
td#first:hover {
	background:url(images/bgd1Aon.gif) top left no-repeat;
	}
div#splashPads {
	position:absolute;
	top:80px;
	left: 7px;
	width:195px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	height: 250px;
	z-index: 5;
	
	}
div#fountains {
	position:absolute;
	top:268px;
	left: 248px;
	width:195px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	height: 250px;
	z-index: 5;
	
	}
div#nozzles {
	position:absolute;
	top:268px;
	left: 489px;
	width:195px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	height: 250px;
	z-index: 5;
	
	}
#imagenav {
	position:absolute;
	top: 45px;
	left: 0px;
	z-index: 2;
	
}
#image1 {
	position:absolute;
	top: 74px;
	left: 0px;
	z-index: 1;
	
}
#image2 {
	position:absolute;
	top: 260px;
	left: 241px;
	z-index: 1;
	
}
#image3 {
	position:absolute;
	top: 260px;
	left: 482px;
	z-index: 1;
	
}
ul li.splash {
	list-style-type:disc;
	list-style-position: outside;
	margin-bottom:3px;
	list-style-image: url(images/disc_splash2.gif);
	
}
ul li.fountains {
	list-style-type:disc;
	list-style-position: outside;
	margin-bottom:3px;
	list-style-image: url(images/disc_fountains.gif);
}	

ul li.nozzles {
	list-style-type:disc;
	list-style-position: outside;
	margin-bottom:3px;
	list-style-image: url(images/disc_nozzles.gif);
	
}
#leadsplash {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#07888C;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
#leadfountains {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#00588f;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
#leadnozzles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#008c64;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
a#headerLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
a#headerLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
}
div#menu {
	position:absolute;
	top:135px;
	left:15px;
	/*width: 175px;*/
	z-index:150;
}
div#menu2 {
	position:absolute;
	top:245px;
	left:15px;
	/*width: 175px;*/
	z-index:150;
}
div#menu3 {
	position:absolute;
	top:135px;
	left:15px;
	/*width: 175px;*/
	z-index:150;
}
div#additionalinfo {
	position:absolute;
	top:403px;
	left:15px;
	/*width: 175px;*/
	z-index:150;
}
div#menubgd {
	position:absolute;
	top:125px;
	left:0px;
	width: 200px;
	height: 1000px;
	z-index:5;
	background-color:#F0FDFF;
}

ul.makeMenu, ul.makeMenu ul {
  width: 200px;                 /* sets the size of the menu blocks */
  /*border: 1px solid #000; */     /* puts a black border around the menu blocks */
  background-color: #d7e1ea;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #284574;                 /* sets the default font colour to white */
  border-bottom:1px solid white;
}
#top {
  background-image:url(images/BgdSplash.gif);
  background-color:#FFFFFF;
}
#top a{
  color:#FFFFFF;
  font-weight:bold;
}
#top a:hover{
	font-size:13px;
}
#top2 {
  background-image:url(images/BgdFountains.gif);
  background-color:#FFFFFF;
}
#top2 a{
  color:#FFFFFF;
  font-weight:bold;
}
#top2 a:hover{
	font-size:13px;
}
#top3 {
  background-image:url(images/BgdNozzles.gif);
  background-color:#FFFFFF;
}
#top3 a{
  color:#FFFFFF;
  font-weight:bold;
}
#top3 a:hover{
	font-size:13px;
}
#infotop {
  background-image:url(images/BgdInfo.gif);
  background-color:#FFFFFF;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  
  display: none;               /* hides child menu blocks - one of the most important declarations */
  width: 170px;
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 200px;                /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
  border-left: 1px solid white;
}
ul.makeMenu li > ul > li > ul{         
  
  display: none;               
  width: 155px;
  position: absolute;          
  top: 0px;                    
  left: 170px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background-color: #ced8e4;
	color: #284574;
 	font-weight: bold;
	}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
  font-weight:normal;
  width:170px;
  position:absolute;
  top:0px;
  Left:200px;
  border-left: 1px solid white;
}
ul.makeMenu ul ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
  font-weight:normal;
  width:155px;
  position:absolute;
  top:0px;
  Left:170px;
 /* border-left: 1px solid white;*/
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
  font-weight:normal;
}
/* and some link styles */
ul.makeMenu li a { color: #284574; display: block; padding:3px 0px 3px 0px; width: 100%; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #284574; }
ul.makeMenu li:hover > a { color: #284574; } /* supports links in branch headings - must not be display: block; */
div#breadcrumbs {
	position:absolute;
	top:105px;
	left: 15px;
	z-index:100;
	color:#7E7B86;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 695px;
	border-bottom:1px dashed gray;
}
#breadcrumbs a {
	/*display:block;*/
	padding: 0px 5px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#7E7B86;
	text-decoration:none;
}
#product {
	color:#00788c; 
}
#breadcrumbs a:hover{
	font-weight:bold;
	color:#284574;
}
div#contentBgdTop {
	width: 480px;
	height: 15px;
	background:url(images/content_bgd_top.gif) no-repeat;
	position:absolute;
	top:130px;
	left: 230px;
	z-index:5;
}
div#contentBgdMid {
	width: 480px;
	height: 500px;
	background:url(images/content_bgd_middle.gif) ;
	position:absolute;
	top:145px;
	left: 230px;
	z-index:5;
}
div#contentBgdBot {
	width: 480px;
	height: 15px;
	background:url(images/content_bgd_bottom.gif) no-repeat;
	position:absolute;
	top:645px;
	left: 230px;
	z-index:5;
}
div#title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:#00788C;
	position:absolute;
	top: 135px;
	left: 240px;
	width: 460px;
	border-bottom: 1px solid gray;
	z-index:100;
}
div#pic {
	position:absolute;
	top: 180px;
	left: 240px;
	z-index:100;
}
div#graph {
	position:absolute;
	top: 180px;
	left: 470px;
	z-index:100;
}
div#graph2 {
	position:absolute;
	top: 180px;
	left: 355px;
	z-index:100;
}
div#bullets {
	position:absolute;
	top: 390px;
	left: 230px;
	width: 470px;
	z-index:100;
}
div#bullets2 {
	position:absolute;
	top: 400px;
	left: 230px;
	width: 470px;
	z-index:100;
}
div#bottomBgdTop {
	width: 735px;
	height: 20px;
	background:url(images/bottom_bgd_top.gif) no-repeat;
	position:absolute;
	top:100px;
	left: 0px;
	z-index:1;
}
div#bottomBgdMid {
	width: 735px;
	background:url(images/bottom_bgd_mid.gif) ;
	position:absolute;
	top:120px;
	left: 0px;
	z-index:1;
}
div#bottomBgdBot {
	width: 735px;
	height: 25px;
	background:url(images/bottom_bgd_bot.gif) no-repeat;
	position:absolute;
	top:770px;
	left: 0px;
	z-index:1;
}
ul.bulleted li {
	/*color:#00788C;*/
	list-style:outside square url(Images/disc_splash2.gif);
	 margin-bottom:5px;
}
div#mastheadBgdTop {
	width: 735px;
	height: 20px;
	background:url(images/bottom_bgd_top.gif) no-repeat;
	position:absolute;
	top:0px;
	left: 0px;
	z-index:1;
}
div#mastheadBgdMid {
	width: 735px;
	height: 50px;
	background:url(images/bottom_bgd_mid.gif) ;
	position:absolute;
	top:20px;
	left: 0px;
	z-index:1;
}
div#mastheadBgdBot {
	width: 735px;
	height: 25px;
	background:url(images/bottom_bgd_bot.gif) no-repeat;
	position:absolute;
	top:70px;
	left: 0px;
	z-index:1;
}
div#verticalDivider {
	width:1px;
	position: absolute;
	top:130px;
	left: 230px;
	background:url(images/grayDot.gif);
	z-index:100;
}
div#specs {
	position:absolute;
	left: 240px;
	width: 460px;
	z-index:100;
}
.tech_nozzle tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px;
	background-color:#CCEADA;
	text-align:right;
}
.tech_nozzle td {
	border-bottom:1px solid black;
	border-left:1px solid black;
	padding:0px 5px 0px 5px;
}
.tech_nozzle tr.header {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#00788C;
}
.tech_nozzle tr.header td {
	border-bottom:0px;
}
.tech_nozzle td.right {
	text-align: right;
	border-left:1px dashed gray;
}
.tech_nozzle td.lastrow {
	border-bottom:0px dashed black;
}
.tech_nozzle td.spacerrow {
	border-bottom:0px dashed black;
	background-color:#FFFFFF;
}
.endcell {
	border-right:1px solid black;
}
#copyright {
	position: absolute;
	left: 10px;
	color:#A0A0A4;
	font-size:10px;
	z-index:2;
}
#gallery {
	position:absolute;
	top: 150px;
	left: 10px;
}
.noz_header {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-color:#3B8760;
}
.noz_header_end {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-color:#3B8760;
	border-right:1px solid black;
}
ul {
	font-size:13px;
}
.noz_height {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	background-color:#3B8760;
}
#slideShow {
	position:absolute;
	top:175px;
	left:240px;
	z-index:20;
}
div#sec_bullets {
	position:absolute;
	top: 475px;
	left: 230px;
	width: 470px;
	z-index:100;
}
#sec_pic {
	position:absolute;
	top:175px;
	left:240px;
	z-index:20;
}
.download {
	width:460px;
}
.download td {
	padding:10px 3px 3px 3px;
}
.category {
	color:#999999;
	padding-bottom:0px;
	border-bottom: 1px solid gray;
}
.waterfeatures {
	width:460px;
}
.waterfeatures td.name {
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	padding-bottom:25px;
}
