/* ------------------------------------------------------------------------
CSS sheet for Heritage Heating and Cooling, Inc.
Author: Tim Kadlec
Date Created: 9/20/2007

All inquiries for this document should be directed to www.virtualtech.com

--------------------------------------------------------------------------

COLORS

Quarter Spanish White  - #F9F5E7;
Light Tan Background - #FAF0D8;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	color: #290201;
}
body{
	background: #FAF0D8;
	color: #333;
	font: 12px/1.5em Arial, sans-serif;
	text-align: center;
}
#container{
	width: 100%;
	background: url(images/containerbg.gif) 0px 0px #290201 repeat-x;
}
#wrap{
	width: 780px;
	margin: auto;
	text-align: left;
	position: relative;
	background: #fff;
}
#content{
	width: 100%;
	background: #fff;
	padding-top: 237px;
}
#flash{
	text-align: center;
	position: absolute;
	top: 126px;
	left: 10px;
	z-index: 5000;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	padding-top: 10px;
	background: #FAF0D8;
}
h1{
	text-indent: -9999px;
	font-size: 70%;
	display: block;
	width: 228px;
	height: 63px;
	background: url(images/logo.gif) no-repeat;
}
#header h3{
	float: right;
	font-size: 120%;
	font-weight: normal;
	width: 170px;
	text-align: center;
	margin: 10px 20px 0 0;
	display: inline;
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
.nav{
	display: block;
	width: 100%;
	height: 73px;
	background: url(images/navigation.gif);
	position: absolute;
	z-index: 9999;
	list-style-type: none;
}
.nav li{
	display: block;
	position: absolute;
}
.nav a{
	display: block;
	float: left;
	text-indent: -9999px;
}
.nav .home{
	top: 15px;
}
.nav .home a{
	width: 89px;
	height: 40px;
}
.nav .about{
	left: 90px;
	top: 9px;
}
.nav .about a{
	width: 95px;
	height: 40px;
}
.nav .products{
	left: 186px;
	top: 8px;
}
.nav .products a{
	width: 111px;
	height: 40px;
}
.service{
	left: 300px;
}
.service a{
	width: 110px;
	height: 40px;
}
.nav .offer{
	left: 411px;
	top: 6px;
}
.nav .offer a{
	width: 138px;
	height: 40px;
}
.nav .contact{
	left: 550px;
	top: 9px;
}
.nav .contact a{
	width: 107px;
	height: 40px;
}
.nav .fireplaces{
	left: 658px;
	top: 12px;
}
.nav .fireplaces a{
	width: 120px;
	height: 40px;
}
/* -----------------------------------------------------------------------
MAIN ELEMENTS
-------------------------------------------------------------------------*/
#main{
	display: inline;
	width: 541px;
	margin-left: 10px;
	float: left;
}
h2{
	display: block;
	font-size: 120%;
	color: #380B0A;
	text-transform: uppercase;
	background: #F2EBD2;
	margin: 1em 0;
	padding: .4em .4em .3em .4em;
	font-weight: normal;
}
h2.clear{
	clear: both;
}
p{
	margin: 1.5em 0;
}
#main dl dt{
	font-weight: bold;
}
#main dl dd ul{
	margin-left: 20px;
}
a.more{
	font-size: 10px;
	text-decoration: none;
	margin-left: 5px;
}
a.more:hover{
	text-decoration: underline;
}
.services{
	list-style-type: none;
	display: block;
	width: 100%;
	font-size: 90%;
	line-height: 1.4em;
}
.services li{
	float: left;
	width: 30%;
	margin-left: 2%;
}
.questions{
	display: block;
	list-style-type: none;
	width: 100%;
	font-size: 100%;
	line-height: 1.4em;
}
.questions li{
	float: left;
	width: 40%;
	margin-left: 4%;
	margin-bottom: .5%;
}
p.cleartop{ /* for paragraph after ul on services page */
	display: block;
	clear: both;
	padding-top: 1.5em;
}
img.fireplaceleft{
	float: left;
	border: 4px ridge #800603;
	margin-right: 20px;
}
img.fireplaceright{
	border: 4px ridge #800603;
}
a.aglink{
	clear: both;
	display: block;
	float: left;
}
a.aglink img{
	border: 0px;
}
img.bbb{
	margin-top: 10px;
}
/* -----------------------------------------------------------------------
SIDEBAR ELEMENTS
-------------------------------------------------------------------------*/
#sidebar{
	float: left;
	width: 209px;
	margin-left: 10px;
	display: inline;
	background: #F9F5E7;
	margin-top: 1.2em;
}
#sidebar h2{
	margin: 0;
}
#sidebar h2.start{
	background: #F9F5E7;
	border-top: 1px solid #fff;
}
#sidebar p{
	padding: 1.5em .4em;
	margin: 0;
}
#sidebar p.btm{
	border-bottom: 1px solid #EAE1C0;
}
#sidebar .vcard{
	list-style-type: none;
	padding: 1em .4em;
}
.adr{
	padding-bottom: .9em;
}
.bottomfix{
	clear: both;
	height: 0px;
	overflow: visible;
}
img.bbb{
	margin-left: 55px;
}
#sidebar dl dd{
	margin-left: .4em;
}
#sidebar dl dd ul{
	margin-left: 18px;
}
/* -----------------------------------------------------------------------
CONTACT FORM ELEMENTS
-------------------------------------------------------------------------*/
form.contactform label{
	display: block;
	clear: both;
	float: left;
	width: 50%;
}
form.contactform input{
	width: 260px;
}
form.contactform select{
	width: 264px;
}
label.errorMessage{
	font-weight: 600;
	color: #8e1a1e;
	display: block;
}
label.errorMessage2{
	font-weight: 600;
	color: #0c6886;
	display: block;
}
input.errorMessage, select.errorMessage{
	border: 2px solid #8e1a1e;
}
div#submit{
	display: block;
	clear: both;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	clear: both;
	display: block;
	width: 780px;
	margin: auto;
	background: url(images/footerbg.gif) no-repeat;
	font-size: 90%;
	line-height: 1.4em;
	padding-top: 30px;
	text-align: left;
	color: #766E5A;
}
#footer a{
	color: #766E5A;
}
#footer ul{
	list-style-type: none;
	float: left;
}
#footer li{
	display: inline;
	margin-left: 10px;
}
#footer p{
	margin: 0;
	float: right;
	text-align: left;
	padding-bottom: .2em;
	margin-right: .4em;
	display: inline;
}