/* Common Elements___________________________________________________________ */

html, body {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    padding: 0px;
	background-image: url(../images/spacer2.gif);
    font-size: 10pt;
    color: #210810;
}

img
{
	border-style: none;
}

a,a:link,a:active {
	color: #633100;
	text-decoration: underline;
}

a:visited {
	color: #c36218;
}

a:hover {
	color: #669966;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #669966;
	font-weight: normal;
}

h1.mad {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	color: #333333;
	height: auto;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	color: #210810;
	height: auto;
	font-weight: bold;
}

br.clear, div.clear {
	clear: both;
}

/* No clue what these are...______________________ */

.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}




/* Structural Elements_______________________________________________________ */


div#main_frame {
	position: relative;
	padding: 0px;
	margin: 100px auto 0px auto;
	width: 800px;
	background-color: #FFFFFF;
	z-index: 1;
}

div#masthead {
	position: relative;
	margin: 0px 0px 0px 120px;
	padding: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	height: 125px;
	overflow: hidden;
}

div#masthead ol {
	display: block;
	margin: 0px;
	padding: 10px 20px;
}

div#masthead ol li,
div#foodfooter ol li {
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	list-style-type: none;
	border-left: 1px solid #000;
}

div#masthead ol li:first-child,
div#foodfooter ol li:first-child {
	border-left: none;
}

div#foodfooter ol.nav {
	display: block;
	position: absolute;
	top: 0px;
	left: 95px;
	width: 760px;
	margin: 0px;
	padding: 0px 20px;
	text-align: right;
}

ol.nav a,
ol.nav a:link,
ol.nav a:visited,
div#masthead a,
div#masthead a:link,
div#masthead a:visited {
	color: #669966;
	text-decoration: underline;
}
ol.nav a:hover,
ol.nav a:active,
div#masthead a:hover,
div#masthead a:active {
	color: #669966;
	text-decoration: none;
}


div#masthead ol.menu {
	text-align: left;
	font-size: 	16px;
}

div#content {
	position: relative;
	margin: 0px 50px 50px 150px;
	min-height: 100px;
	z-index: 6;
}

div#building {
	position: absolute;
	z-index: 100;
	left: 95px;
	bottom: 0px;
	width: 180px;
	height: 165px;
}

div#building a {
	display: block;
	width: 180px;
	height: 165px;
	background: url(../images/mad-building.gif) no-repeat;
	visibility: visible;
}

div#building a:hover {
	background-position: -100px 0;
    background: url(../images/mad-building2.gif) no-repeat;
}

div#hotspot {
	position: absolute;
	z-index: 110;
	left: 75px;
	bottom: 50px;
	width: 100px;
	height: 61px;
}

div#foodfooter {
	position: relative;
	top: 0px;
	left: -95px;
	height: 120px;
}

div#logo {
	position: absolute;
	left: -92px;
	top: -85px;
	background: url(../images/logo_trans_large.png) no-repeat;
	width: 201px;
	height: 186px;
	z-index: 101;
}

div#logo a {
	display: block;
	width: 201px;
	height: 186px;
}

div#copyright{
	margin: 30px 0px;
	color: #fff;
	text-align: center;
}

.home_text {
	line-height: 25px;
	font-size: 14px;
}

/* Menus_____________________________________________________________________ */

p.menunote {
	font-style: italic;
	color: #210810;
}

ul.menu {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	display: inline-block;
	list-style-type: none;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	width: 260px;
	clear: none;
}

ul.menu li.odd {
	float: left;
	clear: left;
}

ul.menu li h2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #c36218;
}

ul.menu li h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #c36218;
}

ul.Pricing.menu li h3 {
	margin-bottom: 2px;
}

ul.menu li p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #210810;
}

ul.menu li ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.menu li ul li {
	list-style-position: outside;
	display: list-item;
	list-style-type: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	width: auto;
	clear: none;
}

ul.menu li ul li h4 {
	float: left;
	display: inline-block;
	width: 180px;
	margin: 0px;
	padding: 0px;
	clear: none;
	font-size: 12px;
	font-weight: normal;
	color: #210810;
}

ul.menu li ul li h4.narrow {
	width: 140px;
}

ul.menu li ul li h5 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #210810;
	text-align: right;
}


ul.cakes {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.cakes li {
	display: inline-block;
	list-style-type: none;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	width: 260px;
	clear: none;
}

ul.cakes li.odd {
	float: left;
	clear: left;
}

ul.cakes li h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul.cakes li h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

ul.cakes li p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul.cakes li ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.cakes li ul li {
	list-style-position: outside;
	display: list-item;
	list-style-type: circle;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: auto;
	clear: none;
}

ul.cakes li ul li h4 {
	float: left;
	display: inline-block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	clear: none;
	font-size: 10px;
	font-weight: normal;
	color: #210810;
}

ul.cakes li ul li h5 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #210810;
	text-align: right;
}

span.perPerson {
	font-size: 10px;
}

table.Platters h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

table.Platters h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color: #210810;
}