
.sep{
	height: 2px;
	line-height: 2px;
	overflow: hidden;
	background: url('img/sep_bg.png') repeat-x;
}

#footer_menu{
	padding: 27px 0 10px 0;
	overflow: hidden;
	text-align: center;	
	font-size: 14px;
}
#footer{
	padding: 30px 0 45px 0;
	overflow: hidden;
	text-align: center;	
	font-size: 12px;	
}

#footer_menu ul li{	
	display: inline;
	padding: 0 15px 0 15px;
	border-right: 1px solid #c2e5aa;	
	margin-bottom: 10px;	
}
#footer_menu ul li.first{
	border-left: 1px solid #c2e5aa;	
}

#footer_menu ul li a{
	color: #404040;
	text-decoration: none;
}
#footer_menu ul li a:hover{
	text-decoration: underline;
}
.ajax_loader_form{
	background: url('img/ajax-loader-form.gif') no-repeat;	
	z-index: 303;
	width: 32px;
	height: 32px;	
	margin-left: 10px;
	display: none;
}
.soc_icons{
	padding-bottom: 50px;
	text-align: center;	
	overflow: hidden;	
	height: 33px;	
}
.soc_icons span.title{
	vertical-align: top;
	color: #84c225;
	font-size: 25px;
	font-weight: bold;
	padding-right: 10px;	
	height: 36px;
	display: inline-block;
	overflow: hidden;
	padding-top: 4px;
}
.soc_icons span.links{
	height: 41px;
	display: inline-block;
	overflow: hidden;
}
.soc_icons a.facebook, .soc_icons a.twitter, .soc_icons a.gplus{
	width: 34px;
	height: 35px;
	margin: 0 1px;
	display: inline-block;
	
} 
.soc_icons a.facebook:hover, .soc_icons a.twitter:hover, .soc_icons a.gplus:hover{
	background-position: 0 -34px;
}
.soc_icons a.facebook{	
	background: url('img/soc_button_facebook.png') no-repeat;		
}
.soc_icons a.twitter{	
	background: url('img/soc_button_twitter.png') no-repeat;	
}
.soc_icons a.gplus{	
	background: url('img/soc_button_gplus.png') no-repeat;	
}