/*===========================================================================*\
 * Footer styles
\*===========================================================================*/
.footer{
	clear:both;
	position:relative;
	background:#252524;
	padding-bottom:30px;
	color:#92918e;
	font-size:15px;
	overflow:hidden;/*
	
	background:-moz-linear-gradient(top, #D7DDE0 0%, #CDD1D5 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D7DDE0), color-stop(100%, #CDD1D5));*/
}

.footer-menu{
	text-align:left;
	margin:20px 0 0;
	padding:10px 0;
}
	.footer-menu .item{
		display:inline-block;
		margin:0 0 2px;
		width:16%;
		text-align:center;
		float:left;
	}
	.facebookLikes {
	width:20px;	
	}
	.footer-menu .item:first-child{
		border-left:none;
	}
		.footer-menu A{
			padding:2px 4px;
		}
		
.footerInfo {
width:100%;
background-color:#252524;	
}
.footerCopyHelp {
width:100%;
float:left;
}
.footer-copyright{
	text-align:center;
	padding:12px 0;
	font-size:11px;
	color:#808080;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.main-footer {
display:none;	
}
.footerIMG {
max-width:55%;	
}
.footerlinksbottom li{
display:inline;
margin-top:20px;
padding:0 5px;
}
.footerlinksbottom, .footerCopyHelp > p  {
text-align:center;	
margin-top:20px;
}
.footerlinksbottom a{
	text-decoration:none;
	color:#808080;	
}
.footerlinksbottom a:hover{
	color:#808080;	
	text-decoration:underline;
}
/*********************************************/