body
{
	font-size: 1em;
	font-family: arial, sans-serif;
	background: #BFBFBF;
	margin-top: 10px;
}

/* prevent black background in admin editor */
body.site
{
	background: #000000;
}

img
{
	border: 0px;
}

/*img.shadow
{
	box-shadow: 5px 5px 5px #787170;
	-moz-box-shadow: 5px 5px 5px #787170;
	-webkit-box-shadow: 5px 5px 5px #787170;
		
	filter: progid:DXImageTransform.Microsoft.dropshadow(color=#A09D9C, offX=5, offY=5);
	border: 2px solid #227439;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/

h1,
h2,
h3,
h4
{
	color: #94C25C;
	text-transform: uppercase;
}

h1
{
	font-size: 1.6em;
	text-shadow: 2px 2px 2px #7B7875;
	/*filter: Shadow(Color=#7B7875, Direction=135, Strength=3);*/
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h4
{
	font-size: 1em;
}


a,
b,
.specials-day
{
	color: #94C25C;
}

table
{
	border: 0px;
}

td
{
	vertical-align: top;
}

#outercontainer
{
	width: 100%;
	text-align: center;
	
}

#container
{
	width: 800px;
	min-height: 662px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding: 5px;
	background: url(../images/bg.jpg) no-repeat 165px 0px;
	border: 3px solid #B90070;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#intro
{
	width: 320px;
	height: 280px;
	float: left;
	background: url(../images/content-bg.png) no-repeat top right;
	
	/*position: relative;
	top: 350px;
	left: 185px;*/
	margin-top: 350px;
	padding-top: 25px;
	padding-left: 255px;
	padding-right: 25px;
	
	/*margin-left: 185px;*/
	
	font-size: 0.75em;
	color: #ffffff;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 2px;
}

#content
{
	color: #ffffff;
	background: #265B61; /* url(../images/content-bg2.png); */
	padding: 5px;
	margin-top: 5px;
	/* bug in IE 6 & 7 will not apply opacity unless a width is specified */
	width: 790px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}

#menu
{
	width: 200px;
	float: left;
	font-size: 1.8em;
	background: #B90070;
	
	position: relative;
	margin-top: 350px;
	color: #000000;
	font-family: "comic sans ms";
	text-align: center;
	
	z-index: 0;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}

#menu a
{
	text-decoration: none;
	font-weight: normal;
	color: #000000 !important;
	display: block;	
	z-index: 0 !important;
}

#menu li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

.menu-sub
{
	margin-top: 75px !important;
}

.intro-sub
{
	display: none;
}

.clear
{
	clear: both;
}

#menu li a:hover
{
	color: #ffffff !important;
}

#copyright
{
	font-size: 0.8em;
	clear: both;
	/*position: absolute;
	bottom: 20px;
	width: 100%;
	height: 20px;*/
}

#copyright,
#copyright a
{
	color: #ffffff;
}


.specials-day
{
	font-weight: bold;
	width: 200px;
}

.specials-detail
{
	display: block;
	margin-bottom: 5px;
}

/* prevent styles in the special from being illegible */
.dod_specials *
{
	color: #ffffff !important;
}

.gallery-row-separator
{
	height: 5px;
}

#lightbox-container-image
{
	z-index: 20000;
}

/* menu page */
#module_4
{
	text-align: center;
}

#module_4 img
{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#module_4 a
{
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
}
