 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
caption, tbody, tfoot, thead, tr, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
html { height: 100%; }
body {
    background: #fff;
    color: #000;
    font: 62.5%/1 Arial, sans-serif;
    height: 100%;
}
a { text-decoration: none; }
a:hover {  }

/* /global elements
 *****************************************************/

/* common elements
 *****************************************************/
.cols, form .item, form .button { overflow: hidden; }
.col { float: left; }
.l { float: left; }
.r { float: right; }
.print { display: none; }
.ir {
    display: block;
    overflow: hidden;
    position: relative;
}
.ir span {
    cursor: pointer;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
/* /common elements
 *****************************************************/

/* base layout
 *****************************************************/
.container {
    margin: 0 auto;
    width: 890px;
}
#content {
	background: #fff url( ../images/sprite_main.png ) repeat-x 0 -312px;
	overflow: hidden;
	padding: 0 0 0px;
}
/* /base layout
 *****************************************************/

/* branding elements
 *****************************************************/
#branding {
    background: #4788e1 url( ../images/sprite_main.png ) repeat-x 0 -113px;
    height: 132px;
}
#branding .container { position: relative; }
#branding div.inner {
    background: #fff url( ../images/sprite_branding_inner.png ) no-repeat 0 0;
    height: 199px;
    left: 0;
    position: absolute;
    width: 257px;
    z-index: 1000;
}

#branding h1 {
    height: 81px;
    margin: 16px 0 0 12px;
    width: 231px;
}
#branding h1 a { height: 81px; }
#branding h1 span { background: #fff url( ../images/sprite_branding_inner.png ) no-repeat -12px -16px; }
#branding address {
    background: transparent url( ../images/sprite_branding_inner.png ) no-repeat -257px 100%; 
    color: #696969;
    display: block;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 242px;
}
#call {
    background: transparent url( ../images/sprite_branding.png ) no-repeat -261px 0;
    color: #5e5e5e;
    font-size: 1.9em;
    height: 35px;
    left: 542px;
    padding: 0 4px 4px;
    position: absolute;
    width: 230px;
}
#call span.inner {
    background: #fff;
    display: block;
    line-height: 35px;
    height: 35px;
}
#call span span {
    background: transparent url( ../images/sprite_branding.png ) no-repeat -265px 0;
}
#calls {
    color: #fff;
    font-size: 1.1em;
    float: right;
    line-height: 1.1em;
    height: 132px;
    overflow: hidden;
    text-align: right;
}
#calls li { padding: 7px 0 0; }
#branding blockquote {
    background: transparent url( ../images/quote_new.png) no-repeat;
    display: inline;
    float: left;
    height: 100px;
    margin: -5px 0 0 264px;
    text-indent: -1000em;
    width: 430px;
}
/* /branding elements
 *****************************************************/

/* nav elements
 *****************************************************/
#nav {
    background: #373737 url( ../images/sprite_main.png ) repeat-x 0 -245px;
    height: 67px;
    line-height: 67px;
}
#nav .container {
    padding: 0 0 0 257px;
    position: relative;
    width: 633px;
}
#nav ul {
    color: #fffefe;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
}
#nav li {
    background: transparent url( ../images/sprite_list_items.png ) no-repeat 0 50%;
    float: left;
    padding: 0 25px;
    position: relative;
}
#nav li.first { background: none; }
#nav li a {
    background: transparent url( ../images/sprite_list_items.png ) no-repeat -1000px -1000px;
    color: #fff;
    float: left;
    height: 67px;
}
#nav li a:hover, #nav li:hover a, #nav li.hover a { background-position: 50% 35px; }

#nav ul ul {
    background: #373737;
    font-size: 1em;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 67px;
    visibility: hidden;
}
#nav li:hover ul, #nav li.hover ul { visibility: visible; }
#nav li li { padding: 0; }
#nav li li a {
    background: none;
    height: auto;
    padding: 10px 25px;
    white-space: nowrap;
}
#nav li li a:hover { color: #5099fe; }
a#quote {
    background: transparent url( ../images/button_quote.png ) no-repeat 0 0;
    display: block;
    height: 139px;
    left: 650px;
    position: absolute;
    text-indent: -1000em;
    top: -42px;
    width: 139px;
}
a#filter{
    background: transparent url( ../images/filter.png ) no-repeat 0 0;
    display: block;
    height: 95px;
    left: 790px;
    position: absolute;
    text-indent: -1000em;
    top: -0px;
    width: 101px;
}

a#quote2 {
    background: transparent url( ../images/button_quote2.png ) no-repeat 0 0;
    display: block;
    height: 139px;
    left: 650px;
    position: absolute;
    text-indent: -1000em;
    top: -42px;
    width: 139px;
}

/* /nav elements
 *****************************************************/

/* content elements
 *****************************************************/
