/* ****************************************************************** FOOTER */
#ft {
	margin: 10px 0 0 0;
	font-size: 85%;
}

#ft h2 {
	display: none;
}

#ft .containerWrapper {
	background: url(../img/footer.png) left top no-repeat;
	padding-left: 10px;
}

#ft .container {
	background: url(../img/footer.png) right top no-repeat;
	padding-right: 10px;
	height: 28px;
}

#ft .navigation {
	float: right;
}

#ft .navigation li {
	display: inline;
}

#ft a {
	color: #3c3c3c;
	text-decoration: none;
	float: left;
	margin-top: 6px;
}

#ft .navigation a {
	border-left: 1px solid #3c3c3c;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 8px;
	margin-top: 9px;
}

#ft .navigation li.first a {
	border: none;
}

#ft a:hover {
	text-decoration: underline;
}

#ft .navigation li a span {
	position: relative;
}