string(10) "5.5.25-log"
* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #878889; background-color: #FFFFFF;
}
img { border: 0; }
.img_left { float: left; }
.img_right { float: right; }

.clear { clear: both; }

/* ======================== TYPE STYLES ======================== */

a { color: #4B4B4D; text-decoration: none; }
a:hover { color: #006692; text-decoration: none; }
a:focus { outline: none; }

h1 {
	font-size: 1.8em; line-height: 24px;
	font-weight: bold; /*color: #B1B2B4;*/ color: #898A8C;
	padding: 0; margin-top: 0; margin-bottom: 1em;
}
h2 {
	font-size: 2.6em; line-height: 1em;
	font-weight: bold; /*color: #B1B2B4;*/ color: #898A8C;
	padding: 0; margin-top: 0; margin-bottom: 0.7em;
}
h3 {
	/*font-size: 1.1em;*/ font-size: 1.2em; line-height: 1.4em;
	font-weight: bold; /*color: #4B4B4D;*/ color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 0;
}
p, ul, ol {
	/*font-size: 1.1em;*/ font-size: 1.2em; line-height: 1.4em;
	/*color: #878889;*/ color: #4B4B4D;
	padding: 0; margin-top: 0; margin-bottom: 1em;
}
strong { font-weight: bold; /*color: #4B4B4D;*/ color: #000000; }
div.intro p { font-size: 1.6em; }
ul {
	list-style: disc outside;
	margin-left: 16px;
}


/* ======================== WRAPPER ======================== */

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


/* ======================== HEADER ======================== */

#header {
}
#title {
	width: 715px; height: 24px;
	padding-top: 6px; padding-bottom: 6px;
	float: left;
	border-top: 1px solid #C6C7C8;
	border-bottom: 1px solid #C6C7C8;
	display: block;
	position: relative; top: 67px;
}
#title h1 { float: left; margin: 0; }
ul#flags { float: left; margin: 0; }
ul#flags li { display: inline; float: left; margin-right: 10px; }
ul#flags a {
	width: 35px; height: 24px;
	background-position: left top; background-repeat: no-repeat;
	display: block;
	text-indent: -999999px;
}
ul#flags a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
ul#flags a#english { background-image: url(/images/site/flag_uk.gif); }
ul#flags a#german { background-image: url(/images/site/flag_german.gif); }
ul#flags a#spanish { background-image: url(/images/site/flag_spanish.gif); }
ul#flags a#french { background-image: url(/images/site/flag_french.gif); }
ul#flags a#italian { background-image: url(/images/site/flag_italian.gif); }

#logo_panel { width: 180px; float: right; }
#logo a {
	height: 100px;
	background-color: #006692;
	background-image: url(/images/site/whiterock_mansion.gif);
	background-position: left bottom; background-repeat: no-repeat;
	display: block;
	margin-bottom: 4px;
	font-size: 1em; color: #006692;
}
#bookings_link a {
	height: 35px; clear: both;
	font-size: 1.2em; line-height: 35px;
	font-weight: bold;
	text-indent: 12px;
	color: #000000; background-color: #D9DADB;
	background-image: url(/images/site/booking_arrow.gif);
	background-position: right top; background-repeat: no-repeat;
	display: block;
}
#bookings_link a:hover { color: #006692; }


/* ======================== NAVIGATION ======================== */

