*{
	margin:0px;
	padding:0px;
}

body {
	margin: 0 auto;
	background: #E6E1CF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.main-heading {
	background: url('title.jpg') no-repeat;
	height: 355px;
	padding: 0;
}

.main-heading-title {
	background: url(header.png);
	background-repeat: no-repeat;
	color: #444;
	font-size: 42px;
	width: 58%;
	height: 54px;
	padding: 0 7px;
	text-align: center;
	vertical-align: middle;
}

.main-heading-caption {
	background: #C82B2B;
	color: #eee;
	font: 10pt Verdana;
	width: 58%;
	padding: 0 1% 0 1%;
	text-align: center;
	vertical-align: middle;
}

.nav {
	background-color: #807859;
	color: #efefbf;
	font-size: 16px;
	padding: 0px 10px;
	float: left;
	width: 730px;
	height:30px;
}
.nav a {
	color: #efefbf;
	text-decoration: none;
	padding:5px 5px 5px 10px;
	height:20px;
	display: block;
}
.nav a:hover {
	background: #efefbf url(nav-border.gif) repeat-y left;
	color: #444;
}

#container	{
	width: 800px;
	margin: 0 auto;
	background-image: url('pagebackground.jpg');
	background-repeat: repeat-y;
}

.content-wrapper {
	background: #FFFFE5;
	color: #444;
	font: 12pt Georgia;
	width: 750px;
	background-image: url('column_bg.png');
	background-repeat: repeat-y;
	background-position: right;
	margin-left: auto;
	margin-right: auto;
}

.content-column-1 {
	float: left;
	width: 520px;
	padding: 5px 15px 20px;
	font-size: 11pt;
	display: table-cell;
	margin-bottom: 1em;
	line-height: 1.5em;
}

.content-column-1 .poster, .content-column-1 .poster-caption{
	text-align:center;
}
.content-column-1 .poster-caption{
	margin:0px 0px 10px;
	font-size:12px;
	font-style:italic;
	color:#666666;
}
.content-column-1 .poster img{
	padding:2px;
	margin:2px;
	border:1px solid #444444;
}

.content-column-1 a{
	color: #C82B2B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #C82B2B;
}
.content-column-1 a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0;
}
.content-column-1 .nolink{
	color:#000000;
	text-decoration: none;
}

.content-column-2 {
	float: right;
	width: 180px;
	padding: 5px 10px 20px;
	font-size: 10pt;
	color: #E6E1CF;
	line-height: 1.5em;
}

.content-column-2 a{
	color: #E6E1CF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #E6E1CF;
}

.content-column-2 a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0;
}

.content-column-2 img{
	border: 2px solid #E6E1CF;
	margin:0px 0px 5px 10px;
	width:90px;
	float:right;
}

.content-column-2 .read-more{
	clear:both;
}

.tariffs{
	width:100%;
}
.tariffs th{
	background:#655f47;
	color:#ffffe5;
}
.tariffs .season{
	font-weight:bold;
	font-size:11px;
	border-top:1px solid #655f47;
}
.tariffs .nightly-rate{
	font-style:italic;
	text-align:right;
	background:#ffffff;
}
.tariffs .price{
	text-align:right;
}

.form-item{
	float:left;
	clear:both;
	margin:0px 0px 10px;
	width:100%;
}
.form-item label{
	width:120px;
	padding:0px 10px 0px 0px;
	float:left;
	text-align:right;
	font-size:10pt;
}
.form-text, .form-radios{
	width:300px;
}
.form-radios{
	float:left;
}
.required{
	color:#c82b2b;
}
.message{
	background:#807859;
	color: #eee;
	margin:0px 0px 10px;
	padding: 0px 10px;
	font-style:italic;
}

p {
	margin: 0px 0px 10px;
}
p.white{
	background:#ffffff;
	display:block;
	clear:both;
}

ul, ol{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
}
lh{
	font-weight:bold;
	font-size:16px;
}

h1 {
	margin: 0px 0px 5px 190px;
	text-align: right;
	font-size: 14pt;
	line-height:32px;
}
.content-column-2 h1{
	margin:0px 0px 5px 10px;
}

h2 {
	margin: 0px 0px 5px 190px;
	text-align: right;
	font-size: 13pt;
	border-bottom: 1px solid #000;
}

h3 {
	margin-right: 0px 0px 5px 190px;
	text-align: right;
	font-size: 12pt;
	border-bottom: 1px solid #000;
}

h4 {
	margin-right: 0px 0px 5px 190px;
	text-align: right;
	font-size: 11pt;
	border-bottom: 1px solid #000;
}


h5 {
	margin-right: 0px 0px 5px 190px;
	text-align: right;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}


h6 {
	margin-right: 0px 0px 5px 190px;
	text-align: right;
	font-size: 8pt;
	border-bottom: 1px solid #000;
}

.footer {
	clear:both;
	font-size:10pt;
	background-color: #807859;
	color: #efefbf;
	text-align: center;
	padding: 5px;
}

.footer a{
	color: #efefbf;
	text-decoration: none;
	border-bottom: 1px solid #efefbf;
}

.footer a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}

.seperator {
	padding-bottom: 1em;
	border-bottom: 1px solid #E6E1CF;
}

.divider{
	background:url(divider.png) no-repeat;
	width:500px;
	height:40px;
	margin:20px 0px 30px;
	clear:both;
}

/*calendar popup*/
.content-column-1 .calendar{
	font-size:11px;
}
.content-column-1 .calendar .cpMonthNavigation{
	text-align:center;
	font-size:10px;
	background:#807859;
}
.content-column-1 .calendar span.cpMonthNavigation{
	color:#e6e1cf;
}
.content-column-1 .calendar a{
	padding:1px;
	border:none;
}
.content-column-1 .calendar a.cpCurrentDate{
	border:1px solid #c82b2b;
}
.content-column-1 .calendar .cpCurrentMonthDate{
	font-weight:normal;
	color:#000000;
}
.content-column-1 .calendar .cpOtherMonthDate{
	font-weight:normal;
	color:#999999;
}
.content-column-1 .calendar a.cpCurrentMonthDate:hover,
.content-column-1 .calendar a.cpOtherMonthDate:hover{
	color:#c82b2b;
}


#ie6-lte-wrapper .nav a{
	display:inline;
	float:left;
}

/*jCarouselLight gallery*/
.gallery{
	position:relative;
	float: left;
}
.gallery ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.gallery li{
	list-style:none;
	text-align:center;
}
.gallery a{
	border:none;
}
.gallery img.thumb{
	padding:4px;
	margin:4px 20px 4px 0px;
	border:1px solid #c82b2b;
	height:98px;
	width:130px;
}
.gallery img.thumb:hover{
cursor:pointer;
}

/*	.gallery .prev, .gallery .next{
	position:absolute;
	left:65px;
	width:50px;
	height:30px;
	font-size:0px;
	color:#efefbf;
	text-align:center;
	line-height:30px;
}*/

.gallery .prev, .prev1, .prev2 {
	background: url('uparrow.jpg') no-repeat;
	position: relative;
	float: left;
	width: 180px;
	height: 23px;
}

.gallery .next, .next1, .next2 {
	background: url('downarrow.jpg') no-repeat;
	position: relative;
	float: left;
	width: 180px;
	height: 23px;
}

.gallery .prev:hover, .prev1:hover, .prev2:hover {
	background:url('uparrow_hover.jpg') no-repeat;
}
.gallery .next:hover, .next1:hover, .next2:hover {
	background:url('downarrow_hover.jpg') no-repeat;
}
.carousel{
	width:180px;
}
