* {margin:0px; padding:0px;} /* Fixes many browser compatibility issues */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#333333;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:21px;
	border-bottom:1px #000000 dotted;
	padding:8px 0px 4px 0px;
	margin:0px 0px 10px 0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
h3 {
	font-size:18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
h4 {
	font-size:14px;
	text-transform:uppercase;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
h5 {}
h6 {}

p { 
	line-height:18px; 
	margin:0 0 12px;
}



#container {
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background-color:#FFFFFF;
}

#top-bar{
	height:25px;
	background-image:url(/images/topBarBk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#header {
	background-image:url(/images/header.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:85px;
	width:740px;
	margin:0px auto;
	background-color:#FFFFFF;
}

/***** TOP NAVIGATION *****/
#nav-container {
	background-image:url(/images/navBk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	width:100%;
	height:63px;
}

#nav {
	width:740px;
	list-style: none;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	clear:both;
}

#nav li {
	float: left;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
}
#nav a {
	float: left;
	display: block;
	background:url(/images/navTab.png) no-repeat left top;
	height:50px;
	width:113px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	cursor:pointer;
}
#nav a span{
	display:block;
	padding:6px 10px 0px 0px;
	text-align:center;
	margin:0px 0px 0px 0px;
}

#nav a span.navPad{
	margin:7px 0 0 0;
}


#nav a:hover{
	background:url(/images/navTabCurrent.png) no-repeat left top;
	padding:0px 5px 0px 5px;
}
#nav a:hover span {
	color:#35393E;
	padding:8px 10px 0px 0px;
}

#nav #current a{
	background:url(/images/navTabCurrent.png) no-repeat left top;
	height:50px;
	width:113px;
	margin: 0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	color:#35393E;
	text-decoration: none;
	font-weight:bold;
	cursor:pointer;
}

#nav #current a span{
	display:block;
	color:#35393E;
	padding:8px 10px 0px 0px;
	text-align:center;
	margin:0px 0px 0px 0px;
}

#nav #current a span.navPad{
	margin:7px 0 0 0;
}


.homepage-image{
/*	background-image:url(/images/homePageImage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:1px solid #000000;
	*/
	/*height:217px;*/
	width:740px;
	margin:15px auto;
	
}

#content-home {
	padding:0px 0px 0px 0px; /* bottom padding for footer */
	margin:0px auto;
	width:740px;
}
#content-home p {
	text-align:left;
	padding:0px;
}

#content {
	padding:20px 0px 0px 0px; /* bottom padding for footer */
	margin:0px auto;
	width:740px;
}
#content p {
	text-align:left;
	padding:0px;
}

#content ul{
	padding:0 21px 0 21px;
}

#content ul li{
	margin:2px 0 8px 0;
}

#content-list ol{
	padding:0 21px 0 21px;
}

#content-list ol li{
	margin:2px 0 8px 0;
}

#content-home ol{
	padding:0 21px 0 21px;
	
}

#content-home ol li{
	margin:2px 0 8px 0;
	
}




#content img{
	float:right;
	padding:10px;
}
.content-left{
	width:340px;
	float:left;
	padding:10px 0px 0px 0px;
}

.content-right{
	width:370px;
	float:right;
	padding:10px 0px 0px 0px;
	margin:0px;
}

#footer {
	width:100%;
	background-color:#333333;
	background-image:url(/images/footerBk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	padding:25px 0px 0px 0px;
}
#footer p {
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	text-align:center;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#footer .certs{
	padding:0px 0px 16px 0px;
	margin:0px auto;
	width:740px;
}


