﻿/* CSS Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typography */

h1, h2, h3, h4, p, li, th, td
{
  font-family: Arial, sans-serif;
  color: #000000;
  font-weight: 400;
}

h1
{
  font-size: 24px;
  color: #73b517;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 18px;
}

h2
{
  font-size: 22px;
  color: #73b517;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 18px;
}

h3
{
  font-size: 14px;
  font-weight: normal;
  color: #25221b;
  text-transform: uppercase;
  padding-top: 18px;
  line-height: 18px;
}

h3 span
{
  font-size: 14px;
}

h4
{
  font-size: 13px;
  font-weight: bold;
  padding-top: 18px;
  line-height: 20px;
}

p, th, td, ul, ol
{
  color: #26211e;
  font-size: 11px;
  line-height: 16px;
  padding-top: 14px;
  letter-spacing: .5px;
}

input
{
  font-size: 11px;
}

ul
{
  margin-left: 8px;
  list-style-type: none;  
}

ol
{
  margin-left: 24px;
  padding-left: 0;
  list-style-type: decimal;
}

li
{
  margin-bottom: 10px;
  padding-left: 14px;
  background: url("/images/listBullet.gif") 0 4px no-repeat;
}

ol li
{
  font-weight: bold;
  padding-left: 0;
  background-image: none;
}

ol li ul
{
  padding-top: 6px;
  margin-left: 0;
}

ol li ul li
{
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 14px;
  background: url("/images/listBullet.gif") 0 4px no-repeat;
}

h1 sup
{
  font-size: 16px;
}

h2 sup
{
  font-size: 14px;
}

p sup
{
  font-size: 9px;
}

sup
{
  vertical-align: super;
  height: 0;
	line-height: 1;
}

#content a:link, #content a:visited
{
  text-decoration: underline;
  color: #26211e;
}

#content a:hover
{
  color: #72b414;
}

/* Layout */

body
{
  text-align: center;
  background: #040303 url("/images/bodyBkgd.gif") 0 0 repeat-x;
}

#bkgd
{
  background: url("/images/containerBkgd.jpg") center 0 no-repeat;
}

#container
{
  margin: 0 auto 0 auto;
  width: 900px;
}

#header
{
  padding-top: 58px;
}

#header h4
{
  width: 219px;
  height: 143px;
  padding-top: 0;
  background: #ffffff url("/images/logo.gif") 0 0 no-repeat;
  float: left;
}

#header h4 a
{
  width: 219px;
  height: 143px;
  float: left;
}

#header h4 span
{
  display: none;
}

#topnav
{
  width: 681px;
  height: 118px;
  margin-top: 25px;
  color: #ffffff;
  background-color: #72b414;
  float: left;
  position: relative;
  z-index: 20;
}

#dealerLocator, #contractorLocator
{
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

#contractorLocator
{
  top: 36px;
}

#topnav .login a
{
  font-size: 11px;
  display: block;
  padding: 2px 2px;
}

#topnav .login a:link, #topnav .login a:visited
{
  color: #ffffff;
  background-color: #72b414;
  text-decoration: none;  
}

#topnav .login a:hover
{
  color: #483b26;
  background-color: #72b414;
}

#international
{
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: -26px;
  color: #eeeeee;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#international a:link, #international a:visited
{
  color: #eeeeee;
  text-decoration: none;  
}

#international a:hover
{
  color: #ffffff;
  text-decoration: underline;
}

#topnav div
{
  position: absolute;
  left: 0;
  bottom: 12px;
}

#content
{
  width: 896px;
  background: #e8e0d5 url("/images/contentBkgd.gif") bottom center no-repeat;
  border: 2px solid #ffffff;
  position: relative;
  text-align: left;
  clear: both;
}

#flash
{
  width: 896px;
  height: 467px;
}

#oneColumn
{
  padding: 18px 0px 2px 18px;
}

#threeColumnLeft
{
  float: left;
  padding: 18px 0px 12px 18px;
  width: 320px;
}

#threeColumnMiddle, #threeColumnRight
{
  float: left;
  padding: 18px 0 12px 30px;
  width: 210px;
}

#twoColumnLeft
{
  float: left;
  padding: 18px 0px 12px 18px;
  width: 400px;
}

#twoColumnRight
{
  float: left;
  padding: 18px 0px 12px 50px;
  width: 400px;
}

.more a
{
  text-transform: uppercase;
  padding-left: 20px;
  font-weight: bold;
  background: url("/images/more.gif") 0 -1px no-repeat;
}

.more a:link, .more a:visited
{
  text-decoration: none;
  color: #26211e;
}

.more a:hover
{
  color: #72b414;
}


#footer
{
  width: 900px;
  height: 240px;
}

#boxes
{
  width: 900px;
  height: 148px;
  background: url("/images/footerBkgd.jpg") 0 0 no-repeat;
  position: relative;
}

#boxes div
{
  padding-top: 0;
}

#boxes a
{
  position: absolute;
  top: 0;
  z-index: 20;
}

#boxes a span
{
  height: 24px;
  overflow: hidden;
  display: block;
  position: relative;
}

#contractorCorner a
{
  width: 223px;
  height: 144px;
  display: block;
  left: 2px;
}

#mvpProgram a
{
  width: 224px;
  height: 144px;
  display: block;
  left: 227px;
}

#customerSpotlight a
{
  width: 220px;
  height: 144px;
  display: block;
  left: 453px;
}

#dealerTools a
{
  width: 223px;
  height: 144px;
  display: block;
  left: 675px;
}

#whyMoistureShield a
{
  width: 293px;
  height: 148px;
  float: left;
  background: url("/images/footer.jpg") 0 0 no-repeat;
}

#deckDesignTools a
{
  width: 297px;
  height: 148px;
  float: left;
  background: url("/images/footer.jpg") -293px 0 no-repeat;
}

#whyMoistureShield a:hover
{
  background-position: 0 -148px;
}

#deckDesignTools a:hover
{
  background-position: -293px -148px;
}

#contractorCorner a:hover
{
  background-position: -590px -148px;
}

#textNav
{
  width: 900px;
  height: 35px;
  color: #cccccc;
  background-color: #493b28;
  margin-top: 3px;
}

#textNav p
{
  color: #cccccc;
  text-transform: uppercase;
  padding-top: 8px;
  padding-left: 6px;
  text-align: left;  
}

#textNav p a:link, #textNav p a:visited
{
  color: #cccccc;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

#textNav p a:hover
{
  color: #ffffff;
  text-decoration: underline;
}

#textNav #phoneNumber
{
  float: right;
  margin-right: 16px;
  color: #ffffff;
  font-size: 18px;
  padding-top: 7px;
}

#privacy
{
  text-align: center;
}

#privacy a:link, #privacy a:visited
{
  color: #cccccc;
}

#privacy a:hover
{
  color: #ffffff;
}

#copyright
{
  text-align: center;
  color: #999999;
}

/* Superfish top nav */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		20;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	float:left;	
}
.sf-menu a {
	border:	1px solid #86cf1e;
	padding: 		.75em .9em;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	background:		#72b414;
	margin-left: 10px;
}
.sf-menu li li {
	background:		#72b414;
	margin-top: 0;
	margin-left: 0;
	text-align: left;
}
.sf-menu li li li {
	background:		#72b414;
	margin-left: 0;
	text-align: left;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  color: #483b26;
	background:		#86cf1e;
	outline:		0;
}