@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	}
	
*:focus { outline: 0; }


body {
	font-family: verdana, helvetica, arial, sans-serif;
	background: #fff;
	color: #3E2FAD;
	}
	
#nav {
	position: absolute;
	top: 0px;
	left: 10px;
	background: url(images/grub_logo.jpg) top left no-repeat;
	width: 277px;
	margin: 0 0 20px 0;
	padding: 0 0 40px 0;
	}
	
ul#menus {
	margin: 55px 0 20px 10px;
	list-style-type: none;
	width: 230px;
	}

ul#menus li {
	height: 30px;
	border-bottom: 1px #769718 solid;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

li a {
	text-decoration: none;
	color: #3E2FAD;
	}

li a:hover {
	background: #3E2FAD;
	color: #fff;
	}

#fax {
	width: 277px;
	height: 92px;
	background: url(images/grub_order_online_button.gif) top left no-repeat;
	}

#fax a img {
	border: 0;
	}
	
#content {
	position: absolute;
	top: 0px;
	left: 287px;
	width: 523px;
	margin: 0;
	padding: 0 0 40px 0;
	}
	
#content img#header {
	margin: 0;
	border: 0;
	padding: 0;
	}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	}

h3 {
	font-size: 13px;
	font-style: oblique;
	margin: 5px 0;
	}
	
p {
	font-size: 12px;
	}
	
#nav p {
	margin: 0 0 7px 15px;
	}
	
#content p.title em{
	padding-left: 10px; 
	}
	
#content p.desc {
	margin: 0 0 15px 0;
	color: #769718;
	}
	
#content p#disclaimer {
	margin-top: 20px;
	color: #769718;
	font-style: oblique;
	}
	
p#allergy {
	margin-top: 20px;
	color: #3E2FAD;
	font-style: oblique;
	font-weight: bold;
	}