/* CSS Document */

html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
		background-image:url(../images/sitewide/background2.jpg);
		background-attachment:fixed;
		background-color:#7b370a;
		font-size:62.5%;		
		height:100%; /* Needed for 100% height on #backgroundWrapper. http://www.xs4all.nl/~peterned/examples/csslayout1.html */
		text-align:center;}	
		
		html,body {
		height: 100%;}

		/* commented backslash hack \*/ 
		html, body{height:100%;} 
		/* end hack */
		html,body {margin:0;padding:0;}
		html { font-size: 100%;}
		table { font-size: 100%;} /* Get IE5 To handle ems OK*/ 
		

		/*
			IE PNG Fix http://www.twinhelix.com/css/iepngfix/
		 */
		
		div.splashonly h1, div.h-wrapper, div#homepage_polaroid div#omfg img { behavior: url(/furniture/js/iepngfix.htc) }
		
		 /*
		  Alternatively, you can specify that this will apply to all tags like so:
		   * { behavior: url(iepngfix.htc) }
		 */
		 
		 /* 
		Gets rid of outlined links in Firefox */
		a {
			outline: none;
		}


	

/* Splash Page ------------------------------------------------------------------------------------------------------ */

#central_panel.splashonly {
	float:left;
	background-color:transparent;
	border:none;
	margin-top:44px;
	display:inline;
}
.leftyspace {
	margin-left:100px;
}	
.splashonly h1 {
	display:block;
	margin:0 auto;
	background: transparent url(../images/splash/splash-logo.png) 0 0 no-repeat;
	width:355px;
	height:102px;
	text-indent:-3000px;
	/*border: 1px solid green;*/
}
.h-wrapper{
	float:left;
	margin-left:80px;
	background: transparent url(../images/splash/btn_backgrounds.png) 0 0 no-repeat;
	width:740px;
	padding-bottom:100px;
	display:inline;
	/*border: 1px solid purple;*/
	
}
.splashonly h2 {
	float:left;
	display:inline;
}
.splashonly h2 a{
	float:left;
	width:284px;
	height:272px;
	margin-top:76px;
	text-indent:-3000px;
	display:inline;
	/*border: 1px solid yellow;*/
}
.btn_southampton a {
	background: transparent url(../images/splash/1.gif) 0 0 no-repeat;
	margin-left:40px;
}
.btn_southampton a:hover {
	background-position: 0 -406px;
}
.btn_bournemouth a {
	background: transparent url(../images/splash/2.gif) 0 0 no-repeat;
	margin-left:87px;
}
.btn_bournemouth a:hover {
	background-position: 0 -410px;
}

/* Typography  ------------------------------------------------------------------------------------------------------ */


* { 
	margin:0;
	padding:0; }

	
ul, ol {
	padding-left:1em;}

img {
	border:none;}

ol {
	background-image:none; }
	
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	border-color: #FFFFFF;
	}	

	

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e1f00;
	line-height: 17px;
	margin: 0 0 10px 0; }

	

