
/*****************/
/*  Main Styles  */
/*****************/



/***::-  Common Styles  -::**/

.makeInvis {
	display: none;
}
.hideBold {
	font-weight: normal;
}
.makeSmaller {
	font-size: 85% !important;
}
.forceCenter {
	text-align: center !important;
}
A.hideVisited:VISITED {
	color: #03C;
}

DIV.headerStyle, P.headerStyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 16px 0 !important;
	padding: 0 !important;
}

/***::-  Page Top  -::***/

DIV.companyTitle {
}
H1.companyTitle {
	padding: 0;
	margin: 6px 5px 35px 15px;
	font-size: 20px;
	line-height: 1.5em;
	width: 165px;
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #efe;
}
H1.companyTitle SPAN.large {
	font-size: 48px;
}
H1.companyTitle A {
	text-decoration: none;
}
A.pageTitle {
	float: right;
	display: inline;
	margin-right: 25px;
}
TD.pageHeader {
	background-color: #e7f8a9;
	border-bottom: 1px solid #d4e597;
	border-right: 1px solid #d4e597;
}



/***::-  Navigation -::***/


/***************
The other navbar effect was basically by making the "DIV.navOuter A" not have a specified width, 
it made the items span onto a second line thus showing part of the hidden bkg for the hover. Worked on IE6 only.
****************/
DIV.navOuter {
	padding: 0;
	margin: 0 0 2px 10px;
	width: 175px;
	white-space: nowrap;
}
DIV.navOuter UL {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
DIV.navOuter UL LI {
	margin: 0;
	padding: 2px 0;
	white-space: nowrap;
}
DIV.navOuter A, DIV.navOuter A:VISITED {
	width: 140px;
	display: block;
	color: #063;
	text-decoration: none;
	background-image: url(img/nav-bar-hover-bkg.gif);
	background-position: 0 -4px;
	background-repeat: no-repeat;
	/*background-color: #e7f8a9;*/
	padding: 2px 5px 2px 30px;
	/*border: 1px solid #e7f8a9;
	border-width: 1px 0 1px 0;*/
	font-weight: normal;
	font-size: 11pt;
	margin: 6px 10px 10px 0px;
	overflow: hidden;
	white-space: nowrap;
}
DIV.navOuter A:HOVER, DIV.navOuter A:FOCUS {
	color: #3a3;
	border-color: #ac9;
	background-position: 0 -34px;
}
DIV.navOuter A.currentPage {
	color: #3a3 !important;
	border-color: #ac9 !important;
	background-position: 0 -34px !important;
	font-weight: bold !important;
}
A.imgLink, A.imgLink:VISITED {
	display: block;
	background-image: none;
	background-color: #beb;
	/*border: 1px solid #393;*/
	padding: 3px;
	width: 150px;
	height: 113px;
	margin: 20px 0;
}
A.imgLink IMG {
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}
A.imgLink:HOVER {
	background-color: #393;
	border-color: #000;
}
DIV.navOuter IMG {
	padding: 0;
	border: 0;
}


/***::-  Main Area  -::***/

DIV.pageTitle {
	margin: 15px 0 20px 0;
	height: 113px;
}
H2.pageTitle {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181;
	vertical-align:bottom;
	margin: 8px 0 0 0;
	padding: 0;
	white-space: nowrap;
	width: 75%;
}
P.pageTitleSubHdr {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181;
	vertical-align:bottom;
	margin: 8px 0 0 0;
	padding: 0 0 0 2px;
	white-space: nowrap;
	width: 75%;
}
TABLE.pageLayout {
	background-color: #fff;
}
TABLE.pageLayout TH.leftCol {
	width: 200px;
	padding: 0;
	color: #000;
}
TABLE.pageLayout TH.leftCol H1 {
}
TABLE.mainContent {
	border: 0;
	padding: 0;
	background-color: #fff;
}
TABLE.mainContent TD.headerTopLeft, TABLE.mainContent TD.headerTopRight, TABLE.mainContent TD.pageFooterLeft, TABLE.mainContent TD.pageFooterRight {
	background-image: url(img/main-area-border.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
}
TABLE.mainContent DIV.topLeftBorder, TABLE.mainContent DIV.topRightBorder, TABLE.mainContent DIV.footerLeftBorder, TABLE.mainContent DIV.footerRightBorder {
	background-image: url(img/main-area-border.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}
TABLE.mainContent DIV.topLeftBorder {
	float: left;
	background-position: 0 -149px;
}
TABLE.mainContent DIV.topRightBorder {
	float: right;
	background-position: 100% -149px;
}
TABLE.mainContent DIV.footerLeftBorder {
	float: left;
	background-position: 0 -417px;
	background-color: #e7f8a9;
}
TABLE.mainContent DIV.footerRightBorder {
	float: right;
	background-position: 100% -417px;
	background-color: #e7f8a9;
}
TABLE.mainContent TD.top {
	background-position: 0 0;
}
TABLE.mainContent TD.headerTopLeft {
	background-position: 0 0;
}
TABLE.mainContent TD.headerTopRight {
	background-position: 100% 0;
}
TABLE.mainContent TD.headerTop {
	background-image: url(img/main-area-border-tnf-fill.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
TABLE.mainContent TD.footerLeft {
	background-position: 0 -417px;
}
TABLE.mainContent TD.footerRight {
	background-position: 100% -417px;
}
TABLE.mainContent TD.pageFooterLeft {
	background-position: 0 100%;
}
TABLE.mainContent TD.pageFooterRight {
	background-position: 100% 100%;
}
TABLE.mainContent TD.pageFooter {
	background-image: url(img/main-area-border-tnf-fill.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}
TABLE.mainContent TD.top, TABLE.mainContent TD.left, TABLE.mainContent TD.right, TABLE.mainContent TD.footer {
	background-image: url(img/main-area-border-fill.gif);
	padding: 0;
	margin: 0;
}
TABLE.mainContent TD.top, TABLE.mainContent TD.footer {
	background-repeat: repeat-x;
}
TABLE.mainContent TD.footerLeft {
	background-color: #e7f8a9;
}
TABLE.mainContent TD.top {
	background-position: top;
}
TABLE.mainContent TD.footer {
	background-position: bottom;
}
TABLE.mainContent TD.left, TABLE.mainContent TD.right {
	background-repeat: repeat-y;
}
TABLE.mainContent TD.left {
	background-position: left;
}
TABLE.mainContent TD.right {
	background-position: right;
}
TABLE.mainContent TD.mainArea {
}
DIV.mainAreaOuter {
	/*background-image: url(img/main-area-border-fill.gif);
	background-position: right;
	background-repeat: repeat-y;*/
	margin: 0;
	padding: 0;
}
DIV.mainAreaOuter DIV {
	padding: 0;
	padding-top: 11px;
	margin: 0;
}
TD.mainArea {
	padding: 0;
	/*background-image: url(img/main-area-bkg.gif);
	background-position: bottom;
	background-repeat: repeat;
	background-color: #f6ffc9;*/
	border-left: 1px solid #d4e597;
	border-bottom: 1px solid #247a4d;
	font-family: Tahoma, Helvetica, sans-serif;
	/*border-bottom: 1px solid #1C7943;*/
}
TD.centerLayout {
	padding: 0 20px 0 0;
}
TD.centerLayout H2 {
	font-size: 28pt;
}
TD.mainArea H3, TD.mainArea H4, TD.mainArea H5, TD.mainArea H6 {
	font-size: 20pt;
	color: #666;
	margin: 8px 10px 10px 10px;
	font-weight: normal;
	font-family: Tahoma, Helvetica, sans-serif;
}
TD.mainArea P, DIV.itemText {
	font-size: 13pt;
	padding: 15px 10px;
	margin: 0;
	text-align: justify;
	color: #666;
}
DIV.highlightBkg {
	background-color: #faf397;
	border: 1px solid #ebe489;
	margin: 0 6px;
}
TABLE.herbsList {

}
TABLE.herbsList TH {
	padding: 0 15px;
}
TABLE.herbsList TD.description {
	padding: 0 18px;
}
TABLE.herbsList TD.description DIV {
	text-align: justify;
	line-height: 1.4em;
}
FORM.herbsAddToBasket {
	font-size: 10.5pt;
	margin: 0;
	padding: 0;
}
FORM.herbsAddToBasket LABEL, FORM.herbsAddToBasket SPAN {
	display: block;
	width: 80px;
	float: left;
}
A.previousPage SPAN.hideLinkText, A.nextPage SPAN.hideLinkText {
	display: none;
}
A.previousPage {
	background-image: url(img/previous-page.gif);
}
A.nextPage {
	background-image: url(img/next-page.gif);
}
A.previousPage, A.previousPage:VISITED, A.nextPage, A.nextPage:VISITED, SPAN.pageLinkPlaceholder {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 120px;
	height: 18px;
	text-decoration: none;
}

/*** - Items - ***/
DIV.itemOuter {
	padding: 3px 12px !important;
}
P.itemTitle {
	margin: 2px !important;
	padding: 0 !important;
}
DIV.itemText {
	margin: 0 !important;
	padding: 0 !important;
}
DIV.itemText DIV {
	line-height: 1.4em;
}
DIV.itemOuter IMG {
	border: 0;
}
DIV.fileArea {
	margin: 10px 0 !important;
	padding: 0 !important;
	font-size: 0.9em !important;
}
DIV.fileArea P.itemTitle {
	font-size: 0.9em;
}
DIV.fileArea A.itemFile, DIV.fileArea A.itemFile:VISITED {
	margin: 4px !important;
	padding: 2px;
	background-color: #faf397;
	border: 1px solid #ebe489;
	font-size: 0.9em !important;
	color: #00a;
	text-decoration: none;
}
DIV.fileArea A.itemFile:HOVER, DIV.fileArea A.itemFile:FOCUS {
	background-color: #ffe560;
}

/*** - Right Panel - ***/
TD.rightColumn {
	border-right: 1px solid #d4e597;
}
TD.rightPanel {
	width: 200px;
	padding: 20px 0 0 0;
	color: #060;
}
DIV.rightPanel {	
	margin: 0;
	padding: 0;
	border: 0;
}
DIV.rightPanelFooter {
	background-image: url(img/side-bar-footer.gif);
	background-position: bottom left;
	height: 20px;
	margin: 0;
	padding: 0;
}
TD.rightPanel IMG {
	margin: 20px 0;
}
TD.rightPanel P.text {
	text-align: justify;
	color: #060;
}
DIV.rightPanel H4 {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	font-size: 1.8em;
	font-weight: normal;
	color: #060;
}
DIV.rightPanel, DIV.rightPanel P {
	font-size: 14.5px;
}
DIV.rightPanel P {
	padding: 5px 11px;
}


/***::-  Footer  -::***/

.footer {
	color: #efe;
	font-size: x-small;
	font-weight: normal;
	padding: 4px 4px;
	clear: both;
	white-space: nowrap;
}
.footer B {
	font-weight: normal;
}
.footer A {
	color: #8f8;
	text-decoration: none;
}
.footer A:HOVER, .footer A:ACTIVE {
	color: #88f;
	text-decoration: underline;
}
.footer SPAN {
}
DIV.footerDocLinks {
	margin: 8px 3px 2px 3px;
}