#secondary {
	background: #fff;
	float: left;
	padding: 0px 7px;
	width: 243px;
}
#primary {
    float: right;
    padding: 20px 0 0 20px;
    width: 613px;
}

.nav {
    background: transparent url( ../images/sprite_branding_inner.png ) no-repeat -257px 100%;
    font-size: 1.6em;
    margin: 0 0 18px;
    padding: 0 23px 2px;    
}
.nav li {
    padding: 0 0 15px;
}
.nav a {
    background: transparent url( ../images/sprite_list_items.png ) no-repeat -841px 50%;
    color: #5099fe;
    display: block;
    padding: 0 0 0 23px;
}
.nav a:hover {
    background-position: -1188px 50%;
    color: #c40000;
}

.block {
    color: #666;
    font-size: 1.1em;
    line-height: 1.3em;
    overflow: hidden;
    padding: 0 10px;
}
.block h3 {
    color: #c40000;
    font-size: 1.4545em;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 8px;
}
.block h4 {
    color: #c40000;
    font-size: 1.1818em;
    line-height: 1.3em;
    margin: 0 0 2px;
}
.block h4 a{
   color: #c40000;
 	
}
.block p { margin: 0 0 1em; }
.block .read-more {
    background: #c40000 url( ../images/sprite_buttons.png ) no-repeat 0 0;
    color: #fff;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-align: center;
    width: 81px;
}
#primary h1 {
    color: #c40000;
    font-size: 1.9em;
    font-weight: bold;
    text-transform: uppercase;
}
#primary .cols-2 { margin: 15px 0 0; }
#primary .block {
	margin: 0 0 10px;
	padding: 0;
}
#newsletter h4 { color: #5099fe; }
#primary .col-1 { width: 453px; }
#primary .col-2 {
    float: right;
    width: 145px;
}

.body {
    font-size: 1.3em;
    line-height: 1.5em;
}
.body h2 {
    font-size: 1.23em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 1em;
}
.body ul, .body p { margin: 0 0 1em; }
.body li {
    background: transparent url( ../images/bg_body_list_item.png ) no-repeat 10px 3px;
    padding: 0 0 0 20px;
}
.body img { border:1px solid #c40000; }
/* /content elements
 *****************************************************/

/* services elements
 *****************************************************/
#services {}
#services h4 {
    color: #e8e8e8;
    font-size: 1.8em;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 776px;
}
#services h4 span { background: transparent url( ../images/sprite_services.jpg ) no-repeat 0 0; }
#services ul {
    background: transparent url( ../images/sprite_services.jpg ) no-repeat 0 -45px;
    margin: 0 auto;
    overflow: hidden;
    width: 776px;
}
#services li {
    background: #fff url( ../images/sprite_services.jpg ) no-repeat 0 -45px;
    float: left;
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0 0 0 4px;
    padding: 15px 10px 15px 86px;
    width: 160px;
}
#services li#hour24 { margin: 0; }
#services li#maintenance { background-position: -260px -45px; }
#services li#installation { background-position: -520px -45px; }
#services h5 {
    color: #c40000;
    font-size: 1.6363em;
    font-weight: normal;
    margin: 0 0 5px;
}
#services h5 a{
    color: #c40000;
	text-decoration:underline;
}
#services h5 a:hover{
    color: #c40000;
	text-decoration:none;
}
/* /services elements
 *****************************************************/

/* footer elements
 *****************************************************/
#footer {
	background: transparent url( ../images/bg_footer.png ) repeat-x 0 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer h6 {
    color: #9b9b9b;
    font: normal 0.9em/1em Verdana, Arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}
#partners { 
text-align: center; 
margin: 15px 0 0 0;
}
#partners li {
    display: inline;
    padding: 0 10px;
}
#partners img { background-image: url( ../images/sprite_partners.jpg ); }
#lennox img { background-position: -159px 0; }
#carrier img { background-position: -296px 0; }
#amana img { background-position: -408px 0; }
#gogreen img { background-position: -543px 0; }
/* /footer elements
 *****************************************************/
.photo_right{
	margin-left:20px;
	margin-bottom:20px;
	float:right;
		
}
.coupon{
	
	background-image:url(../images/coupon.jpg);
	background-repeat:no-repeat;
	
	width:451px;
	height:254px
	
	
}
.coupon_inside{
padding:20px 20px 20px 20px;	
}
.coupon_image{
	border: none;
	margin: 0 15px 0 0;
	padding:0px;
	float:left;
}

.coupoon_header{
	font-size:24px;
	color:#900;
	line-height:30px;
	padding:12px 0px 10px 0px;
	margin:0px;
	
}
.small{
	font-size:11px;
}
#devref {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #9B9B9B;
}
#devref a {
	color: #9B9B9B;
	text-decoration: none;
}
#devref a:hover {
	color: #9B9B9B;
	text-decoration: underline;
}
