.unnamed1 {
	background-color: #fff7f7;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #fff7f7;
}



a{
	color: #660000;
	text-decoration: none;
}

a:link{
	color: #CC0000;
	text-decoration: none;
}

a:visited{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #660000;
	background-color: white;
	text-decoration: underline;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	color: #660000;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h2{
 font-family: "Times New Roman", Times, serif;
 font-size: 140%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #660000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #330000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-decoration: underline;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #660000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	vertical-align: text-top;
}

#navBar{
	float: left;
	width: 20%;
	margin: 2px;
	padding: 2px;
	background-color: #FFE4D9;
	border-right: 1px solid #FFE4D9;
	border-bottom: 1px solid #FFE4D9;
}

#headlines{
	float:right;
	width: 13%;
	border-left: 1px solid #FFE4D9;
	border-bottom: 1px solid #FFE4D9;
	padding-right: 10px;
	background-color: #fff7f7;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}

#content{
	float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-color: #FFE4D9;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-weight: bold;
	background-color: #FFE4D9;
	background: #FFE4D9;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #990000;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 75%;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: #CC0000;
	background-color: #FFF7F7;
}

#breadCrumb a:visited{
	color: #330000;
	text-decoration: none;
}

#breadCrumb a{
	color: #CC0000;
	text-decoration: none;
}

#breadCrumb a:link{
	color: #CC0000;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #660000;
	background-color: white;
	text-decoration: underline;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature2 img{
	float: right;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 2px;
	padding: 2px;
	border-bottom: 1px solid #990000;
	font-size: 75%;
	text-align: center;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/********** .sectionLins class style to fix validation of multiple #sectinoLins ***********/
.sectionLinks{
	position: relative;
	margin: 2px;
	padding: 2px;
	border-bottom: 1px solid #990000;
	font-size: 75%;
	text-align: center;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sectionLinks h3{
	padding: 10px 0px 2px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

.sectionLinks a {
	display: block;
	border-top: 1px solid #990000;
	padding: 2px 0px 2px 10px;
}

.sectionLinks a:hover{
}


/******* this is the end of the fix, but it does not seem to work *****/

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #990000;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
	width: 13%;
	font-family: Arial, Helvetica, sans-serif;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}
.Address_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #660000;
}
.BrownBannerTex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
	color: #ffe4d9;
}
.Address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #660000;
}
.IntroText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #990000;
}
.rightbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #660000;
}
.BodyTextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #330000;
	text-align: left;
	list-style-type: circle;
}
.RightColumnTextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #660000;
}

.style1 {font-size: 200%}
body {
	background-color: #fff7f7;
	border-color: #FFFFFF;
}
.Left-NavBar {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.BrownBannerHeaderText {
	color: #ffe4d9;
	font-size: 170%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}


.Horizontal-NavBar-Style {
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
}
.Righ-NavBar {
	font-size: 90%;
	color: #660000;
}
.ABN {font-size: 70%}
.Address1 {
	font-size: 85%;
	color: #990000;
}
.Address_Caps {font-size: 125%; font-style: italic; font-weight: bold; }
.Guarantee-textstyle {font-size: 90%}
.Wildcrafted_Address {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}
.Bottom-NavBar {
	font-weight: bold;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	color: #330000;
}
.style17 {font-size: 100%; font-style: italic; font-weight: bold; font-family: "Times New Roman", Times, serif; }
.style19 {font-size: 100%; font-style: italic; font-weight: bold; color: #660000; }
.style21 {font-size: 125%}
.style22 {font-size: 125%; font-style: italic; font-weight: bold; color: #660000; }
.TitleCaps {
	font-family: "Times New Roman", Times, serif;
	font-size: 145%;
}
.BulletList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	list-style-type: circle;
}
.Left-NavBar_Headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #330000;
	text-decoration: underline;
}
.New_Left_Nav_Bar {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFE4D9;
}
.HorizontalNavBar-new {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border: #FFFFFF;
	font-size: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-color: #FFFFFF;
}
.Left_NavBar_Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: capitalize;
	color: #660000;
}
.LucindaHeading {
	font-family: "Lucida Calligraphy", Times New Roman, Times, serif;
	font-size: 100%;
	color: #990000;
}
.style23 {
	color: #660000;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
}
.style26 {
	font-style: italic; 
	font-size: 100%; 
	color: #660000;
}

.SmallBodyText {
	font-size: 95%;
	color: #990000;
}


.toolbar {
background-color: #FFE4D9;
padding: 5px 0px 5px 0px;
}

.ingredients {
     text-decoration: none;
     padding: 5px;
}

.ingredients:hover {
     background-color: #5A8EC6;
}

		/*** The Essential Code for 3 column display at bottom of header table ***/


#container {
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 190px;     /* RC fullwidth + CC padding */
}
		
#container .column {
	position: relative;
	float: left;
}
		
#center {
	padding: 10px 20px;       /* CC padding (was 10px 20px */
	width: 55%;			      /* width was 100% */
}
		
#left {
	width: 25%;               /* LC width (was 180px) */
	padding: 0 10px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}
		
#right {
	width: 20%;               /* RC width (was 130px) */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
}
		
#footer {
	clear: both;
}
		
/*** IE Fix ***/
* html #left {
	left: 150px;              /* RC fullwidth */
}

		/*** Just for Looks ***/


#container .column {
	padding-top: 1em;
}
		
* html #left {
  left: 150px;           /* RC fullwidth */
}

/*** Footer Tables ***/
.FooterNavBarTable {
	background-color: #FFE4D9;
}


		/*** End of styles for 3 column display at bottom of header table ***/
