html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
strong, b { 
	font-weight: bold;
}
em { 
	font-style: italic; 
}
a {
	text-decoration: none;
}
body {
	line-height: 1;
	margin-top: 15px;
}
#header {
	width: 100%;
	height: 148px;
	background-image: url(../images/global/header-bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header-container {
	width: 910px;
	margin: 0 auto;
}
a.logo:link, a.logo:visited, a.logo:active  {
	width: 139px;
	height: 69px;
	background-image: url(../images/global/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline;
	/*margin: 15px 0 0 10px;
	float: left;*/
	position: absolute;
	left: 50%;
	margin-left: -443px;
	top: 32px;
}
.distributor-title  {
	width: 237px;
	height: 28px;
	background-image: url(../images/global/distributor-title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline;
	position: absolute;
	left: 50%;
	margin-left: -270px;
	top: 52px;
}
#nav-main-bg {
	width: 926px;
	height: 57px;
	background-image: url(../images/global/nav-main.png);
	background-repeat: no-repeat;
	top: 104px;
	left: 50%;
	margin-left: -463px;
	position: absolute;
}
#nav-main {
	width: 926px;
	height: 57px;
	top: 104px;
	left: 50%;
	margin-left: -463px;
	position: absolute;
}
#nav-main ul {
	padding: 0;
	margin: 18px 0 0 20px;
	list-style: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav-main li { 
	float: left;
	position: relative;
	border-right: 1px solid #e5e5e5;
	padding: 0 10px;
}
#nav-main li ul { 
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	width: 120px;
	margin: 0 0 0 -10px;
	margin: 0\9;
	background-color: #fff;
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 14px;
}
#nav-main li ul li {
	border-right: none;
	padding: 5px 10px;
	border-bottom: 1px dotted #e5e5e5;
	float: none;
}
#nav-main li>ul {
	top: auto;
	left: auto;
}
#nav-main li:hover ul, #nav-main li.over ul {
	display: block;
}
#nav-main a:link, #nav-main a:visited, #nav-main a:hover {
	color: #8b9298;
	text-decoration: none;
}
#nav-main a:hover {
	color: #339bd4;
}
#nav-main a.in:link, #nav-main a.in:active, #nav-main a.in:visited {
	color: #339bd4;
}
#nav-main li.end {
	border-right: none !important;
}
#nav-main li ul li.end {
	border-bottom: none !important;
}
#nav-main li ul li.start {
	margin-top: 5px;
}
#nav-top {
	width: 506px;
	height: 54px;
