* {
margin: 0;
padding: 0;
}

/* bof body and main div styles */
body {
	font-size: 75%;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	background: #fff;
	color: #333;
}

#header {
	width: 980px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/header-orange.jpg) top center no-repeat #272727;
}

#navbar {
	width: 960px;
padding: 0.5em 0;
	margin: 0 auto;
	background: #272727;
border-bottom: 1px solid #333;
font-size: 1.2em;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: #111;
}

#full {
	width: 940px;
	padding: 10px;
	background: #fff;
	margin-bottom: 40px;
}

#main {
	width: 720px;
	padding: 0;
	float: left;
	background: #272727;
}

#center {
	width: 460px;
	padding: 10px;
	float: right;
	background: #272727;
}

#dinner {
	margin-top: 1em;	
}

#sidebar_1 {
	width: 220px;
	padding: 10px;
	float: left;
	background: #232323;
}

#sidebar_2 {
	width: 220px;
	padding: 10px;
	float: right;
	background: #232323;
}

#register {
border: 2px solid orange;
width: 90%;
padding: 0% 4% 8%;
font-size: 1.1em;
margin-top: 15px;
}

#map {
	width: 180px;
	height: 180px;
	overflow: hidden;
}

#latest_news {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#footerContainer { 
	width: 960px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	background-color: #232323;
}
#footer	{
	width: 940px;
	padding: 10px;
	text-align: center; 
	font-size:12px;
	background-color: #232323;
	color: #999;
border-top: 1px solid #333;
}
/* eof body and main div styles */

/* bof div class styles */
.nowbookingimg {
float: left;
width: 78px;
padding: 0;
text-align: left;
}
.showimg {
float: left;
width: 110px;
padding: 0;
text-align: left;
margin-top: 1em;
}
.showtxt {
margin-top: 1em;
}

.full_c1 {
	width: 167px;
	padding-right: 10px;
	float: left;
}
.full_c41 {
	width: 176px;
	padding: 5px;
	text-align: center;
	float: left;
}
.full_c23 {
width: 753px;
margin-left: 180px;
padding-right: 5px;
}
.full_c2 {
	width: 167px;
	padding: 0 10px;
	float: left;
}
.full_c3 {
	width: 561px;
	padding-left: 10px;
	margin-left: 188px;
}

.main_c23 {
width: 426px;
float: right;
}

.offers {
	margin: 10px 0 0;
	padding: 0;
	background: #272727;
	text-align: justify;
}
.offer {
margin: 0;
padding: 0 10px;
height: 170px;
border-bottom: 1px solid #333;
background: repeat-x;
}

.footer-box {
	width: 216px;
	height: 185px;
	float: left;
	background-color: #039;
	margin: 5px 1px 10px;
	padding: 10px;
}
div.hr {
border-top: 1px solid #333;
margin: 1.5em 0 1em;
}
/* eof div class styles */

/* bof images */
.offers img {
float: left;
margin: 10px 10px 0 0;
}

img.banner {
	margin: 10px auto 0;
}
img.leftsb {
	float: left;
	margin-right: 5px;
}
img.show {
	float: left;
	margin-right: 15px;
}
/* eof images */

/* bof headings */
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 1em;
}
#footer h6 {
color: #aaa;
}

h1, h2, h3, h4, h5, h6 {
padding: 0.5em 0 0.33em;
color: #aaa;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-weight: bold;
}

.offers h2 {
	background: #c00;
	color: #fefefe;
	padding: 0.4em 0.33em;
margin: 1em 0;
}
#sidebar_1 h3, #sidebar_2 h3 {
font-size: 1.2em;
font-variant: small-caps;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #efefef;
}
#sidebar_1 h4, #sidebar_2 h4 {
font-size: 1em;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #efefef;
}
.showtxt h2 {
padding-top: 0;
}

/* eof heading */

/* bof typography */
label.contactform {
color: #aaa;
margin: 2em 0;
}
input.contactform, textarea#message {
margin: 0.3em 0;
}
#contactform #Submit {
margin-top: 1em;
background: #c00;
color: #efefef;
border: 2px outset #c00;
padding: 0.5em 0.33em;
font-size: 1.1em; 
}
#center p, .sidebar p, #full p {
line-height: 1.25em;
margin: 0.66em 0;
color: #aaa;
}
#sidebar_1, #sidebar_2 {
color: #efefef;
font-size: 0.92em;
}

#footer p {
	line-height: 2em;
}

.banner {
	margin-top: 1em;
	text-align: center;
}

