/* ------------- "generic" styles */

body {
	/*background: white;*/
	background: white;
	color: black;
	font-family: "arial";
	font-size: 12px;
}

a {
	text-decoration: none;
}

#rightbar {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; right: 30px; top: 5px;
  height: 1200px;
  width: 325px;
  z-index: 100;
}
body > div#rightbar {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

/* ---- Header ---- */

div#header {
	position: relative;
	margin-left: 20px;
	margin-right: auto;
	float: left;
	width: 800px;	
	height: 275px;
	background: white;
}

div#header img.logo {
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	width: 266px;
	height: 249px;
	background: white;
	float: left;
}

div#news {
	position: relative;
	background: rgb(218, 225, 228);
	margin-left: -500px;
	width: 500px;
	height: 275px;
	color: black;
	line-height: 1em;
	padding-left: 1em;
	float: right;
}
div#news h1 {
	color: black;
}

div#news h2 {
}

div#news p {
	padding-left: 1em;
}

div#news a {
	color: rgb(99,172,30);
}

div#news a:hover {
	border: none;
	color: white;
}

div#news em {
	text-transform: uppercase;
	color: white;
}

/* ---- MENU ---- */

#menu {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: 20px;
	float: left;
	z-index: 80;
	border-top: 2px solid rgb(99,172,30);
}

.navmenu,
.navmenu ul,
.navmenu li
{
  padding: 0px;
  margin: 0px;
  width: 100px;
}
.navmenu > li
{
  float: left;
}
.navmenu li
{
  list-style-type: none;
  border-right: 1px solid rgb(99,172,30);
  color: #000000;
  background-color: white;
  padding: 2px;
  font-weight: 700;
  font-size: 10px;
}
.navmenu ul
{
  display: none;
  position: absolute;
  margin-left: -3px;
  margin-top: 2px;
}
.navmenu li:hover > ul
{
  display: block;
}
.navmenu ul.parent_hover
{
  display: block;
}
.navmenu a
{
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
}
.navmenu li:hover
{
  background-color: rgb(99,172,30);
  color: white;
}
.navmenu li.hover,
.navmenu a:hover
{
  background-color: rgb(99,172,30);
  color: white;
}
.navmenu ul ul
{
  margin-top: -1.2em;
  left: 99%;
}
.navmenu span
{
	color: rgb(99,172,30);
	display: block;
}

.navmenu span:hover {
	color: white;
}

.navmenu
{
  float: left;
  width: 100%;
  background-color: white;
}
.endmenu
{
  clear: left;
}



/** Cart **/

div#cart {
	position: relative;
	width: 800px;
	height: 37px;
	margin-right: auto;
	margin-left: 20px;
	float: left;
	padding-bottom: 1px;
	border-bottom: 2px solid rgb(99,172,30);
	/*border: 2px solid rgb(99, 172, 30);*/
	background: white; 
	font-size: 10px;
	overflow: auto;
}

div#cart form {
	float: right;
}

div#cart a {
	float: right;
	color: black;
	padding-right: 5px;
	text-decoration: underline;
}

div#cart a:hover {
	color: white;
}

div#cart i {
	float: left;
}

div#paypal {
	position: relative;
	margin-right: auto;
	margin-left: 20px;
	float: left;
	padding-top: 3px;
	border: 2px solid rgb(99,172,30);
	/*padding-top: .5em;
	padding-bottom: .5em;*/
	width: 800px;
	background: white; 
	font-size: 10px;
	color: green;
	overflow: auto;
	clear: left;
}

div#paypal table {
	float: right;
}


/* ---- Body Content---- */

div#left_iframe {
	position: relative;
	width: 800px;
	float: left;
	clear: left;
	height: 100%;
	margin-left: 20px;
	margin-right: auto;
}

div#left_iframe iframe {
	height: 100%;
	width: 100%;
}


div#content {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	text-align: justify;
	clear: left;
	background: white;
}

div#content h1 {
	color: rgb(99, 172, 30);
	font-size: 2em;
	text-transform: uppercase;
	border-bottom: 2px solid red;
	clear: left;
}

div#content h2 {
	color: blue;
	font-size: 1.7em;
	text-decoration: underline;
}

div#content h3 {
	font-size: 1.5em;
	color: red;
}

div#content h4 {
	font-size: 1em;
	color: silver;
	margin-left: 2em;
}

div#content p {
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1em;
	color: black;
}

div#content p a {
	color: rgb(99, 172, 30);
}

