@charset "UTF-8";
/* CSS Document */

#footer {
    width: 100%;
    height: 88px;
    margin: auto !important;
    max-width: 100% !important;
    min-width: 1000px; 
    min-width: 1024px;
    background: #cc3333;
    float: left;
}
.footer_inner {
	/*width:930px;*/
	width:1024px;
	margin:auto;
	padding:0px 0px 0px 0px;

}
.footer_pluspro {
	margin:25px 5px 0 0px;
	float:right;
	height:43px;
	width:300px;
}
.footer_copyright {
	width:450px;
	float:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	text-decoration:none;
	margin-top:35px;
	margin-left:5px;
	font-weight:400;
	
}
.footer_copyright a {
	
	color:#fff;
	
	
}
.footer_copyright a:hover {
	
	color:#ccc;
	
	
}

.footer_copyright span {
	
	color:#b82f2f;
	
}

.social_logos {
	
	float:left;
	width:150px;
}