hr {
	clear: left;
	padding:0;
	width:730px;
	color:#ccc;
	background-color:#ccc;}
	

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	color:#a95800;
	padding:0 0 0 0; }

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal;
	color:#a95800;	
	padding:0 0 0 0; }
	
	h2 a {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal;
	color:#a95800;	
	padding:0 0 0 0; 
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:20px;
	color:#a95800;
	padding:0 0 0 0;
	}
	
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	color:#a95800;
	padding: 10px 0 10px 0;
	font-size: 16px;
	}	
	
	table.score_board h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:20px;
	color: #FFFFFF;
	padding:0 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	}
	
	h3.title_mailing_list {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:20px;
	color: #FFFFFF;
	padding: 10px 0;
	}

  h3.title_feedback_form {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:20px;
	color: #FFFFFF;
	padding: 10px 0;
	}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	color:#a95800;	
	padding:0 0 0 0;}

	a:link { font-family:Arial, Helvetica, sans-serif; color: #cb4c00; }
	a:visited { font-family:Arial, Helvetica, sans-serif; color:#f58000; }
	a:hover { font-family:Arial, Helvetica, sans-serif; text-decoration:underline; color:#f58000!important;}
	a:active { font-family:Arial, Helvetica, sans-serif; color:#f58000; }
	
	.calendar_table {
	background-color:#f5ca85;}
	
	.calendar_table td {
	color:#925b00;}
	
	.calendartitle {
	}
	
	table.calendar_table a { color: #90641c!important; }
	table.calendar_table a:hover { text-decoration:underline; color: #90641c!important;}
	
	.internal_col_right a {  color: #cb4c00;!important; font-size: 12px;}
	.internal_col_right a:hover { text-decoration:underline; color:#4e1f00!important;}
	
	a {   color: #cb4c00;!important;  font-size: 12px;}
	a:hover { text-decoration:underline; color:#4e1f00!important;}
	
	.close_window a { color: #FFFFFF!important; text-decoration:none; font-size: 12px;}
	.close_window a:hover { text-decoration:underline; color:#f58000!important;}

	.promo_container a { 
		color: #a95800!important; 
		text-decoration:none; 
		font-size: 14px; 
		text-transform: uppercase;
		}
		
	.promo_container a:hover { 
		text-decoration:underline; 
		color:#fff!important;
		}	
	
	
	p.return_article_link a { 
		color:#4e1f00!important;
		text-decoration:none; 
		font-size: 14px; 
		text-transform: uppercase;
		text-decoration:underline; 
		}
		
	p.return_article_link a:hover { 
		text-decoration:underline; 
		color:#fff!important;
		}	

	.footer_text_right a { 
		color: #f58000!important;
		text-decoration:none; 
		font-size: 11px; 
		text-decoration:underline!important; 
		}
		
	.footer_text_right a:hover { 
		text-decoration:underline; 
		color:#fff!important;
		}				
			
			
/* Typography Ends  ------------------------------------------------------------------------------------------------------ */


/* Classes -----------------------------------------------------------------------------*/


div.float_left {
	float: left;
	clear: both;
	padding: 10px 0;
	}
	
div.private_hire_repeater {
	float: left;
	clear: both;
	width: 670px;
	padding: 10px 0;
	}
	

p.date_reviews {
	display:none;	
	font-size:12px;
	color:#4e1f00;
	margin:5px 0 5px 0;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
div.news_image {
	float: left;
	padding: 0 20px 0 0;
	}

div.news_detail {
	float: left;
	}	
	
.footer_text_right {
	float:right;
	text-align:right;
	width: 160px;
	}
	
.footer_text_left {
	float:left;
	text-align:left;
	width: 720px;
	color:#000;
	}
	
.footer_logo_left  {
	float:left;
	width:800px;
	padding: 10px 0 15px 0;
	}
	
	.orange {
		color:#f58000;
		}

.title_eat-drink-groove-lounge {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 522px; height:135px; text-decoration: none !important;
	background-image:url(../images/titles/eat-drink-groove-lounge_home.gif);
	background-repeat:no-repeat; padding:0; margin:0;}

.button_join_us {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 173px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/join-us-button.gif);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:155px; left:659px;}
	
	/*.button_join_us:hover {background-position: -78px 0;}*/


a.button_join_us_internal, a.button_map_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 79px; height:59px; text-decoration: none !important;
	background-image:url(../images/buttons/join_us_internal.gif);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:27px; left:828px;}
	
	a.button_join_us_internal:hover, a.button_map_internal:hover {background-position: -79px 0;}
	
.button_room_service_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 79px; height:59px; text-decoration: none !important;
	background-image:url(../images/buttons/roomservice.jpg);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:27px; left:829px;}
	
	.button_room_service_internal:hover {background-position: -78px 0;}
	
.button_buy_tickets_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 79px; height:59px; text-decoration: none !important;
	background-image:url(../images/buttons/buy-tix.jpg);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:27px; left:829px;}
	
	.button_buy_tickets_internal:hover {background-position: -78px 0;}
	
	
.button_book_now_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 79px; height:59px; text-decoration: none !important;
	background-image:url(../images/buttons/book-now.jpg);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:27px; left:829px;}
	
	.button_book_now_internal:hover {background-position: -78px 0;}
	
	
/*.button_map_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 79px; height:59px; text-decoration: none !important;
	background-image:url(../images/buttons/map.jpg);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:27px; left:829px;}
	
	.button_map_internal:hover {background-position: -78px 0;}*/

.border_style {
	padding:7px 0 7px 0;
	border-bottom:1px dotted #a95800;
	border-top:1px dotted #a95800;}
	


.button_eat {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 152px; height:145px; text-decoration: none !important;
	background-image:url(../images/buttons/images-02.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left; }
	
.button_drink {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 152px; height:145px; text-decoration: none !important;
	background-image:url(../images/buttons/images.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left; }
	
.button_groove {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 152px; height:161px; text-decoration: none !important;
	background-image:url(../images/buttons/images-03.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left; }
	
.button_lounge {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 152px; height:161px; text-decoration: none !important;
	background-image:url(../images/buttons/images-04.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}
	
	
	
.button_eat2 {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 84px; height:69px; text-decoration: none !important;
	background-image:url(../images/buttons/edgl_eat.jpg);
	background-repeat:no-repeat; padding:0; margin: 16px 0; float:left; }
	
.button_drink2 {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 76px; height:69px; text-decoration: none !important;
	background-image:url(../images/buttons/edgl_drink.jpg);
	background-repeat:no-repeat; padding:0; margin: 16px 0; float:left; }
	
.button_groove2 {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 74px; height:69px; text-decoration: none !important;
	background-image:url(../images/buttons/edgl_groove.jpg);
	background-repeat:no-repeat; padding:0; margin: 16px 0; float:left; }
	
.button_lounge2 {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 80px; height:69px; text-decoration: none !important;
	background-image:url(../images/buttons/edgl_lounge.jpg);
	background-repeat:no-repeat; padding:0; margin: 16px 0; float:left;}
	
	
	
	
	
.button_eat_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 218px; height:225px; text-decoration: none !important;
	background-image:url(../images/buttons/buttons.jpg);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:22px; left:11px;}
	
	/*.button_eat_internal:hover {background-position: -152px 0;}*/
	
.button_drink_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 207px; height:225px; text-decoration: none !important;
	background-image:url(../images/buttons/buttons-02.jpg);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:22px; left:221px; }
	
	/*.button_drink_internal:hover {background-position: -152px 0;}*/
	
.button_groove_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 196px; height:225px; text-decoration: none !important;
	background-image:url(../images/buttons/buttons-03.jpg);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:22px; left:428px;}
	
	/*.button_groove_internal:hover {background-position: -152px 0;}*/
	
.button_lounge_internal {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 202px; height:225px; text-decoration: none !important;
	background-image:url(../images/buttons/buttons-04.jpg);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:22px; left:624px; }
	
	/*.button_lounge_internal:hover {background-position: -152px 0;}*/




.button_competitions {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/competitions.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left; margin-left:10px;}

.button_reserve {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/button_make_reservation.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}

.button_contact-us {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/contact-us.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}



.button_feedback {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/button_feedback_form.jpg);
	background-repeat:no-repeat; padding:0; margin:0 0 0 20px; float:left;}

a.button_feedback_contact {
	text-indent: -5000px; 
	overflow:hidden; 
	display:block;
	width: 123px; 
	height:28px; 
	text-decoration: none !important;
	background-image:url(../images/buttons/button_feedback_form.jpg);
	background-repeat:no-repeat; 
	padding:0; 
	margin:10px 0 10px 0; 
	float:left;
	}	

.button_print {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/print.jpg);
	background-repeat:no-repeat;  padding:0; margin:0 0 20px 20px; float:left;}
	
	
.button_download {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/download.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}
	
	.button_download:hover {background-position: -122px 0;}


.button_add_to_guestlist {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 173px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/guestlist.jpg);
	background-repeat:no-repeat; padding:0; margin: 0 0 0 20px; float:left;}
	


.button_reservation_form {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/reservation-form.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}

.button_feedback_form {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/button_feedback_form.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}

.button_food_menu {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 132px; height:32px; text-decoration: none !important;
	background-image:url(../images/buttons/FOOD-menu.gif);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}
	
.button_drinks_menu {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 133px; height:32px; text-decoration: none !important;
	background-image:url(../images/buttons/DRINK-menu.gif);
	background-repeat:no-repeat; padding:0; margin:0 0 0 0; float:left;}
	
.button_submit {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image: url(../images/buttons/submit.jpg);
	background-repeat:no-repeat; padding:0; margin:0 5px 0 0; float:right;}


h3 a.button_feedback {
	text-indent: -5000px; 
	overflow:hidden; 
	display:block;
	width: 123px; 
	height:28px; 
	text-decoration: none !important;
	background-image: url(../images/buttons/button_feedback_form.jpg);
	background-repeat:no-repeat; 
	padding:0; 
	margin:10px 5px 0 0; 
	float:right;
	}

	
.button_feedback_submit {
	text-indent: 5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image: url(../images/buttons/submit.jpg);
	background-repeat:no-repeat; padding:0; margin:0 5px 0 0; float:none;}

.button_make_booking {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/button_make_booking.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}
	
	
.button_private_func {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/button_private_res.jpg);
	background-repeat:no-repeat; padding:0; margin: 0 0 10px 20px; float:left;}
	
	
a.button_terms_cond {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 123px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/button_reservations.jpg);
	background-repeat:no-repeat; padding:0; margin: 0 0 0 20px; float:left;}
	
a.button_book_party {
	text-indent: -5000px; 
	overflow:hidden; 
	display:block;
	width: 173px; 
	height:28px; 
	text-decoration: none !important;
	background: url(/furniture/images/buttons/button_book_party.jpg) no-repeat 0 0;
	padding:0; 
	float:left;
	}	
	
a.email_list {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 233px; height:28px; text-decoration: none !important;
	background-image:url(../images/buttons/button_join_mailing_list.jpg);
	background-repeat:no-repeat; padding:0; margin: 0; float:left;}
		
.button_make_reservation {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 122px; height:30px; text-decoration: none !important;
	background-image:url(../images/buttons/button_make_reservation.jpg);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}
	
	.button_make_reservation:hover {background-position: -122px 0;}		
	
.button_food_menu {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 132px; height:32px; text-decoration: none !important;
	background-image:url(../images/buttons/FOOD-menu.gif);
	background-repeat:no-repeat; padding:0; margin:0; float:left;}
	
.footer_contact_details {
	border-bottom:3px dotted #be7324;
	border-top:3px dotted #be7324;
	margin-top:15px;
	padding:5px 0 5px 0;
	width:650px;
	position:relative;
	float:left;}
	
	.footer_contact_details p {
	padding-top:7px;}
	
.tagline_footer {
	text-indent: -5000px; overflow:hidden; display:block;
	width: 249px; height:42px; text-decoration: none !important;
	background-image:url(../images/titles/eat-drink-groove-lounge.gif);
	background-repeat:no-repeat; padding:0; margin:0; position:absolute; top:2px; left:400px; }
	
.repeat_region {
	float:left;
	width:630px;
	background-color:#e49643;
	margin-bottom:5px;
	padding:10px 10px 10px 10px;
	border-bottom:1px dotted #c58d52;
	border-top:1px dotted #c58d52;}
	
	.repeat_region p {
	color:#4e1f00;}
	
	.repeat_region a {
	color:#A95800;
	font-weight:bold;}
	
	.repeat_region a:link { font-family:Arial, Helvetica, sans-serif;color:#A95800; font-weight:bold;}
	.repeat_region a:visited { font-family:Arial, Helvetica, sans-serif; color:#A95800;font-weight:bold;}
	.repeat_region a:hover { font-family:Arial, Helvetica, sans-serif; text-decoration:underline;font-weight:bold; color:#A95800 !important;}
	.repeat_region a:active { font-family:Arial, Helvetica, sans-serif;  color:#A95800; font-weight:bold;}

.image_repeat_region {
	float:left;
	border:1px dotted #c58d52;
	padding:3px;
	margin:0 10px 0 0;}
	
.reviews_item_repeater {
	float: left;
	width: 100%;
	border-top:3px dotted #be7324;
	padding: 15px 0;
	}	
	
	.reviews_item_repeater h3 {
	margin-bottom:10px;
	}
	
	
.floatImageLeft {
		background-color:white;
		border: 1px dotted #480D00;
		padding: 10px;
		text-align:center;
		float:left;
		margin: 0 10px 10px 0;
		}

.floatImageRight {
		background-color:white;
		border: 1px dotted #480D00;
		padding: 10px;
		text-align:center;
		float:right;
		margin: 0 0 10px 10px;
		}
		
		
.ticket_button_holder {
		width:320px;
		float:right;
		text-align:right;}


/* Classes End -----------------------------------------------------------------------------*/


#wrapper {
	width:1021px;
	margin: 0px auto 0px auto;
	text-align:left;
	position:relative;}
	
#left_shadow {
	float:left;
	height:676px;
	width:39px;
	background-image:url(furniture/images/sitewide/left_shadow.png);}
	
#right_shadow {
	float:left;
	height:676px;
	width:44px;
	background-image:url(furniture/images/sitewide/right_shadow.png);}
	
#central_panel {
	float:left;
	width:912px;
	padding:0 10px 0 10px;
	background-color:#491905;
	border:1px solid #5d2f1f;}
	
#inner_panel {
	width:909px;
	float:left;}
	
#flash_banner {
	float:left;
	width:909px;}
	
	
div#brown_paper_area_internal div.internal_col_left div.map {
	float: right;
	}
	
div#brown_paper_area_internal div.internal_col_left div.contact_us_left	{
	float: left;
	width: 160px;
	padding: 0 20px 0 0;
	}
	
	
#navigation_banner {
	float:left;
	width:907px;
	height:247px;
	background-image:url(../images/sitewide/sun-beam.gif);
	background-repeat:no-repeat;
	background-color:#ff8402;
	border:1px solid #fe9d34;
	position:relative;
	z-index: 13;
	
	}
	
#navigation_banner_internal {
	float:left;
	width:907px;
	height:183px;
	background-image:url(../images/sitewide/sun-beam_internal.gif);
	background-repeat:no-repeat;
	background-color:#ff8402;
	border:1px solid #fe9d34;
	position:relative;}
	
#navigation {
	float:left;
	width:879px;
	padding:23px 0 0 28px;}
	
	#navigation ul {
	padding:0;
	margin:0;
	float:left;}
	
	#navigation li {
	padding:0;
	display:inline;
	text-decoration:none;
	margin:0;
	float:left;}


.nav_home  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 33px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/home.gif);
			  background-repeat:no-repeat; margin-right:42px;
}
.nav_home:hover {
	background-position: -33px 0;
}
.nav_home_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 33px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/home.gif);
			  background-repeat:no-repeat; margin-right:42px;
			  background-position: -33px 0;
}
			  
			  
.nav_eat {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 21px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/eat.gif);
			  background-repeat:no-repeat; margin-right:42px;
			  }
			  .nav_eat:hover {background-position: -21px 0;}
			  
