@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg_1px.png);
	background-repeat: repeat-x;
}
a:link {
	color: #690908;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #690908;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	}	
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 2% auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header_banner.png);
	width: 800px;
	height: 120px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 10px 10px 20px;
	background-color: #FFFFFF;
	margin: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: auto;
}
.oneColFixCtrHdr #bottombar {
	padding: 0px;
	background-image: url(images/btm_bar.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}.oneColFixCtrHdr #topbar {
	background-image: url(images/top_bar.png);
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border: none;
	width: 800px;
	height: 16px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #homepageLayout {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: 100px;
	float: left;
	clear: left;
	width: 60%;
}
.oneColFixCtrHdr #container #mainContent #homepageLayout p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #6A0A08;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #homepageLayout img {
	clear: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	border: none;
}
.oneColFixCtrHdr #container #navigation {
	background-color: #FFFFFF;
	background-image: url(images/grey_bar.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: center center;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0px;
	padding: 10px 0px 0px 50px;
}
.oneColFixCtrHdr #container #navigation ul {
	list-style-type: none;
	display: inherit;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #navigation li {
	display: inline;
	white-space: normal;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 10px 20px;
}
.oneColFixCtrHdr #container #navigation a {
	color: #666666;
}
.oneColFixCtrHdr #container #navigation .current {
	color: #993300;
}
.oneColFixCtrHdr #container #mainContent #subContent {
	margin: 0px;
	padding: 0px 5px 10px 5px;
	clear: right;
	float: right;
	width: 38%;
	height: auto;
}
.oneColFixCtrHdr #container #mainContent #subContent #nosh {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border-top-color: #970001;
	border-right-color: #970001;
	border-bottom-color: #970001;
	border-left-color: #970001;
}
.oneColFixCtrHdr #container #mainContent h3 {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	background-color: #6A0A08;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent .delivery {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
}
.menutable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.style5 {
	padding: 0px 0px 0px 10px;
}
.style7 {

}
.menutable caption {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	height: auto;
	padding:5px 0px 5px 40px;
	width: 490px;
	background-color: #993300;
}
#starters {
	float: left;
	height: 550px;
	width: 550px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	clear: left;
	overflow: auto;
}
#starters .menutable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #690908;
	line-height: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: auto;
}
.oneColFixCtrHdr #container #submenu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.oneColFixCtrHdr #container #submenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #6A0A08;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style: none;
}
.oneColFixCtrHdr #container #submenu {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-color: #CBCDCA;
	border-left-color: black;
}
.oneColFixCtrHdr #container #mainContent #starters .menutable a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #sidebar {
	clear: right;
	float: right;
	width: 210px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #sidebar img {
	float: right;
	margin: 0px 0px 20px 0px;
}
.oneColFixCtrHdr #container #mainContent #sidebar h3 {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	background-color: #6A0A08;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #homepageLayout a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #footer a:link,.oneColFixCtrHdr #container #footer a,.oneColFixCtrHdr #container #footer a:visited,.oneColFixCtrHdr #container #footer a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
