﻿#mainOfferContainer
{
	padding-left: 30px;
	padding-top: 20px;
}

#footerText
{
	position:		relative;
	left:			20px;
	color:			#A7A7AB;
	text-transform:	uppercase;
	font-size:		10px;
	top: 20px;
}


/*------------------------------------------------------------------
/  OFFER ROTATOR
/-------------------------------------------------------------------*/
.offerContainerMain
{
	width:		500px;
	position:	relative;
/*	height: 100px;
	border: solid 1px blue;
*/
}
	.offerContentContainer
	{
		float:		left;
		z-index:	1;
	}
	
	.offerImage
	{
		float: right;
		margin-top: 8px;
		width: 160px;
	}

		.offerWrapper, .offerWrapperMedia
		{
			background-image:	url(../images/offerRotatorBG.gif);
			height:				237px;
			width:				258px;
			margin-top:			13px;
		}
			.offerText
			{
				float:		left;
				padding:	0px 0px 0px 18px;
				width:		180px;
			}
				.offerText h2 {
					font-size: 13px !important;	
					font-weight: bold !important;
				}
				.offerBody
				{
					padding-top:	6px;
					font-size:		10px;
					width:			160px;
					color:			#666;
					display: inline;
				}
			
			
				
	.offerWrapperMedia .offerImage {
		float: left
		margin: 8px;
		width: 260px;	
	}

		.offerWrapperMedia .offerImage img {
			/*height: 215px;*/
			margin: 5px 26px;
			width: 205px;
		}