/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 67.5%; font-family: Arial, sans-serif;}
body { margin: 0; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

#content { font-size: 1.0em; line-height: 1.2em;}
#content h1 { font-size: 1.6em; }
#content h2 { font-size: 1.5em; }
#content h3 { font-size: 1.4em; }
#content h4 { font-size: 1.3em; }
#content h5 { font-size: 1.2em; }
#content h6 { font-size: 1em; }

/* HR */

#content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

#content ul{list-style: disc outside;}
#content ol{list-style: decimal outside;}

/* TABLES */

#content table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
#content th, #content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

#content hr, #content p, #content ul, #content ol, #content dl, #content pre, #content blockquote, #content address, #content table, #content form { margin-bottom: 1.6em; }
#content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: line-height/size, BOTTOM: TOP/2 */
#content h1 { margin: 1em 0 .5em;  }
#content h2 { margin: 1.07em 0 .535em; }
#content h3 { margin: 1.14em 0 .57em; }
#content h4 { margin: 1.23em 0 .615em; }
#content h5 { margin: 1.33em 0 .67em; }
#content h6 { margin: 1.6em 0 .8em; }
#content th, #content td { padding: .8em; }
#content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
#content blockquote { padding: 0 1em; margin: 1.6em 0; }
#content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
#content legend { padding-left: .8em; padding-right: .8em; }
#content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
#content textarea, #content input { padding: .3em .4em .15em .4em; }
#content select { padding: .1em .2em 0 .2em; }
#content option { padding: 0 .4em .1em; }
#content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
#content dt { margin-top: .8em; margin-bottom: .4em; }
#content ul, #content ol { margin-left: 2.2em; }
#content ul ul, content ol ul, #content ul ol, content ol ol { margin-bottom: 0; }
#content form div { margin-bottom: .8em; }
#content button { padding: 0.3em 0.5em; }
#content blockquote > * { margin: .8em 0; }

/* COLORS */

#content a:link { color: #36c; }
#content a:visited { color: #203a5f; }
#content a:hover { color: #c33; }
#content a:active, #content a:focus { color: #000; }
#content code, #content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* MAIN STYLES */
html{  }
body{ background: #7793B3 url('../img/html-bg.jpg') center bottom repeat-x; }

h1 {
    margin: 0;
    color: #000;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
	font-family: verdana, tahoma, sans-serif;
	border-bottom: 1px dotted black;
	text-align: left;
}

#main-container{ background: url('../img/body-bg.jpg') repeat-x; text-align: center; padding-bottom: 60px; }
#container{ background: #ffffff url('../img/container-bottom.jpg') center bottom no-repeat; width: 760px; margin: 0px auto; text-align: left; position: relative;}
#header{ height: 156px; background: url('../img/header-bg.jpg') no-repeat; }
#footer{  height: 80px;}

#photos{ background: url('../img/photos-bg.jpg') no-repeat; width: 258px; height: 214px; position: absolute; margin: 11px 0 0 -35px;}
#logo{ background: url('../img/hd-logo.jpg') no-repeat; height: 88px; width: 88px; position: absolute; top: 15px; right: 20px;}

#main-nav{ height: 23px; width: 379px; background: url('../img/nav.jpg') no-repeat; position: absolute; top: 131px; left: 231px;}
#main-nav ul { list-style: none; margin: 0; padding: 0;}
#main-nav ul li{ float: left; margin-right: 7px;  list-style: none;}
#main-nav ul li a{ display: block; height: 23px; text-indent:-10000;}
#main-nav .nav-home{ width: 74px; }
#main-nav .nav-determine{ width: 164px; }
#main-nav .nav-faq{ width: 41px; }
#main-nav .nav-contact{ width: 77px; margin-right: 0; }

#primary-content{ margin: 70px 20px 0px 20px; min-height: 300px;}
.start_link {
	font-size: 150%;
}


a:link {
	color: #2392EC;
}
a:visited {
	color: #1966A5;
}
a:hover {
	color: #92CEFF;
}
a:active {
	color: #1966A5;
}

.house_image_box {
	text-align: center;
	float: left;
	width: 180px;
	height: 200px;
}

.house_image_box img {
	border: 0;
}

.left_image{
	display:block;
	padding: 0px;
	width: 25%;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
.main_right {
	display: block;
	float: left;
	width: 75%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}
.unit_preview {
	float: left;
	background: #EEE;
	width: 223px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.store_location {
	background: #FFE4C9;
	border: 1px solid #999;
	width: 698px;
	padding: 3px;
}
.store_location p, #contact_info p {
	padding-top: 0;
	margin: 0 0 0 3px;
}
.available {
	font-weight: bold;
	font-size: 90%;
	padding-left: 5px;
	display: inline;
}
.waterfurnace_savings_title {
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	display: inline;
}
.waterfurnace_savings {
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	display: inline;
}
.rheem_savings_title {
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	display: inline;
}
.rheem_savings {
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	display: inline;
}
.ruud_savings_title {
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	display: inline;
}
.ruud_savings {
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	display: inline;
}
.store_location ul, #contact_info ul {
	list-style: none;
	display: inline;
}
.store_location li, #contact_info li {
	padding-top: 10px;
	display: inline;
	float: left;
	width: 220px;
}

.disclaimer {
		font-size: 10px;
}

.spec_label {
	width: 130px;
}
.imagegraph {
	text-align: center;
}
.clearboth { clear: both; }
.unit_type {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
.unit_info {
	width: 200px;
	font-size: 80%;
}
.pseudocenter {
	margin-right:auto;
	margin-left:auto;
	width:900px;
}
.faquestion {
	margin-left: 5%;
	font-weight: bold;
	font-style: italic;
}
.page_title {
	font-size: 130%;
	font-variant: small-caps;
	font-weight: bold;
	font-family: verdana, tahoma, sans-serif;
	border-bottom: 1px dotted black;
	text-align: left;
}
.choose_link {
	text-align: center;
	font-size: 90%;
	color: #222222;
}
.question {
	font-size: 16px;
}

#questions, #contact_info {
	border: 1px solid #999;
	padding: 3px;
	background: #eee;
	font-size: small;
	width:688px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	padding-left: 15px;
}

#accessories {
	border: 1px solid #999;
	padding: 6px;
	width:694px;
	font-size: small;
}

