@charset "utf-8";
/* CSS Document */
#body {
	border:3px solid black;
	width:760px;
}
#nav {
	height:32px;
	width:760px;
}
.menu {
	height:32px;
	position:absolute;
}
#aboutNav {
	width:129px;
	background-image:url(images/nav_02.gif);
}
#aboutNav:hover {
	background-image:url(images/nav_ro_02.gif);
}
#whyNav {
	margin-left:129px;
	width:125px;
	background-image:url(images/nav_03.gif);
}
#whyNav:hover {
	background-image:url(images/nav_ro_03.gif);
}
#ingredientsNav {
	margin-left:254px;
	width:126px;
	background-image:url(images/nav_04.gif);
}
#ingredientsNav:hover {
	background-image:url(images/nav_ro_04.gif);
}
#shopNav {
	margin-left:380px;
	width:125px;
	background-image:url(images/nav_05.gif);
}
#shopNav:hover {
	background-image:url(images/nav_ro_05.gif);
}
#wholesaleNav {
	margin-left:505px;
	width:127px;
	background-image:url(images/nav_06.gif);
}
#wholesaleNav:hover {
	background-image:url(images/nav_ro_06.gif);
}
#contactNav {
	margin-left:632px;
	width:128px;
	background-image:url(images/nav_07.gif);
}
#contactNav:hover {
	background-image:url(images/nav_ro_07.gif);
}
#content {
	width:760px;
	height:auto;
	background-color:#e1cca6;
	padding-top:50px;
}
#contentImage {
	width:244px;
	height:246px;
}
#contentTop {
	width:760px;
	padding-bottom:20px;
}
#contentLeft {
	width:272px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#contentRight {
	float:right;
	width:440px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
}
#contentRight p {
	margin-left:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#contentRight p.headerP {
	font-weight:bold;
}
p.footerP {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:lighter;
	font-style:italic;
}
.preload {
	visibility:hidden;
	position:absolute;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:lighter;
}
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
#friends {
	padding-top:75px;
	width:750px;
}
#friends img {
	margin-top:15px;
}
#shop p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
