.footer
{
	width: 100%;
	background: url(/App_Themes/Default/images/footer_bg_03.gif) repeat-x top left;
	padding: 15px 30px;
	overflow: hidden;
}
.footer .menu_footer
{
	display: block;
	list-style: none;
	text-align: left;
	float: left;
	margin-right: 10px;
}
.footer .menu_footer li
{
	display: inline;
	list-style: none;
	text-align: left;
	padding-left: 1px;
	font: normal 12px/14px Tahoma;
	color: #bdbdbd;
	background: none;
}
.footer .menu_footer li a
{
	font: normal 12px/14px Tahoma;
	color: #bdbdbd;
	text-decoration: underline;
}
.footer .menu_footer li a:hover
{
	font: normal 12px/14px Tahoma;
	color: #bdbdbd;
	text-decoration: none;
}
.footer .copyright
{
	float: left;
	text-align: left;
	font: normal 12px/14px Tahoma;
	color: #bdbdbd;
}
.footer .copyright p
{
	margin-bottom: 0px;
}
.footer .copyright a
{
	font: normal 12px/14px Tahoma;
	color: #b71a00;
}


