
/** {
	border: 1px solid red;
}*/

html, body {
	background-color: #0d2117;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

ul#dot {
	list-style: disc;
}
div#wrapper {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	top: 20px;
}

div#heading_banner {
	background-color: #1f4f37;
	color: white;
	padding-top: 2%;
	padding-bottom: 1%;
	border: 1px solid #fff;
}

div#heading_banner h1 {
	margin-left: 1%;
	font-family: arial, verdana, sans-serif;
}

h1 {
	font-size: 22px;
	margin: 25px 0 10px;
}

h2 {
	color: #000;
	font-size: 13px;
}

h3 {
	color: #fff;
	font-size: 12px;
	background: #3f6b48;
	margin: 10px auto;
	padding: 2px;
}

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

a:hover {
	color: #c6bf86;
    text-decoration: underline;
}

div#heading_banner ul {
	float: right;
    margin: 30px 10px 0 0;
}

div#heading_banner ul li {
	 display: inline;
}

div#main_content_border {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div#main_content img#logo_trans  {
	float: right;
}

#main_content_menu {
	background:url(../images/logotrans.jpg) no-repeat top right; 
	background-color: #fff;
	border-top: 1px solid #c8bf84;
	border-bottom: 1px solid #c8bf84;
	border-left: 1px solid #c8bf84;
	text-align: center; 
	padding-top: 20px; 
}

div#main_content {
	background-color: #fff;
	border-top: 1px solid #c8bf84;
	border-bottom: 1px solid #c8bf84;
	border-left: 1px solid #c8bf84;
}
	

div#main_content a {
	color: #9c862e;
}

div#main_content_menu {
	background-color: #fff;
	border-top: 1px solid #c8bf84;
	border-bottom: 1px solid #c8bf84;
	border-left: 1px solid #c8bf84;
}

div#main_text {
    padding: 10px 20px 0 35px;
	margin-right: 35%;
}

div#right_column {
    float: right;
    background-color: #c6bf86; 
    width: 250px;
}

#menu_table {
	margin: 4%;
	text-align: left;
}

#long_image {
	background-color: white;
	border-top: 1px solid #c8bf84;
	margin: 0;
	padding: 0;
}

div#footer {
 	color: white;
    font-weight: bold;
	background-color: #1f4f37;
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

div#footer p {
	float: right;
	margin-right: 1%;
	text-align: right;
	line-height: 15px;
}


p#pole_position_link {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
}

.margin_left { margin: 0 0 0 15px; } /* Puts a space between the room images on the accommodation page */


/*Lightbox enlarging images effect */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}