/*=====================FOOTER======================*/
#footer {
	position: relative;
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 22px;
	background: url(../../../images/footer/bluesteel_footer_bg.png) repeat-x;
	font-size: 10px;
}

#footer a {
	color: #393739;
	font-size: 10px;
}

#footer a:hover {
	color: #C1272D;
}

.copyright {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}
#feedbackbtn {
	position: absolute;
	width: 75px;
	height: 32px;
	top: -14px;
	right: 16px;
	cursor: pointer;
	background: url('../../../images/footer/feedbackbtn.png') no-repeat;
}
#feedbackbtn:hover {
	position: absolute;
	width: 75px;
	height: 32px;
	top: -14px;
	right: 16px;
	cursor: pointer;
	background: url('../../../images/footer/feedbackbtn.png') right top no-repeat;
}
#feedbackbtn a {
	position: absolute;
	display: block;
        width: 75px;
	height: 32px;
	top: -14px;
	right: 16px;
	cursor: pointer;
	text-indent: -1000em;
}