.nav_eat_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 21px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/eat.gif);
			  background-repeat:no-repeat; margin-right:42px;
			  background-position: -21px 0;
			  }
			  
			  
.nav_drink {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 36px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/drink.gif);
			  background-repeat:no-repeat; margin-right:42px;
			  }
			  .nav_drink:hover {background-position: -36px 0;}
			  
			  
.nav_drink_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 36px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/drink.gif);
			  background-repeat:no-repeat; margin-right:42px;
			  background-position: -36px 0;
			  }
			  
			  

.nav_events-tickets  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 94px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/events-tickets.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  }
			  .nav_events-tickets:hover {background-position: -96px 0;}


.nav_events-tickets_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 94px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/events-tickets.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  background-position: -96px 0;
			  }
			  


.nav_whats_on  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 69px; height:16px; text-decoration: none !important;
			  background-image:url(../images/nav/whats-on.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  }
			  .nav_whats_on:hover {background-position: -69px 0;}
			  			  
			  
.nav_whats_on_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 69px; height:16px; text-decoration: none !important;
			  background-image:url(../images/nav/whats-on.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  background-position: -69px 0;}	  
						  
						  
			  
.nav_contact_us  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 73px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/contact_us.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  }
			  .nav_contact_us:hover {background-position: -73px 0;}
			  
