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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:visited, :link, a{
	text-decoration: none;
	color: white;
}
a:hover{
	color: #ffd800;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { 
  background: url(image_s.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrapper{
	height: 19rem;
	position: absolute;
	top: 50%;
	margin-top:-9.5rem;
	width: 30rem;
	left: 50%;
	margin-left: -15rem;
}
#bodyelement{
	margin: 0 auto;
	width: 29rem;
}
#logo{
	width: 29rem;	
	background: rgba(255,255,255,.8);
	margin:1rem 0; 
	-moz-box-shadow:-2px 5px 8px -5px #333;
	-webkit-box-shadow:-2px 5px 8px -5px #333;
	box-shadow:-2px 5px 8px -5px #333;
}
#footer{
	background: #19912c;
	color: white;
	text-align: center;
	height: 1.5rem;	
	position: fixed;
	bottom: 0;
	width: 100%;
	font-family: "prenton",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: .8rem;
	line-height: 1.4rem;
	z-index: 10;
	-moz-box-shadow:-2px -5px 8px -5px #333;
	-webkit-box-shadow:-2px -5px 8px -5px #333;
	box-shadow:-2px -5px 8px -5px #333;
}
#header{
	z-index: 10;
	background: #19912c;
	color: white;
	text-align: center;
	height: 1.5rem;	
	position: fixed;
	top: 0;
	width: 100%;
	font-family: "prenton",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: .8rem;
	line-height: 1.4rem;
	-moz-box-shadow:-2px 5px 8px -5px #333;
	-webkit-box-shadow:-2px 5px 8px -5px #333;
	box-shadow:-2px 5px 8px -5px #333;
}
#hours{

}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
strong, b{
	font-weight: 800;
}
.menuitems{
	color: white;
	padding-top: 1rem;
	line-height: 1.2rem;
}
.menuitems b{
	color: #19912c;
	background-color: #ffd800;
	font-size: .9rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .58rem;
	text-align: center;
	margin-left: -1rem;
	width:29.25rem;
	position: absolute;
	-moz-box-shadow:-2px 5px 8px -5px #333;
	-webkit-box-shadow:-2px 5px 8px -5px #333;
	box-shadow:-2px 5px 8px -5px #333;
	color: rgba(25,145,44,.8);
   text-shadow: 0px 3px 5px #ffd800, 0 0 0 #000, 0px 3px 5px #ffd800;
}
i {
	font-style: italic;
}
.menuitems i{
	color: #ffd800;
	font-size: 1rem!important;
	text-transform: none;
	letter-spacing: none;
}
#menu{
	font-family: "prenton",sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 3rem;
	color: rgba(255,255,255,.8);
	text-align: center;
}
#menu:hover{
	color: white!important;
}
.menuitems{
	font-family: "prenton",sans-serif;
	font-style: normal;
	font-weight: 400;
	width: 25rem;
	margin-left: .9rem;
	font-size: 1.35rem!important;
	letter-spacing: .1rem;
}
#menuitems{
	width:90%;
	margin: 0 auto;
}
#relative{
	position: relative;
}
.price{
	position: absolute;
	right: -1rem;
	background: white;
	color: #19912c;
	height: .95rem;
	font-weight: 800;
	width: auto;
	padding: .4rem;
	padding-left: .7rem;
	margin-top: 0rem;
	text-align: right;
	border-radius: 0px 1px 1px 0;
	-moz-box-shadow:-2px 5px 8px -5px #333;
	-webkit-box-shadow:-2px 5px 8px -5px #333;
	box-shadow:-2px 5px 8px -5px #333;
	font-size: 1rem;
	line-height: 1rem;
}
.pricehover{
	display: none;
}
.pricehoverwrap:hover .pricehover{
	display: block;
}
