/* html tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin:0px;
	padding:0px;
}
h1 {
	visibility: hidden;
}
h2 {
	visibility: hidden;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #121684;
}
h6 {
	font-weight: normal;
	color: #A4C2FB;
	font-size: 9px;
}
/* id's */
#absolute_zero { /* sets relative positioning top 0 to the top of the browsers window */
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#container {
	text-align: left;
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(../images/logo_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 836px;
	overflow: hidden;
}
#header img {
	margin-left: 33px;
}
/*p-nav contains Home, About Us, Partners & Contact Us*/
#p-nav {
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/pnav-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	width: 340px;
}
#p-nav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 36px;
	height: auto;
}
#p-nav li {
	float: left;
}
#p-nav a {
	margin: 0px;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 12px;
	padding-left: 13px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	display: block;
}
#Home a {
	border-left-style: none;
}
#p-nav a:link, #p-nav a:visited {
	text-decoration: none;
	color: #121684;
}
#p-nav a:hover {
	text-decoration: none;
	color: #0159A3;
}
/*The next 7 styles create a rollover and drop down menu for p-nav submenus*/
#p-nav li ul {
	position: absolute;
	top: 28px;
	width: auto;
	left: -9999px;
	z-index: 5;
}
#p-nav li:hover ul, #p-nav li.sfhover ul {
	left: auto;
}
#p-nav li ul li {
	width: 142px;
	display: block;
	margin-left: 0px;
	text-align: left;
	clear: left;
	background-image: url(../images/submenu-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	background-color: #FFFFFF;
}
#p-nav li ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0px 8px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-left-style: none;
	background-image: url(../images/submenu-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#p-nav ul li ul li a:hover {
	background-image: url(../images/submenu-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#p-nav ul li ul li span {
	padding-left: 13px;
}
#p-nav .submenu_bottom a {
	border-bottom-style: none;
}
/*s-nav contains  Pools, Spas etc...*/
#s-nav {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 840px;
	background-image: url(../images/snav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#s-nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px; /* equal spacing of buttons - set to 35 (default 20) */
}
#s-nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	/*width:155px;*/ /* un-comment this line for equal spacing of nav buttons */
}
#s-nav a {
	margin: 0px;
	padding-right: 42px; /* equal spacing of buttons - set to 0 (default 42) */
	padding-left: 42px; /* equal spacing of buttons - set to 0 (default 42) */
	/*text-align:center;*/ /* un-comment this line for equal spacing of nav buttons */
	padding-top: 3px;
	padding-bottom: 3px;
/* displays a vertical bar between nav items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2A2C77;
	display: block;
}
#s-nav a:link, #s-nav a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#s-nav a:hover {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#Pools a {
	border-left: none;
}
#CustomerCorner a {
	border-right-style: none;
}
/*The next 7 styles create a rollover and drop down menu for s-nav submenus*/
#s-nav li ul {
	position: absolute;
	top: 112px;
	width: auto;
	left: -9999px;
	z-index: 4;
}
#s-nav li:hover ul, #s-nav li.sfhover ul {
	left: auto;
	margin: 0px 0px 0px -21px;
}
#s-nav li ul li {
	width: 150px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#s-nav li ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	border-left-style: none;
	border-right-style: none;
	background-image: url(../images/submenu_2-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#s-nav ul li ul li a:hover {
	background-image: url(../images/submenu_2-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#s-nav ul li ul li span {
	padding-left: 15px;
}
#s-nav  li#Pools:hover ul, #s-nav li#Pools.sfhover ul {
	left: auto;
	margin: 0px 0px 0px -7px;
}
/*The following 2 styles create a pop out sub-submenua as seen under Pools/Equipment*/
#s-nav li ul li#Equipment ul {
	position: absolute;
	top: 90px;
	width: auto;

	z-index: 4;
	display: none;
}
#s-nav li#Equipment:hover ul, #s-nav li#Equipment.sfhover ul {
	left: 150px;
	margin: 0px;
	display: block;
}
/**/
#flash {
	background-image: url(../images/flash-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: auto;
	width: 807px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
}
#content {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 700px;
	padding-top: 1px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 75px;
}
#content p {
	margin-bottom: 25px;
	padding-right: 200px;
	text-align: justify;
}
#content img {
	border: 1px solid #89A9C7;
	padding: 3px;
}