.nav_contact_us_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 73px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/contact_us.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  background-position: -73px 0;
			  }
			  		  
.nav_private_hire  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 81px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/private-hire.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  }
			  .nav_private_hire:hover {background-position: -81px 0;}
			  
.nav_private_hire_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 81px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/private-hire.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  background-position: -81px 0;
			  }	
			  
			  
.nav_news  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 34px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/news.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  }
			  .nav_news:hover {background-position: -34px 0;}
			  
.nav_news_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 34px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/news.gif);
			  background-repeat:no-repeat;  margin-right:42px;
			  background-position: -34px 0;
			  }	
			  	  	  
			  
.nav_gallery  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 51px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/gallery.gif);
			  background-repeat:no-repeat; margin-right:42px;
			  }
			  .nav_gallery:hover {background-position: -51px 0;}
			  
.nav_gallery_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 51px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/gallery.gif);
			  background-repeat:no-repeat; margin-right:42px;
			  background-position: -51px 0;
			  }
			  
			  
.nav_resevations  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 83px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/resevations.gif);
			  background-repeat:no-repeat; margin-right:23px;
			  }
			  .nav_resevations:hover {background-position: -83px 0;}
			  
.nav_resevations_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 83px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/resevations.gif);
			  background-repeat:no-repeat; margin-right:23px;
			  background-position: -83px 0;
			  }
			  
