/*----------------General----------------*/
body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

body#homepage,body#subpage2 {
	background: #FFF7EA url(../images/background_grunge.jpg) top center
		no-repeat;
}

body#subpage1 {
	background: #FFF7EA url(../images/background_grunge_sub2.jpg) top center
		no-repeat;
}

.clear {
	clear: both;
}

.hidetext {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}

p,ul,ol,form,table {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 0.7em;
	line-height: 1.75;
}

strong {
	font-weight: bold;
}

/*----------------END General----------------*/
	/*----------------Selectors----------------*/
body#homepage #wrapper,body#subpage2 #wrapper {
	background: url(../images/background_pattern.gif) top left repeat-x;
}

body#subpage1 #wrapper {
	background: url(../images/background_pattern_light_brown.gif) top left
		repeat-x;
}

body#subpage1.accommodation #wrapper {
	background: url(../images/background_pattern_subpage1.gif) top left
		repeat-x;
}

body#subpage1.functions #wrapper {
	background: url(../images/background_pattern_darkbrown.gif) top left
		repeat-x;
}

body#subpage1.visitor_centre #wrapper {
	background: url(../images/background_pattern_tangerine.gif) top left
		repeat-x;
}

#nav {
	background-image: url(../images/nav_background.jpg);
}

body#subpage2 #nav.boilerhouse {
	background-image: url(../images/nav_background_experience.jpg);
}

#subheader {
	height: 91px;
}

body#subpage1 #subheader {
	background: url(../images/background_subhead_light_brown.jpg) top left
		no-repeat;
	height: 95px;
}

body#subpage1 #subheader.defiance {
	background: url(../images/background_subhead_defiance.jpg) top left
		no-repeat;
	height: 95px;
}

body#subpage1.accommodation #subheader {
	background: url(../images/background_subhead_green.jpg) no-repeat;
}

body#subpage1.functions #subheader {
	background: url(../images/background_subhead_dark_brown.jpg) no-repeat;
}

body#subpage1.visitor_centre #subheader {
	background: url(../images/background_subhead_visitor_centre.jpg) center
		right no-repeat;
}

body#subpage1 #main,body#homepage #main {
	float: left;
	width: 653px;
	margin-left: 15px; /*margin-left:25px;*/
}

body#subpage1.experience_defiance #main {
	margin-left: 0;
	margin-top: 0;
}

body#subpage1 #main {
	margin-top: 30px;
}

body#homepage #main {
	margin-top: 22px;
}

body#subpage2 #main.floatleft {
	float: left;
	margin-left: 15px;
}

body#subpage1 #sidebar,body#homepage #sidebar {
	float: right;
	width: 340px;
}

body#subpage1 #sidebar {
	margin-top: 55px;
	/*background:url(../images/background_sidebar_sub1.jpg) right center no-repeat;*/
}

body#subpage1.experience_defiance #sidebar {
	margin-top: 0;
}

body#homepage #sidebar {
	margin-top: 15px;
}

body#subpage2 #main,body#subpage1.experience_defiance #main {
	float: right;
	width: 653px;
}

body#subpage2 #sidebar,body#subpage1.experience_defiance #sidebar {
	width: 340px;
	float: left;
	margin-left: 25px;
}

/*----------------END Selectors----------------*/
	/*----------------Structure----------------*/
.container {
	background: url(../images/background_container.jpg) bottom right
		no-repeat;
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
}

#nav {
	height: 24px; /* 34px */
	padding: 5px 0 5px 20px;
}

#header {
	background: url(../images/logo.gif) no-repeat left center;
	height: 52px; /* 142px */
	padding: 61px 0 28px 553px;
	width: 471px; /* 1024 - 650 */
}

/*----------------END Structure----------------*/
	/*----------------Common Contents----------------*/
#focal {
	background-color: #fff;
	margin: -22px 0 0 30px;
	padding-top: 3px;
	width: 964px;
	height: 317px;
	position: relative;
}

blockquote#position_title {
	z-index: 999;
	position: absolute;
	display: block;
	width: 100%;
}

.focal_image { /*position:relative;
	width: 958px; 
	height: 314px; */
	margin: 0 3px 0 3px;
}

#title {
	background-color: #394a1f;
}

/*----------------END Common Contents----------------*/
	/*----------------Homepage Contents----------------*/
	/*---Homepage Boxes---*/
