@charset "UTF-8";
/* CSS Document */

body
{ 
	background-color: #fee6cc;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
}

h1.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: solid 1px #C8C8C8;
}

p.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

.install p {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin-top: -18px;
	margin-left: 10px;
	
}



ul {
	
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

ol {
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

li {
	padding: 2px 0 2px 0;
}

p.noIndent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin-top: -12px;
	margin-left: 0px;
	
}

p.redHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	line-height: 20px;
	margin-top: -10px;
}

.border {
	border-bottom: solid 1px #C8C8C8;
	padding-top: 8px;
	padding-bottom: 8px;
}

a:link {color: #CC0000; text-decoration: none}
a:visited {color: #CC0000; text-decoration: none}
a:hover {color: #CC0000; text-decoration: underline}

.home a:link {color: #333333; text-decoration: none}
.home a:visited {color: #333333; text-decoration: none}
.home a:hover {color: #333333; text-decoration: underline}

#tableSkeleton {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

#homBodyCopy {
	width: 700px;
	text-align: left;
	margin: 30px 20px 30px 50px;
}

.container {
	width: 806px;
	padding: 0px;
	background: #ffffff url(../images/bg_container.gif) 0 0 repeat-y;
}

.header {
	width: 806px;
	height: 61px;
	padding: 0px;
	background: #ffffff url(../images/menu_bg.gif) 0 0 no-repeat;
}

.footer {
	width: 806px;
	height: 72px;
	padding: 0px;
	background: #ffffff url(../images/footer.gif) 0 0 no-repeat;
}

.footerCopy {
	margin: 10px 10px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
	line-height: 17px;
	text-align: left;
}

.footerCopy a:link {color: #333333; text-decoration: none}
.footerCopy a:visited {color: #333333; text-decoration: none}
.footerCopy a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 10px;
}

.left {
	float: left;
}

.leftPad {
	float: left;
	padding: 10px;
}

.leftPadTwo {
	float: left;
	padding: 5px;
}

.leftBottom {
	float: left;
	position: relative;
	top: 25px;
}

.right {
	float: right;
	margin-right: 8px;
}

.rightPad {
	float: right;
	padding: 30px 15px 5px 5px;
}

.rightMargin {
	float: right;
	margin: 0;
	padding-left: 15px;
}

.bullet {
	float: left;
	margin-left: -10px;
	margin-top: 8px;
}

.bulletHome {
	float: left;
	margin-left: -10px;
	margin-top: 5px;
}

#homeImgLink {
	float: right;
	width: 300px;
	height: 234px;
	text-align: right;
}


/* Navigation */


	#navigation ul, #navigation ul li{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		#navigation ul{
	display: block;
	width: 796px;
	height: 19px;
	background: transparent;
	float: left;
	padding: 0 0 0 5px;
	margin: 5px 0 0 0;
	text-align: center;
			
		}
		#navigation ul li{
			display: inline;
		}
		
			#navigation ul li a{
				display: block;
				float: left;
				height: 19px;
				background: transparent url(../images/bg_nav.gif) 0 0 no-repeat;
				letter-spacing : -1000em;
				text-indent: -1em;
			}
			/* Just for Opera, but hide from MacIE */ 
			/*\*/html>body #navigation ul li a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
			/* End of hack */
	
				#navigation ul li.nav_home a{
					background: transparent url(../images/bg_nav.gif) 0 0 no-repeat;
					width: 42px;
				}
					#navigation ul li.nav_home a:hover, body.home #navigation ul li.nav_home a{
						background: transparent url(../images/bg_nav.gif) 0 -19px no-repeat;
					}
	
				
				#navigation ul li.nav_how a{
					background: transparent url(../images/bg_nav.gif) -42px 0 no-repeat;
					width: 142px;
				}
					#navigation ul li.nav_how a:hover, body.how #navigation ul li.nav_how a{
						background: transparent url(../images/bg_nav.gif) -42px -19px no-repeat;
					}
					
				#navigation ul li.nav_benefits a{
					background: transparent url(../images/bg_nav.gif) -185px 0 no-repeat;
					width: 116px;
				}
					#navigation ul li.nav_benefits a:hover, body.benefits #navigation ul li.nav_benefits a{
						background: transparent url(../images/bg_nav.gif) -185px -19px no-repeat;
					}
					
				#navigation ul li.nav_install a{
					background: transparent url(../images/bg_nav.gif) -301px 0 no-repeat;
					width: 167px;
				}
					#navigation ul li.nav_install a:hover, body.install #navigation ul li.nav_install a{
						background: transparent url(../images/bg_nav.gif) -301px -19px no-repeat;
					}
					
				#navigation ul li.nav_contact a{
					background: transparent url(../images/bg_nav.gif) -468px 0 no-repeat;
					width: 68px;
				}
					#navigation ul li.nav_contact a:hover, body.contact #navigation ul li.nav_contact a{
						background: transparent url(../images/bg_nav.gif) -468px -19px no-repeat;
					}
					
				#navigation ul li.nav_calculator a{
					background: transparent url(../images/bg_nav.gif) -536px 0 no-repeat;
					width: 114px;
				}
					#navigation ul li.nav_calculator a:hover, body.calculator #navigation ul li.nav_calculator a{
						background: transparent url(../images/bg_nav.gif) -536px -19px no-repeat;
					}
					
				#navigation ul li.nav_wholesaler a{
					background: transparent url(../images/bg_nav.gif) -650px 0 no-repeat;
					width: 146px;
				}
					#navigation ul li.nav_wholesaler a:hover, body.wholesaler #navigation ul li.nav_wholesaler a{
						background: transparent url(../images/bg_nav.gif) -650px -19px no-repeat;
					}

