/*------------- FOOTER --------------------------*/

#footer-container {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#footer {
	background-image: url(Images/bg-footer-tile.gif);
	background-repeat: repeat-x; 
	background-position: top left;
	background-color: #0a0a0a;  
	border-top: 1px solid #423f42;
	border-bottom: 1px solid #1b1b1b;
	min-height: 179px;
	_height: 179px;
	width: 100%;
}

.bottom-padding {
	padding-bottom: 280px;
}

#footer .bodytext,
#footer-bottom .bodytext {
	font-size: 11px;
	color: #8a8a8a;
	line-height: 130%;
}
#footer a,
#footer-bottom a {
	color: #8a8a8a;
	text-decoration: none;
}

#footer a:hover,
#footer-bottom a:hover {
	color: #e71888;
	text-decoration: none;
}

#footer #footer-column6 a {
	color: white;
	text-decoration: none;
}

#footer #footer-column6 a:hover {
	text-decoration: underline;
}

#footer-inner {
	text-align: left;
	width: 980px;
	margin-top: 10px;
}

#footer-column1 {
	float: left;
	width: 137px;
	width: 150px;
	margin-top: 5px;
}

#footer-column2 {
	float: left;
	width: 152px;
	width: 180px;
	margin-top: 5px;
}

#footer-column3 {
	float: left;
	width: 182px;
	width: 141px;
	margin-top: 5px;
}

#footer-column4 {
	float: left;
	width: 174px;
	margin-top: 5px;
}

#footer-column5 {
	float: left;
	width: 133px;
}

#footer-column6 {
	float: left;
	width: 202px;
	padding-top: 5px;
}

.footer-heading {
	margin-bottom: 10px;
}

.footer-content {
	padding-left: 20px;
}

/*----- Footer bottom ---------------*/

#footer-bottom {
	/*margin-top: -214px;*/
	position: relative;
	width:100%;
	height: 33px;
	background: url(Images/bg-footer-btm-tile.gif) repeat-x top left;
}

#footer-bottom-inner{
	width: 980px;
}

#footer-bottom-column1 {
	float: left;
	width: 870px;
	height: 33px;
	text-align: left;
}

#footer-bottom-column2 {
	float: right;
	width: 100px;
	height: 33px;
}
