/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, div, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  { 
	border: 0; margin: 0; padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background:#5d7aa6 url(../images/background.jpg) no-repeat fixed center;
	font: 75% Georgia, "Times New Roman", Times, serif;
	color:#342110;
}

a, a:link{
	color: #5392a9;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
div.content a {
	font-style: italic;
}
div.content p {
	line-height: 1.6em;
	margin-bottom: 10px;
}
div.content ul.list li {
	list-style: none;
	padding-left: 23px;
	background: transparent url(../images/bullet.gif) no-repeat left 8px;
	line-height: 1.4em;
}
div.content ul.list {
	margin-bottom: 10px;
	display: block;
	clear: both;
}
h1, h2, h3, h4, h5 {
	color: #aa5322;
	font-size:1.35em;
	margin-bottom: 2px;
	clear: both;
}

div.container {
	width: 933px;
	margin: 20px auto 10px auto;
	padding: 15px;
	background: transparent url(../images/basket-weave.gif) repeat left top;
}

div.mainbody {
	width: 901px;
	background-color: #ffffe9;
	padding: 10px 16px 10px 16px;
	text-align: center;
}

div.header, div.content, div.footer {
	width: 857px;
	margin: 0 auto 0 auto;
}

div.header {
	text-align: center;
}

div.logo {
	clear: both;
	text-align: left;
}

div.logo .logoImage {
	padding: 13px;
	float: left;
}

div.logo .button {
	display: block;
	float: right;
	height: 99px;
	width: 163px;
	background: transparent url(../images/reserve-down.jpg) no-repeat top left;
}
div.logo .button:hover {
	background: transparent url(../images/reserve-up.jpg) no-repeat top left;
}
div.logo .button:active {
	background: transparent url(../images/reserve-active.jpg) no-repeat top left;
}

div.nav {
	text-align: center;
	width: 100%;
}

div.nav ul, ul.subnav {
	list-style: none;
	clear: both;
	width: 100%;
	padding: 0 5px 0 5px;
	margin: 3px 0 0 0;
	display: block;
}

div.subnav ul {
	clear: both;
	display: block;
	margin-top: 0;
}

div.nav ul li {
	display: block;
	float: left;
	padding: 0 15px 0 15px;
	border-left: 1px solid #aa5322;
	margin-bottom: 5px;
}

div.subnav ul li {
	display: block;
	float: left;
	color: #5392a9;
	padding: 0 9px 0 9px;
	border-left: 1px solid #aa5322;
	margin: 0 0 15px 0 !important;
	background: none;
	font-size: 1em;
}

div.subnav ul li a {
	font-style: normal;
	color: #aa5322;
	text-decoration: underline;
}

div.subnav ul li a:hover {
	text-decoration: none;
}

div.subnav ul li.first {
	border: none;
	padding-left: 0;
}

div.nav ul li.first {
	border: none;
	padding-left: 0;
	padding-right: 18px;
}
div.nav ul li.last {
	padding-right: 0;
	padding-left: 18px;
}

div.nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa5322;
	text-decoration:none;
}

div.nav a:hover {
	text-decoration: underline;
}

div.subnav a.current {
	text-decoration: none;
}

div.nav a:hover, div.nav a.current, div.subnav a.current {
	color: #332010;
}

div.content {
	clear: both;
	border-top: 1px solid #aa5322;
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 1em;
}

div.footer {
	clear: both;
	padding-top: 20px;
	width: 100%;
	font-size: 0.9em;
}

div.footer, div.footer a {
	color: #994c22;
}

.imagePlaceholder {
	margin-bottom: 10px;
	background-color: #5393a9;
	width: 100%;
}

/************************************
ID specifics
************************************/
#threeColumn .column, #twoColumn .column {
	margin-top: 20px;
	float: left;
}

#threeColumn .column {
	padding: 0 2.1% 0 2.1%;
	width: 31%;
	border-right: 1px solid #9d542b;
}

#threeColumn .firstColumn {
	width: 30%;
	padding-left: 0;
}

#threeColumn .lastColumn {
	width: 30%;
	padding-right: 0;
	border-right: none;
}

#twoColumn .column {
	padding: 0 2% 0 2%;
}

#twoColumn .firstColumn {
	padding-left: 0;
	width: 38%;
	border-right: 1px solid #9d542b;
}

#twoColumn .lastColumn {
	padding-right: 0;
	width: 57%;
}

.singleColumn {
	width: 94% !important;
	border: none !important;
}

.switchBorder .firstColumn {
	border: none !important;
}
.switchBorder .lastColumn {
	border-left: 1px solid #9d542b;
}

.room {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	border-bottom: 1px solid #9d542b;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.details {
	width: 67%;
	float: left;
}

.roomThumb {
	float: left;
	margin: 0 10px 0 0;
}

.lastRoom {
	border-bottom: none;
}

.amenitiesList {
	float: right;
	display: block;
	width: 40%;
	margin-left: 15px;
	margin-top: 20px;
}

.noClear {
	clear: none;
	width: 99%;
	display: block;
}

/* mootools jsgallery */
#pagerContainer {
	float: left;
	width: 250px;
	margin-right: 50px;
	height: 280px;
}
#thumbs {
	overflow: hidden;
	position: relative;
	float: left;
	width: 300px;
}
#pageContainer {
	overflow: hidden;
	height: 155px;
	width: 3900px;
}
#pagerContainer {
	float: left;
	width: 250px;
	margin-right: 50px;
	height: 300px;
}
#bigimageContainer {
	float: right;
	display: block;
	clear: none;
}
.page {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

.thumbnail {
	float: left;
	margin: 0 10px 10px 0;
	width: 65px;
	height: 65px;
}

/* this is for the loading.gif */
.thumbnail div img {
	margin: 20px;
}
.thumbnail a img {
	width: 65px;
	height: 65px;
}
#bigimageContainer {
	float: left;
	position: relative;
}
#prev {
	float: left;
	outline: none;
}
#next {
	float: right;
	outline: none;
}
#bigImage {
	width: 495px;
}