/* CSS Document */

body {
	background-color: #EDD5B3;
	background-image:  url("../images/template/back.gif");
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.8em;
	color: #660000;
	text-align: center;
	margin: 0 auto; }
	
p { padding: 0 0 10px 0;
	margin: 0; }
	
a { color: #660000;
	font-weight: bold;
	text-decoration: none; }
	
a:hover { text-decoration: underline; }
	
ul { margin: 10px 0 10px 16px; padding: 0; }
	
h1 {color: #660000;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 25px 0; }
	
h2 {color: #660000;
	font-size: 1.3em; }
	
h3 {color: #660000;
	font-size: 1.1em;
	margin: 15px 0 10px 0;
	padding: 0; }
	
div#logo {
	width: 128px;
	height: 96px;
	position: absolute;
	top: -76px;
	left: -25px; }
	
div#contain {
	width: 850px;
	text-align: left;
	margin: 0 auto; }
	
div#top {
	width: 850px;
	height: 50px;
	line-height: 0;
	font-size: 0;
	background-image: url(../images/topcurve.gif);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative; }
	
div#page {
	background-color: #FEEACE;
	width: 648px; /*total=850px*/
	padding: 0 100px 60px 100px;
	border: 1px solid #DFBA14;
	border-top: 0; }
	
div#navigation {
	width: 709px; /*total=850px*/
	padding: 35px 0 15px 141px; }
	
div#navigation img {
	margin-right: 24px; }
	
div#footer {
	width: 850px;
	float: left;
	text-align: right;
	margin: 15px 0 20px 0; }
	
.ratecell { padding: 0 0 7px 0; }

div#homecol {
	width: 310px;
	margin: 7px 35px 0 0;
	float: left; }

div#roomcol {
	width: 300px;
	margin-bottom: 20px;
	float: left; }
	
div#roomcol_left {
	margin-right: 48px;
	width: 300px;
	margin-bottom: 20px;
	float: left; }
	
div#roomcol p, div#roomcol_left p {
	font-size: 0.9em;
	line-height: 1.5em; }

img.roompic {
	margin-bottom: 7px; }

div.touristcol_left {
	width: 220px;
	margin-top: 6px;
	float: left; }
	
div.touristcol_right {
	width: 428px;
	margin-top: 6px;
	float: left; }
	
div.touristcol_left ul, div.touristcol_right ul,
div.touristcol_left li, div.touristcol_right li, {
	margin: 0 0 0 8px;
	padding: 0; }
	
.field {
	width: 220px;
	border: 1px solid #DFBA14;
	font-size: 0.9em;
	padding: 4px 5px;
	margin: 3px 0; }
	
.field_select {
	width: 80px;
	border: 1px solid #DFBA14;
	font-size: 0.9em;
	padding: 4px 5px;
	margin: 3px 0; }
	
.underlined {
	padding-bottom: 10px;
	border-bottom: 1px solid #DFBA14; }
	
.toppad {
	padding-top: 10px; }
	
div.clear {
	clear: both;
	line-height: 0;
	font-size: 0; }
	
div#flash {
	display: inline;
	position: absolute;
	padding-left: 4px;
	padding-top: 2px; }
	
p.caption {
	font-size: 0.9em;
	text-align: center; }


/**
 * Special offers
 */
#specialOffersLink {
	position: absolute;
	right: -14px; top: -48px;
}
#specialOffersLink a {
	display: block;
	width: 88px; height: 88px;
	background: transparent url('../images/special-offers/star.gif') no-repeat;
}
#specialOffersLink span { display: none;}

.footnote {
	font-size: 0.8em;
}

img.special {
	float: right;
	margin: 15px -30px 50px 20px;
}