


body { margin: 5px; padding:0px; text-align: center; font: 12px verdana; color: #333; background:#B8DB7F; }
p {	padding: 5px; }
h1 { margin: 5px; padding-left: 5px; font-size: 1.4em; line-height:28px; font-weight:900; color:#788F53; border-bottom: 1px solid #DBC17F;}
h2 { padding-left: 5px; font-size: 1.2em; font-weight:900; }
a { text-decoration: none; color: #788F53; }
a:hover{ background-color: #DBC17F;	}

table.shop { border-collapse : collapse; border-spacing : 0;  cellspace: 0px; margin: 10px; }
table.shop tr td { background-color:#eee; border: solid #666; border-width: 1px 0px; padding: 2px; }  <!--border: solid #B8DB7F-->
table.shop p { padding: 1px; margin: 1px; }
table.shop h2 { padding: 1px; margin: 1px; }

/* custom id's */

#wrapper { border: #999 3px double; background: #fff; }
#left a { border: 1px solid #666; padding:1px; }
#left a.normal { border: none; padding: 0px; }
#menu { background-image:url(../images/header.jpg); background-repeat: no-repeat; margin: 0px; height: 125px; }
#featured { padding:5px; float: left; width: auto; text-align: center; }
#shop-table p, h2 { padding: 2px; }


/* custom classes */

.image { float: right; text-align: center; color: #666; font-size: 0.8em; margin: 5px; }
.hours { font: 0.8em verdana, arial, helvetica, sans-serif;	}
.footer { font: 0.8em verdana, arial, helvetica, sans-serif; text-align: center; color: #999; }
.pic { border: double #999 3px; margin: 5px; background-color: #fff; }
.sig { padding-left: 200px; }
a.nohover:hover { background-color: #fff; }
.highlight { padding: 0px; background-color: #ccc; border: 1px solid #DBC17F; text-align: center; }
.highlight h1, h2, p { margin: 5px; }
.presstitle { margin:0px; font-size: 1.4em; font-weight:900; }
.articletitle { font-size: 1.2em; margin:0px; font-weight:900; color:#333; }
.event { color: #495733; font-weight: bold; margin-bottom: -15px; }

/* ############################ LAYOUT #################################### */

/*** "The Holy Grail" layout with IE6 and IE7 fixes.  Sources:
Original (with IE6 fix): http://www.alistapart.com/articles/holygrail
IE7 fix: http://www.gerd-riesselmann.net/development/the-holy-grail-css-layout-fix-for-ie7

/*** The Essential Code ***/

body {
	min-width: 520px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#container {
	padding-left: 160px;      /* LC fullwidth */
	padding-right: 180px;     /* RC fullwidth + CC padding */
}

#container .column {
	position: relative;
	float: left;
}

#content {
	padding: 5px;       	  /* CC padding */
	width: 100%;
}

#left {
	width: 150px;             /* LC width */
	padding: 0 5px;           /* LC padding */
	margin-left: -100%;
	left: 180px;              /* RC fullwidth for IE6 */
}

#container > #left {
	left: -170px;             /* -(LC fullwidth + CC padding) */
	margin-left: expression(
	document.all.content.offsetWidth * -1 +
	parseFloat(document.all.content.currentStyle.paddingLeft) +
	parseFloat(document.all.left.currentStyle.paddingLeft) +
	parseFloat(document.all.left.currentStyle.paddingRight)
); /* Fix for IE7 */
}

#right {
	width: 160px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}


/* ############### My addition to make it centered ################ */

#wrapper { text-align: left; margin: 0px auto; padding: 0px; width: 800px; 	}


/* ############################ Menu #################################### */

.level1 { margin:5px 0px 5px 0px; padding:0px; font-size: 1.2em; line-height:20px; font-weight:600; }
.level2 { margin:5px 0px 5px 0px; padding:0px; font-size: 1em; }
table.text { font-size: 0.8em; }
.sub { font-size: 0.9em; }

/* ############################ Menu ###################################### */
/* Many thanks to Stu Nicholls at CSSPlay http://www.cssplay.co.uk/menus/snazzymenu.html */

.outer ul {margin:0; padding:0; list-style-type:none; background:transparent; height:74px;}
.outer li {display:block; float:left; padding:0; }
.outer {display:block; position:relative; padding-left:10px; margin:0; width: 400px;}
.outer li.menu {display:block; float:left; padding:0; }

.xsnazzy {background:transparent;}
.xsnazzy span {text-align:center; color:#666; margin:0; font-weight:normal; padding-bottom:0.5em;}

.xtop {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#E5F2D4; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#D9ECBB; border:0 solid #fff; border-width:0 1px 1px 1px;}

a.xmenu2, a.xmenu2:visited {display:block; text-decoration:none; width:7em; font-size:0.9em;}
a.xmenu2:hover {background:transparent; cursor:pointer;}
a.xmenu2:hover span {color:#000;}
a.xmenu2:hover .xboxcontent {background:#eee; border-color:#888; border-bottom:1px solid #eee;}
a.xmenu2:hover .xb1 {background:#888;}
a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {background:#fff; border-color:#888;}

a.xmenu2a .xboxcontent {display:block; background:#eee; border-color:#888; border-bottom:1px solid #eee; }
a.xmenu2a .xb1 {background:#888;}
a.xmenu2a .xb2, a.xmenu2a .xb3, a.xmenu2a .xb4 {background:#fff; border-color:#888;}
a.xmenu2a, a.xmenu2a:visited {display:block; text-decoration:none; width:7em; font-size:0.9em;}
a.xmenu2a:hover {background:transparent; cursor:pointer;}
a.xmenu2a:hover span {color:#000;}
a.xmenu2a:hover .xboxcontent {background:#eee; border-color:#888; border-bottom:1px solid #eee;}
a.xmenu2a:hover .xb1 {background:#888;}
a.xmenu2a:hover .xb2, a.xmenu2a:hover .xb3, a.xmenu2a:hover .xb4 {background:#fff; border-color:#888;}

/***********************************************
* Drop Down Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.menustyle{
	padding-top: 85px;
	margin-left: 205px;
	}

.menustyle ul{
	margin: 0;
	margin-bottom: 2px;
	text-align: left; /*set value to "left", "center", or "right"*/
	}

.menustyle ul li{
	display: inline;
	}

.menustyle ul li a{
	text-decoration: none;
	color: #56663D;
	margin: 0px;
	padding: 1px 10px;
	border: solid #ccc 1px;
	background-color:#fff;
	}

.menustyle ul li a:hover{
	background-color: #DBC17F;
	}

.dropmenudiv{
	position:absolute;
	maring-top: 0px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px;
	text-decoration: none;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	}