.boxes {
	background: url(../images/background_boxes.gif) bottom left no-repeat;
	margin: 14px 0 0 0;
	padding: 0 0 8px 43px;
}

div.box {
	width: 280px;
	float: left;
	margin-right: 49px;
}

fieldset.box_content { /*display:inline;/*Stop IE6 inheriting margins*/
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 25px 47px 28px;
}

legend#accommodation_lgnd a {
	cursor: pointer;
}

legend#accommodation_lgnd span {
	background: url(../images/title_accommodation.jpg);
	height: 27px;
	width: 203px;
}

legend#functions_lgnd span {
	background: url(../images/title_functions.gif);
	height: 27px;
	width: 124px;
}

legend#experiences_lgnd span {
	background: url(../images/title_experiences.gif);
	height: 27px;
	width: 187px;
}

.box-focal {
	display: block;
	margin: 11px 0 6px 0;
}

/*Box text*/
fieldset.box_content p {
	margin-top: 10px;
	line-height: 1.6em;
}

fieldset.box_content a {
	display: block;
	margin: 5px 0 6px 0;
	text-align: right;
	text-decoration: none;
	color: #bc3a0c;
	font-size: 0.65em;
	font-family: Verdana, Arial, sans-serif;
}

fieldset.box_content a:hover {
	text-decoration: underline;
}

/*END Box text*/ /*---END Homepage Boxes---*/
	/*----------------END Homepage Contents----------------*/
	/*----------------Subpage Contents----------------*/ /*--MAIN---*/
	/*SUB PANEL*/
.sub_panel {
	width: 653px;
	margin: 50px 0 15px 0;
}

.sub_panel_left {
	float: left;
	width: 330px;
	padding-bottom: 7px;
}

.sub_panel_left_narrow {
	float: left;
	width: 210px;
	padding-bottom: 7px;
}

.sub_panel_left_image {
	border: 1px solid #E4CAC1;
	background-color: #fff;
	padding: 5px;
	width: 317px;
}

.sub_panel_left_image_narrow {
	border: 1px solid #E4CAC1;
	background-color: #fff;
	padding: 5px;
	width: 200px;
}

.sub_panel_left_links {
	margin-top: 3px;
}

a.button_enlarge_image {
	float: left;
	background: url(../images/button_enlarge_image.gif);
	width: 94px;
	height: 21px;
}

h4.view_details {
	background: url(../images/title_room_details.gif);
	width: 119px;
	height: 23px;
}

.sub_panel_right {
	float: right;
	width: 317px;
	padding-bottom: 7px;
}

.sub_panel_right_wide {
	float: right;
	width: 419px;
	padding-bottom: 7px;
}

.sub_panel_right p,.sub_panel_right ul {
	margin: 10px 20px 18px 10px;
}

.sub_panel_right ul {
	margin-left: 35px;
}

.sub_panel_right h3,.sub_panel_right h4 {
	margin-left: 10px;
}

.sub_panel_right ul li {
	background: url(../images/bullet_mainlist.gif) no-repeat;
	padding-left: 15px;
	margin-bottom: 7px;
	line-height: 1.6em;
}

/*END SUB PANEL*/
#main .featurebox_bottom {
	background: url(../images/background_left_featurebox.gif) bottom left
		repeat-x;
	height: 7px;
	font-size: 0px; /*IE fix for xtra white space*/
}

#main .featurebox {
	background-color: #FFF7EA;
	border-top: 1px solid #E4CAC1;
	border-left: 1px solid #E4CAC1;
	border-right: 1px solid #E4CAC1;
	padding-bottom: 14px;
}

#main .featurebox ul { /*background-color:#FFF7EA;
	border-top:1px solid #E4CAC1;
	border-left:1px solid #E4CAC1;
	border-right:1px solid #E4CAC1;*/
	margin: 14px 12px 0 12px;
}

#main .featurebox ul li { /*margin: 5px 0 10px 15px;*/
	padding: 4px 0 6px 15px;
	line-height: 1.1; /*IE floated <li> height fix*/
	float: left;
	display: block;
	width: 285px;
	background: url(../images/bullet_mainlist.gif) top left no-repeat;
}

div.tape_bg {
	background: url(../images/background_hr.gif);
	width: 653px;
	height: 26px;
	display: block;
	clear: both;
}

div.tape_bg a {
	float: right;
	margin: 9px 6px 0;
}

