﻿/* Module - Footer */
#footer {
	clear:					both;
	width:					942px;
	background:				url(../images/footer-top-bg.gif) left top no-repeat;
	font-size:				10px;
	font-family:			Arial;
	padding-top:			4px;
	margin:					11px auto;
}
#footer ul 
{
	background:				url(../images/footer-bottom-bg.gif) #464646 left bottom no-repeat;
	overflow:				hidden;
	padding:				4px 0 11px 13px;
	text-align:				center;
	padding-left: 50px;
}
#footer ul li {
	display:				inline;
	/*float:					left;*/
	margin-right:			50px;
}
#footer li a:link,
#footer li a:visited,
#footer li a:active {
	color:					#848484;
}
#footer p {
	clear:					both;
	margin-top:				1px;
	padding:				7px;
	text-align:				center;
	color:					#5f5f5f;
}
#footer p a:link,
#footer p a:visited,
#footer p a:active {
	color:					#5f5f5f;
}