/*----- SIDE BOX -----*/
.box{
	width:364px;
	/*height:169px;*/
	background-image:url(/images/boxBk.jpg);
	background-position:top left;
	/*background-repeat:repeat-x;*/
	padding:3px 3px 3px 3px;
}
.box p {
	margin:9px;
} 
.box-header{
	width:358px;
	height:29px;
	background-image:url(/images/boxHeaderBk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:3px 3px 3px 3px;
	margin:0px 0px 9px 0px;
	color:#FFFFFF;
}

.box h5 {
	font-size:16px;
	padding:0px 0px 0px 35px;
}
.box h6 {
	font-size:16px;
	padding:0px 0px 0px 0px;
}
.box img{
	float:left;
	padding:5px 8px 0px 8px;
	margin:0px;
}

.box ul{
	list-style:none;
	padding:0px 0px 0px 0px;
}

.box-normal {
	height:24px;
	padding:5px;
}

.box-residential {
	background-image:url(/images/boxIconResidential.png);
	background-repeat:no-repeat;
	background-position:left;
	height:24px;
	padding:5px;
}

.box-commercial {
	background-image:url(/images/boxIconCommercial.png);
	background-repeat:no-repeat;
	background-position:left;
	height:24px;
	padding:5px;
}


.backlinks{
	padding:8px 0px 0px 0px;
	display:block;
}

/*----- PRODUCT LIST PAGE -----*/
.product-btn{
	width:100%;
}
.product-list{
	width:342px;
	height:150px;
	border-right:1px #000000 dotted;
	float:left;
	padding:8px 19px 0px 8px;
	margin:0px 0px 10px 0px;
	background-image:url(/images/productListLowerBorder.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.product-list img{
	float:left;
	padding:0px 8px 0px 0px;
}
.product-list a .btnLearn{
	clear:both;
	height:30px;
	width:127px;
	background:url(/images/btnLearnUp.jpg) no-repeat left top;
	padding:0px 0px 8px 0px;
	float:right;
	cursor:pointer;
}

.product-list a:hover .btnLearn{
	clear:both;
	height:30px;
	width:127px;
	background:url(/images/btnLearnOver.jpg) no-repeat left top;
	padding:0px 0px 8px 0px;
	float:right;
	cursor:pointer;
}

.product-list-odd{
	width:342px;
	height:150px;
	float:left;
	padding:8px 0px 0px 8px;
	margin:0px 0px 10px 19px;
	background-image:url(/images/productListLowerBorder.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.product-list-odd img{
	float:left;
	padding:0px 8px 0px 0px;
}
.product-list-odd a .btnLearn{
	clear:both;
	height:30px;
	width:127px;
	background:url(/images/btnLearnUp.jpg) no-repeat left top;
	padding:0px 0px 8px 0px;
	float:right;
	cursor:pointer;
}

.product-list-odd a:hover .btnLearn{
	clear:both;
	height:30px;
	width:127px;
	background:url(/images/btnLearnOver.jpg) no-repeat left top;
	padding:0px 0px 8px 0px;
	float:right;
	cursor:pointer;
}

/*----- PRODUCT DETAIL PAGE -----*/
.product-detail{
	background:url(/images/productDetailBorderLeft.jpg) no-repeat left top;
	padding:10px 0px 0px 32px;
	height:650px;
}
.product-detail img{
	float:left;
	padding:0px 8px 0px 0px;
}
.product-features{
	clear:both;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
	width:670px;
	height:275px;
	overflow:auto;
}

.product-features ul{
	padding:35px;
}
.product-features ul li{
	padding:2px;
}
.pdf-link{
	background-image:url(/images/icon_pdf.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:25px;
	float:right;
	padding:6px 0px 0px 30px;
}
.pdf-link a:link, .pdf-link a:visited, .pdf-link a:active {
	color:#000000;
	/*text-decoration:none;*/
	text-decoration:underline;
}
.pdf-link a:hover{
	/*text-decoration:underline;*/
}

/***** TOP NAVIGATION *****/
#tab-nav {
	width:670px;
	list-style:none;
	padding:10px 0px 0px 0px;
	background-color:#FFFFFF;
	height:29px;
	clear:both;
	background:url(/images/tabBk.jpg) repeat-x bottom left;
}
#tab-nav li {
	float:left;
	margin:0;
	padding:0;
	font-family: "Lucida Grande", sans-serif;
	font-size:12px;
}
#tab-nav a {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding:0px 0px 0px 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	background:#999999 repeat-x top left;
	background:url(/images/tab_left.jpg) no-repeat left top;
	border-bottom:1px solid #000000;
	cursor:pointer;	
}
#tab-nav a span{
	display:block;
	background:url(/images/tab_right.jpg) no-repeat right top;
	padding:5px 14px 8px 0px;
	width:100px;	
}

#tab-nav a:hover span {
	color:#EEEEEE;
}

#tab-nav #current a{ /*Selected Tab style*/
background-position:0 -28px; /*Shift background image up to start of 2nd tab image*/
border-bottom: 1px solid #FFFFFF; /*Add border strip to bottom of menu*/
}

#tab-nav #current a span{ /*Selected Tab style*/
background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
color: #333;
}

#tab-nav a:hover{ /*onMouseover style*/
background-position:0% -28px; /*Shift background image up to start of 2nd tab image*/
}

#tab-nav a:hover span{ /*onMouseover style*/
background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
color: #333;
}


