#Footer {
	background: #424242 url(../images/blue/footer_bg.png) left top repeat-x;
	color: #d0d4d8;
	height: 134px;
	padding-left: 240px;
	padding-right: 30px;
	padding-top: 34px;
	position: relative;
	text-align: center;
}

#Footer a {
	color: #d0d4d8;
}

#Footer td {
	vertical-align: top;
}

#Footer .logo {
	background: transparent url(../images/blue/logo_sm.png) left top no-repeat;
	height: 89px;
	left: 0px;
	margin-left: 20px;
	position: absolute;
	top: 0px;
	width: 214px;
	z-index: 100;
}

#Footer .logo a {
	display: block;
	height: 100%;
	width: 100%;
	z-index: 100;
}

#logo .logo a:hover {
	text-decoration: none;
}

#Footer ul {
	margin: 0px;
	padding: 0px;
}

#Footer ul li {
	border-right: 1px solid #bcbcbc;
	display: inline;
	float: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 4px;
}

#Footer ul li a {
	border-left: 0px;
}

#Footer .contacts {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

#Footer .contacts a {
	font-weight: bold;
	text-decoration: none;
}