
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #363a39;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #7c5454;
	background-image: url(../images/background.jpg);
	background-position: center top;
	text-align: center;
	margin: auto;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	font-size: 64px;
	color: #601f27;
	margin-bottom: 14px;
}

h2 {
	font-size: 32px;
	color: #191921;
	margin-bottom: 10px;
	font-weight: bold;
}

a.text-nav:hover {
/*	text-decoration: underline; */
	color: #462c2e;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #a77f50;
	text-decoration: none;
}

/* Styling for main template */

#outer {
	margin: auto;
	width: 960px;
}

#container {
	text-align: left;
	margin: auto;
	width: 940px;
	float: left;
	left: 0;
	background-image: url(../images/bg-main.jpg);
	background-position: center top;
	padding: 0 10px 10px 10px;
}

#top-container {
	display: inline;
	float: left;
	width: 100%; 
	background-image: url(../images/bg-top.jpg);
	background-position: center top;
}

#top {
	display: block;
	width: 960px;
	margin: auto;
	height: 127px;
	text-align: left;
	bottom: 0;
	position:relative;
}

#logo {
	float: left;
	display: inline;
	width: 300px;
	height: 79px;
	margin-left:290px;
}

#banner {
	float: right;
	display: inline;
	width: 301px;
	height: 127px;
	text-align: right;
}

#winmeal {
	position:absolute;
	top:0;
	left:0;
	height:100px;
	width:190px;
	z-index:1000;
}

#navigation {
	float: left;
	display: inline;
	width: 659px;
	height: 28px;
	margin-top: 20px;
}

#image {
	float: left;
	display: inline;
	width: 734px;
	height: 399px;
	overflow: hidden;
	position: relative;
}

#image-frame {
	width: 734px;
	height: 399px;
	position: absolute;
	z-index: 10;
	top:0;
	left:0;
}

#image-slider {
	width: 680px;
	height: 345px;
	top: 29px;
	left: 27px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
}

#signupform, #blackboard {
	float: right;
	display: inline;
	width: 195px;
	height: 382px;
	margin-left: 10px;
	margin-top: 10px;
}

#signupform p { margin: 0 0 5px;}

#content {
	float: left;
	display: inline;
	width: 724px;
	min-height: 222px;
	height: auto !important;
	height: 222px;
	margin-left: 10px;
	margin-bottom: 30px;
	*maging-top:-100px;
}

#right-menu {
	float: right;
	display: inline;
	width: 195px;
	min-height: 202px;
	height: auto !important;
	height: 202px;
	margin-left: 10px;
	margin-top: 100px;
	text-align: center;
}

#content-banner {
	float: left;
	display: inline;
	width: 940px;
}

#footer-container {
	display: inline;
	height: 345px;
	float: left;
	width: 100%; 
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#footer {
	display: block;
	width: 960px;
	margin: auto;
	height: 345px;
	text-align: center;
	bottom: 0; 
}


/*//////////////// Classes /////////////////*/

.text-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

.text-highlight {
/*	color: #e89d0c; */
	font-size: 18px;
}

.text-nav {
	font-size: 18px;
	color: #f6f2e5;
	margin-right: 15px;
}

.form-field {
	width: 161px;
	height: 15px;
	background-image: url(../images/bg-form1.jpg);
	border: 0;	
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin: 5px 0 5px 0;
}

.form-dropdown {
	background-color: #747476;
	border: 0;	
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin: 5px 0 5px 0;
}

.form-other {
	background-color: #747476;
	border: 0;	
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin: 5px 0 5px 0;
}

.footer-column {
	float: left;
	display: inline;
	width: 294px;
}

.footer-button {
	float: left;
	display: inline;
	width: 225px;
	height: 148px;
	overflow:hidden;
}

	.marginRight15 {
		margin-right:15px;
	}

.footer-title {
	float: left;
	display: inline;
	width: 294px;
	height: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #dbbfbf;
	text-align: left;
}

.footer-text {
	float: left;
	display: inline;
	width: 294px;
	height: 155px;
	line-height: 26px;
	color: #725856;
	margin-top: 10px;
	text-align: left;
}

.footer-spacer {
	float: left;
	display: inline;
	width: 32px;
	height: 345px;
}

.footer-link {
	color: #725856;
	text-decoration: none;
}

.footer-icon {
	float: left;
	display: inline;
	margin: 20px;
}

.text-eatdrink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #dbbfbf;
	text-transform: capitalize;
}

.opening-day {
	float: left;
	display: inline;
	width: 180px;
}

.opening-time {
	float: left;
	display: inline;
	width: 114px;
}

.button {
	width: 154px;
	height: 43px;
	display: block;
	text-align: center;	
	padding-top: 10px;
	margin: 5px;
	background-image: url(../images/bg-button.jpg);
}

.button-text {
	font-size: 24px;
	color: #191921;
}

.contact-column {
	float: left;
	display: inline;
	width: 350px;
}

.right {
	float: right;
	display: inline;
	margin-right: 10px;
	margin-top: -15px;
}

table.book {}

table.book .form-field { margin: 0; }

table.book th, table.book td { padding: 5px 0; }

table.book td.join-mail { }

table.book .form-dropdown { margin: 0; padding: 1px;}



/* thought of the day styling */

#blackboard-container {
	float: left;
	display: inline;
	width: 195px;
	margin-top: 0px;
}

	#blackboard-container #blackboard-top {
		float: left;
		display: inline;
		width: 195px;
		height: 114px;
		background-image: url(../images/bg/blackboard-top.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	#blackboard-container #blackboard-middle {
		float: left;
		display: inline;
		width: 122px;
		min-height: 120px;
		height: auto !important;
		height: 120px;
		padding: 0 30px 10px 40px;
		background-image: url(../images/bg/blackboard-mid.png);
		background-position: 0 0;
		background-repeat: repeat-y;
		color:#fff;
	}
	
		#blackboard-container #blackboard-middle .menu_table {
			width: 120px;
			margin: 10px 0 0 0;
			padding:0;
		}
	
		#blackboard-container #blackboard-middle .left_table {
			text-align:left;
		}
		
		#blackboard-container #blackboard-middle .centre_table {
			text-align:center;
		}
		
		#blackboard-container #blackboard-middle .menu_category_cell {
			clear: both;
			text-align: center;
			font-size: 14px;
			color: #e7e6d1;
			text-transform: uppercase;
		}
		
		#blackboard-container #blackboard-middle .menu_content_cell {
			clear: both;
			text-align: center;
			font-size: 14px;
			color: #e7e6d1;
			text-transform: uppercase;
		}
		
		#blackboard-container #blackboard-middle .menu_title {
			 margin-top:10px; 
		}
	
	#blackboard-container #blackboard-bottom {
		float: left;
		display: inline;
		width: 195px;
		height: 30px;
		background-image: url(../images/bg/blackboard-bottom.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

/* end of thought of the day styling */

/* Royal Celebration Styles */

.royal-celebration-btn {
	float: left;
	display: inline;
    margin: 20px 1px 5px 25px;
}

/* End Royal Celebration Styles */
