@charset "utf-8";
body {
	background-image:url(../images/body_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#74B14A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 3px solid #4a2f1e;
	border-right: 3px solid #4a2f1e;
	height: 906px;
}
div#content {
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
div#flash {
	margin: 0px;
	padding: 0px;
	height: 265px;
	width: 677px;
	background-image: url(../images/flash_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.invisible {
	display: none;
	visibility: hidden;
}
#container #menu {
	white-space: nowrap;
	z-index: 4;
}
#left_leaf {
	z-index: 2;
	width: 150px;
	height: 295px;
	margin: -706px 0px 0px 80px;
}
#right_leaf {
	z-index: 3;
	width: 254px;
	height: 313px;
	margin: -293px 0px 0px 675px;
}

a#Products_Link {
	display:block;
	height:47px;
	width:115px;
	background-image: url(../images/products_button.jpg);
	text-decoration:none;
}
a#Products_Link:hover {
	background-position: 0px -47px;
}
a#Delivery_Link {
	display:block;
	height:47px;
	width:99px;
	background-image: url(../images/delivery_button.jpg);
	text-decoration:none;
}
a#Delivery_Link:hover {
	background-position: 0px -47px;
}
a#Events_Link {
	background-image: url(../images/events_button.jpg);
	display: block;
	height: 47px;
	width: 92px;
	text-decoration:none;
}
a#Events_Link:hover {
	background-position: 0px -47px;
}
a#Contact_Link {
	display: block;
	height: 47px;
	width: 128px;
	background-image: url(../images/contact_us_button.jpg);
	text-decoration:none;
}
a#Contact_Link:hover {
	background-position: 0px -47px;
}
a#About_Link {
	background-image: url(../images/aboutus_button.jpg);
	display: block;
	height: 30px;
	width: 128px;
	z-index: 4;
	text-decoration: none;
}
a#About_Link:hover {
	background-position: 0px -30px;
}
a#Info_Link {
	text-decoration: none;
	background-image: url(../images/contact_info_button.jpg);
	display: block;
	height: 30px;
	width: 128px;
	z-index: 4;
}
a#Info_Link:hover {
	background-position: 0px -30px;
}
#ContactNav {
	width:128px;
	z-index:4;
}
.nav, .nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav a {
	display: block;
	margin:0;
	padding:0;
	line-height:1.4em;
	text-decoration: none;
}
.nav li {
	float: left;
	padding: 0;
	width: 128px;
}
.nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 128px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
}
.nav li li {
	padding:0;
	width: 128px;
}
.nav li ul a {
	margin:0px;
	padding:0px 0px;
	width: 128px;
}
.nav li ul ul {
	margin: -2.75em 0 0 128px;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}
.nav li li:hover, .nav li li.sfhover {
	/* background: #eda; */
}
#contact_form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000310;
}
h4#contact_thankyou {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000310;
}

#contact_form {
	margin-left: 15px;
}
div#photoframe {
	margin-top: 10px;
	margin-left: 20px;
	width: 505px;
	height: 342px;
}
p#page_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.page_Header {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

p#events_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
div#Starburst {
	position: absolute;
	z-index: 10;
	left: 5px;
	top: 44px;
}