a.book_now {
	background: url(../images/button_book_now.gif);
	width: 76px;
	height: 12px;
}

a.read_more {
	background: url(../images/button_read_more.gif);
	width: 63px;
	height: 13px;
}

/*Text*/
#main p {
	margin-bottom: 20px;
}

#main ul,#main ol {
	margin-bottom: 19px;
}

#main p a,#main ul a,#main td a {
	color: #bc3a0c;
}

#main p a:hover,#main ul a:hover,#main td a:hover {
	color: #BCBEBD;
}

#main h4 {
	color: #474947;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1em;
	margin: 8px 0 14px 0;
}

#main img.intext {
	margin: 9px 15px 0;
	float: left;
}

#main ol {
	margin-bottom: 19px;
}

#main ol li {
	
}

#main ol li span {
	margin-left: 10px;
}

#main li {
	line-height: 1.75em;
	margin-bottom: 1px;
}

#main strong {
	color: #474947;
}

ul.bullet {
	margin-bottom: 19px;
}

ul.bullet li {
	background: url(../images/bullet_mainlist.gif) top left no-repeat;
	padding-left: 8px;
}

ul.statistics { /*background-color:#FFF7EA;
	border-top:1px solid #E4CAC1;
	border-left:1px solid #E4CAC1;
	border-right:1px solid #E4CAC1;*/
	margin: 10px 12px 19px 12px;
	position: relative;
}

ul.statistics li { /*margin: 5px 0 10px 15px;*/
	padding: 0 0 0 10px;
	float: left;
	display: block;
	width: 190px;
	background: url(../images/bullet_mainlist.gif) top left no-repeat;
}

body.education ul.statistics li {
	width: 285px;
}

/*END Text*/ /*Getting here*/
#map_outer {
	border: 1px solid #E3C8BF;
	background-color: #FFF;
	width: 456px;
	margin-bottom: 20px;
}

#map {
	margin: 3px;
}

/*venues*/
div.hidden {
	display: none;
}

table.stats {
	clear: both;
	background-color: #FFF;
	border: 1px solid #E4CAC1;
	width: 600px;
	margin: 0 0 20px 26px;
}

table.stats th,table.stats td {
	width: 6%;
	border-left: 1px solid #CCC;
	text-align: center;
}

table.stats th {
	color: #474947;
	font-weight: bold;
	padding-bottom: 7px;
}

table.statpreview,table.cappreview {
	background: #fff;
	border: 1px solid #E3C8BF;
	width: 265px;
}

table.statpreview th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #474947;
	padding-bottom: 5px;
}

table.statpreview th,table.statpreview td {
	padding: 8px;
}

table.statpreview th a,table.statpreview td a {
	color: #BC3A0C;
}

table.cappreview th span {
	display: none;
}

table.cappreview td strong {
	color: #474947
}

table.cappreview td {
	padding: 5px;
	vertical-align: middle;
}

.sidebar_box .inner table.cappreview td img {
	margin: 0;
}

table.statpreview tr.odd {
	background-color: #E0DFE3;
}

th.available {
	
}

table.statpreview th,table.statpreview td {
	
}

span.theatre {
	background: url(../images/functions/icons/theatre.gif) no-repeat bottom
		left;
}

span.classroom {
	background: url(../images/functions/icons/classroom.gif) no-repeat
		bottom left;
}

span.boardroom {
	background: url(../images/functions/icons/boardroom.gif) no-repeat
		bottom left;
}

th span.ushape {
	background: url(../images/functions/icons/ushape.gif) no-repeat bottom
		left;
}

th span.banquet {
	background: url(../images/functions/icons/banquet.gif) no-repeat bottom
		left;
}

th span.cabaret {
	background: url(../images/functions/icons/cabaret.gif) no-repeat bottom
		left;
}

th span.cocktail {
	background: url(../images/functions/icons/cocktail.gif) no-repeat bottom
		left;
}

/*Secure Gallery*/
div.gallery_result {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #E4CAC1;
	margin: 5px;
}

div.gallery_result div {
	padding: 3px;
}

/*Secure Gallery*/ /*book venues*/
fieldset.group {
	border: 1px solid #b3b3b3;
	margin-bottom: 20px;
}

div.fieldset_outer {
	background-color: #FFF;
	padding: 3px;
}

div.fieldset_inner {
	padding: 15px;
	background-color: #f2eee1;
}

