@charset "utf-8";
/* css document */

/* Table of Contents
--------------------------------------------------------------//
Page Layout
Topnav Menu
Main Menu
Dustin
Tables
Headings & Text
Links
Special Offers Button
Neighborhood Locator Button
Blank Orange Button
Lists
Video Email Buttons
Forms
Images
Misc
*/



/* Page Layout
--------------------------------------------------------------*/
*{
	padding:0;
	margin:0;
}

html, body {
	height:100%;
}

body {
	background:url(../images/gradientbkg.jpg) repeat-x;
	font:normal 13px/19px "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

#wrapper {
	background:url(../images/gradientbkg-shadow.jpg) no-repeat;
	height:auto !important;
	margin:0 auto -60px auto;
	min-height:100%;
	padding:0 12px;
	position:relative;
	width:1000px;
}

#header {
	background:url(../images/menubkg.png) no-repeat;
	height:88px;
	margin:0;
	padding:2px 7px;
	position:relative;
	z-index:1;
}

#hometop {
	background:url(../images/homephotos/rotate.php) no-repeat;
	height:320px;
	margin:-30px 12px 0 12px;	
	padding:54px 34px 30px 44px;
	position:relative;
	z-index:0;
}

#content {
	margin:0;
	padding:20px 12px 10px 320px;
	text-align:left;

}

#content img.leftside, #content div.leftside {
	clear:left;
	float:left;
	margin:0 0 20px -308px;
}

#content div.leftside {
	color:#333;
	font-size:11px;
	width:240px;
}

#content div.leftside.quotes {
	font-size:13px;
	width:270px;
}
#content div.leftside.quotes p {
	margin-bottom:20px;
}

#body_home #content, #body_refer_friend #content, #body_request_info #content, #body_thank_you #content, #body_email_thank_you #content, #body_info_thank_you #content, #body_referral_thank_you #content, #body_earth_day #content, #body_videoemail #content {
	padding-left:12px;
}

#content .leftcol, #content .rightcol {
	float:left;
	width:500px;
}

#content .leftcol {
	border-right:1px solid #edeae1;
	margin-right:20px;
	padding-right:20px;
	width:400px;
}

#footerwrap {
	background:url(../images/gradientbkg2.jpg) repeat-x;
	border-top:1px solid #EDEDED;
	clear:both;
	height:40px;
	margin-top:20px;
	position:relative;
	width:100%;
}

#footer{
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding-top:18px;
	width:1000px;
}

#footer img {
	margin-top:-12px;
}

#footer a, #footer a:link, #footer a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover, #footer a:active{
	color:#3f5f55;
}


/* Topnav Menu
--------------------------------------------------------------*/
ul.topnav {
	float:right;
	font:11px Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:7px 0;
	width:460px;
}

.topnav li {
	border-right:1px solid #333;
	display:block;
	float:right;
	margin-right:10px;
	padding-right:10px;
}

.topnav li.first {
}

.topnav li.btn {
	border:none;
	margin:0;
	padding:0;
}

.topnav li a, .topnav li a:link, .topnav li a:visited {
	color:#000;
	font-weight:normal;
}

.topnav li a:hover, .topnav li a:active {
	color:#d5781c;
}

.topnav li.btn a, .topnav li.btn a:link, .topnav li.btn a:visited {
	background:url(../images/greenoval.gif) 4px 0 no-repeat;
	color:#FFF;
	display:block;
	font-weight:bold;
	height:15px;
	text-align:center;
	width:92px;
}

.topnav li.btn a:hover, .topnav li.btn a:active {
	color:#EDEAE0;
}


/* Main Menu
--------------------------------------------------------------*/
#navigation{
	clear:right;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	width:775px;
}

#navigation li{
	list-style:none;
	display:inline;
	float:left;
}

#mainnav{
	height:50px;
}

ul#mainMenu{
	position:relative;
	font-size:14px;
	height:32px;
	line-height:26px;
	padding:12px 0 0 0;
	margin:0 0 12px;
	z-index:1000;
}

ul#mainMenu li{
	padding:0 0 0 25px;
	position:relative;
}

ul#mainMenu li ul{
	position:absolute;
	top:24px;
	left:10px;
	background:#EDEAE0;
	border:1px solid #544134;
	border-top:none;
	filter:alpha(opacity=90);
  	opacity:0.9;
	padding:5px 0;
	display:none;
	z-index:1000;
}

/*
ul#mainMenu li#entry_doorslink ul{
	left:0px;
}

ul#mainMenu li#windowslink ul{
	left:4px;
}
*/

ul#mainMenu li ul li{
	display:block;
	float:none;	
	line-height:22px;
	padding:0 11px;
	white-space:nowrap;
	width:auto;
}

ul#mainMenu a{
	color:#000;
	display:block;
	font-weight:normal;
	height:40px;
}

ul#mainMenu li ul li a{
	height:auto;
}

ul#mainMenu a:hover{
	color:#d37828;
}

ul#mainMenu a.active{
	color:#3f5f55;
}


/* Dustin
--------------------------------------------------------------*/
#dustin {width: 266px; height:538px; float: right;}


/* Tables
--------------------------------------------------------------*/
table {
	border:none;
	padding:0;
}


/* Headings & Text
--------------------------------------------------------------*/
h1, h2, h3, h4 {
	color:#3f5f55;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	margin:0;
	padding:0;
}

h1 {
	font-size:20px;
	margin-bottom:10px;
}

h2 {
	font-size:16px;
	margin:8px 0 10px;
}

h3 {
	color:#000;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	padding:5px 0;
}

p {
	margin:10px 0;
	padding:0;
}


