/* Andrew Hopkins 2007 andrew@kanmedia.com */
html {
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-x;
}
body {
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-x;
}
/* Container DIV */
#Wrapper {
	margin: 10px auto;
	width: 760px;
	background:#FFFFFF;
	height: auto;
	display: table;
	border: 2px solid #000000;
}
/* Navigation Tabs -------------------------------------------------- */
#Nav {
	font: bold 9pt Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 760px;
}
.BodyTextBold {
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#Nav li {
        list-style: none;
        margin: 0;
        display: inline;
}
#Nav li a {
	font: bold 9pt Georgia, "Times New Roman", Times, serif;
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: 1px none #000000;
	background: #000000;
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#Nav li a:link { color: #FF0000; }
#Nav li a:visited { color: #FF0000; }
#Nav li a:hover {
	color: #FFFF00;
	border-color: #000000;
	background: #B5481F;
}
#Nav li a#current {
        background: #FF0000;
        border-bottom: 1px solid white;
}
p {
	padding-right: 10px;
	padding-left: 10px;
}

#Nav ul {
	margin-left: 0;
	border-bottom: 1px solid #778;
	padding: 3px;
}
.SectionHeaders {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.MenuText {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.MenuContainer {
	width: 80%;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background: #FFFFFF;
}
.CopyrightText {
	font: italic "Georgia", "Times New Roman", Times, serif;
	text-align: center;
	font-size: 9pt;
}
.MenuAbbreviations {
	padding: 3px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background: #FFFFFF;
	font: italic bold 12pt Georgia, "Times New Roman", Times, serif;
}

.MenuTextItalic {

	font: italic 12pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#Header {
	background: url(../images/header.jpg) no-repeat;
	height: 240px;
	width: 760px;
}
#Footer {
	float: left;
	clear: both;
	background-color:#000000;
	width: 760px;
	padding-bottom:5px;
	padding-top: 6px;
	text-align: center;
	color: #FF0000;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	}
.Telephone {
	font: bold 18pt Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}

#Footer a:link, a:visited {
	font: 9pt Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: none;
}
#Footer a:hover {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* 3 Col Container */
#ThreeColContainer {
	float: left;
	clear: both;
	width: 760px;
	height: auto;
}

.ColOne {
	width: 169px;
	display: table;
	float: left;
	clear: left;
	padding-top: 4px;
	background: #FFFFFF;
}
.QuoteBox {
	background: #CCCCCC;
	margin: 15px;
	padding: 15px;
	width: 250px;
	border: 1px solid #000000;
	float: right;
}


.ColTwo {
	width: 398px;
	display: table;
	float: left;
	height: auto;
	background: #FFFFFF;
}
.ColThree {
	height: auto;
	width: 190px;
	display: table;
	float: right;
	background: #CCCCCC;
	border: 1px solid #000000;
	padding-bottom: 5px;
	
}
.ColFour {
	height: auto;
	width: 590px;
	display: table;
	float: right;
	background: #FFFFFF;
	
}
.ColFive {
	height: auto;
	width: 280px;
	display: table;
	float: left;
	background: #FFFFFF;
	
}
.Colsix {
	height: auto;
	width: 300px;
	display: table;
	float: right;
	background: #FFFFFF;
	
}
.BodyText {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.GreyHighlightBox {
	background: #CCCCCC;
	width: auto;
	padding: 5px;
	border: 1px solid #000000;
	font-style: italic;
	line-height: 21px;
	font-size: 14px;
	margin-right: 5px;
}
.SectionHeader {
	font: bold 15pt Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #FF0000;
	padding-bottom: 7px;
}
.FoodBox {
	border: 1px solid #CCCCCC;
	width: 550px;
	background: #FFFFFF;
	padding: 5px;
}
.FoodName {
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}
.OurMenuLinks {
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	list-style: disc;
}
.AbbrevText {
	font: 9pt Georgia, "Times New Roman", Times, serif;
}
p a:link {
	color: #000000;
	text-decoration: underline;
}
p a:visited {
	color: #0000FF;
	text-decoration: underline;
}
p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