.nav_room_service  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 89px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/room-service.gif);
			  background-repeat:no-repeat;
			  }
			  .nav_room_service:hover {background-position: -89px 0;}
			  
.nav_room_service_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 89px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/room-service.gif);
			  background-repeat:no-repeat;
			  background-position: -89px 0;
			  }
/*


.nav_home  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 33px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/home.gif);
			  background-repeat:no-repeat; margin-right:23px;
}
.nav_home:hover {
	background-position: -33px 0;
}
.nav_home_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 33px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/home.gif);
			  background-repeat:no-repeat; margin-right:23px;
			  background-position: -33px 0;
}
			  
			  
.nav_eat-drink  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 64px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/eat-drink.gif);
			  background-repeat:no-repeat; margin-right:23px;
			  }
			  .nav_eat-drink:hover {background-position: -64px 0;}
			  
.nav_eat-drink_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 64px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/eat-drink.gif);
			  background-repeat:no-repeat; margin-right:23px;
			  background-position: -64px 0;
			  }

.nav_events-tickets  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 94px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/events-tickets.gif);
			  background-repeat:no-repeat;  margin-right:23px;
			  }
			  .nav_events-tickets:hover {background-position: -94px 0;}
			  
.nav_events-tickets_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 94px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/events-tickets.gif);
			  background-repeat:no-repeat;  margin-right:23px;
			  background-position: -94px 0;
			  }
			  
.nav_contact_us  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 73px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/contact_us.gif);
			  background-repeat:no-repeat;  margin-right:23px;
			  }
			  .nav_contact_us:hover {background-position: -73px 0;}
			  
.nav_contact_us_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 73px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/contact_us.gif);
			  background-repeat:no-repeat;  margin-right:23px;
			  background-position: -73px 0;
			  }
.nav_private_hire  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 82px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/private-hire.gif);
			  background-repeat:no-repeat;  margin-right:23px;
			  }
			  .nav_private_hire:hover {background-position: -82px 0;}
			  
.nav_private_hire_selected  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 82px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/private-hire.gif);
			  background-repeat:no-repeat;  margin-right:23px;
			  background-position: -82px 0;
			  }
			  
.nav_review  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 93px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/press-review.gif);
			  background-repeat:no-repeat; margin-right:23px;
			  }
			  .nav_review:hover {background-position: -93px 0;}
			  
.nav_review_selected {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 93px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/press-review.gif);
			  background-repeat:no-repeat; margin-right:23px;
			  background-position: -93px 0;
			  }
			  
	/*		  
.nav_press  {  text-indent: -5000px; overflow:hidden; display:block;
			  width: 34px; height:15px; text-decoration: none !important;
			  background-image:url(../images/nav/press.gif);
			  background-repeat:no-repeat; margin-right:23px;
			  }
			  .nav_press:hover {background-position: -34px 0;}
			  .nav_press:selected {background-position: -34px 0;}
*/			  
			  




