﻿@media screen {
/*---------------------
	FOOTER
-----------------------*/
.FooterBanner li {
	float: left;
	width: 182px;
	height: 69px;
	text-align: right;
	background: url(images/footer/split.gif) no-repeat right center;
	padding: 20px 9px 0px 0px;
}
.FooterBanner li * {
	text-decoration:none;
}
.FooterBanner li .Headline {
	background: url(images/footer/arrow.gif) no-repeat 0px 0.7em;
	padding: 0px 0px 0px 17px;
	line-height: 2em;
	float: right;
}
.FooterBanner li .Headline * {
	color: #2b1902;
	font-weight: 700;
}
.FooterBanner li .Headline span {
	font-size: 2em;
	cursor: default;
	
}
.FooterBanner li .Headline a {
	font-size: 1.6em;
	text-transform: lowercase;
}
.FooterBanner li p, .FooterBanner li p a {
	clear: right;
	color: #5b2422;
}
.FooterBanner li p {
	width: 173px;
	float: right;
}

.FooterBottom a {
	color: #b3b3b3;
	text-decoration: none;
}
.FooterBottom a:hover {
	text-decoration: underline;
}
.FooterBottom ul {
	float: left;
}
.FooterBottom ul li {
	float: left;
	background: url(images/footer/line.gif) no-repeat left center;
	padding: 0px 0px 0px 22px;
}
.FooterBottom ul li.First {
	background: none;
	padding: 0px 0px 0px 18px;
}
.FooterBottom div {
	float: right;
	padding: 0px 25px 0px 0px;
}
}