#rates_wrapper			{width:900px; position:relative; margin:0px auto; text-align:left;z-index:10;background-color:transparent;}
#main_wrapper			{width:900px; position:absolute; top:0px; left:50%; margin-left:-450px; text-align:left;z-index:0;background-color:transparent;}


#special_offers			{
	position:absolute; 
	*width:174px;
	height:425px;
	top:80px; 
	left:0px; 
	padding:30px 20px 0px 20px; 
	display:block;
	background: url("/img/rates_bg.png") left top repeat;
	z-index:500;

	}
#offers_heading			{font:16px Arial, Helvetica, sans-serif; font-weight:bold; color:#CCA479; line-height:14pt; padding-bottom:15px;}
#offers_line			{width:100%; position:relative; margin:0px auto; text-align:left; padding-top:15px; border-bottom: 1px #92ADAC solid; overflow:hidden;}
#offers_line:after		{border-top: 1px #B9DBD9 solid; position:absolute; content:""; width:100%;}
#offers_btn				{ margin-top:15px;}


/* ROOM PRICES //////////////////////////////////////////////////////////////// */

.home_room_name{
	font: 12px Arial, Helvetica, sans-serif;
	line-height:16pt;
	color: #DEDDDE;
	font-weight:normal; 
	text-align: left;
	clear:both;
	padding-left:0px; 
}
.home_room_name_divider{
	font: 12px Arial, Helvetica, sans-serif;
	line-height:16pt;
	color: #DEDDDE;
	font-weight:normal; 
	text-align: left; 
	padding:0px 5px;
	float:left;


}
.home_room_price{
	font: 12px Arial, Helvetica, sans-serif;
	line-height:16pt;
	color: #DEDDDE;
	font-weight:normal; 

	
}

/*BUTTON*/
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:22px;
	padding:3px 10px 3px 10px;
	-webkit-border-radius:5px;	-moz-border-radius: 5px;border-radius: 5px;
	text-shadow: 0 -1px -1px rgba(0,0,0,.4);

}
.button:hover {
	text-decoration: none;
	text-shadow: none;
	
}
.button:active {
	position: relative;
	top: 1px;
	text-shadow: none;
}


a.button_color{
	color: #FFF;
	background: #B19065;
	}
	
a.button_color:hover{
	color: #B19065;
	background: #FFF;
	}
	
a.button_color:active{
	color: #B19065;
	background: #FFF;
	}
	

