/*##################################
OFFERS CSS
##################################*/
#offers .mainarea{
	background-image:url(../images/reviews_bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#837050;
	min height:600px;
	}
#offers .hor_line {
	border-bottom:1px solid #3B302D;
	}
#offers .offerleft{
	text-align:center;
	width:80%;
	margin:auto;
	}
#offers .offerright{
	float:right;
	width:300px;
	margin: 0px;
	padding: 50px 50px;
	}
#offers h1{
	font-size:35px;
	color:#F2F2F2;
	margin:25px 0 35px 0;
	/*background-color:#003366;*/
	text-align:center;
	}
#offers h5{
	font-size:22px;
	color:#A39161;
	margin:0px 0 10px 0;
	text-transform:none;
	/*background-color:#003366;*/
	}
#offers h6{
	font-size:24px;
	color:#A39161;
	margin:0px 0 15px 0;
	/*background-color:#003366;*/
	font-style:italic;
	text-decoration:underline;
	}
#offers .sub {
	display:block;
	margin-top:-34px;
	margin-bottom:30px;
	}
#offers table{
	width:100%;
	font-size:14px;
	color:#F1E5C8;
	}
#offers table td{
	text-align:left;
	}
.price{
	width:30px;
	height:21px;
	}
.discri{
	width:70px;
	}
.bigger{
	text-align:center;
	/*background-color:#CC3300;*/
	color:#CFBF98;
	display:block;
	margin:9px 0 16px 0;
	}
.bigger em{
	font-size:16px;
	font-style:italic;
	}
.offerright strong{
	font-size:19px;
	text-align:center;
	color:#F1E5C8;
	}
.offerright .biggest{
	margin:0 0 28px 0;
	}
/*=====================
OFFERBOTTOM CSS
=======================*/
#offers .offerbottom{
	background-color:#92805b;
	padding:2px 2px 2px 2px;
	color:#453732;
	text-align:center;
	}
#offers .offerbottom p{	
	margin:11px 0 11px 0;
	color:#453732;
	}


