@charset "utf-8";
/* CSS Document */

/* BODY */
body {
	font: 9pt "Trebuchet MS",Verdana,sans-serif;	
/* 	background:#AFA18E url('../images/bginside.gif') top left repeat-x;	*/
	background-color:#AFA18E;
}

/* MAIN DIV WRAPPER */
#bg {
/* 	background:#AFA18E url('../images/bginside_f.gif') bottom left repeat-x;*/
	width:100%;
	margin-bottom:-10px;
	margin-left:-10px;
	padding-right:16px;
}

#wrapper {
	width:955px;
	margin:auto;
}

#header1 {
	height:226px;
}


#header {
	padding:10px;
	background-color:#E6CDAB;
	padding-bottom: 15px;
}


/* MENU */
#menu {
	height:30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*#menu a {
	color:#982626;
}

#menu_thehotel {
	width:925px;
	font-size:10pt;
	height:29px;
	padding-top:6px;
	padding-left:30px;
	padding-bottom:2px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
}
#menu_thehotel a {
	color:#982626;
}*/

/* Content */
#content {
	background-image:url(../images/backgrounds/packages_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	color:#72562e;
}

#content_bg {
}


#inside {
	padding: 20px;
}

.insidethehotel {
	padding: 10px 20px 10px 20px;
}

.insidethehotel p {
	line-height: 9pt;
}



.float_r {
	float: right;
	margin: 0px 0px 20px 20px;	
}

.float_l {
	float: left;
	margin: 0px 0px 20px 20px;	
}

#content img {
	border: 0px;
}

#banner {
	width:955px;
}

form {
	font-size:8pt;
	width: 200px;
}

#accord_content {
	padding:20px;
	color:#72562e;
}

.inside {
	padding: 20px;
}

#content_thehotel {
	background-image:url(../images/backgrounds/thehotel_contents_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#72562e;
	font: 9pt "Trebuchet MS",Verdana,sans-serif;
}

#content_thehotel_bg {
	background-image:url(../images/backgrounds/thehotel_contents_bg_bottom.gif);
	background-repeat:repeat-y;
	background-position:bottom;
}

#tbl p {
	background-color:#FFF5EE;
}

.hidden {
	display:none;
}

#divider {
	background-image:url(../images/divider.gif);
	background-repeat:no-repeat;
	height:5px;
}

/* HEADINGS */
h1 {
	font-size:13pt;
	margin:0px;
	margin-bottom:10px;
	color:#991d20;	
}

h2 {
	font-size:12pt;
}

h3 {

}

h4 {
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
	color: #EFDCC2;
	font-size: 11pt;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	font-stretch:condensed;
	padding:0px 10px 0px 0px;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	color:#000000;
}

h6 {

}

/* LINKS */
#sidelinks h2 {
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
	color:#DFB77D;	
}

.sidelinks_bg_b {
	background: url(../images/backgrounds/menu_left-bottom.jpg) bottom no-repeat;
	height: 367px;
}

.sidelinks_bg_t {
	background: url(../images/backgrounds/menu_left-top.jpg) top no-repeat;
	height: 357px;
}

#sidelinks {
  text-align: left;
  width: 205px;
  margin: 0px;
  padding:  20px 0px 60px 0px;
  float: left;          
}

#sidelinks a{
	font-size:9pt;
	display:block;
	color:#EFDCC2;
	padding: 0px 0px 0px 20px;
}

#sidelinks a:hover {
	text-decoration:none;
	color:#F2E8DC;
	background: url(../images/hover.jpg) top left repeat-y #FBEBDB;	
}

.selected {
	background: url(../images/hover.jpg) top left repeat-y #FBEBDB;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#947d5b;
}

a:hover {
	color:#903534;
	text-decoration:underline;
}


/* Footer */
#footer {
	padding: 10px;
	text-align: center;
	background-color:#6C3028;
	color:#e6ceaa;
	background:url(../images/backgrounds/footer.jpg) bottom no-repeat;
	margin-top:-2px;
	padding-left:200px;		
}

/* Fieldset */
fieldset {  
	padding: 0px 10px 10px 10px;
	width: 250px;
	margin: 0px;
}

fieldset p {
	padding: 5px;
}

legend {  
margin-left: 1em;   
font-weight: bold;
font-size: 10pt;
}

fieldset.submit {  
border-style: none;
}

#promos {
	color:#FAF0E6;
	padding:10px 10px 10px 20px;
}

#promos p {
	font-size: 0.9em;
}

#promos a {
	color:#e5c9a2;
}

