/* General styles */

body {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #CCC;
	margin: 0px;
	text-align: center;
	background: #444444 url(../images/pattern_bg.jpg) repeat-y 50% 0;
	}
form, ul {
	margin: 0px;
	padding: 0px;
	}
img {
	border: none;
	}
	
h1 {
	margin: 0;
	font-size: 1.5em;
	margin-top: 12px;
	color: #FF6600;
	}
	
h1, h3, h2, p {
	font-family: Arial, Helvetica, sans-serif;
	}
	
h3 {
	font-size: 1em;
	margin: 1em 0 0 0;
	}
	
p {
	font-size: 1.2em;
	}
	
a:link, a:visited,  a:active {
	color: #FF9900;
	text-decoration: none;
	}
	
a:hover { 
	text-decoration: underline;
	}
	
a:focus {outline:none;}
	
/* Structural styles */
	
#outer_frame {
	width: 750px;
	text-align: left;
	height: auto;
	margin: 0px auto;
	}
	
#header {
	margin-top: 2px;
	width: 750px;
	height: 50px;
	}
	
#top_text {
	text-align: right;
	}
	
#sub_header {
	background-color: #000;
	color: #CCC;
	padding: 2px;
	font-family: Arial, sans-serif;
	border-top: 1px solid #333;
	}
	
#date {
	float: left;
	color: #999;
	}
	
#sub_header li {
	display: inline;
	list-style: none;
	} 

#nav {
	background-color: #333333; 
	border-bottom: 1px solid #000000; 
	padding: 4px;
	font-family: Verdana;
	}
	
#nav li {
	display: inline;
	list-style: none;
	margin-right: 8px;
	}
	
#main_body {
	float: left;
	padding: 0px;
	margin-top: 4px;
	width: 750px;
	}
	
#left_content {
	float: left;
	width: 525px;
	margin: 0px;
	padding: 0px;
	}
	
.inner_left_content {
	width: 517px;
	margin-left: 4px;
	}
	
#right_content {
	float: left;
	width: 225px;
	text-align: center;
	}
	
* html #right_content {
	overflow: hidden;
	}
	
.center_fix {
	margin: 0 auto;
	}
	
#left_content .left_image {
	margin-right: 12px;
	border: 1px solid #666;
	}
	
#left_content .right_image {
	margin-left: 12px;
	border: 1px solid #666;
	}
	
/* Navigation styles */

.button {
	color: #FF9900;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	}
	
.button_pressed {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-color: #444;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
	text-decoration: none !important;
	cursor: default;
	}
	
a.button:hover {
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #444;
	text-decoration: none;
	}
	
/* Footer styles */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 5em;
	font-size: 0.85em;
	color: #CCC;
	border-top: 1px solid #666;
	padding-top: 4px;
	}	

.footer a:link, .footer a:visited, .footer a:active, .footer_right a:link, .footer a:visited, .footer a:active {
	color: #FF9900;
	text-decoration: none;
	}
	
.footer a:hover, .footer_right a:hover {
	text-decoration: underline;
	}
	
.footer_right {
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin-left: 14px;
	text-align: left !important;
	}
	
.footer_right span {
	margin-bottom: 8px;
	font-weight: bold;
	display: block;
	}
	
.footer_right p {
	color: #999;
	font-size: 1em;
	}
	
/* Component styles */
	
.left {
	float: left;
	}

.right {
	float: right;
	}

.small {
	font-size: 80%;
	color: #CCC;
	margin-top: 0;
	}
	
.text_center {
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
.cm {
	float: right;
	margin-right: 1em;
	}
	
.cm img {
	border: none !important;
	}
	
noscript p {
	color: #DD0000;
	font-size: 1em;
	}
	
.spacer {
	margin-top: 1em;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
.opening_times {
	width: 192px;
	border: 1px solid #666;
	background-image: url(../images/iron.jpg);
	color: #CCC;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 4px;
	}
	
.opening_times ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left !important;
	}
	
.opening_times li {
	margin-top: 4px;
	margin-bottom: 8px;
	}
	
.opening_times h4 {margin:0 0 1em 0;text-align:left;font-size:1em;}
	
.border {
	border: 1px solid #666;
	}
	
.map_border {
	border: 3px solid #666;
	}

.picture_box {
	margin: 0 auto;
	text-align: left !important;
	border: 1px solid #666;
	background-image: url(../images/rusty.jpg);
	width: 200px;
	}
	
.picture_box img {
	border-bottom: 1px solid #666;
	}

.picture_text {
	padding: 4px;
	}
	
.picture_text p {
	font-size: 1em;
	margin: 0;
	}
	
/* Gallery styles */

#gallery {
	text-align: center;
	}

