/*	footer
--------------------------------------------------*/
#footer {
	width: 978px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background-color: inherit;
	color: #666;
	font-size: 12px;
	line-height: 22px;
	background-image: url(/i/footer/footer-logo.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

	#footer a {
		background-color: inherit;
		color: #666;
		text-decoration: none;
		font-size: 12px;
		padding: 0 5px;
	}
	
	#footer a.no-padding {
		padding-left: 0 !important;
	}
	
	#footer a:hover {
		text-decoration: underline;
		background-color: inherit;
		color: #000;
	}
	
	#footer span {
		font-size: 12px;
	}
	
	#footer span a {
		padding: 0;
	}