/*	float: right;
	margin-top: 57px;
*/	background-image: url(../images/global/nav-top.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -57px;
	top: 72px;
}
#nav-top ul {
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin-top: 17px;
}
#nav-top ul li {
	display: inline;
	border-right: 1px solid #fff;
}
#nav-top a:link, #nav-top a:visited, #nav-top a:active {
	color: #8b9298;
	text-decoration: none;
	padding: 0 5px;  
}
#nav-top a.in:link, #nav-top a.in:visited, #nav-top a.in:active {
	color: #339bd4;
}
#nav-top a:hover {
	color: #339bd4;
}
#nav-top li.end {
	border-right: none !important;
}
#content-container {
	width: 910px;
	margin: 20px auto 0;
}
h1 {
	font-family: Avenir;
	margin: 0 0 10px 20px;
	color: #21207c;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.5px;
}
h2 {
	font-size: 16px;
	color: #21207c;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #8b9298;
	font-weight: bold;
	padding-bottom: 10px;
}
h2.no-underline {
	border-bottom: none;
	padding-bottom: 0;
	line-height: 21px;
}
h3 {
	font-size: 14px;
	color: #21207c;
	margin: 0 0 15px 0;
	font-weight: bold;
	line-height: 18px;
}
p {
	font-size: 12px;
	color: #353535;
	line-height: 18px;
	margin: 0 0 15px 0;
}
strong {
	font-weight: bold;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.inside-hero {
	width: 883px;
	height: 218px;
	margin: 0 auto 15px;
	background-image: url(../images/global/inside-hero-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 19px;
}
.inside-hero-no-nav {
	width: 883px;
	height: 218px;
	margin: 0 auto 15px;
	background-image: url(../images/global/inside-hero-bg-no-nav.jpg);
	background-repeat: no-repeat;
	padding-left: 19px;
}
.inside-hero img  {
	float: left;
	margin: 19px 10px 0 0;
	display: inline;
}
#hero {
	float: left;
	margin: 19px 10px 0 0;
	display: inline;
}
.inside-hero .nav {
	width: 206px;
	height: 180px;
	float: left;
	margin-top: 19px;
}
.inside-hero .nav ul {
	list-style-type: none;
	margin: 10px 20px 20px;
	padding: 0;
	font-size: 14px;
}
.inside-hero .nav ul.sml-links {
	list-style-type: none;
	margin: 10px 20px 20px;
	padding: 0;
	font-size: 12px;
}
.inside-hero .nav ul li {
	border-bottom: 1px dotted #8b9298;
	padding: 5px 0;
}
.inside-hero .nav ul ul {
	font-size: 12px;
	margin: 5px 20px 20px;
}
.inside-hero .nav ul ul li {
	border-bottom: none;
}
.inside-hero .nav ul li.end, .inside-hero .nav ul.sml-links li.end {
	border-bottom: none;
}
.inside-hero .nav ul a:link, .inside-hero .nav ul a:visited, .inside-hero .nav ul a:active {
	color: #8b9298;
}
.inside-hero .nav ul a:hover {
	color: #339bd4;
}
.inside-hero .nav ul a.in:link, .inside-hero .nav ul a.in:active, .inside-hero .nav ul a.in:visited {
	color: #339bd4;
}
.copy {
	width: 870px;
	margin: 0 auto;
}
.copy a:link, .copy a:visited, .copy a:active {
	color: #339BD4;
}
.copy a:hover {
	text-decoration: underline;
}
.copy ul {
	margin: 0 0 15px 20px;
	list-style-type: none;
}

.copy ul li {
	color: #353535;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/global/tick-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
.copy:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a.button:link, a.button:active, a.button:visited {
	width: 137px;
	height: 38px;
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 8px 0 0 50px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
a.button-small:link, a.button-small:active, a.button-small:visited {
	width: 105px;
	height: 42px;
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 11px 0 0 45px;
	background-repeat: no-repeat;
}
.button-more {
	background-image: url(../images/global/button-more.gif);
}
a.button:hover, a.button-small:hover {
	text-decoration: none;
}
.button-quote {
	background-image: url(../images/global/button-quote.gif);
}
.button-quote-blue {
	background-image: url(../images/global/button-quote-blue.gif);
}
.button-warranty {
	background-image: url(../images/global/button-warranty.gif);
}
.button-brochure {
	background-image: url(../images/global/button-brochure.gif);
}
.button-brochure-brown {
	background-image: url(../images/global/button-brochure-brown.gif);
}
.button-feedback {
	background-image: url(../images/global/button-feedback.gif);
}
.button-pools {
	background-image: url(../images/global/button-pools.gif);
}
.button-find {
	background-image: url(../images/global/button-find.gif);
}
.button-why {
	background-image: url(../images/global/button-why.gif);
}
.button-testimonials {
	background-image: url(../images/global/button-testimonials.gif);
}
#footer {
	width: 100%;
	border-top: 1px solid #b2b2b2;
	margin-top: 20px;
}
.footer-container {
	width: 890px;
	margin: 0 auto;
}
.footer-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footer-left-col {
	float: left;
	margin-top: 20px;
}
.spasa-logo {
	float: left;
	margin-right: 10px;
	display: inline;
}
.awards {
	float: left;
	color: #00188d;
	font-weight: bold;	
	font-size: 12px;
}
.awards img {
	margin-right: 5px;
}
.footer-right-col {
	float: right;
	text-align: right;
	color: #999999;
	font-size: 11px;
	line-height: 18px;
	margin-top: 20px;
}
.footer-right-col a:link, .footer-right-col a:active, .footer-right-col a:visited {
	color: #999999;
}
.footer-right-col a:hover {
	color: #008ed9;
}
.bottom-space {
	height: 30px;
	width: 890px;
	margin: 0 auto;
}
.hr-copy hr {
	display: none;
}
.hr-copy {
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #8b9298;
	clear: both;
}
.our-pools-col {
	width: 180px;
	float: left;
	border-right: 1px dotted #8b9298;
	margin-right: 20px;
	padding-right: 20px;
}
.our-pools-col-last {
	width: 180px;
	float: left;
}
.our-pools-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.our-pools-wrapper {
	margin-bottom: 20px;
}
.our-pools-wrapper .our-pools-logo {
	width: 180px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;	
}
a.logo-majestic:link, a.logo-majestic:visited, a.logo-majestic:active {
	background-image: url(../images/global/logo-majestic.gif);
}
a.logo-signature:link, a.logo-signature:visited, a.logo-signature:active {
	background-image: url(../images/global/logo-signature.gif);
}
a.logo-regal:link, a.logo-regal:visited, a.logo-regal:active {
	background-image: url(../images/global/logo-regal.gif);
}
a.logo-portable:link, a.logo-portable:visited, a.logo-portable:active {
	background-image: url(../images/global/logo-portable.gif);
	width: 186px !important;
}
.sizes-col {
	width: 200px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	display: inline;
}
.sizes-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sizes-col-last {
	width: 200px;
	float: left;
}
.sizes-wrapper label {
	width: 150px;
	float: left;
}
.lap-pool-available {
	float: right;
	border-left: 1px dotted #8b9298;
	width: 180px;
	margin: 0 0 20px 40px;
	padding-left: 20px;
}
.lap-pool-available-text {
	font-size: 14px;
	color: #4E4D4D;
	margin: 0 0 15px 0;
	font-weight: bold;
	line-height: 18px;
	font-style: italic;
}
a.back-link:link, a.back-link:active, a.back-link:visited {
	float: right;
	font-size: 12px;
	color: #008ed9;
	margin: 10px 20px 0 0;
}
a.back-link:hover {
	text-decoration: underline;
}
a.top-link:link, a.top-link:active, a.top-link:visited {
	float: right;
	font-size: 12px;
	color: #008ed9;
	margin-top: 20px;
}
a.top-link:hover {
	text-decoration: underline;
}

.accessories-col {
	width: 110px;
	float: left;
	border-right: 1px dotted #8b9298;
	margin-right: 15px;
	padding-right: 15px;
}
.accessories-col-last {
	width: 105px;
	float: left;
}
.stores-col {
	width: 180px;
	float: left;
	border-right: 1px dotted #8b9298;
	margin-right: 20px;
	padding-right: 20px;
}
.stores-col-last {
	width: 180px;
	float: left;
}
.stores-wrapper {
	margin-bottom: 20px;
	width: 100%;
}
.stores-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pool-display {
	float: right;
	font-size: 12px;
	color: #21207c;
}
a.top-link:link, a.top-link:active, a.top-link:visited {
	float: right;
	font-size: 12px;
	color: #008ed9;
}
a.top-link:hover {
	text-decoration: underline;
}
.contacts-col {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.contacts-wrapper {
	margin-bottom: 20px;
	width: 100%;
}
.contacts-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.contacts-label {
	width: 50px;
	float: left;
	font-weight: bold;
}
table.form {
	width: auto;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	color: #353535;
}
table.form td {
	padding: 0 10px 5px 0;
}
table.form td.message {
	vertical-align: top;
	padding-top: 5px;
}
.input-field, select {
	font-size: 12px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #339BD4;
	color: #353535;
}
.input-field-date {
	width: 30px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #339BD4;
	color: #353535;
}
table.form textarea {
	width: 100%;
	font-size: 12px;
	border: 1px solid #339BD4;
	color: #353535;
}
.asterisk {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}
.submit-btn {
	background-color: #21207c;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
table.feedback {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	color: #353535;
	border-left: 3px solid #008ed9;
	border-right: 3px solid #008ed9;
	border-bottom: 2px solid #008ed9;	
}
table.feedback th {
	background-color: #008ed9;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	width: 20%;
}
table.feedback td {
	padding: 10px;
	border-bottom: 1px solid #008ed9;
}
textarea.feedback {
	width: 600px;
	font-size: 12px;
	border: 1px solid #339BD4;
	color: #353535;
}
#map {
	margin-left: 219px;
}
.img-float-right {
	float: right;
	margin: 10px 0 20px 20px;
}
.spacer {
	height: 10px;
	width: 870px;
}
.gallery-thumb, .gallery-thumb-last {
	width: 205px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	float: left;
	margin: 0 30px 20px 30px;

}
.gallery-thumb-last {
	margin: 0 !important;
	clear: right;
}
.gallery-title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
}

a.gallery-link:link, a.gallery-link:visited, a.gallery-link:active {
	font-size: 14px;
	font-weight: bold;
}
.gallery-date {
	font-style: italic;
	font-size: 12px;
	margin: 0;
	line-height: 18px;
}
.content-col {
	width: 600px; 
	float: left;
	padding-right: 30px;
	/*border-right: 1px dotted #8b9298;*/
}
.img-col {
	float: right;
	width: 206px;
	text-align: center;
}
.accessories-img {
	border: 1px dotted #8b9298;
	padding: 10px;
	font-size: 11px;
	margin: 0 auto 20px;
	line-height: 14px;
}
.ladder-img {
	border: 1px dotted #8b9298;
	padding: 10px;
	font-size: 11px;
	margin: 0 0 20px 30px;
	line-height: 14px;
	width: 140px;
	float: right;
	display: inline;
	text-align: center;
}
/*.ladder-img {
	width: 140px;
}*/
.slide-img {
	width: 180px;
}
.coping-img {
	width: 220px;
}
.img-float-right-border {
	border: 1px dotted #8b9298;
	padding: 10px;
	margin: 0 0 20px 30px;
	float: right;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
}	
.liner-img {
	width: 100px;
	font-size: 11px;
	line-height: 14px;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.liner-img-last {
	margin-right: 0 !important;
}
.liner-img-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.liner-img-wrapper {
	margin-bottom: 20px;
}
.rock-features-img  {
	margin-bottom: 10px;
}
.rock-features-text {
	font-size: 11px;
}
.pool-display-text {
	font-size: 11px;
}
/*table.sizes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	border-left: 3px solid #008ed9;
	border-right: 3px solid #008ed9;
	border-bottom: 2px solid #008ed9;	
	margin-bottom: 20px;
}
table.sizes th {
	background-color: #008ed9;
	color: #fff;
	padding: 10px;
	text-align: left;
	font-size: 14px;
}
table.sizes td {
	padding: 10px;
	border-bottom: 1px solid #008ed9;
}
table.sizes td.dashed {
	border-right: 1px dotted #008ed9;
}
table.sizes td.dashed-white {
	border-right: 1px dotted #fff;
}
table.sizes th.dashed {
	border-right: 1px dotted #fff;
	text-align: right;
}
table.sizes th.right-no-dash {
	text-align: right;
}
table.sizes td.label {
	background-color: #21207c;
	color: #fff;
	font-size: 10px;
	border-bottom: none;
}
table.sizes td.dashed {
	border-right: 1px dotted #008ed9;
}
table.sizes th.dashed {
	border-right: 1px dotted #fff;
}*/
table.sizes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	border-bottom: 3px solid #008ed9;
	margin-bottom: 20px;
}
table.sizes td, table.sizes th {
	padding: 5px;
}
table.sizes td.blue-cell {
	background-color: #cce6f4;
}
table.sizes td.blue-cell-border-left {
	background-color: #cce6f4;
	border-left: 1px solid #008ed9;
}
table.sizes td.white-cell-border-left {
	border-left: 1px solid #008ed9;
}
table.sizes th.border-top {
	border-top: 1px solid #008ed9;
	text-align: right;
	font-weight: bold;
	background-color: #21207c;
	color: #fff;
}
table.sizes th.border-top-left {
	border-top: 1px solid #008ed9;
	border-left: 1px solid #008ed9;
	text-align: left;
	font-weight: bold;
	background-color: #21207c;
	color: #fff;
}
table.sizes th.border-top-thick {
	border-top: 3px solid #008ed9;
	text-align: right;
	font-weight: bold;
	background-color: #21207c;
	color: #fff;
}
table.sizes th.border-top-left-thick {
	border-top: 3px solid #008ed9;
	border-left: 1px solid #008ed9;
	text-align: left;
	font-weight: bold;
	background-color: #21207c;
	color: #fff;
}
table.sizes td.logo-cell {
	border-top: 1px solid #008ed9;
	border-left: 3px solid #008ed9;
}
table.sizes td.logo-cell-top {
	border-top: 3px solid #008ed9;
	border-left: 3px solid #008ed9;
}
table.sizes td.border-right, table.sizes th.border-right {
	border-right: 3px solid #008ed9;
}

/*** Footer Site Menu **********************/
.footer-sitemap {
	position: relative;	
	clear: both;
	float: left;
	width: 100%;
	margin: 15px 0 25px 0;
}

.footer-sitemap li {
	list-style-type: none;
	font-size: 12px;
	text-align: left;
	padding: 2px 0;
	line-height: 130%;
	text-transform: lowercase;
}

.footer-sitemap h3 {
	margin-top: 15px;	
}

.footer-sitemap a {
	color: #339BD4;	
}

.footer-sitemap-left {
	float: left;
	width: 148px;	
	padding-left: 26px;
}
