#footer span.shadow, #sidebar li.selected > a, #sidebar li > a:hover {
	background: url(../images/shadows.png) repeat-x;
}
#sidebar, #sidebar .section, #sidebar .section > div, #contactbox, #contactbox > div, #contactbox > div > div {
	background-image: url(../images/bg-sidebar.png);
	background-repeat: no-repeat;
}
#featured, #footer div.section, #contact > div {
	background: url(../images/separators.png) no-repeat;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #2A4165;
	color: #FFFFCC;
	font-family: Tahoma;
	text-align:center;
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	position: absolute;
	left: 0;
}
#footer span.shadow {
	background-position: 0 0px;
	display: block;
	height: 8px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -8px;
}
#footer h4 {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
}


#footer h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #62ccff;
	font-weight:bold;
}
#footer > div {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer > div:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
#footer div.section {
	float: left;
	background-position: 0 -498px;
	min-height: 180px;
	width: 200px;
	margin-left: 20px;
	padding: 16px 0 16px 26px;
}
#footer div.section:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
#footer ul {
	display: inline-block;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0 0 6px;
}
#footer .navigation li, #footer .connect li {
	float: left;
	width: 225px;
}