#insideCopy {
	width: 390px;
	margin: 25px auto auto 190px;
	text-align: left;	
}

#insideCopy table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

#insideCopyTwo {
	width: 390px;
	margin: 25px auto auto 220px;
	text-align: left;	
}

#benefitsCopy {
	width: 390px;
	margin: -200px auto auto 190px;
	text-align: left;	
}

#benefitsNav {
	float: right;
	margin-right: 15px;
	margin-top: 53px;
	background-image: url(../images/benefits_bg.gif);
	width: 155px;
	height: 162px;
	text-align: center;
}

#benefitsInstructionsNav {
	background-image: url(../images/install_bg.gif);
	background-repeat: none;
	margin: 0 0 10px 0;
	width: 155px;
	height: 114px;
	text-align: center;
}

#benefitsNavInstructionPage {
	background-image: url(../images/benefits_bg.gif);
	background-repeat: none;
	width: 155px;
	height: 162px;
	text-align: center;
}

#sideNav {
	float: right;
	width: 155px;
	margin: 30px 15px 0 0;
}

.benefitsItems {
	position: relative;
	top: 30px;
	right: 40px;
	width: 155px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.benefitsItemsPad {
	padding: 0 0 15px 0;
	margin: 0;
}

.benItemsOne {
	position: relative;
	top: 31px;
	right: 12px;
	left: 0;
	bottom: 0;	
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

.benItemsTwo {
	position: relative;
	top: 36px;
	right: 12px;
	left: 0;
	bottom: 0;
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

.benItemsThree {
	position: relative;
	top: 42px;
	right: 12px;
	left: 0;
	bottom: 0;
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

.benItemsFour {
	position: relative;
	top: 48px;
	right: 12px;
	left: 0;
	bottom: 0;
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

.benItemsFive {
	position: relative;
	top: 54px;
	right: 12px;
	left: 0;
	bottom: 0;
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

.instItems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#benefitsNav a:link {color: #333333; text-decoration: none}
#benefitsNav a:visited {color: #333333; text-decoration: none}
#benefitsNav a:hover {color: #FF0000; text-decoration: none}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.numberList {
	list-style: decimal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

#figs {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 176px;
}

.illus {
	padding-top: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.specs {
	text-align:left;
	padding: 0 0 0 8px;
	margin: 0;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
}

.specs img {
	position: relative;
	top: 3px;
	padding: 0;
	margin: 0;
}

