﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #39424E;
	margin-bottom:0px;
	}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	width: 900px;
	height: 80px;
	background-image: url('../images/masthead.jpg');
	background-repeat: no-repeat;
}
#navigation {
	position: relative;
	float: left;
	width: 85px;
	border-left: 1px solid #97CD15;
	background-color: #39424E;
	top: 0px;
	left: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-top: 10px;
}
#content {
	float: right;
	width: 810px;
	min-height: 399px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 810px;
	background-color: #39424E;
	height: 30px;
	float: right;
}
/* Masthead Styles */
#masthead h1 {
	color:black;
}
#masthead h3 {
	color: black;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #39424E;
}
#navigation a {
	color: #98CD15;
	text-decoration: none;
	display: block;
	background-color: #39424E;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#navigation a:hover {
	color: #FB0011;
	text-decoration: none;
	background-color: #39424E;
}
/* Content Styles */
#content p{
	padding-left: 7px;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content h2{
	color: #39424E;
	padding-left: 7px;
	padding-top: 5px;
	font-size: x-large;
	margin-top: 0px;
	width: 400px;
}
#content h4{
	color: #39424E;
	padding-left: 7px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	font-size: 13px;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.text {
	padding-left: 5px;
	font-size: 13px;
	padding-right: 5px;
	padding-top: 5px;
}
.subHeader {
	color: #000000;
}
.imgGallery {
	margin: 5px;
	height: 180px;
	width: 180px;
}
.comment {
	font-style: italic;
	color: #FF0000;
}
.dinner_menu:hover {
	padding-left: 5px;
	background-image: url('../menu/images/dinner_menu_hover.gif');
	background-repeat: no-repeat;
	height: 40px;
}
.takeAway:hover {
	padding-left: 5px;
	background-image: url('../takeaway/images/take_away_menu_hover.gif');
	background-repeat: no-repeat;
	height: 40px;
}
.catering:hover {
	background-image: url('../catering/images/catering_menu_hover.gif');
	background-repeat: no-repeat;
	height: 40px;
}
.textTestimonial {
	padding-left: 5px;
	font-size: 13px;
	padding-right: 5px;
	padding-top: 5px;
	font-style: italic;
}