#header .nav {
	width: 715px;
	height: 19px;
	float: left;
	border-bottom: 6px solid #D9DADB;
	display: block;
	position: relative; top: 76px;
}
.nav ul {
	list-style: none; margin: 0;
	font-size: 1.2em; line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	/*color: #B1B2B4;*/ color: #898A8C;
}
.nav li {
	padding-right: 10px;
	border-right: 1px solid #D9DADB;
	margin-right: 10px;
	float: left;
}
.nav li a { /*color: #B1B2B4;*/ color: #898A8C; }
.nav li a:hover { /*color: #4B4B4D;*/ color: #000000; }
.nav li.active a, .nav li.active a:hover { color: #006692; }



/* ======================== IMAGE PANEL ======================== */

#image_panel {
	height: 285px; padding-top: 10px;
	clear: both;
	border-bottom: 6px solid #D9DADB;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/*
#image_panel .panel {
	height: 36px;
	position: relative;
	top: -38px;
	background-image: url(/images/site/grey_85transparent.png);
	display: block;
	font-size: 2.4em; line-height: 36px;
	font-weight: bold; text-indent: 10px;
	color: #FFFFFF;
}
*/
#image_panel span.panel {
	height: 36px;
	position: relative; top: -38px;
	background-color: #CCCCCC;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: block;
	z-index: 10;
}
#image_panel .panel_title {
	height: 36px;
	position: relative; top: -74px;
	font-size: 2.4em; line-height: 36px;
	font-weight: bold; text-indent: 10px;
	color: #FFFFFF;
	display: block;
	margin-bottom: -36px;
	z-index: 12;
}
.img_left span.panel { width: 293px; }
.img_right span.panel { width: 597px; }


/* ======================== PAGE ======================== */

#page {
	clear: both;
	background-image: url(/images/site/grey_1px.gif);
	background-position: 600px top; background-repeat: repeat-y;
}
#page.cols_3 {
	background-image: url(/images/site/home_rules.gif);
	background-position: 289px top; background-repeat: repeat-y;
}

#left_column { width: 585px; float: left; }
#right_column { width: 270px; float: right; }
#page_clear { /*height: 20px;*/ height: 1px; clear: both; }

div.intro { display: block; }
.section_left { width: 270px; float: left; margin-bottom: 20px; }
.section_right { width: 270px; float: right; margin-bottom: 20px; }


/* ======================== GROUP BOOKING LINKS ======================== */

#pg_booking_links {
	clear: both;
	border-top: 6px solid #D9DADB;
	padding-top: 10px;
}
#pg_booking_links ul { list-style: none; margin-left: 0; }
#pg_booking_links li {
	border-top: 1px dashed #D9DADB;
	padding-top: 3px;
	margin-bottom: 3px;
}
#pg_booking_links a { font-weight: bold; }
#pg_booking_links strong { color: #4B4B4D; }
#pg_booking_links h2 { margin-bottom: 0.5em; }


/* ======================== FOOTER ======================== */

#pg_nav, #contacts, #footer {
	clear: both;
	border-top: 1px solid #D9DADB;
	padding-top: 10px;
}
#pg_nav { border-top: 6px solid #D9DADB; }
#pg_nav .nav { height: 12px; margin-bottom: 8px; }

p.telephone {
	float: left;
	font-size: 2.8em; font-weight: lighter;
	margin-bottom: 8px;
}
p.address {
	/*width: 273px;
	float: right;*/
	font-size: 1.2em; line-height: 1.4em;
	text-align: right;
	margin-bottom: 8px;
}
#footer { font-size: 1em; line-height: 1em; height: 30px; }
#footer a { color: #878889; text-decoration: none; }
#footer .pg_links { float: left; text-transform: uppercase; }
#footer .credit { width: 270px; float: right; text-align: right; }


/* ======================== PHOTO GALLERY ======================== */

table#ph_thumbnails {
	width: 270px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table#ph_thumbnails td { padding-bottom: 8px; }
table#ph_thumbnails img { float: left; }

table#ph_thumbnails a {
	width: 83px; height: 83px;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999999px;
}


/* ======================== COMMENTS ======================== */

ul.comments_list, ul.offers_list { list-style: none; margin-left: 0; }
ul.comments_list li, ul.offers_list li {
	border-top: 1px dashed #D9DADB;
	padding-top: 10px; padding-left: 32px;
	background-image: url(/images/site/comments_icon.gif);
	background-position: left 12px; background-repeat: no-repeat;
	display: block;
	margin-bottom: 8px;
}
ul.offers_list li { background-image: url(/images/site/offers_icon.gif); }
span.comment_name { font-size: 0.9em; font-style: italic; }