#homepage_polaroid_container {
	position:relative;
	z-index: 40;
	width:907px;
	height:0px;
	}

#homepage_polaroid {
	left:0;
	position:absolute;
	top:22px;
	width: 365px;
	}

	#omfg {
	position:absolute;
	top:150px;
	left: 272px;
	width: 110px;
	height: 110px;
	}

#large_tagline {
	float:right;
	width:522px;
	padding:25px 25px 0 0;}


#join_us_container {
	position:relative;
	width:78px;
	height:59px;
	}
	
#internal_buttons_container {
	position:relative;
	width:78px;
	height:59px;
	}

#wood_banner {
	float:left;
	width:909px;
	height:44px;
	background-image:url(../images/sitewide/wood-panel-strip.jpg);}
	
#wood_banner_internal {
	float:left;
	width:909px;
	height:57px;
	background-image:url(../images/sitewide/wood-panel-strip-internal.jpg);}
	
#brown_paper_area {
	float:left;
	width:907px;
	position: relative;
	z-index: 5;
	border:1px solid #f9cb8a;
	background-color:#f6a64a;
	background-image:url(../images/sitewide/old_brown_paper.jpg);
	background-repeat:repeat;
	padding:0 0 20px 0;}
	
#brown_paper_area_internal {
	float:left;
	width:907px;
	padding:0 0 20px 0;
	border:1px solid #f9cb8a;
	background-color:#f6a64a;
	background-image:url(../images/sitewide/old_brown_paper.jpg);
	background-repeat:repeat;}
	
