/* CSS Document */
/* styles for Rates page */
	
	
/* -------table styles------*/
table.rateswide{
	width:550px;
	border-width:1px;
	background-color: #630012;
	margin:auto;
	font-size:10px;
}

table.ratesnarrow{
	width:550px;
	border-width:1px;
	background-color: #630012;
	margin:auto;
	font-size:10px;
}

td {
	padding:5px;
}

tr.white{
	background-color:#FFFFFF;
	padding:10px;
}

tr.red{
	background-color:#C2ACB1;
	padding-left:10px;
}

/*---Container for each cabin rates------*/

div.cabins{
	width:824px;
	/*margin:auto;	*/
	margin:0px 39px 0px 39px;
}

div.cabin_ttl{
	width:554px;
	/*display:block; */
	background: url(../images/cabin_ttl.gif) repeat-x;
	/*float:right; */
}

img.cabins{
	padding:0 0 25px 0;
}

div.cabin_bottom{
	width:554px;
	/*display:block;*/
	border-bottom: 1px #630012 dotted;
	/*margin:0px 39px 0px 39px; */

}

div.cabin_topbot{
	width:210px;
	margin-left:10px;
	margin-top:35px;
	border-bottom: 1px #630012 dotted;
	border-top: 1px #630012 dotted;
}

/* -------Two column layout for rates page------*/

div.two_rates_left{
	width: 260px;
	float:left;
	display:inline;
	overflow:hidden;

}

div.two_rates_right{
	width:564px;
	float:left;
	padding:0;
	display:inline;
	overflow:hidden;

}

div.alf_cabin_exts{
	width:213px;
	margin-top:150px;
	float:left;
}

div.rose_cabin_exts{
	width:213px;
	margin-top:250px;
	float:left;
}

div.mead_cabin_exts{
	width:213px;
	margin-top:300px;
	float:left;
}

/*-------Three column layout for rates page -----*/
div.three_rates_left {
	width: 150px;
	float:left;	
}

div.three_rates_center {
	width:484px;
	float: left;
	padding: 0px 20px 0px 20px;	
}

div.three_rates_right {
	width:150px;
	float: left;	
}

/*-------Three column layout for two bedroom cabin rates page -----*/
div.three_2bed_left {
	width: 200px;
	float:left;	
}

div.three_2bed_center {
	width:384px;
	float: left;
	padding: 0px 20px 0px 20px;	
}

div.three_2bed_right {
	width:200px;
	float: left;	
}

