.promobanners 
{
	padding: 20px 0 20px 22px;
	background-image: url(../images/PromoBannersBackground.jpg);
	width:957px;
}

.Banner 
{
	float: left;
	width: 297px;
	height: 154px;
	margin-right: 18px;
	border: solid 1px #4a4647;
	position: relative;
	
}

* html .Banner 
{
	float: left;
	width: 297px;
	height: 154px;
	margin-right: 10px;
	border: solid 1px #4a4647;
	position: relative;
	
}

.BannerImage1 
{
}

.BannerText 
{
	position: absolute;
	top:34px;
	left: 0px;	
	padding: 5px 7px 7px 11px;
	color: #fff
}

.BannerText a
{
	text-decoration: none;
	color: #fff;
}

.BannerText a:hover
{
	color: #ED1C24;
}


/*** SEARCH BY REF FOOTER ***/

.SearchByRef
{
	height: 33px;
	background-color: #041830;
	padding: 10px 0 0 25px;
}

.SearchByRefYellowText
{
	font-size: 12px;
	color: #FEE758;
}

.SearchByRefDefaultText
{
	font-size: 11px;
	color: #CCCCCC;
	padding: 0 0 0 90px;
}

.SearchByRefFooter
{
	border-bottom:#FFF solid 1px;
}

.SearchByRefTextBox  
{
	padding: 0 0 0 54px;

}

.SearchByRefTextBox INPUT 
{
	font-size: 11px;
	border: 1px solid #505050;
}

.SearchByRefText
{
	padding: 0 0 0 5px;
}

.SearchByRefSubmit 
{
	text-align: left;
	border: solid 0px #041830;
	font-size: 11px;
	color: #CCCCCC;
	width: 82px;
	height: 27px;
	background:url(../images/arrow-right.gif) no-repeat 64px 11px;
	background-color: #041830;
	cursor: pointer;
}

.SearchByRefSubmit:hover
{
	color: #ED1C24;
}

/*** END SEARCH BY REF FOOTER ***/
