@charset "utf-8";
/* CSS Document */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}
#main {padding-bottom: 127px;}  /* must be same height as the footer */
#footer { position: relative; margin-top: -127px; /* negative value of footer height */ height: 127px; clear:both; background: url(images/backgroundFooter.jpg) no-repeat center top; } 
/* CLEAR FIX*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-block;} 
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#footerInner {
	font: 11px/15px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	color: #FFF;
}
.footerBox {
	float: left;
	width: 240px;
	line-height: 13px;
}
.footerBox b , .footerBox a{ color: #FFF; }
.footerBox h2 , .footerBox h1{
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFF;
	margin: 0px;
}
#footerInner h1 {
	font-size: 12px;
	text-transform: capitalize;
	color: #FFF;
	text-align: center;
	display: block;
	width: 100%;
	clear: left;
	margin: 0px;
	padding: 5px 0px 0px;
}

