body
{
	margin: 0;
	background: url(../images/bg-tile.png) #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	color: #000000;
}

h2, h3
{
	margin: 0 0 16px 0;
	color: #FFAA00;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
}

h3
{
	margin-top: 16px;
}

h4, h5
{
	margin: 0 0 16px 0;
	color: #007BC2;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

h5
{
	margin-top: 16px;
}

h6
{
	margin: 11px 0 0 0;
	color: #007BC2;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

p
{
	margin: 0 0 11px 0;
	line-height: 18px;
}

a
{
	color: #FFAA00;
}

   td, input, select, textarea, button
   {
       font-size: 10pt;
       margin: 0px;
       font-family: Tahoma, Verdana, Arial, sans-serif;
   }
   td
   {
       vertical-align: top;
   }
   
   label
   {
   	display: block;
   }




/********** Site layout **********/
#site
{
	margin: 0 auto;
	width: 960px;
}

#header
{
	position: relative;
	width: 100%;
	height: 130px;
	background: url(../images/bg-header.png) top left no-repeat;
}

#brand
{
	position: absolute;
	top: 30px;
	left: 48px;
	width: 150px;
	height: 57px;
	background: url(../images/latham-international-logo.png) top left no-repeat;
	text-indent: -9999px;
}

#brand a
{
	display: block;
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	outline: none;
}

#main-menu
{
	position: absolute;
	left: 226px;
	width: 690px;
	height: 40px;
	overflow: hidden;
}
#main-menu ul
{
	margin: 0 0 0 4px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#main-menu ul li
{
	display: block;
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 0 6px;
}
#main-menu ul li a
{
	display: block;
	text-indent: -9999px;
	outline: none;
	height: 40px;
	background-position: 0 0;
	background-repeat: none;
}
#main-menu ul li.register a
{
	width: 162px;
	background: url(../images/nav-register-a-product.png);
}
#main-menu ul li.pool-care a
{
	width: 98px;
	background: url(../images/nav-pool-care.png);
}
#main-menu ul li.our-brands a
{
	width: 110px;
	background: url(../images/nav-our-brands.png);
}
#main-menu ul li.survey a
{
	width: 146px;
	background: url(../images/nav-take-our-survey.png);
}
#main-menu ul li.help a
{
	width: 60px;
	background: url(../images/nav-help.png);
}
#main-menu ul li a:hover
{
	background-position: 0 -40px;
}

#slogan
{
	display: none;
}




/********** content **********/
#content
{
	overflow: hidden;
}

#content .content
{
	min-height: 300px;
}

#content #welcome
{
	float: left;
	position: relative;
	left: 24px;
	width: 192px;
}
#content #welcome span
{
	display: block;
}
#content #welcome .top
{
	background: url(../images/panel-blue-top.png) 0 0 no-repeat;
	height: 20px;
}
#content #welcome .content
{
	background: url(../images/panel-blue-tile.png) 0 0 repeat-y;
	padding: 0 26px;
	overflow: hidden;
}
#content #welcome .content p
{
	color: #FFFFFF;
}
#content #welcome .bottom
{
	background: url(../images/panel-blue-bottom.png) left bottom no-repeat;
	height: 20px;
}

#content #welcome ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content #welcome ul li
{
	margin-bottom: 6px;
}

#content .panel-9
{
	float: left;
	position: relative;
	left: 60px;
	width: 282px;
}
#content .panel-9 span
{
	display: block;
}
#content .panel-9 .top
{
	background: url(../images/panel-9-top.png) 0 0 no-repeat;
	height: 20px;
}
#content .panel-9 .content
{
	background: url(../images/panel-9-tile.png) 0 0 repeat-y;
	padding: 0 26px;
	overflow: hidden;
}
#content .panel-9 .bottom
{
	background: url(../images/panel-9-bottom.png) left bottom no-repeat;
	height: 20px;
}

#content .panel-13
{
	float: left;
	position: relative;
	left: 42px;
	width: 402px;
}
#content .panel-13 span
{
	display: block;
}
#content .panel-13 .top
{
	background: url(../images/panel-13-top.png) 0 0 no-repeat;
	height: 20px;
}
#content .panel-13 .content
{
	background: url(../images/panel-13-tile.png) 0 0 repeat-y;
	padding: 0 26px;
	overflow: hidden;
}
#content .panel-13 .bottom
{
	background: url(../images/panel-13-bottom.png) left bottom no-repeat;
	height: 20px;
}

#content .panel-23
{
	float: left;
	position: relative;
	left: 42px;
	width: 702px;
}
#content .panel-23 span
{
	display: block;
}
#content .panel-23 .top
{
	background: url(../images/panel-23-top.png) 0 0 no-repeat;
	height: 20px;
}
#content .panel-23 .content
{
	background: url(../images/panel-23-tile.png) 0 0 repeat-y;
	padding: 0 26px;
	overflow: hidden;
}
#content .panel-23 .bottom
{
	background: url(../images/panel-23-bottom.png) left bottom no-repeat;
	height: 20px;
}




/********** registration form **********/
fieldset
{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border: none;
}
fieldset legend
{
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	color: #007bc2;
}
fieldset div
{
	margin-bottom: 6px;
}
fieldset label
{
	margin-bottom: 3px;
}



/********** faq **********/
#content #faq ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#faq-answers a
{
	font-weight: bold;
}

.faq-question-list
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.faq-question-list li
{
	margin-bottom: 4px;
}

.question
{
	font-weight: bold;
}


/********** product menu **********/
ul.product-menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
}
ul.product-menu li
{
	display: inline-block;
	margin: 0 0 2px 0;
}
#ie7 ul.product-menu li
{
	display: inline;
	zoom: 1;
}
ul.product-menu li a
{
	display: inline-block;
	width: 74px;
	height: 100px;
	text-indent: -9999px;
	outline: none;
}
#ie7 ul.product-menu li a
{
	text-indent: 0;
	font-size: 0;
	color: #EEE;
	text-decoration: none;
	display: inline;
	zoom:1;
}
ul.product-menu li.pools a
{
	background: url(../images/product-button-pools.png) 0 0 no-repeat;
}
ul.product-menu li.pools a:hover
{
	background: url(../images/product-button-pools.png) 0 -100px no-repeat;
}
ul.product-menu li.liners a
{
	background: url(../images/product-button-liners.png) 0 0 no-repeat;
}
ul.product-menu li.liners a:hover
{
	background: url(../images/product-button-liners.png) 0 -100px no-repeat;
}
ul.product-menu li.covers a
{
	background: url(../images/product-button-covers.png) 0 0 no-repeat;
}
ul.product-menu li.covers a:hover
{
	background: url(../images/product-button-covers.png) 0 -100px no-repeat;
}
ul.product-menu li.steps a
{
	background: url(../images/product-button-steps.png) 0 0 no-repeat;
}
ul.product-menu li.steps a:hover
{
	background: url(../images/product-button-steps.png) 0 -100px no-repeat;
}
ul.product-menu li.ladders a
{
	background: url(../images/product-button-ladders.png) 0 0 no-repeat;
}
ul.product-menu li.ladders a:hover
{
	background: url(../images/product-button-ladders.png) 0 -100px no-repeat;
}
ul.product-menu li.spas a
{
	background: url(../images/product-button-spas.png) 0 0 no-repeat;
}
ul.product-menu li.spas a:hover
{
	background: url(../images/product-button-spas.png) 0 -100px no-repeat;
}




/********** brands **********/
#brands ul
{
	list-style-type: none;
	overflow: hidden;
}
#brands ul li
{
	float: left;
	width: 300px;
	height: 150px;
	text-indent: -9999px;
}
#brands ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
#brands ul li.integrity
{
	background: url(../images/logo_integrity.gif) center center no-repeat;
}
#brands ul li.kafko
{
	background: url(../images/logo_kafko.gif) center center no-repeat;
}
#brands ul li.pacific
{
	background: url(../images/logo_pacific.gif) center center no-repeat;
}
#brands ul li.performance
{
	background: url(../images/logo_performance.gif) center center no-repeat;
}
#brands ul li.premier
{
	background: url(../images/logo_premier.gif) center center no-repeat;
}
#brands ul li.triac
{
	background: url(../images/logo_triac.gif) center center no-repeat;
}
#brands ul li.trillium
{
	background: url(../images/logo_trillium.gif) center center no-repeat;
}
#brands ul li.technican
{
	background: url(../images/logo_technican.gif) center center no-repeat;
}
#brands ul li.rockcliffe
{
	background: url(../images/logo_rockcliffe.gif) center center no-repeat;
}
#brands ul li.ftwayne
{
	background: url(../images/logo_ftwayne.jpg) center center no-repeat;
}


/********** footer **********/
#footer
{
	text-align: center;
	color: #FFFFFF;
}
#footer ul
{
	margin: 10px 0 20px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
}
#footer ul li
{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	text-transform: uppercase;
}


div.clear {
	clear: both;
}


div.instructionBox {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color:  #CAE9E7;
	padding: 5px;
}

div.typeBrandBlock {
	margin-left: 15px;
}

a.brandListing {
	color: #387AC0;
}
a.productType {
	color: #387AC0;
}
   a.headerLink {
   	color: #FFFFFF;
   }
   a:hover {
       color: #FF0000;
   }

/******************  General Content Styles   ************/
   .label {
       background-color: #eeeeee;
   }
   .labelCondensed {
       background-color: #eeeeee;
   }
   .value {
   }
   .rowHeader td {
       height: 20px;
       padding-left: 2px;
       padding-right: 2px;
       padding-top: 0px;
       padding-bottom: 5px;
       font-size: 14pt;
       font-style: italic;
   }
   .rowInfoTop td {
       padding-top: 2px;
       padding-bottom: 10px;
       padding-left: 2px;
       padding-right: 2px;
       vertical-align: top;
   }
   
.ownerTable {
	width: 40%;
	float: left;	
}
.productTable {
	width: 45%;
	margin-left: 10px;
	float: left;
}
.builderTable {
	width: 50%;
}

.arrowHeading {
	color: #FF0000;
	letter-spacing: -5px;
}

div.faqQuestionBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
div.faqAnswerBox {
	margin-top: 20px;
}

a.faqQuestion {
	color: #000000;
}
a.faqQuestion:hover {
	color: #FF0000;
}