.accessory_image {
	width: 100px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.accessory {
	float: left;
	padding: 3px;
	margin-right: 15px;
	text-align: center;
}

.accessory span {
	font-weight: bold;
}

.image_box {
	text-align: center; 
	width: 200px;
	height: 200px;
	float: left;
}

.image_box a {
	display: block;
}

.image_box a:link, .image_box a:visited{
	text-decoration: none;
	color: red;
}
.location_label {
	float: left;
	width: 155px;
	font-size: 16px;
}

.fuel_links {
	text-align: center;
	float: left;
	width: 25%;
	margin-bottom: 45px;
}

/* Sprite fuel icon */
.fuel-icon {
    display: block;
    margin-left: auto;
	margin-right: auto;
    background: url(../img/fuel_icons.png) no-repeat top left;
    width:150px;
    height:151px;
    cursor: pointer;
}
.sprite-electric-hover { background-position: 0 -30px; } 
.sprite-electric-off { background-position: 0 -211px; } 
.sprite-electric-on { background-position: 0 -392px; } 
.sprite-natural-gas-hover { background-position: 0 -573px; } 
.sprite-natural-gas-off { background-position: 0 -754px; } 
.sprite-natural-gas-on { background-position: 0 -935px; } 
.sprite-oil-hover { background-position: 0 -1116px; } 
.sprite-oil-off { background-position: 0 -1297px; } 
.sprite-oil-on { background-position: 0 -1478px; } 
.sprite-propane-hover { background-position: 0 -1659px; } 
.sprite-propane-off { background-position: 0 -1840px; } 
.sprite-propane-on { background-position: -300px -30px; }

.house_age_links {
	text-align: center;
	float: left;
	width: 33%;
	margin-bottom: 45px;
}

/* Sprite house age icon */
.house-age-icon {
    display: block;
    margin-left: auto;
	margin-right: auto;
    background: url(../img/house_age_icons.png) no-repeat top left;
    width:150px;
    height:151px;
    cursor: pointer;
}
.sprite-bt1020years-hover { background-position: 0 -30px; } 
.sprite-bt1020years-off { background-position: 0 -211px; } 
.sprite-bt1020years-on { background-position: 0 -392px; } 
.sprite-lt10years-hover { background-position: 0 -573px; } 
.sprite-lt10years-off { background-position: 0 -754px; } 
.sprite-lt10years-on { background-position: 0 -935px; } 
.sprite-mt20years-hover { background-position: 0 -1116px; } 
.sprite-mt20years-off { background-position: 0 -1297px; } 
.sprite-mt20years-on { background-position: 0 -1478px; }

