
/* Structure CSS */
body {
	margin: 0px;
	background: #a4764c;
}

#header-top {
	height: 50px;
	background: url(images/header-top.gif) top left repeat-x;
}

#header-top-left {
	width: 241px;
	float: left;
	background: url(images/header-top-left.gif) top left no-repeat;
	height: 50px;
}

#header {
	height: 125px;
	background: url(images/header-bg.gif) top left repeat-x;
}

#header-wrapper {
	margin: 0px auto;
	width: 951px;
}

#header-logo {
	float: left;
	width: 241px; 
	height: 125px; 
}

#header-right {
	float: right;
}

#navcontainer
{
	padding-right: 0px;
	padding-left: 15px;
	z-index: 2;
	color: #c7b399;
	font-size: 10px;
	padding-bottom: 5px;
	margin: 0px; /*WIDTH: 599px;*/
	padding-top: 40px;
	list-style-type: none;
	float: left;
	width: 690px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	z-index: 99;
}

* HTML #navcontainer
{
	height: 20px;
}

#middle {
}

#middle-left {
	width: 214px;
	float: left;
	padding-left: 27px;
}

#middle-left-larger {
	width: 951px;
	float: left;
}

#middle-left-menu {
	
}

#middle-right {
 width: 710px;
 float: right;
}

#middle-right a, #middle-left-larger a {
	color: #603a17;
}

#middle-right a:hover, #middle-left-larger a:hover {
	text-decoration: none;
	color: #fff;
}

#content-top {
	margin: 0px auto;
	width: 951px;
	height: auto;
	overflow: hidden;
}

#content {
	margin: 0px auto;
	width: 951px;
	background: url(images/content-bg.gif) top left repeat-y;
	height: auto;
	overflow: hidden;
}

#footer-spacer {
	clear: both;
	height: 30px;
	background: url(images/content-bg.gif) top left repeat-y;
}
#footer-spacer-light {
	clear: both;
	height: 30px;
	background: url(images/content-bg-light.gif) top left repeat-y;
}
#footer {
	margin: 0px auto;
	width: 951px;
	padding-top: 5px;
	font-size: 0.6em;
	text-align: right;
	color: #805c3b;
	border-top: solid 1px #988575;
}
#footer a {
	color: #6c4e32;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* End structure CSS */




/* Non structual CSS */
#middle-left ul {
	padding-right: 40px;
}
#middle-left li {
	list-style-type: none;
	font-size: 0.8em;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.5em;
}
#middle-left a {
 color: #c7b399;
 text-decoration: none;
}
#middle-left a:hover {
	color: #fff;
}


* {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

body {
	font-size: 0.8em;
}

h1 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 10px;
	text-transform: uppercase;
}

.head2 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 12px 46px;
	text-transform: uppercase;
	display: block;
	background: #e0c696; 
	border-right:1px solid #988575;
}

input[type=text],input[type=password] {
	font-size: 1.1em;
	padding: 2px;
	border: solid 1px #c3c3c3;
	-moz-box-shadow: 0pt 0.6em 0.75em -0.75em black inset;
	-webkit-box-shadow: inset 0 0 0.2em grey;
	outline: none;
}

input.text,  input.password {
	font-size: 1.1em;
	padding: 2px;
	border: solid 1px #c3c3c3;
	-moz-box-shadow: 0pt 0.6em 0.75em -0.75em black inset;
	-webkit-box-shadow: inset 0 0 0.3em grey;
	outline: none;
}

.subBox {
	border: solid 1px #988575;
	padding: 2px 4px;
	background: #8c6339;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.content-normal {
	padding: 12px 46px;
}

.content-light {
	background: #e0c696;
	padding: 6px 46px;
	border-right: solid 1px #988575;
}

.elementTitle {
	padding: 5px 0px;
	color: #fff;
}

.elementTitleBlack {
	padding: 5px 0px;
	color: #000;
}

.elementSmaller {
	font-size: 0.9em;
}

.element {
	font-size: 0.9em;
	padding: 6px 46px;
}

.roomTitle {
	color: #b1392a;
	font-size: 1.3em;
	padding: 6px 46px;
}

.roomTitleRow {
	background: #d7b884;
}

.formBackgroundLight {
	background: #e0c696;
	border-right: solid 1px #988575;
}

/*
.formBackgroundLight td {
	padding: 6px 46px;
}*/

.formBackgroundDark {
	background: #cba56a;
}

.error {
	color: #b11419;
	padding: 6px 46px;
	display: block;
}


/*      ------------  Navigation --------------   */

#navcontainer table
{
	background-color: inherit;
}

#navcontainer .navSep
{
	padding-left:12px;
	padding-right:12px;
	text-align: center;
}

#navcontainer .cssClass
{
	position:relative;
	top:-1px;
}

/* CSS for top level navigation */
ul#navList
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	padding-left: -2px;
	padding-top:-2px;
}

#navList li
{
	padding-top: 8px;
	padding-bottom: 3px; 
	*padding-top:0px;
	*padding-bottom:0px;
	display:inline;
	list-style-type:none;
	border-right:1pxsolid#8b8a7a;
}

#navList a
{
	padding-left:2px;
	padding-right:2px;
}

#navList a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}

#navList a:hover
{
	color: #fff;
	text-decoration: none;
}

/* left menu */
#menu
{
	position: relative;
	top: 20px;
	left: 2px;
	right: 2px;
	width: 224px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: right;
}

#menu li {
font-size:10px;
height:23px;
line-height:23px;
text-align:right;
}

#menu li a
{
	color: #8b8a7a;
	text-decoration: none;
	display: block;
	border: 0 none;
}

#menu li a:hover
{
	background: transparent;
	color: #fff;
	display: block;
	height: 23px;
	width: 100%;
	padding-right: 2px;
}

.reservationLink {
	width: 240px; 
	height: 22px; 
	position: relative; 
	top: 26px; 
	display: block;
}


.booking-breadcrumb-active {
  color: #6E6F71;
  text-decoration: none;
  font-weight: bold;
}
.booking-breadcrumb {
  color: #6E6F71;
  text-decoration: underline;
  padding-left: 10px;
}
.booking-breadcrumb-arrow {
  color: #6E6F71;
  margin: 0px 5px;
}


