﻿#footer
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 496px;
	z-index: 10;
}
#footer_bg
{
	background: transparent url(../../Images/bg_bottom.jpg) no-repeat scroll top center;
	width: 100%;
	margin: -496px 0 0;
	height: 496px;
	position: relative;
	z-index: 3;
}
#footer_menu
{
	padding-left: 35px;
}
#footer dl
{
	float: left;
	margin: 35px 15px 0 10px;
}
#footer dt
{
	font-size: 16px;
	color: #FFF;
	margin-bottom: 25px;
}
#footer dl:hover dt
{
	color: #F58220;
}
#footer dd a
{
	color: #CCC;
	text-decoration: none;
}
#footer dl:hover dd a
{
	color: #FFF;
}
#footer dd a:hover,
#footer dl:hover dd a:hover
{
	color: #F58220;
}
#footer #footer_links
{
	position: absolute;
	bottom: 30px;
	left: 40px;
}
#footer_links ul li
{
	list-style-type: none;
	display: inline;
}
#footer_links ul li a,
#footer_links span
{
	color: #FFF;
	text-decoration: none;
}
#footer_links ul li a
{
	margin-right: 1px;
	padding: 0 10px 0 7px;
	background: transparent url(../../Images/footer_links_seperator.gif) no-repeat scroll right 0.2em;
}
#footer_links ul li.last a
{
	background: none;
}
#footer_links ul li a:hover
{
	color: #F58220;
	text-decoration: underline;
}
#footer #invadeweb
{
	position: absolute;
	bottom: 30px;
	right: 20px;
}