#homepage_col_left {
	float:left;
	width:344px;
	min-height:332px;
	border-right:1px solid #D5B074;
	padding:10px 16px 0 16px;
	margin-top:17px;}

#homepage_col_middle {
	float:left;
	text-align:center;
	width:182px;
	height: 332px;
	padding:10px 8px 0 8px;
	border-right:1px solid #D5B074;
	margin-top:17px; }

#homepage_col_right {
	float:left;
	height:310px;
	width:321px;
	padding:0 0 0 7px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
	
	
.internal_col_left {
	float:left;
	width:670px;
	border-right:1px solid #d5b074;
	margin-top:50px;
	padding:0 16px 0 16px;
	}	

.internal_col_left_no_promo {
	float:left;
	width:870px;
	margin-top:50px;
	padding:0 16px 0 16px;
	}

.internal_col_right {
	float:left;
	text-align:center;
	width:184px;
	padding:0 10px 0 10px;
	margin-top:50px;}


.form_container {
	width:400px;}
	
.form_feedback_container {
  width:500;
  height:auto;}
  	
#footer {
	float:left;
	width:909px;
	padding: 8px 0;
	background-color:#491906;}
	
	#footer p {
	font-size:10px;
	color:#6a3719;
	margin: 0;
	padding: 0;
	}
	
	
	#footer a { 
	font-family:Arial, Helvetica, sans-serif; 
	color: #f58000!important;
	font-size: 10px; 
	text-decoration:underline!important; 
	}
	
	#footer a:visited { 
	text-decoration:none; 
	color:#6a3719; 
	text-decoration:none;}
	
	#footer a:hover { 
	text-decoration:underline; 
	color:#fff!important;
	}
	
	#footer a:active { 
	text-decoration:none; 
	color:#6a3719; 
	text-decoration:none;
	}
	
	
/* Titles ------------------------------------------------------------------------------------------------*/




/* Titles End ------------------------------------------------------------------------------------------------*/


/* Form Fields */

