@charset "UTF-8";
/* 
Copyright
All rights reserved
Credits: Site created by pill and pillow
*/


/*for sticky footer*/
html, body, #wrap {height: 100%; } 
body > #wrap {height: auto; min-height: 100%; }

/*==========Backgrounds==========*/
#main-wrapper{
	padding-bottom: 122px; /*same height as the footer*/
}

/*========== Footer==========*/
#footer {
	position: relative;
	/*margin-top: -122px;*/ /* negative value of footer height */
	height: 122px;
	clear: both;
	width: 970px;
	margin: -122px auto 0 auto;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} 

/* footer - clear fix - apply to #main*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Start --- Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block
;}
/* End --- End hide from IE-mac */