body, table, td {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Bitstream Vera Sans, Sans-Serif, Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  color: #462300;
  border-style: none;
  border-width: 0px;
}

body {
  background-color: ffffff;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

table.main {
  height: 100%;
  margin: 10px auto 0 auto;
  text-align: center;
}
/* Menu */
.menu {
	background: #fdb813 url('../images/menu-bg.gif') repeat-x;
	width: 768px;
	height: 30px;
	border-bottom: 1px solid #3c2624;
	padding: 0;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
}
.sf-menu {
	line-height:	1.0;
	z-index: 1000;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** menu skin ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	z-index: 1000;
}
.sf-menu a {
	padding: 6.5px 17px 7.5px 17px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #000000;
	font-weight: normal;
}
#home #home-on {color: #FFFFFF; background: #5f3b38;}
#shop #shop-on {color: #FFFFFF; background: #5f3b38;}
#health #health-on {color: #FFFFFF; background: #5f3b38;}
#blog #blog-on {color: #FFFFFF; background: #5f3b38;}
#about #about-on {color: #FFFFFF; background: #5f3b38;}
#stock #stock-on {color: #FFFFFF; background: #5f3b38;}
#events #events-on {color: #FFFFFF; background: #5f3b38;}
#contact #contact-on {color: #FFFFFF; background: #5f3b38;}
.sf-menu li {
	z-index: 1000;
}
.sf-menu li li {
	background:		#3c2624;
}
.sf-menu li li li {
	background:		#3c2624;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	text-decoration: none;
	color: #FFFFFF;
	background: #3c2624;
}
.sub li { background: #3c2624; font-size: 12px; }
.sub a, .sub a:visited { color: #FFFFFF; font-size: 12px; 	padding: 6px 2px; }
.sub li:hover, .sub li.sfHover,
.sub a:focus, .sub a:hover, .sub a:active {
	background: #fdb813;
	color: #000000;
}
/*** arrows **/
/*.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px;  trigger IE7 hasLayout so spans position accurately 
} */
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.center { margin: 0 auto 0 auto;}
.v4 { font-size: 10px; color: #CCCCCC; }
.v4 a, .v4 a:visited { font-size: 10px; text-decoration: none; color: #CCCCCC; }
.v4 a:hover { color: #333333; }
td.title {
  text-align: left;
  vertical-align: top;
  height: 25px;
}

td.content {
  background-color: ffffff;
  text-align: left;
  vertical-align: top;
  height: 100%;
  border-width: 1px; 
  border-style: solid; 
  border-color: #533434;
}

td.bottom {
}

td.table {
  background-color: ffffff;
  font-size: 11px;
  padding: 1px;
}

td.table_shaded {
  background-color: eaf0ff;
  font-size: 11px;
  padding: 1px;
}

a {
  font-size: 12px;
  color: #003366;
  font-weight: bold;
}

a:hover {
  color: #2c3d11; 
  text-decoration: underline;
} 
 
a:active {
  color: #003366; 
  text-decoration: none;
}  
 
a.menu {
  margin: 0px;
  color: #2c0504;
  font-size:15px;
  font-weight:normal;
  text-decoration: none;
  line-height: 18px;
}

a.menu:hover {
  margin: 0px;
  color: #555555;
  font-size:15px;
  font-weight:normal;
  text-decoration: none;
}

a.sub_menu {
  margin: 0px;
  color: #2c0504;
  font-size:12px;
  font-weight:normal;
  text-decoration: none;
  xline-height: 20px;
}

a.sub_menu:hover {
  margin: 0px;
  color: #555555;
  font-weight:normal;
  text-decoration: none;
}

a.menu_active {
  margin: 0px;
  xcolor: #2c0504;
xcolor: #c7161e;
color: #008000;
  font-size:20px;
  font-weight:bold;
  text-decoration: none;
  line-height: 24px;
}

a.menu_active_white {
  margin: 0px;
  color: #ffffff;
  font-size:20px;
  font-weight:bold;
  text-decoration: none;
  line-height: 24px;
}

a.menu_active:hover {
  margin: 0px;
  color: #555555;
  font-size:20px;
  font-weight:bold;
  text-decoration: none;
}

a.sub_menu_active {
  margin: 0px;
  xcolor: #2c0504;
xcolor: #c7161e;
color: #008000;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
  xline-height: 28px;
}

a.sub_menu_active_white {
  margin: 0px;
  color: #ffffff;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
  xline-height: 28px;
}

a.sub_menu_active:hover {
  margin: 0px;
  color: #555555;
  font-weight:bold;
  text-decoration: none;
}

h1 {
  margin: 0px;
  font-size: 17px;
  color: #462300;
  font-weight:normal;
}

h2 {
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 27px;
  color: #462300;
  font-weight:bold;
  padding-bottom: 2px;
}

h3 {
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 22px;
  color: #462300;
  font-weight:bold;
  padding-bottom: 2px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
  color: #462300;
  font-weight:bold;
  padding-bottom: 2px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
  color: #462300;
  font-weight:bold;
  padding-bottom: 2px;
}


small {
  font-size: 10px;
}




div.left_margin {
  position: relative; 
  left: 60px; 
  float: left; 
  width: 450px; 
  padding: 0px; 
  z-index: 90;
}
div.no-margin {
  position: relative; 
  left: 60px; 
  float: left; 
  width: 650px; 
  padding: 0px; 
  z-index: 90;
}

div.left_margin_index_page {
  position: relative; 
  left: 60px; 
  float: left; 
  width: 650px; 
  padding: 0px; 
  z-index: 90;
}

div.left_margin_products_page {
  position: relative; 
  left: 60px; 
  float: left; 
  width: 550px; 
  padding: 0px; 
  z-index: 90;
}

div.left_margin_health_page {
  position: relative; 
  left: 28px; 
  float: left; 
  width: 480px; 
  padding: 0px; 
  z-index: 90;
}

div.left_margin_health_page_with_logos {
  position: relative; 
  left: 25px; 
  float: left; 
  width: 680px; 
  padding: 0px; 
  z-index: 90;
}


div.container {
	position: relative;
	height: 163px;
	width: 240px;
}

div.container div.text {
	position: absolute;
	bottom: 0px;
}


div.middle_text {
	position: absolute;
        margin-top: 20px;
}



/*
--------
*/

.colour-in a { margin-right: 40px; } 

td.table {
  background-color: ffffff;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_left {
  background-color: ffffff;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_ni_left {
  background-color: ffffff;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_ni_underline {
  background-color: ffffff;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_right {
  background-color: ffffff;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

/*
--------
*/


td.table_cm_top_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

td.table_cm_underline {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_cm_underline_vertical {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_cm_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

/*
--------
*/


td.table_jp_top_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

td.table_jp_underline {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_jp_underline_vertical {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_jp_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

/*
--------
*/

td.table_om_top_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

td.table_om_underline {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_om_underline_vertical {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_om_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

/*
--------
*/

td.table_pm_top_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

td.table_pm_underline {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_pm_underline_vertical {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_pm_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

/*
--------
*/

td.table_rspso_top_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

td.table_rspso_underline {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_rspso_underline_vertical {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_rspso_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

/*
--------
*/

td.table_vpm_top_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

td.table_vpm_underline {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_vpm_underline_vertical {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_vpm_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

/*
--------
*/

td.table_nm_top_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

td.table_nm_underline {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_nm_underline_vertical {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_nm_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

/*
--------
*/

td.table_omm_top_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #462300;
}

td.table_omm_underline {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_omm_underline_vertical {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

td.table_omm_right {
  background-color: ffffff;
  color: #462300;
  font-size: 11px;
  padding: 2px;
  border-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #462300;
}

.benefits td { padding: 0 20px 20px 0;}

/*
--------
*/


