body {
	text-align: center;
	background-color: #E0C59B;
	color: black;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
}

h4 {
	text-align: center;
        margin-left: auto;
        margin-right: auto;
}

p.notice {
	text-align: center;
        margin-left: auto;
        margin-right: auto;
	font-weight: bold;
	font-size: 10pt;
}

p.footer {
        font-family: arial, sans-serif;
        font-size: 10pt;
        color: #808080;
	background-color: inherit;
}

p.footer a img {
	border: none;
}

p.info {
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}

a {
	text-decoration: none;
	color: #800000;
	background-color: inherit;
}

a:hover {
        border-bottom: 1px dotted black;
}

p.info #centered { text-align: center; }

/* ==== BEGIN CONTENT ==== */

p.content {
	padding-left: 20px;
}

.contentbox {
	width: 720px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.contentarea {
	width: 560px;
	min-height: 220px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	border-left: 1px solid #808080;
}

.contentarea .specials {
	color: black;
	background-color: #E4DDBC;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 400px;
	min-height: 30px;
	padding: 10px;
	border: 1px solid black;
}

.contentarea .specials .title {
	font-weight: bold;
	clear: both;
	width: auto;
	height: 20px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.contentarea .specials .details {
	color: #808080;
	background-color: inherit;
	text-align: center;
	font-size: 10pt;
	padding: 5px;
}

.contentarea .specials .details i {
	color: black;
	background-color: inherit;
}

.contentarea .specials .divider {
	width: auto;
	height: 2px;
	/* border-bottom: 1px dashed #808080; */
	border-bottom: 1px solid #808080;
	clear: both;
	margin-bottom: 10px;
}

table#hours {
	margin-left: auto;
	margin-right: auto;
	color: black;
        background-color: #E4DDBC;
        border: 1px solid black;
        min-width: 360px;
}

table#hours td {
	padding-left: 10px;
	padding-right: 10px;
}

.tabletitle {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black;
}

.leftcol {
	border-right: 1px solid black;
	padding-right: 10px;
}

/* ==== END CONTENT ==== */

/* ==== BEGIN REVIEWS ==== */

.reviewbox {
	/* border-bottom: 1px dashed #808080; */
	border-bottom: 1px solid #808080;
	width: 520px;
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 11pt;
}

.reviewbox p { text-indent: 20px; }

.reviewbox .title {
	color: black;
	border-bottom: 1px solid #808080;
        font-size: 14pt; 
        font-style: italic;
	background-color: inherit;
}

.reviewbox .leftbox {
	font-style: normal;
        float: left;
        min-width: 200px;
        padding: 0px;
        text-align: left;
        font-size: 10pt; 
        color: #808080;  
        background-color: inherit;
}

.reviewbox .rightbox {   
	display: block;
        padding: 0px;
        text-align: right;
        font-size: 10pt; 
	font-style: normal;
        color: #808080;    
        background-color: inherit;
}

.reviewbox .backtotop {
	text-align: right;
}

.reviewbox .backtotop a {
        color: #800000;
        background-color: inherit;
        text-decoration: none;
}

.reviewbox .backtotop a:hover {
	border-bottom: 1px dotted black;
}


/* ==== END REVIEWS ==== */

/* ==== BEGIN ITEMLISTS ==== */

.jumpbox {
	min-width: 300px;
	min-height: 50px;
	margin: 30px 0px 50px 100px;
	font-size: 12pt;
}

.jumpbox .left {
	float: left;
	display: block;
	width: 80px;
}

.jumpbox .right {
	float: left;
	display: block;
	min-width: 180px;
}

.jumpbox .right ul {
	padding: 0px;
	margin: 0px;
}

.jumpbox .right li {
	list-style: none;
	margin: 2px;
}

.jumpbox .right li a {
	color: #800000;
	background-color: inherit;
	min-width: 180px;
	text-decoration: none;
}

.jumpbox .right li a:hover {
	border-bottom: 1px dotted black;
}

.itemarea {
	/* opacity: 0.75; */
	/* filter: alpha(opacity=75);	*/
	position: relative;
	margin: 70px 10px 15px 10px;
	padding: 30px 20px 20px 20px;
	min-width: 480px;
	min-height: 50px;
	border: 1px solid #808080; 
	/* background-color: #E8E8E8; */
	background-color: #F6F5C6;
	/* background-color: #C4D3B7; */
	color: black;
}

* html .itemarea { height: 1%; }

.itemarea .title {
	position: absolute;
	display: inline;
 	font-size: 14pt;
	font-style: italic;
	padding: 2px 15px 2px 15px;
	top: -13px;
	left: 20px;
	border: 1px solid #808080;
	color: black;
	background-color: white;
}

.itemarea .backtotop {
	position: absolute;
	display: inline;
	padding: 2px 15px 2px 15px;
	bottom: -13px;
	right: 20px;
	border: 1px solid #808080;
	color: black;
	background-color: white;
}

.itemarea .backtotop a {
 	font-size: 10pt;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 4px;
	color: #800000;
	background-color: inherit;
}

.itemarea .backtotop a:hover {
	border-bottom: 1px dotted black;
}

.itemarea ul {
	padding: 0px;
	margin: 0px;
}

