/*----------- Re-defined tags ----------------------*/
html{
	height: 100%;
	width: 100%;
	background-image: url(../artwork/bg_diag.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
body{	
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul {
	text-align: left;
	text-indent: 20pt;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px;
}
li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	margin-bottom: 20px;
}
label{
	width: 100px;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
} 
/*----------- Div ID's --------------------------------*/
#container{
	/*height: 100%;*/
	width: 786px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	background-image: url(../artwork/main_background.jpg);
	background-repeat: repeat-y;
	float: none;
	display: table; 
	
}
#masthead{
	width: 786px;
	height: 281px;

}
#nav{
	width: 786px;
	height: 24px;
	background-image: url(../artwork/nav_background.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-position: top;
}
#nav a{
	color: #000000;
}
#nav a:hover{
	color: #0000FF;
}
#navShadow{
	width: 786px;
	height: 27px;
	background-image: url(../artwork/menu_bar_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#linkHead {
	width: 776px;
	height: 20px;
	background-color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;	
}
#content{
	width: 508px;
	float:left;
	display:table;
	padding-right: 20px;
	padding-left:20px;
}
#linkHead a{
	text-decoration: none;
	color: #FFFFFF;
}
#leftCol{
	width: 200px;
	float:left;
	display:table;
}
#linkBottom{
	width: 786px;
	height: 26px;
	background-image: url(../artwork/bottom_nav_back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 26px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -390px;
}
#linkBottom a {
	color: #666666;
}
#linkBottom a:hover{
	font-weight: bold;
	font-size: 11px;
}
#product_nav{
	width: 200px;
	text-align: center;
	float:left;
}
#home_nav{
	width: 85px;
	text-align: center;
	float:left;
}
#residential_nav{
	width: 116px;
	text-align: center;
	float:left;
}
#commercial_nav{
	width: 124px;
	text-align: center;
	float:left;
}
#testimonials_nav{
	width: 122px;
	text-align: center;
	float:left;
}
#contact_nav{
	width: 138px;
	text-align: center;
	float:left;
}
/*----------- Classes --------------------------------*/
.product_menu_even {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	text-decoration: none;
	background-image: url(../artwork/products_menu_even_back.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 200px;
	font-weight: bold;
	line-height: 31px;
	text-indent: 10px;
}
.product_menu_odd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	text-decoration: none;
	background-image: url(../artwork/products_menu_odd_back.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 200px;
	font-weight: bold;
	line-height: 31px;
	text-indent: 10px;
}
.product_menu_even a{
	color: #333300;
}
.product_menu_odd a{
	color: #333300;
}
.product_menu_even a:hover{
	color: #0000FF;
}
.product_menu_odd a:hover{
	color: #0000FF;
}
.product_menu_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 46px;
	width: 200px;
	font-weight: bold;
	line-height: 31px;
	text-indent: 10px;
	background-image: url(../artwork/nav_background_title.jpg);
}
.product_feature_list{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	width: 500px;
	list-style-image: url(../artwork/bullet_point.gif);
	text-indent: 20px;
	list-style-position: inside;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.considerations{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	width: 500px;
	list-style-image: url(../artwork/bullet_point_considerations.gif);
	text-indent: 20px;
	list-style-position: inside;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.product_benefits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
	width: 500px;
	list-style: disc url(../artwork/bullet_point.gif) outside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-indent: 0px;
	margin-left: 16px;
	padding-left: 16px;
}
.testimonial_label{
	width:538px;
	height:36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 32px;
	text-decoration: none;
	background-image: url(../artwork/testimnonials_Label.jpg);
	font-weight: bold;
	color: #000000;
	text-indent: 10px;
}
.testimonial_img{
	width:538px;
	height:261px;
	margin: 0px;
	padding: 0px;
}
.testimonial_description{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.input-box{
	margin-bottom: 10px;
	height: 15px;
	line-height: 16px;
	width: 198px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-indent: 4px;
	background-image: url(../artwork/input_back.gif);
	background-repeat: no-repeat;
}

.submit-button{
	margin-left: 120px;
	clear: both;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
}.comments {
	height: 80px;
	width: 200px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-indent: 4px;
	background-image: url(../artwork/textAreaBack.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 4px;
}

.product_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	width: 450px;
	text-indent: 20px;
	list-style-position: inside;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
.product_list a{
	text-decoration: none;

}
.product_list img{
	text-decoration: none;
	border: none;

}
.validation_links {
	width: 786px;
	height: 20px;
	/*background-image: url(../artwork/bottom_nav_back.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -390px;
	background-color: #999999;
}
.validation_links a {
	color: #ffffff;
}
.validation_links a:hover{
	font-weight: bold;
	font-size: 11px;
}
