
/** footer **/
#footer
{
	margin: 30px 0 0 0;
	padding: 50px 11px 0 18px;
	width: 961px;/* 990px - 18px - 11px */
	height: 115px; /* 165px - 50px */
	background: url('../images/bottom.jpg') no-repeat center bottom;
	clear: both;
	text-align: left;
	float: left;
}

#top-footer
{
	height: 16px;
	color: #373737;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

a.bottom-links
{
	font-weight: normal;
	color: #373737;
	padding: 0 10px 0 5px;
	background: url('../images/footer-separator.gif') no-repeat right center;
}


#center-footer
{
	margin: 18px 0 0 0;
	height: 30px;
}

#company-links
{
	margin: 7px 0 0 0;
	float: left;
	height: 16px;
	color: #373737;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#company-links a.last,#top-footer a.last
{
	background: none;
}


#newsletter
{
	float: right;
	margin: 4px 0 0 0;
}

#newsletter span
{
	float: left;
	color: #373737;
	font-size: 12px;
	font-weight: bold;
	margin: 0 25px 0 0;
}

#newsletter input
{
	width: 176px;/* 181px - 5px */
	height: 18px;
	padding: 0 0 0 5px;
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e3e9ef;
	border-right: 1px solid #e3e9ef;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
}

#newsletter img
{
	
	float: left;	
	margin: 0 9px 0 2px;
}

#bottom-footer
{
	height: 48px;
	line-height: 48px;
	color: #373737;
	font-weight: bold;
}

#bottom-footer span
{
	float: left;
}

#bottom-footer img
{
	margin: 9px 0 0 0;
	float: right;
}
/** end footer **/