/* body generic stuff */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	line-height:1.125;
}
a:link, a:visited {
	color: #930;
	text-decoration: none;
}
a:hover {
	color: #390;
}
a:active {
}

a.rollover {
	display: block;
	width: 94px;
	height: 143px;
	text-decoration: none;
	background-image: url(../images/btnHome.jpg);
	float: left;
	}

li.home a:hover {
	background-position: -94px 0;
	}
li.products a:hover {
	background-position: -116px 0;
	}
li.benefits a:hover {
	background-position: -119px 0;
	}
li.recipes a:hover {
	background-position: -114px 0;
	}
li.wheretobuy a:hover {
	background-position: -139px 0;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}

.container {width:910px;margin:0 auto;}
h1, h2, h3, h4, h5 {
	padding-bottom: 0.5em;
	padding-top: .6em;
}

h1 {
	color: #993300;
	margin: 0px;
	font-size: 2.5em;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0px;
}
h2 {
	color: #993300;
	line-height: 1.2em;
	margin: 0px;

}
h3 {
	color: #517034;
	margin: 0px;
	line-height: 1.2em;
	padding-bottom: 0px;
}
h4 {
	color: #963;
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
}

#main  {
	background-image: url(../images/topLogo-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	margin-top: 10px;
}

#main ul {
	list-style-type: none;
	margin-left: 70px;
} 
#main ul li {
	padding-bottom: 0.6em;
	line-height: 1.4em;
}

#topMenu {
	
}
#topMenu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
} 
#topMenu li {
	padding-bottom: 0.5em;
	display: inline;
	margin: 0px;
}

#submenu {
	text-align: right;
	padding-top: 10px;
}

#submenu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-right: 5px;
} 
#submenu li {
	padding-bottom: 0.5em;
	display: inline;
}
#submenu ul li:after {
	content:" |";
	padding-left: 20px;
}
#submenu ul li#last:after {
	content:"";
	padding-left: 5px;
}
#submenu ul li a {
	padding-left: 20px;
}
#submenu ul li a:hover {
	color: #900;
	background-image: url(../images/oliveBullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#featuredBox {
	font-size: 100%;
	line-height: 1.6em;
	padding: 16px;
	background-image: url(../images/background.jpg);
	background-position: 60%;
}
#featuredBox h3 {
	font-size: 130%;
	margin-bottom: 4px;
}
#featuredBox h4 {
	font-style: italic;
	padding: 0px;
}
#featuredBox p {
	padding-right: 12px;
}

#page-title {
	padding-top: 20px;
}

#content {
	background-image: url(../images/sideBottle.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1.1em;
}
#content p {
	margin: 0px;
	padding-bottom: 0.8em;
	line-height: 1.6;
}
#content ul {
	margin-left: 40px;
}
#content ul li {
	text-indent: -10px;
	list-style-position: inside;
}
#content ol {
	margin-left: 40px;
}
#content ol li {
	line-height: 1.4em;
	padding-bottom: .6em;
}
#footer {
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/footer.jpg);
	height: 110px;
}
#footer p {
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 60px;
}
#olives {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 217px;
	width: 232px;
	left: -50px;
	top: -90px;
}
.required {
	font-size: 90%;
	color: #900;
	font-style: italic;
}
.button-td {
	text-align: center;
}

.caption {
	font-size: 70%;
	font-style: italic;
	color: #666;
	padding-top: 10px;
	}

/* floats */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
}
