@charset "utf-8";
/* CSS Document */

/* LAYOUT */

#footer {
	float:left;
	width:1224px;
	height:60px;
	background-color:#242424;
}
#footer .section-footer {
	padding: 22px 0 0 130px;
}

/* TYPOGRAPHY */

#footer p {
	color:#666666 !important;
	margin:0px;
	line-height:1.4em;
	font-size:12px;
	}	

#body-home #footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0px;
	line-height:1.4em;
	font-size:12px;
	}	
	
#footer p a {
	color: #CCC;}
	
#footer p a:hover {
	text-decoration:underline;}
	
.section-footer .left {
	float:left;
}

.section-footer .right {
	float:right;
	padding-right:130px;
}