.strong {
	font-weight: bold;
}
.soldout {
	font-weight: bold;
	padding: 1em;
	border: 1px solid #f00;
}
.saving {
	font-weight: bold;
	color: #f00;
}
.small {
	font-size: 0.86em;
}
.justify {
	text-align: justify;
}
blockquote {
border: 5px solid #333;
width: 75%;
margin: 2em auto;
padding: 1.5em;
background: #999;
color: #272727;
}
#center .red, #center .red a, .required {
	color: #c00;
}
#center .green {
	color: green;
}
/* eof typography */

/* bof links */
#navbar ul li a:link, #navbar ul li a:visited {
	color: #efefef;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
padding: 0.5em;
}
#navbar ul a:hover {
	background: #c00;
}

.nowbookingtxt a:link, .nowbookingtxt a:visited, .showtxt a:link, .showtxt a:visited, .offer a:link, .offer a:visited {
	color: #c00;
	text-decoration: none;
}

.nowbookingtxt a:hover, .showtxt a:hover, .offer a:hover {
color: #c00;
text-decoration: none;
border-bottom: 1px dotted #c00;
}

#center a.button:link, #center a.button:visited, #center a.button:hover, #full a.button:link, #full a.button:visited, #full a.button:hover {
text-decoration: none;
background: #c00;
font-weight: normal;
color: #efefef;
padding: 2px 10px;
border: 0px outset orange;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 1em;
}
#center ul li a {
	color: #c00;
	text-decoration: none;
}
#center ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #c00;
}

.nowbookingtxt h2 a:link, .nowbookingtxt h2 a:visited, .nowbookingtxt h3 a:link, .nowbookingtxt h3 a:visited, .offer h3 a:link, .offer h3 a:visited {
color: #aaa;
text-decoration: none;	
}
.nowbookingtxt h2 a:hover, .nowbookingtxt h3 a:hover, .offer h3 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

a img {
	border: none;
}

#footer a:link, #footer a:visited {
	color: #aaa;
	font-weight: normal;
text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
border-bottom: 1px dotted #aaa;
}
#sidebar_1 h4 a, #sidebar_2 ul li a {
color: #efefef;
text-decoration: none;
display: block;
padding: 10px;
margin: 0;
line-height: 1.5em;
border-bottom: 1px solid #333;
}
#sidebar_1 h4 a:hover, #sidebar_2 ul li a:hover {
color: #efefef;
text-decoration: none;
background: #c00;
border-bottom: 1px solid #333;
padding: 10px;
}
/* eof links */

/* bof lists */
#sidebar_1 ul, #sidebar_2 ul, ul.links {
margin: 0;
padding: 0;
list-style-type: none;
color: #efefef;
}
#sidebar_1 ul li {
margin: -1em 0;
}

ul.links li {
	margin: 1em 0;
}
ul#nav {
margin-top: 1em;
}

#navbar ul {
	list-style-type: none;
}
#navbar ul li {
display: inline;
margin: 0;
padding: 0.5em;
}

.footer-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0 1em;
	padding: 0;
	list-style-type: none;
	display: inline;
}
/* eof lists */

/* bof misc */
.clearfloat {
	clear: both;
}
.center {
	text-align: center;
}
.left {
float: left;
}

br.quote {
	margin: 0.5em 0;	
}
/* eof misc */

/* bof encore */
#searchbox {
	border: 2px solid #c00;
  width: 90%;
  padding: 0% 4% 10%;
	font-size: 1.1em;
	margin-top: 1em;
}
#eolts_show {width: 157px;}

#showid {width:158px;}

#qdate {width:158px;}
	
#qperf {width:158px;}

#qqty {width:158px;}

.eolts_quick {
  
}
.eolts_quick select, select#eolts_show {
	padding: 0.3em 0;
	font-size: 0.92em;
}
select#eolts_show {
	margin-left: 2px;	
}
.eolts_label {
	padding-right: 5px;
	font-size: 1em;
}

a.eolts_more:link, a.eolts_more:visited, a.eolts_more:hover {
  background-color: #c00;
  padding: 0.3em 0.5em;
  position: relative;
  top: 0.5em;
  color: #fff;
  border: 2px outset #c00;
  text-decoration: none;
	font-size: 1.2em;
}
a.eolts_more:focus {
  border: 2px inset #c00;
  text-decoration: none;
}
/* eof encore */

/*iContact*/
#SignUp {
color: #333;
font-size: 1em;
width: 350px;
height: 185px;
padding: 80px 0px 0px;
border: none;
background: url(/images/arrow-d.gif) no-repeat top center #fff;
margin-top: 10px;
}
#SignUp p {
line-height: 1em;
padding: 0;
margin: 0.3em 0em;
}
#SignUp input {
width: 340px;
margin: 0.5em 0;
}
#SignUp .ic_submit {
width: 65px;
background-color: orange;
border: 2px outset gold;
color: #fff;
padding: 0.4em;
margin: 0 0 0 280px;
font-size: 1.1em;
}
