/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
}
h1 {
}
h2 {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline;
	background: #000066;
	padding: 2px 4px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color:#000066;
	text-decoration: none;
	display: block;
	width: 155px;
	border-bottom: 1px solid #000066;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #000066;
	color:#FFFFFF;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
}
div#copyright {
font-size: 9px;
}

div#copyright a:link, div#copyright a:visited {
color: #000099;
font-size: 9px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	white-space: normal;
	background: url(images/bg.gif) repeat-y;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: 0px none #000066;
}
div#content {
	background: #FFFFFF;
	float: right;
	width: 550px;
	padding: 0px;
	margin: 0px;
	list-style: disc;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: left;
}
div#leftdiv {
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background: #F0F0F0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #3333FF;
	text-align: left;
}
div#img {
	float: right;
}
.italics {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;

}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006633;
}
.space {
	margin-left: 20px;
}
.statement {
	font: 11px Arial, Helvetica, sans-serif;
}
p {
	font: 14px Arial, Helvetica, sans-serif;
}
ul {
	list-style: inside;
	font: 14px Arial, Helvetica, sans-serif;
}
div#menu {
	width: 580px;
}
div#menu strong {
	color: #177418;
}
div#item {
}
.col {
	width: 85px;
	float:left;
}
.colsoup {
	width: 300px;
	float:left;
}
.colsalad {
	width: 225px;
	float:left;
}
.clear {
	clear: both;
}
.menutitle {
	color: #ea2700;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.fooditem {
	font-size: 14px;
	font-weight: bold;
	color: #177418;
}
.center {
	text-align: center;
}
.price {
	color: #721401;
}