/* @group page */

body
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#page
{
	border: 1px solid gray;
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* @end */

/* @group header */

div#header
{
	display: block;
	position: relative;
	margin: 0 0 4px 0;
	padding: 0;
	width: 850px;
	height: 175px;
}

div#header img#header_bot
{
	position: relative;
	top: 2px;
	float: right;
}


/* @end */
div#left_panel
{
	width: 280px;
	margin: 0;
	padding: 0;
	float: left;
}
/* @group navigation */

div#navigation
{
	margin: 0;
	padding: 0;
	width: 280px;
	float: left;
}

div#navigation ul
{
	margin: 0;
	padding: 0;
	width: 280px;
}

div#navigation ul li
{
	list-style: none inside none;
	margin: 0 0 0 0;
	padding: 10px 0 8px 25px ;
}

div#navigation ul li#home
{
	background-color: #90abc5;
	border-bottom: 1px solid #90abc5;
	color: white;
}

div#navigation ul li#location
{
	background-color: #799ab9;
	border-bottom: 1px solid #799ab9;
	color: white;
}

div#navigation ul li#accommodation
{
	background-color: #6388ad;
	border-bottom: 1px solid #6388ad;
	color: white;
}

div#navigation ul li#specification
{
	background-color: #4d78a1;
	border-bottom: 1px solid #4d78a1;
	color: white;
}

div#navigation ul li#contact
{
	background-color: #376796;
	border-bottom: 1px solid #376796;
	color: white;
}

div#navigation ul li a
{
	margin: 0 0px 0 0;
	padding: 6px 100px 4px 8px;
	color: white;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;

}

div#navigation ul li#home:hover,
div#navigation ul li#location:hover,
div#navigation ul li#accommodation:hover,
div#navigation ul li#specification:hover,
div#navigation ul li#contact:hover
{
	background-color: #20568a;
	border-bottom: 1px dotted white;
}

/* @end */

/* @group statement */


div#statement
{
	background-color: #21568a;
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	color: white;
	float: left;
	width: 280px;
/*	height: 351px;*/
}


div#statement span.keyword
{
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

div#statement p.intro1
{
	color: white;
	font-size: 17px;
	line-height: 22px;
	margin: 10px 30px 60px 30px;
	padding: 0;
}

div#statement p.intro2
{
	color: white;
	font-size: 12px;
	line-height: 17px;
	margin: 0px 30px 60px 30px;
	padding: 0;
}

div#statement p.click
{
	color: orange;
	font-size: 13px;
	line-height: 17px;
	margin: -60px 30px 60px 30px;
	padding: 0;
}


div#statement h1,
div#statement p,
div#statement p.intro,
div#statement p.intro_home,
div#statement ul.images
{
	margin-left: 30px;
}


div#page.variant_location div#statement
{
	background-color: #21568a;
	clear: both;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	color: white;
	float: left;
	width: 280px;
}


div#page.variant_accommodation div#statement
{
	background-color: #21568a;
	clear: both;
	margin: 0 0 0 0;
	padding: 20px 0 30px 0;
	color: white;
	float: left;
	width: 280px;
/*	height: 250px;*/
}


div#statement ul.table
{
	list-style: none inside none;
	margin: 10px 0px 20px 30px;
	padding: 0;
}

div#statement p.intro3
{
	color: white;
	font-size: 12px;
	line-height: 22px;
	margin: 23px 0px 0px 0px;
}

div#page.variant_specification div#statement
{
	background-color: #21568a;
	margin: 0 0 0 0;
	padding: 15px 0 25px 0;
	color: white;
	float: left;
	width: 280px;
}


div#statement ul.specification 
{
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

div#statement ul.specification li
{
	margin: 8px 10px 0px 0;
}
div#statement img.table2
{
	margin: -40px 0	0 30px;
}

div#statement p.intro4
{
	font-size: 12px;
	color: white;
}

div#statement ul.images_logo
{
	margin: 0 0 20px 35px;
	padding: 20px 20px 20px 15px;
	width: 170px;
	height: 200px;
	background-color: white;
}


div#statement ul.images_logo li 
{
	margin: 0 0 20px 15px;
	padding: 0;
	list-style: none inside none;
	outline: none;
}


/* @end */

/* @group content */

div#content
{
	background: url('/_resources/interface/header_bot.png') 0 0 no-repeat;
	min-height: 400px;
	margin: 0 0 0 280px;
	padding: 70px 0 0 40px;
	border-bottom: 1px solid white;
}

div#content ul.images
{
	list-style: none inside none;
	margin: 25px 0px 0px 0px;
	padding: 0;
}

div#content ul.images li
{
	float: left;
}

div#content ul.images li img
{
	margin: 0 10px 0 0;
}

div#content div#changing_images
{
	margin: 0 0 0 0;
	float: left;
	padding:  0;
	height:  400px;
	border: none;
}

div#content div#changing_images img
{
	position: absolute;
	opacity: 0.0;
}

div#content div#changing_images img.initially_visible
{
	opacity: 1.0;
}

div.overlay
{
	display: none;
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/_resources/interface/black_50.png') top left;
}

div.overlay div#overlay_content1
{
	border: 2px solid white;
	display: block;
	width: 500px;
	height: 330px;
	margin: 255px auto 0 auto;
	background-color: black;
}

div.overlay div#overlay_content2
{
	border: 2px solid white;
	display: block;
	width: 500px;
	height: 330px;
	margin: 255px auto 0 auto;
	background-color: black;
}

div.overlay div#overlay_content h1
{
	color: white;
}

div#content img.splash_spec1
{
	margin: 10px 5px 0 0;
	border: none;
}

div#content img.splash_spec2
{
	border: none;
}


/* @end */

/* @group footer */


div#footer
{
	clear: both;
	background-color: #0a93d2;
	font-size: 11px;
	line-height: 18px;
	padding: 4px 4px 4px 4px;
	margin:  0;
}

div#footer p
{
	margin: 0;
	padding: 0;
	text-align: center;
	colour: #eee;
}

div#footer a
{	
	color: #eee;
}



/* @end */

