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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #000;
	background: #fff;
	font: 62.5% Helvetica, Verdana, Arial, sans-serif;	
}
ol, ul {
	list-style: none;
}
p {
	margin-bottom:12px;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
#nav, #subMenu, #topHolder {
	display: none;
	height: 0;
}
#menuBox {
	display: block;
	position: absolute;
	top: 0;
	width: 96%;
	text-align: center;
}
#menuBox img {
	display: block;
	margin: 20px 20px 40px 40px;
}
#menuBox th {
	padding: 15px 10px 3px 0;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;	
}
#menuBox td {
	padding: 5px 20px 3px 0;
	text-align: left;
	font-weight: normal;
	font-size: 1.3em;	
}
#menuBox td.price {
	color: #ccc;
	padding-left: 0;
	text-align: left;
	font-size: 1.0em;	
}
