/**
 * Style Sheet for AirExpressHVAC.com
 *
 * Contains styling information specific to the AirExpressHVAC.com header section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Air Express, All Rights Reserved
 * @version    1.0
 */

/* Header Layout and Appearance */
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	width: 960px;
	height: 149px;

	border-top: 10px solid #2f78e3;
}

#headerWrapper {
	width: 960px;
	height: 149px;
}

/* Header Logo */
#headerLogo {
	position: absolute;
	top: 0;
	left: 28px;
	z-index: 100;
}

/* Header Links */
#headerLinks {
	position: absolute;
	top: 0;
	right: 0;
	
	padding: 5px 0 0 55px;
	height: 29px;
	
	background: #2f78e3 url("header-links-left-edge.gif"/*tpa=http://www.airexpressutah.com/images-layout/header-links-left-edge.gif*/) left no-repeat;
}
#headerLinks ul li {
	display: block;
	float: left;
	
	width: 100px;
}
#headerLinks a:link, #headerLinks a:visited {
}
#headerLinks a:hover, #headerLinks a:active {
}

/* Header Taglines */
#tagline1 {
	position: absolute;
	top: 55px;
	right: 30px;
	
	font: bold 24px Arial, sans-serif;
}