/* Links
--------------------------------------------------------------*/
a, a:link, a:visited {
	color:#3f5f55;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active {
	color:#d5781c;
}


/* Special Offers Button
--------------------------------------------------------------*/
a.offers, a.offers:link, a.offers:visited {
background: url(../images/homebuttons/offersbtn.png) 0 0 no-repeat;
display:block;
height:79px;
margin-top:250px;
width:279px;
}

a.offers:hover, a.offers:active {
background-position:0 -79px;
}


/* Neighborhood Locator Button
--------------------------------------------------------------*/
a.neighborhood, a.neighborhood:link, a.neighborhood:visited {
background: url(../images/homebuttons/neighborhoodbtn.png) 0 0 no-repeat;
display:block;
height:79px;
margin-top:250px;
width:279px;
}

a.neighborhood:hover, a.neighborhood:active {
background-position:0 -79px;
}

/* Blank Orange Button
--------------------------------------------------------------*/
a.button, a.button:link, a.button:visited {
background: url(../images/orangebutton.png) 0 0 no-repeat;
color:#FFF;
display:block;
font:normal 14px/18px Arial, Helvetica, sans-serif;
height:37px;
margin:8px;
padding:21px 40px 21px 18px;
width:221px;
}

a.button:hover, a.button:active {
background-position:0 -79px;
}


/* Lists
--------------------------------------------------------------*/
#content ul {
	margin:10px 0;
	padding:0
}

#content ul li {
	margin:7px 0 7px 20px;
	padding:0;
}


/* Video Email Buttons
--------------------------------------------------------------*/
#videoemail_page input {
	background:#DBD5BA;
	color:#1F1913;
	font:bold 12px Verdana, Geneva, sans-serif;
	margin:0 20px 30px 0;
	padding:8px 12px;
}


/* Forms
--------------------------------------------------------------*/
#formframe {
	background:url(../images/formbkg.png) no-repeat;
	float:left;
	height:313px;
	margin:-20px 20px 20px 0;
	padding:10px 7px 7px 7px;
	width:281px;
}

#body_home #formframe {
	float:right;
	margin:0;
	padding:7px;
}

#contactForm {
	background:#EDEAE0 url(../images/operator.png) 1px 4px no-repeat;
	color:#000;
	float:left;
	height:291px;
	padding:5px 9px;
	width:254px;
}

#infoForm {
	background:#EDEAE0;
	border:1px solid #D9DADC;
	float:right;
	height:auto;
	margin-bottom:20px;
	padding:15px;
	width:610px;
}

#body_refer_friend #infoForm {

}

#contactForm h2, #infoForm h2 {
	color:#000;
	font-size:18px;	
	margin:0;
	padding:0;
	text-align:center;
}

#contactForm h3, #infoForm h3 {
	color:#000;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	margin:5px 0 9px 0;
	padding:0;
	text-align:center;
}
#contactForm h2 {
	font-size:15px;
}
#contactForm h2, #contactForm h3 {
	padding-left:64px;
	text-align:left;
}

#contactForm p {
	font-size:11px;
	margin:0;
	padding:0;
}

#infoForm p {
	margin:10px 0;
	padding:0;
}

#contactForm img {
	clear:left;
	float:left;
	margin-top:11px;
}

#contactForm label, #infoForm label {
	clear:left;
	display:block;
	float:left;
	font-size:11px;
	height:22px;
	line-height:16px;
	padding:3px 10px 0 0;
	width:60px;
}

#infoForm label {
	font-size:12px;
}

#contactForm input, #infoForm input {
	display:block;
	float:left;
	height:14px;
	margin:5px 0;
	width:175px;
}

#infoForm input {
	height:20px;
}

#contactForm select, #infoForm select {
	display:block;
	float:left;
	height:20px;
	margin:5px 0;
	width:175px;
}

#contactForm input.hidden, #infoForm input.hidden {
	height:auto;
	margin:0;
	width:auto;
}

#contactForm input.checkbox, #infoForm input.checkbox {
	display:block;
	float:left;
	height:16px;
	margin:5px 4px 5px 0;
	width:16px;
}

#contactForm input.button, #infoForm input.button {
	background:url(../images/consultationbtn.png) no-repeat;
	border:none;
	clear:left;
	float:right;
	font-size:1px;
	height:58px;
	margin-top:14px;
	text-indent:-9999px;
	white-space:normal;
	width:184px;
}

#infoForm input.button {
	background:url(../images/brochurebtn.png) no-repeat;
}

#subscribeForm input.button {
	background:url(../images/subscribebtn.png) no-repeat;
}

#referralForm input.button {
	background:url(../images/submitbtn.png) no-repeat;
}

#body_home #contactForm input.button {
	float:left;
	margin:18px 43px 0 43px;
}

#contactForm input.button:hover, #contactForm input.button:active, #infoForm input.button:hover, #infoForm input.button:active {
	background-position:0 -58px;
}

#contactForm textarea, #infoForm testarea {
	height:24px;
	margin:0 0 5px 0;
	overflow:auto;
	width:250px;
}


/* Images
--------------------------------------------------------------*/
img { border:none; }

#content img {
	border:3px solid #D9DADC;
}

#body_process_warranties #content img {
	border:none;
	margin-top:40px;
}


/* Misc.
--------------------------------------------------------------*/
.divider {
	border-bottom:1px solid #E1DCC7;
	margin:18px 0;
	padding:0;
}

.left {
	float:left;
	margin-right:22px;
}

.right {
	float:right;
	margin-left:22px;
}

.clear {
	clear:both;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.noclear {
	clear:none;
}
