@import url("header.css");
@import url("body.css");
@import url("options.css");
@import url("footer.css");

* {
	font-family: verdana, arial, sans-serif;
}
* pre {
	font-family: monospace;
	font-size: 7.5pt;
}

.border {
	border: 1px solid rgb(0,0,0);
}
.black {
	color: rgb(0,0,0) !important;
}
.red {
	color: rgb(255,51,51);
}
.highlight {
	color: rgb(153,0,0);
}
.bold {
	font-weight: bold;
}
.light {
	font-weight: lighter;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.caps {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.block {
	display: block;
}
.hidden {
	display: none;
}
.inline {
	display: inline;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.indent {
	margin-left: 3em;
}

div#wrapper {
	min-width: 760px;
}

html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: rgb(0,0,0);
}

address, h2, h3, h5, h6, p {
	margin: 0 0 1em 0;
}
address, h3, h4, p {
	font-size: 7.5pt;
	line-height: 10pt;
}
h2 {
	color: rgb(153,0,0);
	font-size: 14pt;
	font-weight: normal;
	line-height:16px;
}
h3.large {
	font-size: 11pt;
}
h3.lower {
	margin: 0;
	text-transform: none;
}
h4 {
	margin: 0;
}
span.corp-name {
	font-weight: bold;
}

a {
	color: rgb(153,0,0);
}
a:hover {
	text-decoration: none;
}

li {
	font-size: 7.5pt;
}
dl.menu dt {
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 0 0 0;
}
dl.menu dd {
	font-size: 7.5pt;
	margin: 0;
}
dl.menu dd span.caption span {
	padding: 0 20px 0 0;
}
dl.menu dd span.caption span em {
	padding: 0 10px 0 0;
}
dl.menu dd.food-item {
	margin: 10px 0 0 0;
}
dl.menu dd span.food-name {
	color: rgb(153,0,0);
	text-transform: uppercase;
}
dl.menu dd span.food-tagline {
	color: rgb(102,102,51);
}
dl.menu dd span.food-price {
	color: rgb(0,0,0);
	padding-left: 25px;
}

hr {
	clear: both;
	visibility: hidden;
}

table {
	border: 0;
	empty-cells: show;
	margin: 0 0 1em 0;
	
}
tr, th, td {
	font-size: 7.5pt;
	margin: 0;
	vertical-align: top;
}

img {
	border: none;
}

.price			{font-size:11px; font-weight:bold; color:#003300; }

.whitetext		{color:#FFFFFF; font-size:14px; font-weight:bold;}
/*  =Contact us and other forms
---------------------------------------------------------------------- */
form.contact label, form.contact input, form.contact select { display: block; float: left; width: 150px; margin-bottom: 10px; }
form.contact fieldset { border: none; font-size: 75%; }
form.contact label { text-align: right; width: 100px; padding-right: 10px; }
form.contact br { clear: left; }
form.contact input#formsubmit { margin: 10px 0 10px 110px; width: auto; clear: left; }