fieldset.group label,fieldset.group blockquote.labelape {
	width: 160px;
	padding: 4px 20px 0 0;
	display: block;
	float: left;
	text-align: right;
	line-height: 1.3;
}

fieldset.group input,fieldset.group div.radios {
	float: left;
	width: 200px;
}

fieldset.group select {
	float: left;
}

fieldset.group input,fieldset.group select {
	border: 1px solid #E3C8BF;
}

fieldset.group div.radios input,fieldset.group div.radios label {
	width: 40px;
}

fieldset.group input.short {
	width: 90px;
}

fieldset.group input.submit {
	border: 0;
	width: 66px;
	height: 26px;
	margin-left: 318px;
}

fieldset.group .item {
	margin-bottom: 15px;
}

span#your_details {
	background: url(../images/title_your_details.gif);
	width: 135px;
	height: 28px;
	display: block;
}

span#your_booking {
	background: url(../images/title_your_booking.gif);
	width: 158px;
	height: 28px;
	display: block;
}

fieldset.group .errMsg {
	margin-left: 180px;
	margin-bottom: 7px;
}

fieldset.group span.req {
	color: #990000;
	float: left;
	text-align: right;
	margin-left: 10px;
}

fieldset.group span.requiredtext {
	display: block;
	float: none;
	padding: 0 215px 15px 0;
	color: #990000;
	text-align: right;
}

/*END book venues*/ /*---END MAIN---*/ /*---SIDEBAR---*/
.sidebar_box {
	width: 282px;
	padding: 1px;
	background-color: #E3C8BF;
	position: relative;
	margin: 34px 0 20px 0;
}

body#subpage1 #sidebar .sidebar_box {
	margin-left: 45px;
}

body#subpage1.experience_defiance #sidebar .sidebar_box {
	margin-left: 0;
}

.sidebar_box .boxtitle {
	background: url(../images/background_sidebarbox.gif) center top
		no-repeat;
	width: 260px;
	height: 34px;
	position: absolute;
	top: -34px;
	left: 14px;
}

.sidebar_box .inner {
	border: 2px solid #fff;
	background-color: #FFF7EA;
	padding: 7px 7px 7px 7px;
}

.sidebar_box .inner_white {
	background-color: #fff;
	padding: 7px 7px 30px 7px;
}

.sidebar_box .inner img {
	margin: 25px 0 20px 10px;
}

/*Forms*/
#book_restaraunt {
	
}

#sidebar form {
	
}

#sidebar form span {
	color: #990000;
	float: right;
	text-align: right;
	margin-right: 10px;
}

#sidebar form span.requiredtext {
	display: block;
	float: none;
	padding: 0 0 15px 0;
}

/*#sidebar fieldset{
	border:2px solid #fff;
	background:#EBE4DC;
	padding-top:20px;
}*/
#sidebar form#book_restaraunt div.clear,form#book_now div.clear {
	padding-bottom: 10px;
}

#sidebar form div.clear {
	margin-bottom: 15px;
}

#sidebar form label,form#book_now label {
	float: left;
	color: #FF5A00;
	width: 65px;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 11px;
	line-height: normal;
}

form#media label {
	width: 75px;
}

form#book_now label {
	width: 75px;
}

#sidebar form input,#sidebar form select,form#book_now select,form#book_now input
	{
	border: 1px solid #E3C8BF;
	width: 155px;
	float: left;
}

#sidebar form input.short,#sidebar form select.short,form#book_now input.short
	{
	width: 100px;
}

form#book_now select.short {
	width: 50px;
}

#sidebar form input.submit,form#book_now input.submit {
	border: none;
	float: right;
	width: 66px;
	height: 26px;
	margin-right: 21px;
}

form .errMsg /*, #sidebar form .errMsg label*/ {
	margin: 0 0 6px 32px;
	color: #990000;
}

/*#sidebar form .errMsg input{
	border:1px solid #990000;
	background:#E7E0D9;
}*/ /*END Forms*/ /*Text*/
#sidebar ul {
	margin-bottom: 23px;
}

#sidebar ul li {
	line-height: 1.4em;
	margin: 4px 0 4px 0;
}

#sidebar ul.comp_list li strong {
	color: #d63647;
	width: 75px;
	display: block;
	float: left;
	margin-top: 3px;
	font-weight: normal;
}

#sidebar ul.boxnav {
	margin: 5px 0 -15px 10px;
}

