/*CSS*/
/*Positioning*/
body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	
}

#container {
	padding-left: 50%;
	margin-left: -907px;
}

#header {
	width: 1814px;
	height: 48px;
	background-image: url('images/header_background.jpg');
	padding-left: 50%;
	
}
#header a img {
	padding-top: 5px;
}
#footer {
	width: 1964px;
	height: 220px;
	background-image: url('images/footer_background.png');
	background-repeat: repeat-x;
	margin-top: -220px;
	margin-left: -53px;
	padding-left: 20px;
	text-align: center;
	padding-top: 120px;

}

#leftsidebar {
	width: 275px;
	height: 732px;
	background-image: url('images/left_sidebar_v5.png');
	background-repeat: no-repeat;
	margin-top: -48px;
	margin-left: 440px;
	padding-top: 170px;
	padding-left: 15px;
}

#contentheader {
	width: 684px;
	height: 56px;
	background-image: url('images/content_header_background.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#contentbody {
	width: 664px;
	height: 325px;
	background-image: url('images/content_background.png');
	background-repeat: repeat;
	margin: 0px;
	padding: 10px;
	overflow-y: scroll;
	
}

#contentfooter {
	width: 684px;
	height: 56px;
	background-image: url('images/content_footer_background.jpg');
	background-repeat: no-repeat;
}

#content {
	float: left;
	clear: both;
	margin-top: -825px;
	padding-left: 720px;
}

#footer li {
	display: inline;
	list-style-type: none;
}
.spacer {
	padding-left: 10px;
	padding-right: 10px;
	color: #a5432f;
}

.header {
	float: right;
	padding-top: 20px;
	padding-right: 5px;
}

#weekgrid {
	width: 578px;
	height: 57px;
	background-image: url('images/week_grid.png');
	background-repeat: no-repeat;
	margin-left: 40px;
}

#weekgrid ul {
	display: inline;
	
}

#weekgrid li {
	font-size: 16px;
	float: right;
	padding-right: 15px;
	padding-left: 5px;
	list-style-type: none;
	margin: 0px;
}

.sundaygrid {
	margin-right: -1px;
	padding-left: 1px;
}

.contactlist {
	font-size: 16px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#contactform {
	float: left;
	padding-right: 30px;
}

#menusalone {
	float: right;
	padding: 20px;
	text-align: center;
}

#flavour {
	float: right;
}

.menuphotos {
	float: right;
	padding: 20px;
}


#survey {
	width: 200px;
	float: right;
	padding-left: 50px;
	padding-right: 50px;
}

#reviewsites {
	display: inline;
}
#reviewsites li {
	float: left;
	padding: 5px;
}

#thenewbeat {
	font-weight: bold;
	font-size: 10px;
	color: #a4a4a4;
	margin-top: 20px;
}

#thenewbeat img {
	
}

#thenewbeat a:hover {
	
	text-decoration: none;
	background-color: #a4a4a4;
	color: #000;
	
}


/*Fonts*/

body {
	color: #a4a4a4;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

a {
	color: #f26922;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f26922;
	text-decoration: underline;
}

a:active {
	color: #a4a4a4;
	text-decoration: none;
}

a:visited {
	color: #f26922;
	text-decoration: none;
}

h1 {
	float: right;
	font-size: 24pt;
}

h2 {
	color: #f26922;
}

h3 {
	color: #f26922;
}

li {
	list-style-type: none;
}
#footer {
	font-size: 8pt;
}

input {
	color: #DADADA;
	font-size: 16px;
	background-color: transparent;
	border: 2px solid #fff;
}

textarea {
	color: #DADADA;
	font-size: 16px;
	background-color: transparent;
	border: 2px solid #fff;	
}

/*Lightbox*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