.itemarea li {
	font-size: 12pt;
	list-style: none;
	margin-bottom: 20px;
	clear: both;
	width: 480px;
	min-height: 30px;
	padding-bottom: 20px;
	/* border-bottom: 1px dashed #808080; */
	border-bottom: 1px solid #808080;
}

.itemarea li .titlebox {
	width: 480px;
	padding: 0px;
	margin-bottom: 5px;  
	min-height: 20px;
	color: #808080;
	font-size: 10pt;
	background-color: inherit;
}

.itemarea li .itemtitle {
	font-variant: small-caps;
	font-weight: 600;
	font-size: 12pt;
	float: left;
	min-width: 200px;
	padding: 0px;
	text-align: left;
	color: #000000;
	background-color: inherit;
}

.itemarea li .price {
	display: block;
	padding: 0px;
	text-align: right;
	font-size: 12pt;
	color: #000000;
	background-color: inherit;

}

.itemarea li a {
	text-decoration: none;
	color: #800000;
	background-color: inherit;
}

.itemarea li a:hover {
	text-decoration: underline;
}


/* ==== END ITEMLISTS ==== */


/* ==== BEGIN CONTACT ==== */

.contactarea {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center ;
}

.contentarea #mapbox {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 400px;
	height: 280px;
	border: 1px solid black;
}

.contentarea #contactbox {
	color: black;
	background-color: #E8E8E8;
	/* opacity: 0.75; */
	/* filter: alpha(opacity=75); */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 360px;
	height: 200px;
	padding: 10px;
	border: 1px solid black;
}



.contentarea #contactbox #address {
	float: left;
	width: 100px;
	height: 105px;
	padding-right: 10px;
	text-align: right;
}

.contentarea #contactbox #addressbox {
	float: left;
	width: 190px;
	height: 105px;
	text-align: left;
}

.contentarea #contactbox #telephone {
	float: left;
	width: 100px;
	height: 20px;
	margin-top: 20px;
	padding-right: 10px;
	text-align: right;
}

.contentarea #contactbox #telephonebox {
	float: left;
	width: 190px;
	height: 20px;
	margin-top: 20px;
	text-align: left;
}

.contentarea #contactbox #email {
	float: left;
	width: 100px;
	height: 20px;
	margin-top: 20px;
	padding-right: 10px;
	text-align: right;
}

.contentarea #contactbox #emailbox {
	float: left;
	width: 190px;
	height: 20px;
	margin-top: 20px;
	text-align: left;
}

/* ==== END CONTACT ==== */


/* ==== BEGIN MENU ==== */

.menutopbar {
	text-align: left;
	padding-bottom: 5px;
	margin: 10px auto 0px auto;
	border-bottom: 1px solid #808080;
	width: 720px;
	min-height: 25px;
	font-size: 13pt;
}

.menutopbar a {
	background-color: inherit;
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13pt;
}

.menutopbar a:hover {
	border-bottom: 1px dotted black;
}

.menutopbar a:visited {
	background-color: inherit;
	color: #800000;
}

.menubottombar {
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #808080;
	width: 720px;
	height: 35px;
}

.menubox {
	padding: 10px 0px 0px 5px;
	text-align: left;
	float: left;
	width: 120px;
}

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

.menubox li {
	list-style: none;
}

.menubox li #current {
	border-bottom: 1px dotted black;
}

.menubox .divider {
	/* border-bottom: 1px dashed #808080; */
	border-bottom: 1px solid #808080;
	width: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menubox li img {
	width: 20px;
	height: 20px;
}

.menubox li a {
	padding: 0px;
	text-align: left;
	min-height: 20px;
	text-decoration: none;
	font-size: 12pt;
	background-color: inherit;
	color: black;
}

.menubox li .flashy {
	font-variant: small-caps;
	font-weight: bold;
	color: #800000;
	background-color: inherit;
}


.menubox li a:hover {
	border-bottom: 1px dotted black;
	color: #808080;
	background-color: inherit;
}

.menuarea {
	margin-left: 65px;
}

.menuarea ul {
	display: inline;
}

.menuarea li {
	margin: 10px 0px 10px 20px;
	position: relative;
	list-style: none;
	vertical-align: middle;
	clear: both;
	width: 200px;
	height: 60px;
}

.menuarea li img {
	border: 1px solid black;
	width: 60px;
	height: 60px;
}

.menuarea li a {
        font-style: italic;
        font-size: 14pt;   
        position: absolute;
        display: inline;
        text-decoration: none;
        color: black;
	background-color: inherit;
	padding: 0px 0px 0px 20px;
        top: 20px; 
        left: 62px;
        min-height: 25px;
        width: 250px;
        border-bottom: 1px solid #808080;
}

.menuarea li a:hover {
	color: #808080;
	background-color: inherit;
	border-bottom: 2px dotted black;
}

/* ==== END MENU ==== */



/* ==== BEGIN CENTERBOX ==== */

.headerbox {
	list-style: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 724px;
	height: 226px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}

.headerbox .side {
	float: left;
	width: 150px;
	height: 224px;
}

.headerbox .side .thumbnail {
	width: 150px;
	height: 112px;
}

.headerbox .side .thumbnailtop { 
	width: 150px;
	height: 112px;
	border-bottom: 2px solid black; 
} 

.headerbox .center {
	float: left;
	width: 420px;
	height: 226px;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

.headerbox .center .banner {
	min-width: 420px;
	height: 224px;
}

/* ==== END CENTERBOX ==== */

