@import url(dom.css);

/***** Standard Element Styling *****/

* { margin:0; padding:0 }

body,html {
	min-height:100%;
}

body {
	font: normal 83%/140% Tahoma,Arial,Helvetica,sans-serif;
	background: #9CA284 url('images/MenuBG.jpg'); 
}

img {	border:0 none }

h1,h2,h3 {
	background:transparent;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: bold;
	padding-bottom: 1em;
}

h1 {
	color: #008A5A;
	font-size: 1.4em;
	margin-top:40px;
}
h2 {
	color: #ff0000;
	font-size: 1.2em;
}
h3 {
	color: #ff0000;
	font-size: 1em;
}

p {	padding-bottom: 1em }

option { padding-right: 1em; }

/***** Menu styling *****/

#Menu { 
	height:100%;
	width:210px;
	padding:5px;
	float:left;
	/*position:fixed;*/
	color:#fff;
	font-size: 0.8em;
	background: transparent url(images/logo.gif) center top no-repeat;
}

#Menu ul { 
	list-style: none;
	margin-top: 100px;
}

#Menu li { 
	padding: 0 10px 5px; 
	line-height: 14px;
	height: 20px;
}

#Menu ul a, #Menu ul span {
	color:#fff;
	display:block;
	width: 180px;
	height:14px;
	padding: 2px 5px;
	font-weight: bold;
	border:1px solid white;
}

#Menu ul a { 
	background-color: #008a5a;
	text-decoration:none;
}
#Menu ul span {
	background: transparent;
}

#Menu ul .Alternate a {
	background-color:#ff5d52;
}

#Menu ul a:hover {
	background-color:#063;
}

#Menu ul .Alternate a:hover {
	background:#d33;
}

#Menu p img { 
	display:none;
/*
	width: 190px;
	height:137px;
	border: 1px solid #fff;
	margin: 0 10px;
*/
}

/***** BennVenuti Vertical divider *****/

#BennVenuti {
	width: 24px;
	min-height:100%;
	height: 100%;
	float: left;
	position:fixed;
	left:220px;
	top:0;
	overflow: hidden;
	padding: 107px 3px 0;
	background: #7E8565;
}

/***** All actual content *****/

#Content {
	height:100%;
	min-height: 100%;
	margin-left: 250px;
	color: #000000;
	padding: 0 10px;	
	background: #FFFFE1 url(images/topbg.gif) repeat-x scroll;
}

#Content:after {
	display:block;
	content: " ";
	clear:both;
	height:0;
}

#Content #Pictures {
	float:right;
	width: 225px;
	margin-left: 10px;
	padding: 0 5px;
}
	
input.EmailButton {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #008A5A;
	padding: 1px 2px;
	width: 100px;
	border: 1px solid #000;
	cursor:pointer;
}

#Pasta, #Kids, #Meat, #Fish, #Pizza, #Sides, #Chicken {
	margin: 1em 0;
	width:450px;
}

#Designer {
	font-size:0.8em;
	color:#fff;
	width:210px;
	text-align:center;
	position:fixed;
	bottom:0;
	left:10px;
}
#Designer a {
	text-decoration:none;
	color:#fff;
}

#Designer a:hover {
	color:#f00;
}

#Dude {
	color: #008A5A;
	font-size: 12pt;
	line-height: 14pt;
	font-family: Aldine401 BT;
	font-style:italic;
	margin:0;
	padding-top:5px;
}

#Tracker { 
	position:absolute;
	top:-100px;
}

.NerosTable { border: 2px solid #9CA284; border-collapse:collapse; margin-bottom: 1em; }
.NerosTable th { color: #7E8565; text-align: left; font-weight:bold; vertical-align:bottom; padding: 2px 5px;}
.NerosTable td { color: #7E8565; vertical-align:top; padding: 2px 5px; }
.NerosTable caption { color: #FFFFE1; background-color: #7B8663; font-weight:bold; }

/* MSIE PC ONly \*/
* html { height: 100%; overflow: hidden; }
* html body { height: 100%; overflow: auto; }
* html #Menu, * html #Designer { position: absolute; left:0; }
* html #BennVenuti { position:absolute; top:0; left:220px; }
/* End of MSIE hacks */

/* MSIE 5.x PC */
* html #menu a, * html #menu span { height: 20px }