@charset "utf-8";

/* CSS Document */
html { 				
	height: 100%; margin-bottom: 1px; 
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin:0; 
	padding:0;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#051e00;
	color:#b5b5b5;
	line-height: 18px;
}

p, table, tr, td, li {
	line-height: 18px;	
	font-size: 12px
}
	
h1 {
	font-size:18px;
	color:#c3861d;
	line-height:24px;
	margin-top: 0px;
	margin-bottom: 18px;
	font-weight:normal;
}

h2 {
	font-size:12px;
	line-height:24px;
	margin-top: 8px; 
	margin-bottom: 6px;
	color:#bdac90;
}
h3 {
	font-size:14px;
	line-height:24px;
	margin-top: 12px; 
	margin-bottom: 0px;
	color:#91a987;
	border-bottom:1px solid #666666;
}

a:link, a:visited {	
	color:#9ab8c9;
	text-decoration:underline;
}
a:hover {		
	color:#00CCFF;
	text-decoration:none; 
}
#container {
	position:relative;
	display:block;
	width:950px;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../images/content-bg.jpg);
	background-position:0px 327px;
	background-repeat:repeat-y;

}
#header {
	position:relative;
	display:block;	
	height:327px;
	text-align:left;
}
#logo {
	position:absolute;
	top:15px;
	left:27px;
	z-index:9;
}
#menuBg {
	position:absolute;
	top:0px;
	right:0px;
	width:950px;
	height:58px;
	z-index:7;
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}

#menu {
	position:absolute;
	top:17px;
	right:8px;
	z-index:8;
}

#menu a:link, #menu a:visited {
	color:#FFFFFF;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	padding:12px;
	float:left;
}
#menu a:hover {
	color:#ffc300;
}

/* CONTENT Container */
#contentContainer {
	position:relative;
	padding:0px;
	margin:0px;
}


/* CONTENT Column IE6 Hack*/
* html #content {
	margin-left:17px;
}

/* CONTENT Column */
#content {
	float:left;
	padding:0px;
	padding-right:64px;
	margin:0px;
	margin-top:30px; 
	margin-left:34px;
	padding-bottom:45px;
	/*margin-right:34px;*/
	width:570px;
	text-align:left;
	/*background-color:#009966;*/
	border-right:solid 1px #808080;
}

/* RHS Column */
#rhsColumn {
	float:left;
	/*position:fixed;*/
	padding:0px;
	margin:0px;
	padding-left:7px;
	text-align:left;
	/*background-color:#996633;*/
	margin-top:21px; 
	margin-left:6px;	
	margin-bottom:0px;
	padding-bottom:100px;
	/*margin-right:22px;*/
	width:247px;
	/*border-left:solid 1px #808080;*/
	
}

#rhsColumn a:link, #rhsColumn a:visited {
	color:#ffffff;
	display:block;
	font-size:14px;
	line-height:30px;
	/*font-weight:bold;*/
	text-decoration:none;
}
#rhsColumn a:hover {
	color:#ffc300;
	/*
	background-color:#000;	
	filter:alpha(opacity=10);
	opacity: 0.10;
	-moz-opacity:0.10;
	-khtml-opacity: 0.10;
	*/	
}
/* TEASERS */

/* IE6 Fix */
*html .teaserBox, *html .teaserBox2 {
	position:relative;
	left:-450px;
}
.teaserBox, .teaserBox2, a.teaserBox, a.teaserBox2 {
	position:relative;
	width:270px;
	height:161px;
	float:left;
	margin-top:20px;
	text-decoration:none;
	cursor:pointer;
}
.teaserBox2 {
	margin-left:30px;
}
/* IE6 Fix */
*html .teaser {
	position:absolute;
	top:-330px;
	left:-950px;
}
.teaser {
	position:absolute;
	top:0px;
	left:7px;
	width:240px;
	height:131px;
	display:block;
	padding:15px;
	margin: 0px;
	font-size:11px;
	color:#b5b5b5;
	line-height:18px;
	z-index:50;
}
.teaser h2 {
	color:#c3861d;
	font-size:12px;
	line-height:32px;
	padding:0px;
	margin: 0px;
}
/* IE6 Fix */
*html .teaserBoxBg {
	position:absolute;
	top:-330px;
	left:-957px;
}
.teaserBoxBg {
	position:absolute;
	top:0px;
	left:0px;
	width:270px;
	height:158px;
	display:block;
	padding:0px;
	margin: 0px;
	background-color:#000;
	filter:alpha(opacity=30);
	opacity: 0.30;
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	border:solid 2px #646363;
	z-index:1;
}

/* Rooms and Rates */
.RoomRates {
	width:100%;
	padding:0px;
	margin:0px;
}
.RoomRates td {
	width:50%;
	padding:10px;
	margin:0px;
	vertical-align:top;
}
.RoomRates td img {
	border:solid 1px #000000;
}

/* booking tables */

.booking td {
	border-bottom:solid 1px #000000;
}
.booking .clear td {
	border-bottom:none;
}

/* Gallery */

.gallery img {
	padding:0px 8px 8px 0px;
}

/******** FADIN/OUT ********/
#slide-images {
	/*float:right;*/
	width:950px;
	height:328px;
	overflow:hidden;
	display:block;
	background-color:#000000;
}
#main-slide-image #slide-images {		
/*	float:none;
	width:950px;
	height:328px;
	overflow:hidden;
	display:block;*/
}
#teaser {
	display:block;
}
#teaser img {
	border:0px;
}


/* Base */
#footer {
	position:relative;
	width:950px;
	height:33px;
	display:block;
	padding:0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
}

#footer, #footer a:link, #footer a:visited {
	color:#CCCCCC;
	font-size:9px; 
	text-decoration:none;	
}
				
#footer a:hover 
{
	color:#3399FF;
}
#footer #bookmark {
	position:absolute;
	bottom:85px;
	right:20px;
	width:240px;
	padding:0px;
	margin: 0px;
	text-align:right;
	border-bottom:solid 1px #808080;
}
#footer #bookmark a:link, 
#footer #bookmark a:visited {
	color:#F5F5F5;
	font-size:14px;
	text-decoration:none;
	padding:12px 0px 12px 12px;
	line-height:30px;
}
#footer #bookmark a:hover {
	color:#ffc300;
}	

#footer #copyright {
	position:absolute;
	bottom:43px;
	right:20px;
	padding:0px;
	margin: 0px;
	text-align:right;
	color:#8e8d8d;
	font-size:9px;
	line-height:12px;
}
#footer #copyright a:link, 
#footer  #copyright a:visited {
	color:#8e8d8d;
	font-size:9px;
	text-decoration:none;
}
#footer  #copyright a:hover {
	color:#ffc300;
}	