div#content p a:hover {
	color: red;
}

div#content p img {
	margin-right: .5em;
	float: left;
}

div#content table.product_table {
	
	width: 700px;
	margin-left: 50px;
	margin-right: 50px;
	border: 2px solid rgb(99, 172, 30);
}

div#content table.product_table tr.header {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
}

div#content table.product_table td.prod {
	width: 166px;
	height: 300px;
	border: 1px solid rgb(99, 172, 30);
}

div#content table.product_table td.prod img {
	border: none;
}

div#content table.product_table td.desc {
	width: 534px;
	height: 300px;
	border: 1px solid rgb(99, 172, 30);
	padding-left: 1em;
	padding-right: 1em;
}

div#content table.product_table td.desc form {
	float: left;
	padding-right: 2em;
}

div#content table.recipe_table {
	width: 700px;
	margin-left: 50px;
	margin-right: 50px;
	border: 2px solid rgb(99, 172, 30);
}

div#content table.recipe_table td.image {
	width: 150px;
	border: 2px solid rgb(99, 172, 30);
}

div#content table.recipe_table td {
	width: 800px;
	/*border: 2px solid rgb(99, 172, 30);*/
	border-bottom: 2px solid rgb(99, 172, 30);
	padding-top: 5px;
	padding-bottom: 5px;
}

div#content table.event_table {
	width: 760px;
	margin-left: 10px;
	margin-right: 10px;	
}

div#content table.event_table td img {
	border: none;
}

div#content table.event_table h1 {
	border-bottom: 2px solid rgb(99, 172, 30);
}

div#content table.event_table tr.header {
	background: rgb(99,172,30);
	font-weight: 700;
	font-size: 15px;
}

div#content table.event_table td {
	text-align: center;
	padding: 3px;
}

div#content table.testimonials_table {
	width: 760px;
	margin-left: 10px;
	margin-right: 10px;
}

div#content table.testimonials_table h1 {
	border-bottom: 2px solid rgb(99,172,30);
}

div#content table.testimonials_table tr.header {
	background: rgb(99,172,30);
	font-weight: 700;
	font-size: 15px;
}

div#content table.testimonials_table td {
	text-align: center;
	padding: 3px;
}

div#content table.testimonials_table tr.header td {
	background: rgb(99,172,30);
}

div#content table.testimonials_table td.msg {
	width: 400px;
}

div#content table.user-recipes_table {
	width: 760px;
	margin-left: 10px;
	margin-right: 10px;
}

div#content table.user-recipes_table h1 {
	border-bottom: 2px solid rgb(99,172,30);
}

div#content table.user-recipes_table tr.header {
	background: rgb(99,172,30);
	font-weight: 700;
	font-size: 15px;
}

div#content table.user-recipes_table td {
	text-align: left;
	padding: 3px;
}

div#content table.user-recipes_table tr.header td {
	background: rgb(99,172,30);
}

div#content table.user-recipes_table td.msg {
	width: 400px;
}

div#content table.stores_table {
	width: 700px;
	margin-left: 50px;
	margin-right: 50px;
}

div#content table.stores_table td img {
	border: none;
}

div#content table.stores_table tr.header {
	background: rgb(99,172,30);
	font-weight: 700;
	font-size: 15px;
}

div#content table.stores_table tr.header td {
	background: rgb(99,172,30);
	text-align: center;
}

div#content table.stores_table tr.loc td a:hover {
	color: red;
}


div#content table.stores_table h1 {
	border-bottom: 2px solid rgb(99, 172, 30);
}

div#content table.contact_table {
	width: 700px;
	margin-left: 50px;
	margin-right: 50px;
	
}

div#content table.contact_table td.image {
	width: 100px;
}

div#content table.contact_table tr {
	height: 200px;
}

div#content table.contact_table h1 {
	border: none;
	color: black;
	font-size: large;
	margin-bottom: 0;
}

div#content table.contact_table h2 {
	font-size: medium;
	font-style: italic;
	margin-top: 0;
}

div#content form.tell_us {
	width: 760px;
	margin-left: 20px;
	margin-right: 20px;
}

/* ---- FOOTER ---- */

div#footer {
	position: relative;
	float: left;
	width: 100%;
	background: white;
	border-top: 2px solid black;
	text-align: center;
	clear: left;
}

div#footer em {
	color: rgb(99, 172, 30);
	margin-left: auto;
	margin-right: auto;
	
}
