/* CSS Document */

html, body {
	width: 808px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#d7de77;
	text-decoration: underline;
}

a:hover {
	color:#d7de77;
	text-decoration: none;
}

.content {
	width: 808px;
	height: 616px;
}

.content-left {
	width: 240px;
	float: left;
	height: 616px;
}

.content-right {
	width: 568px;
	float: left;
	height: 616px;
	background-image: url(images/main-BG.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.top-menu {
	width: 518px;
	height: 68px;
	padding-left: 22px;
	padding-right: 28px;
	background-color: #FFFFFF;
}

.right-content02 {
	background-image: url(images/text-BG.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 56px;
	padding-right: 66px;
}

.welcome-txt {
	background-image: url(images/welcome-txt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;	
}

.footer-menu {
	height: 78px;
	margin-left: 13px;
	margin-right: 28px;
	background-image: url(images/footer-02-BG.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 283px;
	padding-top: 20px;
	color: #516703;
	font-size: 10px;
	line-height: 24px;
}

.footer-menu a {
	color: #516703;
	text-decoration: underline;
}

.footer-menu a:hover {
	color: #516703;
	text-decoration: none;
}

.image-content {
	width: 480px;
	height: 220px;
	background-color: #8fa118;
	padding-left: 22px;
}

.about-txt {
	background-image: url(images/about-txt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 40px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;	
}

.contact-txt {
	background-image: url(images/contact-txt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;	
}

.oliveoil-txt {
	background-image: url(images/oliveoil-txt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 120px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;	
}

.recipes-txt {
	background-image: url(images/recipes-txt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 200px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;	
}

.shipping-txt {
	background-image: url(images/shipping-txt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 140px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;	
}

.treeinfo-txt {
	background-image: url(images/treeinfo-txt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 80px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;	
}

h2 {
	font-size:11px;
	margin:2px;
	padding:0;
	border-bottom:1px dashed #fff;
}
h3 {
	font-size:10px;
	font-style:italic;
	margin:2px;
	padding:0;
}