#content ol {
	width: 450px;
}

#content ul {
	margin-bottom: 25px;
	padding-right: 200px;
}

#content ul li ul {
	margin-bottom: 0px;
	padding-right: 0px;
}

#page-title {
	height: 42px;
	width: 565px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89A9C7;
	text-align: right;
	overflow: hidden;
}
#page-title img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*#t-nav {
	position: absolute;
	height: auto;
	width: 155px;
	top: 385px;  // THIS IS THE ORIGINAL SITE SETTING 
	top: 338px;
	right: 65px;
	padding: 0px;
	margin: 0px;
	font-size: 10px; 
} */
#t-nav {
	height: auto;
	width: 155px;
	float: right;
	padding: 0px 0px 0px 20px;
	margin: 50px 0px 10px 0px;
	font-size: 10px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEE0E2; */
	background-image: url(../images/section_grad.jpg);
	background-repeat: no-repeat;
}

#t-nav b {
	color: #3368cf;
}

#t-nav p {

	padding: 0px;
}

#t-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
	/*list-style: url(../images/bullet.gif);*/
}
#t-nav li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 20px;
	padding: 0px;
}
#t-nav a:link, #t-nav a:visited, #footer a:link, #footer a:visited {
	color: #3368CF;
	text-decoration: none;
}
#t-nav a:hover, #footer a:hover {
	color: #666666;
	text-decoration: none;
}
#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 840px;
	margin: 0px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 9px;
	text-align: center;
	clear: both;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-left: 9px;
	margin-right: 9px;
}
#footer .float-right{
	padding-top: 12px;
	padding-right: 68px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0px;
}
#footer .float-left{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 68px;
	margin:0px;
}

#testWrap {
	margin: 0px 240px 0px 40px;
	padding: 0px 0px 0px 0px;
	text-align:justify;
}

#partners {
	margin: 0px 200px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#partners p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


/* classes */
.float-right {
	float: right;
	margin: 0px 20px 20px 20px;
}
.float-left {
	float: left;
	margin: 0px 20px 20px 20px;
}

.hide {
	display: none;
}

.pblue {
	color: #121684;
}

.testimonial {
	width: 100%;
	/*border: solid 1px;
	border-color: #89a9c7;
	background-color: #ffffff;*/
}

.testimonial_h {
	font-size: 11px;
	font-weight: normal;
	color: #121684; 	
}

.awards {
	text-align:center;
	padding: 0px 0px 5px 0px;
	margin: 0px 215px 0px 15px;
	/*border:1px solid #000000;*/
	height:1500px
}

.award {
	height: 360px;
	/*border:1px solid #000000;*/
}

.awardCaption {
	font-weight:bold;
	text-align:center;
}

.awardsRight {
	float: right;
	margin: 0px 0px 0px 0px;
}
.awardsLeft {
	float: left;
	margin: 0px 0px 0px 0px;
}

.twoup {
	padding: 0px 0px 5px 0px;
	margin: 20px 230px 0px 30px;
	min-height:170px;
}
.twoup img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.twoup h5 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-size:14px;
	text-align:center;
}
.twoup a:link, .twoup a:visited {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#0066CC;
	text-align:center;
	text-decoration: none;
}
.twoup a:hover {
	text-decoration: underline;
}


.upLeft {
	float:left;
	text-align:center;
}
.upRight {
	float:right;
	text-align:center;
}

.quoteNote {
	color:#990000;
	font-size:10px;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.redText {
	color:#990000;
	font-size:10px;
}

.pad-right {
	margin: 0px 200px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.part-link {
	text-align:right;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}
