/**
 * Style Sheet for AirExpressHVAC.com
 *
 * Contains global styling information specific to the layout of AirExpressHVAC.com.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Air Express, All Rights Reserved
 * @version    1.0
 */

/* Reset */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { margin: 0; padding: 0; }
html, body { height: 100%; }

h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: normal; font-style: normal; }
p { margin: 0 0 1.4em; line-height: 1.4em; }
ul, ol { list-style: none; }
img, fieldset { border: none; }
form { display: inline; }
a { text-decoration: none; }
strong, label { font-weight: bold; }
em { font-style: italic; }

/* Floating */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 0px; font-size: 0px; }
.float { float: left; }
.floatOpposite { float: right; }

/* Horizontal Rule */
.hr {
	margin: 12px 0;
	border-bottom: 1px solid #2f78e3;
}

/* Global Headers */
h1 {
	margin-bottom: .4em;
	font-size: 2em;
	color: #0a1787;
}

h2 {
	margin: .6em 0 .3em;
	font-size: 1.5em;
	color: #2f78e3;
}

h3 {
	font-size: 1em;
}

/* Global Links */
a:link, a:visited {
	color: #fff;
}
a:hover, a:active {
	text-decoration: underline; 
}

/* Global Layout and Appearance */
body {
	min-width: 960px;
	
	font: 89% arial, helvetica, sans-serif;
	color: #000;
	
	background: #d5d9e6;
}

#container {
	position: relative;
	top: 0;
	
	margin: 0 auto 40px;
	padding-top: 163px;
	width: 960px;
	
	background: #fff;
	border: 1px solid #0a1787;
}

#siteName {
	position: absolute;
	left: -999em;
}