* {
	margin:0;
	padding:0;
	background-position: top;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#909090;
	width:100%;
	font-size: 70%;
	background-color: #fff;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*** CONTAINER STYLES ***/

#container {
	width:843px;
	margin:0 auto;
}

#content-bg {
	width:843px; 
	background:transparent url(../images/content-bg.gif) top left repeat-y;
	clear:both;
}

#header-bg {
	width:843px; 
	background:transparent url(../images/header-bg.jpg) top left no-repeat;
	position:relative;
	padding-top:21px;
}

/*** NAV STYLES ***/

#top-nav {
	height:36px;
	width:799px;
	background:transparent url(../images/topnav-bg.gif) top left repeat-x;
	margin-top: -2;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top-nav ul {
	width:801px;
	position:relative;
}

#top-nav ul li {
	list-style:none;
	position:absolute;
	height:36px;
	top: 0px;
	left: 557px;
}

#top-nav ul li#home-link {
	width:85px;
	left:0;
}

#top-nav ul li#westminster-link {
	left: 137px;
	width: 85px;
}

#top-nav ul li#birmingham-link {
	left: 327px;
	width: 153px;
}

#top-nav ul li#newsevents-link {
	left: 510px;
	width: 122px;
}

#top-nav ul li#contact-link {
	left: 689px;
	width: 111px;
}

#top-nav ul li#christmas-link {
	width:113px;
	left:687px;
}

/*** MAIN IMAGE STYLE ***/

/* This could also be used for flash */

#image-container {
	width:843px;
}

#flashcontent {
	width:799px;
	margin-left:22px;
}

/*** CONTENT STYLES ***/

#content {
	width:801px;
	margin-left:21px;
	margin-top:20px;
	padding:0;
}

#content h1 span, #content h2 span {
	display:none;
}

#content p {
	margin:11px 0;
	line-height: 140%;
	padding:0;
}

#content p a {
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}

#main {
	width:445px;
	margin-left:30px;
	margin-right:40px;
	float:left;
	display:inline;
	padding-bottom:50px;
}

ul#sub-container {
	margin:10px 0 20px 0;
}

ul#sub-container li {
	display:inline;
	list-style:none;
}

#rightcol {
	float:left;
	width:271px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

/*** EXTRA DETAIL ***/

#flower-detail {
	background:transparent url(../images/flower.jpg) bottom right no-repeat;
	position:absolute;
	left:-213px;
	top:410px;
	height:380px;
	width:230px;
}

#placesetting-detail {
	background:#fff url(../images/main-bg.gif) bottom left no-repeat;
	position:absolute;
	bottom:-10px;
	left:21px;
	width:504px;
	height:124px;
}

/*** FOOTER STYLES ***/

#footer {
	width:843px; 
	background:transparent url(../images/footer-bg.gif) top left no-repeat;
}

#footer ul#footer-links {
	float:left;
	margin-right:20px;
	margin-top:20px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#footer ul#restaurant-links {
	float:right;
	margin-right:20px;
	margin-top:30px;
}

#footer ul li {
	display:inline;
	margin-left:20px;
}

#footer ul#footer-links li a{
	text-decoration:none;
	font-size:70%;
	color:#999999;
}

#footer ul li img {
	vertical-align:middle;
}

/*** GENERIC STYLES ***/

a img {
	border:none;
}

.logo {
	margin-left:15px;
	display:block;
	float:left;
}

.clear {
	clear:both;
}
.greybox {
	clear:both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.spacer {
	clear:both;
	background-color: #FFFFFF;
	height: 3px;
}

/* twitter overrides */

#twitter 
{
    float:right;
	padding-left:30px;
	background:url(../images/twitter-feed-bg.gif) left 50% no-repeat;
	margin-top:30px;
	border-top:1px solid #5A5A5A;
	margin-right:20px;
}

#twitter .twtr-ft, #twitter .twtr-hd 
{
    display:none;
}

#twitter .twtr-widget
{
    font-size:10px!important;
}

#twitter .twtr-widget .twtr-tweet 
{
    border-bottom:none;
}

#twitter .twtr-widget .twtr-tweet-wrap
{
    padding:4px 0 4px;
    background:none;
}

/* club individual promo */

#footer-club {
	float:left;
	padding-left:20px;
	padding-top:35px;
}

#footer ul#footer-links {
	clear:left;	
}

