@charset "UTF-8";
/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* typography */
body { font-size: 0.7em /* 12px */; background: #23376f; color: black; font-family: Verdana; line-height: 1.5em; margin: 0 auto; margin-top: 0px; padding-top: 0px;}

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.5em /* 18px */; margin-bottom: 12px; color: #f00; }
h2 { font-size: 1.1em /* 15px */; margin-bottom: 6px; color: #f00; }
h3 { font-size: 1em /* 14px */; margin-bottom: 2px; color: #f00; font-weight: bold;}
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; color: #333333; line-height: 1.7em;} /* DO NOT RESIZE */
ul { margin-left: 14px; padding-left: 0px;}
li { margin-bottom: .4em; padding-left: 0px;  color: #333333; font-size: 1em; list-style-type: disc;}

a, a:visited { color: #0000FE; text-decoration: underline; }
a:hover, a:active { color: #617f90; text-decoration: none; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { display: block; }

/* layout */
#branding { position:relative; }

#nav{ z-index: 99; margin: 0 auto; padding: 0; }

#nav ul, #nav li, #callout ul, #callout li { margin-top: 0; padding: 0; text-indent: 0; list-style-type: none;}
#nav ul{ margin: 0 auto; padding: 0px; text-align: center;}
#nav li { position: relative; display: inline; }
#nav li ul { position: absolute; display: none;}
#nav li:hover ul, #nav li.hover ul { display: block;}

#nav a, #nav a:visited { font-size: .9em;}
#nav a:active,
.home #nav #nav-home a,
.residential #nav #nav-residential a,
.commercial #nav #nav-commercial a,
.duct-cleaning #nav #nav-duct-cleaning a,
.efficiency #nav #nav-efficiency a,
.agreements #nav #nav-agreements a,
.coupons #nav #nav-coupons a,
.testimonials #nav #nav-testimonials a,
.articles #nav #nav-articles a,
.customer-financing #nav #nav-customer-financing a,
.contact #nav #nav-contact a { background: url('../images/design/nav_on.png') center left no-repeat; text-decoration: none;}

#nav a:hover{ color: #f00;}

#footer {  width: 960px; margin: 0 auto; padding-top: 0px; padding-bottom: 20px; font-size: .9em; text-align: center; background: url('../images/design/content-bottom.jpg') top center no-repeat;}
#footer p { text-decoration: none; padding-top: 40px; margin: 0 auto; line-height: 1.5em; color: #fff; width: 80%;}
#footer a, #footer a:visited { text-decoration: none; color: #fff; }
#footer a:hover, #footer a:active { color: #fff; text-decoration: underline; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #f2f2f2; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }


/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #0000FE; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #0000FE; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#main{
	width: 960px;
	height: 100%;
	margin: 0px auto;
	background: #fff url('../images/design/site_bg.jpg') top center repeat-y;
}

#branding{ 
	width: 376px;
	height: 159px;
	overflow: hidden;
	background: url('../images/design/header.jpg') top left no-repeat;
	margin-left: 1px;
}

#branding h1 a{
	display: block;
	width: 346px;
	height: 130px;
	outline: none;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#left{
	float: left;
	height: 100%;
	width: 376px;
	background: #fff url('../images/design/left_bg.jpg') left bottom no-repeat;
}

#sidebar h2 a, #sidebar h2.title {
	width: 205px;
	height: 44px;
	display: block;
	background: url('../images/design/sidebar_h2.png') no-repeat;
	padding-left: 140px;
	padding-top: 22px;
	color: #fff;
}

#sidebar h3{
	color: #fff;
	padding-left: 140px;
	font-size: 1.5em;
}

#sidebar p{
	width: 200px;
	padding-left: 140px;
	color: #444444;
	font-size: .9em;
	line-height: 1.9em;
}

#sidebar img{
	padding-top: 10px; padding: bottom: 0px; margin: 0px;
}

#street{
	background: url('../images/design/street.gif') top left repeat-y;
padding: 0px;
	margin: 0px;
}
#street p{
margin: 0px;
}

.small{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 135px;
text-align: center;
width: 215px;
display: block;
font-size: .8em;
}

#right{
	float: right;
	width: 556px;
	padding-right: 20px;
}

#callout{
	width: 558px;
	height: 97px;
	float: right;
	background: url('../images/design/header-right.jpg') top right no-repeat;
}

#callout #contact{
	float: left;
	padding-top: 35px;
	text-align: right;
	padding-left: 90px;
}

#callout #contact h2{
	color: #000;
	font-size: 1.5em;
}

#callout #contact a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
}

#callout h1 a{
	float: right;
	padding-top: 50px;
	padding-right: 70px;
	color: #fff;
	text-decoration: none;
}

#content-hp{
	background: url('../images/design/van.jpg') top center no-repeat;
	padding-top: 240px;
	margin-top: 100px;
}

#content{
	padding-top: 50px;
	margin-top: 100px;
}

.cleaner { clear: both;	}

.home #content-hp table td {
	width: 45%;
}

a.save-coupon {
	background: url(/design/starburst3.png) 0 0 no-repeat;
	display: block;
	padding:0;
	text-align: center;
	width: 239px;
	height:239px;
	color:#fff;
	text-decoration: none;
	font-size: 1.7em;
	line-height: 1.5;
	font-weight:bold;
}
a.save-coupon span{
display: block;
text-align: center;
padding:45px 50px 0px 50px
}
a.save-coupon:hover {
	background-position: 0 -238px;
	}
