

.footer {
	width: 100%;
	clear:both;
	border-top: 3px solid #4f4f4f;
	background: #dadada;
	font-size: 1.1em;
	background: 000000;
	float:left;
}

.footer a {
	color: #aaaaaa;
	font-weight:normal;
	text-decoration:none;
}

.footer h2 {
	font-size: 1.1em;
	font-weight:normal;
	color: #242424;

}

.footer a:hover {
	color: #242424;
	
	
}


.footer .block {
	width: 100%;
	float:left;
	
}

.footer .block ul a{
	padding: 0 0 10px 10px;
    margin: 0 10px 0 0;
	background: transparent url(../images/footer_arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
}

