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

body,td,th {
	font-family: Trebuchet MS;
	font-size: 100%;
}

.shopping {
	font-size: .8em;
}
body {
	background-image: url(images/dazzles-gourmet-corn-bg2.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #fae57c;
}

#expand {
	background-image: url(images/dazzles-corn-content-bg1_03.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.footer {
	font-size: 0.7em;
	color: #003300;
}
.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #003300;
	text-decoration: underline;
}

#corn-img {
}

.content {
	padding-left: 15px;
	font-size: .9em;
}
.content-hm {
	padding-left: 15px;
	padding-right: 25px;
	font-size: 0.9em;
}

.feat-prod {
	font-size: 0.85em;
	line-height: 1.2em;
}

#hdr-bg {
	background-image: url(images/heading-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 33px;
}

#nav-bg {
	background-image: url(images/dazzles-corn-content-bg1_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 87px;
	margin-left: 25px;
}

.nav-spacing {
	padding-left: 30px;
}
.style1 {
	color: #003300;
	font-style: italic;
}
a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #003300;
}
a:active {
	color: #003300;
}
.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 50%;
            height: 50%;
            padding: 16px;
            border: 16px solid orange;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }