@charset "UTF-8";
/* CSS Document */

#footer {
	border-radius:8px 0px 8px 0px;
	background-color: #3c4040;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 900px;
}
#footer #footerContent #footerContentRight {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 190px;
}
#footer #footerHeader {
	border-radius:8px 0px 0px 0px;
	background: url(../_images/_footer/footerHeader.png);
	float:left;
	clear:left;
	width:900px;
}
#footer #footerContent #footerContentLeft {
	float: left;
	width: 240px;
	padding-left:5px;
	padding-bottom:5px;
}
#footer #footerContent {
	padding-top: 30px;
}
#footer #footerContent #footerContentCenter {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
#footer #footerHeader h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
}
#footer #footerHeader #footerHeaderLeft {
	float: left;
	width:240px;
}
#footer #footerHeader #footerHeaderCenter {
	float: left;
	width:450px;
}
#footer #footerHeader #footerHeaderRight {
	float: left;
	width:190px;
}
#footer #footerContent #footerContentLeft #haveALookAround {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer #footerContent #footerContentLeft #haveALookAround li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height:13px;
}

a:link {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #9e2520;
	font-weight: normal;
}
#footer #footerContent #footerContentRight .twitter {
	padding-top: 10px;
}