#gallery img {
	border: 1px solid #666;
	margin: 4px;
	}
	
/* Restaurant styles */
#menu {
	font-family: Arial, serif;
	}
	
#menu ul {
	/*list-style: none;*/
	font-size: 1.2em;
	list-style-image: url(../images/icons/tom.gif);
	margin-left: 6px;
	}
	
* html #menu ul {
	margin-left: 0px;
	}
	
#menu ul li {
	margin: 0 0 0 18px;
	}
	
* html .ie_fix {
	margin-right: 1em;
	}
	
/*#menu ul li span {
	padding-left: 1em;
	background: url(../images/menu_bullet.gif) no-repeat 0 0;
	}*/
	
#menu ul span.price, #menu p span.price {
	font-size: 0.8em;
	color: #AAA;
	background: none;
	padding: 0;
	}
	
#menu h2, #ales h2 {
	font-size: 1.4em;
	padding: 0;
	border-bottom: 1px solid #663300;
	}
	
#menu h3 {font-size:1.2em;margin-bottom:0.5em;}
/* Ales styles */

#ales p {
	text-align: center;
	}

#ales img {
	border: 1px solid #666;
	}
	
#ales ul {
	list-style: none;
	}

#ales .ale-list .col {
	float: left;
	width: 31%;
	text-align: left;
	}
	
#ales .ale-list ul {
	margin-left: 7%;
	}
	
#ales ul li {
	margin-bottom: 0.2em;
	}
	
#ales .ale-list ul li a, #ales .ale-list ul li span {
	padding-left: 1.6em;
	background: url(../images/icons/ale.gif) no-repeat 0 0;
	}
	
#ales h2 {
	margin-top: 2em;
	}
	
.backtotop {text-align:right;margin-top:-2.7em;}
html>body .backtotop {text-align:right;margin-top:-2.3em;}

.fdbk {margin-left:1em;}
.fdbk .control {background-color:#222222;border:1px solid #666666;color:#FFFFFF;padding:2px;}
.fdbk .control-button {background-color:#444444;color:#FF6600;font-weight:bold;border:1px solid #666666;}
.error {color:#FF0000;}
.msg-sent {background-color:#444444;border:1px solid #666666;padding:3px;}
.rooms img {margin-left:1em;}
html>body .rooms p {margin-bottom:5em;}
.access {display:none !important;}

address {font-style:normal;margin:1em 0 1em 0;}

#gallery h3 {text-align:left;font-size:1.2em;border-bottom:1px solid #666666;margin-bottom:1em;}
#gallery .break {border-top:1px solid #666666;margin-top:1em;}

.contact-us h2 {font-size:1.2em;margin-top:16px;}

.divform h2 {font-size:1.4em;}
.comments {background-color:#222222;margin:0 1em 3em 0;padding:0;border:1px solid #444444;color:#CCCCCC;}
.row2 {text-align:right;}
.row1 p {padding:1em 1em 2em 1em;margin:0;color:#EEEEEE;background:#000000 url(../images/wback.jpg) repeat 0 0;}
.row1 p.posting {font-size:0.9em;color:#999999;margin:0;padding:5px 2px 5px 0;text-align:right;font-size:1em;background:#000000 url(../images/book.gif) no-repeat 6px 50%;border-top:1px dotted #444444;}
.row1 p span {color:#CCCCCC;}

.neg-margin {margin:0;}
.page-control {text-align:right;margin-right:12px;}
.page-control input {vertical-align:middle;}

.home-gb {width:202px;margin:1em auto;}
.home-gb .from-gb {padding:0 0 0 2px;margin:0;font-size:1em;text-align:left;}
.home-gb .comments {margin:0 0 1em 0;text-align:left;}
.home-gb .comments .row1 p {padding:12px;font-size:1em;}
.home-gb .comments .row1 p.posting {padding:4px 4px 4px 40px;text-align:left;background-position:4px 50%;}
.eviivo_sbox {margin:8px auto 0 auto;border:1px solid #666666;width:190px !important;padding:5px !important;font-family:arial !important;color:#CCCCCC !important;}
.eviivo_line1 {font-size:11px !important;}
.eviivo_sbox .eviivo_title {background-image:url(../images/icons/padlock.gif) !important;}
.eviivo_button_image {background:url(../images/button.gif) no-repeat 50% 0 !important;height:22px !important;}
.eviivo_sbox input, .eviivo_sbox select {background-color:#333333;border:1px solid #666666;color:#F6F6F6;}
#calImgStartDate {border:none;}

#left_content .widSSP {margin:12px auto 1em auto;}