.formField {
	border: 1px dotted #e28418;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	width:250px;
	color:#4e1f00; }
	
	.formField:focus {background: #fbe2c5;}
	
	
.formFieldDropDown {
	border: 1px dotted #e28418;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin-right:2px;
	color:#4e1f00; }
	
	select.formFieldDropDown option {
	margin-right:5px !important;}
	
	
.formFieldSmallWidth {
	border: 1px dotted #e28418;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	width:50px;
	color:#4e1f00; }
	
	.formFieldSmallWidth:focus {background: #fbe2c5;}
		
.formLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#4e1f00; }


 
textarea.formField {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	border: 1px dotted #e28418; }
	
select.formField {
	width:260px;}
	
	
.formFieldFeedback {
	border: 1px dotted #e28418;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	width:250px;
	color:#4e1f00; }
	
.formLabelFeedback {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#4e1f00; }

.formField:focus {background: #fbe2c5;}
 
textarea.formFieldFeedback {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	border: 1px dotted #e28418; }

label {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	color:#555; }

label {
	width: 115px;
	padding-right: 11px;
	padding-top:8px; }

br.formBR {
	clear: left; }

.date {
	width:83px;
}

.area_drop_down {
	width:120px;
}

.game_score_drop_down {
	width:110px;
	margin: 0 6px;
	font-size: 11px;
}


form.game_form {
	margin: 0 auto;
	padding: 30px 0;
	}

.game_container  {
	margin: 0 auto;
	width:520px;
	}
	
	.game_inner_wrapper  {
	width:520px;
	float: left;
	}

.navigation_game_wrapper {
	float: left;
	width:440px;
	background-color:#e49643;
	padding: 0 40px;
	}

.previous_score {
	float: left;
	padding: 10px 0;
	width: 260px;
	color:#4e1f00;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	}
	
	.previous_score input {
	float: left;
	margin: 0;
	padding: 0;
	}	
	
	.previous_score select {
	float: left;
	padding: 0;
	margin: 1px 10px 0 0;
	}
	
	.previous_score span {
	float: left;
	margin: 0;
	padding: 2px 10px 0 0;
	}
		
.other_score {
	padding: 13px 0;
	width: 180px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e1f00;
	float: left;
	}

.score_table_wrapper {
	width:440px;
	text-align:center;
	float: left;
	padding: 20px 0 10px 40px;
	}

.close_window {
	margin: 0 auto;
	clear: both;
	}
	
table.score_board {
	width:440px;
	float: left;
	}
	
	table.score_board tr td {
	padding: 4px 0;
	border-bottom: 1px solid #fff;
	}

.signupframe {
	background-color:#e49643;
	background-image:url(../images/sitewide/old_brown_paper.jpg);
	background-repeat:no-repeat;
	margin: 0 auto 10px auto;
	padding: 15px;
	width: 640px;
	}		

.signupframe td {
	padding: 2px;
	color:#4E1F00;
	}		
	
.feedbackframe {
	background-color:#e49643;
  margin: 0 auto 10px auto;
	padding: 15px;
	width: 400px;
}
	
.feedbackframe td {
  padding: 2px;
background-color:#e49643;
  margin: 0 0 0 0;
  height:20px;
  }
 
.radioinput label {
	width:60px;
	height:20px;
	float:left;
	padding:0;
	color:#FFFFFF;
	font-weight:bold;
  text-align:center;
	margin:0;}
  
.radioinput input {
  height:20px;
  width:55px;
  margin-right:5px;}
  
.radioinput {
  width:20px;}

/*
.gameNav span {
	float:left;
	padding:5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e1f00!Important;
	/*color:#3B2203!Important;
	}
	
.gameNav a {
	float:left;
	padding:5px 0 5px 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e1f00!Important;
	/*color:#3B2203!Important;
	}
	
.gameNav a:hover {
	float:left;
	padding:5px 0 5px 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e1f00!Important;
	/*color:#3B2203;
	/*background-color:#C96401!Important;
	}	
	*/

.internal_col_left ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e1f00;
	line-height: 17px;
	margin:0;
	padding: 0 0 0 15px;
	list-style-type: square;
	}

	.internal_col_left ul li {
	margin:0;
	padding: 0 0 8px 5px;
	}
	
#event_popup {
	float:left;
	width:1000px;
	padding:20px 0 20px 0;}
	
#popup_buttons_container {
	width:430px;
	padding:0 0 0 370px;}
	
	
.game_text {
	margin:0 auto 0 auto;
	width:400px;
	color:#FFFFFF;}
	
	.game_text p {
	color:#FF9900;}
	
.rblist tr td label {
	float:left;
	margin:3px 0 0 7px!Important;
	width:80px!Important;
	padding:0!Important;
}

.rblist tr td input {
	float:left;
	margin:0px 0 0 0px!Important;
	padding:0!Important;
}

.rblist tr td {
	padding:0!Important;
}

#competitons_wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width:640px;
}

.ribbon_holder {
	position:absolute;
	top:433px;
	left:466px;
	width:149px;
	display:none;
	height:238px;}
	
.card_logos {
	float:right;
	width:380px;
	height:24px;
	background-repeat:no-repeat;
	background-image:url(../images/sitewide/credit_cards.jpg);}
	
	
div.reviews_item_repeater img.story_image {
	display: block;
	margin: 0 0 20px 0;
	}
	
div.internal_col_left_no_promo table.gallery_table {
	width: 870px;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
	div.internal_col_left_no_promo table.gallery_table td {
	padding: 7px;
	margin: 0;
	vertical-align: middle;
	}
	

#signup {
	width:450px;
	float:left;
	}

#signup td {
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;}
	
	#signup input {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;}
	
	#signup label {
	width:100px;
	color:#491906;}
	
	#signup strong {
	color:#990000;}
	
	#signup .formButton {
	width:100px;
	color:#FFFFFF;
	border:1px solid #421F04;
	background-color:#491906;}
	
	
.bournemouth_signup_badge {
	width:404px;
	height:108px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:137px;
	left:142px;
	z-index:999;
	background-image:url(../images/buttons/plane_banner.jpg);
	}

	
div#brown_paper_area p.competition {
	position: absolute;
	bottom: 0;
	display:none;
	right: 0;
	width: 530px;
	height: 98px;
	padding: 0;
	margin: 0;
	z-index: 77;
	}
	
	div#brown_paper_area p.competition a {
	padding: 0;
	margin: 0;
	float: left;
	}
	
	