#sidebar ul.boxnav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
}

#sidebar p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

#sidebar strong.colored {
	color: #FF5A00;
	/*width:110px;
	display:block;
	float:left;
	margin-top:1px;*/
}

#sidebar p a,#sidebar ul li a {
	color: #bc3a0c;
}

body#subpage1 #sidebar p a {
	text-decoration: none;
	color: #FF5A00;
}

body#subpage1 #sidebar p a:hover {
	text-decoration: underline;
}

#sidebar p a:hover {
	color: #BCBEBD;
}

p.smalltext {
	font-size: 0.6em;
	color: #716262;
	line-height: 1.2em;
}

/*END Text*/ /*---END SIDEBAR---*/
	/*----------------END Subpage Contents----------------*/
	/*----------------Titles----------------*/
h1.logo {
	position: absolute;
	width: 289px;
	height: 110px;
	top: 40px;
}

h1.logo a {
	display: block;
	cursor: pointer;
}

h1.logo a span {
	width: 289px;
	height: 110px;
	display: block;
}

/*----------------END Titles----------------*/
	/*----------------Footer----------------*/
#foot-outer {
	background-color: #000;
}

#foot {
	background: #000 url(../images/footer_background.jpg) no-repeat center
		top;
	padding: 35px 0;
	width: 1024px;
	margin: 0 auto;
}

#foot-left {
	float: left;
	width: 360px;
}

#foot-right {
	float: right;
}

#foot ul li {
	margin: 15px 0 2px 0;
}

/*footer text*/
#foot a {
	color: #ff5a00;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot span {
	color: #eee;
	margin-top: 5px;
	display: block;
	line-height: 1.3em;
}

#foot span a {
	color: #eee;
	font-weight: normal;
	display: inline;
	text-decoration: underline;
}

#foot span a:hover {
	color: #FF5A00;
}

h3.footer_history_title {
	background: url(../images/title_history.gif);
	width: 151px;
	height: 21px;
}

.sIFR-active h3.footer_history_title,.sIFR-active h3.footer_link_title {
	visibility: visible;
}

h3.footer_link_title {
	background: url(../images/title_links.gif);
	width: 42px;
	height: 21px;
}

/*END footer text*/ /*----------------END Footer----------------*/
#facebox ul,#facebox p {
	font-size: 1em;
	margin-bottom: 20px;
}

#facebox p a {
	font-weight: bold;
	color: #1E88FF;
}

#facebox h4 {
	color: #FF4300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 0 14px 0;
}

#facebox h4.greytitle {
	color: #484F4E;
}

#facebox ul {
	padding-top: 5px;
}

#facebox ul li {
	line-height: 1.6em;
}

#facebox ul strong {
	color: #ff6600;
}

/*facebox contents*/
#tour_text {
	float: left;
	width: 300px;
}

#popup_sidebar {
	float: right;
	width: 255px;
}

.popup_box {
	margin: 34px 0pt 20px;
	position: relative;
	border: 1px solid #EAE3D7;
}

.popup_box .inner_white {
	margin: 10px 0 0 10px;
}

.popup_box .boxtitle {
	height: 34px;
	left: 14px;
	position: absolute;
	top: -34px;
	width: 260px;
}

.popup_box a {
	font-weight: bold;
	color: #1E88FF;
}

.greytitle {
	color: #656565;
}

input#date {
	cursor: pointer;
}

/*getting here table layout*/
.getting_here table {
	margin: 10px 0;
}

.getting_here table td,.getting_here table th {
	padding: 5px 40px 5px 0;
}

.getting_here table th {
	font-weight: bold;
	color: #474947;
}

/*Valentines day table specials.php*/
.vprices {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sign-underline {
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
}

#foot-bottomdata {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}

/*Booking Button accommodation.php*/
.booking-btn {
	margin-right: auto;
	margin-left: auto;
}

div.jobs div {
	font-size: 12pt;
}

div.jobs p {
	line-height: 20px;
}

#weather-wrap  {
float:right;
margin:10px 40px 0 0;
display:inline;
position:relative;
padding:0 0 8px;
width:280px;
}
#weather-wrap  #ww-widget {float:right;margin:0}
#ww-widget-shadow {background:url("../images/background_boxes.gif") no-repeat -44px bottom;height:8px;width:280px;position:absolute;bottom:0;left:0px}