/**
 * Style Sheet for AirExpressHVAC.com
 *
 * Contains styling information specific to the AirExpressHVAC.com footer section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Air Express, All Rights Reserved
 * @version    1.0
 */

/* Footer Layout and Appearance */
#footer {
	padding: 4px 30px;
	height: 50px;
	width: 900px;
	
	font-size: 12px;
	color: #fff;
	
	background: #2f78e3;
}

#footerWrapper {
	position: relative;
	width: 900px;
}

#footerPhone {
	position: absolute;
	top: 0;
	right: 0;
	
	margin: 0;
}

#footerContact {
	margin: 0 auto;
	width: 300px;
	
	text-align: center;
}

/* Footer Links */
#footerLinks {
	position: absolute;
	top: 0;
	left: 0;
}
#footerLinks ul {
}
#footerLinks ul li {
	display: block;
	float: left;
	
	text-align: center;
}
#footerLinks a:link, #footerLinks a:visited {
}
#footerLinks a:hover, #footerLinks a:active {
}