.footer-wrapper{
	width: 100%;
	margin: 0 auto;
	background-image: url(../../assets/images/cf_footer_bg.jpg);
	background-position: bottom ;
	background-repeat:repeat-x;	
}

.footer-wrapper img{
	border:none;
}

.footer-content-wrapper{
	width:920px;
	height:117px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../../assets/images/cf_footer_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	overflow:hidden;
	/*
	
	padding:75px 10px 5px 10px;
	*/
}


.footer-content{	
	width:860px;
	height:93px;
	margin-top:24px;	
	display:block;	
	margin-left:auto;
	margin-right:auto;
	/*
	margin:0px;
	background-color:#B2A595;	
	*/
}

.footer-content span{
	display:block;
}

.footer-content .div-1{
	float:left;
	width:45px;
	
}
.footer-content .div-1 img{
	margin:11px 0px 0px 3px;
}

.footer-content .div-2{
	float:left;
	margin-top:10px;
	width:285px;
}
.footer-content .div-3{
	float:left;
	width:200px;
	margin-top:10px;
}
.footer-content .div-4{
	float:left;
	margin-top:10px;
	width:330px;
	text-align:right;
}
