/* GELINAS HVAC */
/* Palette */
.palette {
	color: #000;
	color: #1E1E1E;
	color: #333;
	color: #666;
	color: #999;
	color: #CCC;
	color: #EEE;
	color: #FFF;
	color: #DD7F0D; /* dull orange */
	color: #E7850A; /* orange */
	color: #FDBB41; /* light orange */
}
/* END Palette */
body {
	text-align: center;
	margin: 0 auto;
	background:url(../images/bg.jpg) repeat-x top center;
	background-color: #DD7F0D;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 0px 20px 0px;
}
img {
	border:none;
}
p {
	font-size:1.2em;
	letter-spacing:.05em;
	line-height:1.8em;
	padding:0px 0px 0px 0px;
	margin:0px 0px 12px 0px;
	text-align:justify;
}
h1 {
	margin: 0px 0px 10px 0px;
	font-family:Arial, Helvetica, san-serif;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #000;
}
h2 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, san-serif;
	font-size:1.6em;
	font-weight: normal;
	letter-spacing: .05em;
	color: #DD7F0D;
}
h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, san-serif;
	font-size:1.4em;
	font-weight: bold;
	letter-spacing: .05em;
	color: #666;
}
h4 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, san-serif;
	font-size:1.2em;
	font-weight: bold;
	letter-spacing: .05em;
	color: #FFF;
	text-align:center;
}
h5 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, san-serif;
	font-size:1.6em;
	font-weight: bold;
	letter-spacing: .05em;
	color: #090;
}
input { 
	background-color: #FC6;
	border:1px #E7850A solid;
	padding:2px;
}

#top_bar {
	text-align:center;
	margin:0 auto;
	width:960px;
	padding:10px 0px;
	color: #E7850A;
	font-size:1.2em;
	letter-spacing:.05em;
}
.top_bar_bold {
	font-size:1.8em;
	color:#FFF;
}
#top_bar a {
	color:#E7850A;
	text-decoration:none;
}
#top_bar a:hover {
	color:#FFF;
	text-decoration: underline;
}
#wrapper {
	text-align:center;
	margin:0 auto;
	width:960px;
	border:1px #E7850A solid;
}
/* HEADER */

#header {
	width:960px;
	height:500px;
	background:url(../images/banner.jpg) no-repeat top center;
}

#header2 {
	width:960px;
	height:300px;
	background:url(../images/banner_small.jpg) no-repeat top center;
}
/* MAIN CONTENT AREA */
#main {
	width:920px;
	padding:0px 20px;
	background-color:#000;
}
/* SIDE BAR AREA */
#side_bar {
	float:left;
	width:220px;
	text-align:left;
}
#side_bar_top {
	width:220px;
	height:20px;
	background:url(../images/side_bar_top.jpg) no-repeat top center;
}
#side_bar_mid {
	width:220px;
	background-color:#E6830B;
}
#side_bar_bot {
	width:220px;
	height:20px;
	background:url(../images/side_bar_bot.jpg) no-repeat top center;
}
.navigation {
	text-align: left;
}
.navigation ul {
	margin: 0px;
	padding:0px 20px;
}
.navigation li {
	list-style: none;
	float: left;
}
.navigation li a {
	display: block;
	text-align: left;
	padding:3px 0px;
	width:180px;
	font-size:1.4em;
	letter-spacing: .1em;
	font-weight:bold;
	font-style:italic;
	color: #000;
	text-decoration: none;
}
.navigation li a:hover {
	color: #FFF;
	padding:3px 0px 3px 10px;
}
#sb_secondary {
	padding:20px 0px;
	color:#E6830B;
}

#sb_secondary p {
	text-align:left;
}
/* CONTENT AREA */
#content {
	float:right;
	text-align:left;
	width:680px;
	background:#FFF;
}
#content li {
	font-size:1.2em;
	color:#DD7F0D;
	font-weight:bold;
}
#content_top {
	width:680px;
	height:20px;
	background:url(../images/content_top.jpg) no-repeat top center;
	clear:both;
}
#content_mid {
	widows:640px;
	padding:0px 20px;
}
#content_bot {
	width:680px;
	height:20px;
	background:url(../images/content_bot.jpg) no-repeat top center;
	clear:both;
}

#content_banner {
	width:640px;
	margin:0px 0px 20px 0px;
}
#content_photo {
	float:right;
	width:300px;
	margin:0px 0px 20px 20px;
}
/* FOOTER */

#footer {
	width:920px;
	padding:20px 0px 20px 0px;
	color:#E7850A;
}

#footer_nav {
	margin:0px 0px 10px 0px;
}

.footer a {
	padding:2px 5px;
	font-size:1.2em;
	color: #E7850A;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.clear {
	clear:both;
}

/* MANUFACTURERS PAGE */

#manu_table {
	text-align:center;
	margin:0 auto;
	width:600px;
}

#manu {
}

#manu th {
	text-align:left;
	font-size:14px;
	border-bottom:1px #000 solid;
	background-color:#E7850A;
	padding:3px 5px;
}
#manu td {
	width:200px;
	text-align:center;
	padding:5px 0px;
}

/* CONTACT PAGE */

#contact li {
	font-size:1.4em;
	letter-spacing:0.1em;
}

#map {
	padding:10px;
	background-color:#E7850A;
}
