body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	margin: 0;
}
#site{
	width: 875px;
	height: auto;
	margin: 0px auto 0px auto;
}
#header{
	width: 801px;
	padding-left: 29px;
	padding-right: 47px;
	height: 280px;
	margin: 0 auto 0 auto;
	background-image: url(../images/des_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#leftShadow{
	width: 29px;
	height: 500px;
	background-image: url(../images/des_06.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	float: left;
}

#content{
	width: 791px;
	height: auto;
	min-height: 500px;
	background-color: #FFF;
	float: left;
	background-image: url(../images/des_17.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#rightShadow{
	width: 47px;
	height: 500px;
	background-image: url(../images/des_08.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	float: left;
}
#topMenu1{
	width: 781px;
	height: 23px;
	padding-top: 15px;
	padding-left: 20px;
}
#topMenuHolder{
	width: 801px;
	padding-left: 29px;
	padding-right: 47px;
}
#topMenu2{
	width: 771px;
	height: 30px;
	background-image: url(../images/des_10.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 20px;
	color: #5fc3ef;
}
#footerMenuHolder{
	width: 801px;
	padding-left: 29px;
	padding-right: 47px;
}
#footerMenu{
	width: 771px;
	height: 30px;
	background-image: url(../images/des_10.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 20px;
	color: #5fc3ef;
}
#copyrights{
	width: 771px;
	height: 30px;
	padding-top: 10px;
	padding-left: 20px;
	color: #999;
	letter-spacing: 1px;
}
#logo{
	width: 173px;
	height: 245px;
	background-image: url(../images/des_06.jpg);
	background-repeat: no-repeat;
	float: left;
}
#leftContent{
	width: 430px;
	float: left;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
	color: #777;
	height: auto;
}
#rightContent{
	width: 280px;
	float: left;
	font-size: 12px;
	margin-left: 41px;
	padding: 10px;
	color: #777;
	/*background-image: url(../images/backgroundgrey.jpg);
	background-repeat: repeat-y;*/
	height: auto;
}
.bigBlueLink{
	color: #00a8ff;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: none;
}
.bigBlueLink:hover{
	color: #ff7700;
	font-size: 13px;
	font-family: Tahoma;
}
a.bigWhiteLink{
	color: #FFFFFF;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: none;
}
a.bigWhiteLink:hover{
	color: #FFF;
	text-decoration: underline;
	font-size: 13px;
	font-family: Tahoma;
}

.clear{
	clear: both;
}
.heading, .roomTypeHeading{
	font-size: 30px;
	font-family: Georgia;
	color: #333;
}
.roomTypeHeading{
	font-size: 25px;
	float: left;
}
.headingSmall{
	font-size: 20px;
	font-family: Georgia;
	color: #333;
}
.smallNotice{
	font-family: Arial;
	letter-spacing: 1px;
	font-size: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-top: 5px;
	padding-left: 10px;
	color: #AAA;
	
}
fieldset{
	border: 1px solid #E5E5E5;
	padding: 5px;
}
legend{
	font-family: Georgia;
	font-size: 20px;
}
.inputField{
	font-size: 11px;
}
.submitField{
	font-size: 11px;
	background-color: #FFF;
	color: #00a8ff;
}
.italicLink{
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #333;
	font-style: italic;
	text-decoration: none;
	margin-left: 10px;
}
.italicLink:hover{
	font-size: 11px;
	font-family: Trebuchet MS;
	margin-left: 10px;
	color: #333;
	font-style: italic;
	text-decoration: underline;
}
/* SLIDE VIEWER */
.sliding {width: 250px; height: 200px; background: #fff; margin: 0 auto 0 auto; overflow: hidden;} 
.sliding ul {width: 250px; height: 200px;position: relative; left: -999em; overflow: hidden;} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	width: 250px; height: 200px;
	border: 5px solid #00A8FF;   
	margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 250px; height: 200px;
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
} 
.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
} 
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	background: #E5E5E5; 
	border: 1px solid #ccc;
	color: #CCC; 
	text-decoration: none; 
	display: block; 
} 
.stripTransmitter a:hover, a.current{ 
	background: #fff; 
	color: #00A8FF; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 5px solid #dedede; 
} 
#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
} 
#gallerySlide{
	width: 250px;
	height: 200px;
}
.priceIncludes{
	cursor: hand;
	cursor: pointer;
}
.priceIncludesText{
	display: none;
	height: auto;
	width: 400px;
}
.headerPriceLarge{
	width: 200px;
	height: 30px;
	font-size: 11px;
	line-height: 25px;
	color: #FFF;
	background-color: #FD9F00; 
	padding-left: 7px;
	float: left;
}
.headerPrice{
	width: 100px;
	height: 30px;
	font-size: 11px;
	line-height: 25px;
	color: #FFF;
	background-color: #FD9F00; 
	padding-left: 7px;
	float: left;
}
.rowPriceLarge{
	width: 200px;
	font-size: 11px;
	height: 35px;
	line-height: 14px;
	padding-left: 7px;
	float: left;	
}
.headerPrice{
	font-size: 11px;
	width: 100px;
	text-align: right;
	padding-left: 0px;
	padding-right: 7px;
}
.rowPrice{
	font-size: 11px;
	width: 100px;
	height: 35px;
	line-height: 35px;	
	text-align: right;
	padding-right: 7px;
	float: left;
}
.pricesTable{
	font-size: 11px;
	width: 300px; 
	height: auto; 
	margin-top: 30px;
	
	border: solid 1px green;
}
.requestFormRow, .formRowHidden{
	width: 390px;
	height: auto;
	clear: both;
	margin-bottom: 3px;
	float: left;
	
}
.formRowHidden{
	display: none;
	margin-bottom: 0px;
	clear: both;
}
.labelRow{
	width: 200px;	
	height: auto;
	text-align: right;
	margin-right: 10px;
	display: block;
	float: left;
	clear: both;
}
.errorLabelForm{
	color: #DC0805;
	font-size: 20px;
	text-align: center;
	font-size: 12px;
	display: block;
	height: auto;
}
.leftCellRequestForm{
	height: auto;
	width: 150px;
	margin-bottom: 5px;
	float: left;
}
.rightCellRequestForm{
	height: auto;
	width: 230px;
	margin-bottom: 5px;
	float: left;	
}
.inputField5, .inputField5Small, .inputCaptcha{
	height: auto;
	width: 150px;
	font-size: 11px;
	color: #666;
}
.inputField5Small, .inputCaptcha{
	width: 80px;
}
.inputCaptcha{
	margin-top: 7px;
	display: block; 
	float: left;
}
.imgCaptcha{
	float: left;
}
.submitButton{
	margin: 5px 0px 10px 0px;
	font-size: 11px;
	width: 160px;
}
.galleryImage{
	border: 3px solid #e5e5e5;
	width: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 150px;
	overflow: hidden;
}
.redLink, .redLink:hover, .redLink:visited, .redLink:link{
	color: #FF0000;
	font-size: 14px;
	text-decoration: none;	
}
.reservation{
	padding: 0px 10px;
	line-height: 32px;
	float: left;
}
.redstar{
	color: red;
}
.banners{
	width: 279px;
	padding: 20px 0px;
	overflow: hidden;
}
.bannerImg{
	margin-bottom: 10px;
}