/*********** G E N E R A L   S T Y L E S  ***********/
body, div { font-family: Arial, "Trebuchet MS",Tahoma, Verdana, Helvetica; font-size:11px; color:#000; }
body, form, p, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
body { background:#c6d7a0; !important; line-height:15px; }
h1, h2, h3, h4, h5, h6, form { display:inline; }
h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
table { border-collapse:collapse; }
a:link, a:visited { color: #000; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #f60; }
.linkWhite a:link, .linkWhite a:visited { color: #fff; text-decoration: none; }
.linkWhite a:hover, .linkWhite a:active { text-decoration: none; color: #fff29b; }

/********** ALIGNMENT STYLES **********/
.aLeft { text-align:left; }
.aRight { text-align:right; }
.aCenter { text-align:center; }
.aJustify { text-align:justify; }
.fLeft { float:left; }
.fRight { float:right; }
.fOuter { width:100%; display:table; }
.fLefWithMargin { float:left; margin:0 10px 5px 0; }
.fRigWithMargin { float:right; margin:0 0 5px 10px; }
.clearBoth { clear:both; }
.margin2px { margin:2px; }
.margin5px { margin:5px; }
.margin10px { margin:10px; }
.padding2px { padding:2px; }
.padding5px { padding:5px; }
.padding10px { padding:10px; }

/********** BORDER STYLES **********/
.bdr { border:1px solid #ccc; }
.bdrTop { border-top:1px solid #ccc; }
.bdrRight { border-right:1px solid #ccc; }
.bdrBottom { border-bottom:1px solid #ccc; }
.bdrLeft { border-left:1px solid #ccc; padding:2px; }
.bdrTR { border:1px solid #ccc; border-width:1px 1px 0 0; }
.bdrTB { border:1px solid #ccc; border-width:1px 0 1px 0; }
.bdrTL { border:1px solid #ccc; border-width:1px 0 0 1px; }
.bdrRB { border:1px solid #ccc; border-width:0 1px 1px 0; }
.bdrRL { border:1px solid #ccc; border-width:0 1px 0 1px; }
.bdrBL { border:1px solid #ccc; border-width:0 0 1px 1px; }

/********** IMAGE STYLES **********/
a img { border:0px; }
img.borderNone { border:0; }
img.borderNone:hover { border:0; }
img.block2Px { display:block; width:2px; height:2px; }
img.block5Px { display:block; width:5px; height:5px; }
img.sendEnquiry { margin:10px 0 0; }
.banner { margin:15px auto; text-align:center; color:#333; }
.banner img { display:block; margin:0 auto 5px; }
img.middle, input.middle, textarea.middle, select.middle { vertical-align:middle; }

/********** BACKGROUND COLOR STYLES *********/
.bgRed { background:#ffebde; }
.bgRedDark { background:#ffb3b3; }
.bgGreen { background:#efffea; }
.bgGreenDark { background:#c1ffab; }
.bgBlue { background:#ebf3fb; }
.bgBlueDark { background:#cae5ff; }
.bgYellow { background:#ffffe6; }
.bgYellowDark { background:#ffffbf; }
.bgOrange { background:#fff0d3; }
.bgOrangeDark { background:#ffce71; }
.bgPink { background:#ffe6ff; }
.bgPinkDark { background:#ffbfff; }
.bgGray { background:#eee }
.bgGrayDark { background:#ccc }
.bgBlack { background:#000; }
.bgWhite { background:#fff; }

/********** FONTS STYLES **********/
.keywords { background:#eee; padding:0 2px; color:#555; }
.star { font-weight:bold; color:#c00; }
.colorWhite { color:#fff; }
.colorRed { color:#f00; }
.colorGreen { color:#060; }
.colorBlue { color:#06c; }
.colorYellow { color:#ff0; }
.colorOrange { color:#f60; }
.colorPink { color:#f0f; }
.colorGray { color:#666; }
.colorBlack { color:#000; }

/**********/
.fs10px { font-size:10px; }
.fs11px { font-size:11px; }
.fs12px { font-size:12px; }
.fs13px { font-size:13px; }
.fs14px { font-size:14px; }
.fs15px { font-size:15px; }
.fs16px { font-size:16px; }

/**********/
.lineHeight16px { line-height:16px; }
.lineHeight18px { line-height:18px; }
.lineHeight20px { line-height:20px; }
.lineHeight22px { line-height:22px; }
.lineHeight24px { line-height:24px; }
.strong { font-weight:bold; }
.normal { font-weight:normal; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }
.tdNone { text-decoration:none; }



/********** FORM STYLES **********/

.bgOne {
	background:#d4e1b7;
	padding:2px 5px 2px 2px;
	text-align:right;
	border-top:1px solid #d7dc91;
	border-bottom:1px solid #a1a657;
	vertical-align:top;
}
.bgTwo {
	font-weight:bold;
	padding:2px;
	text-align:center;
	border:1px solid #a1a657;
	background:#d4e1b7;
	vertical-align:top;
}
.bgThree {
	background:#d4e1b7;
	padding:2px 5px 2px 12px;
	border-top:1px solid #d7dc91;
	border-bottom:1px solid #a1a657;
	border-left:5px solid #2e6207;
}

.formHead {
	font-weight:bold;
	background:#b4ce86;
	padding:5px;
}
.formHead span { 
	font-weight:normal;
}
.formText {
	padding:0 2px;
}
.formInput {
	padding:1px;
	border:1px solid #000;
	border-width:1px 0 0 1px;
	background:#f5ffe0 !important;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
select {
	border:1px solid #000;
	border-width:1px 0 0 1px;
	background:#f5ffe0 !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea {
	border:1px solid #000;
	border-width:1px 0 0 1px;
	background:#f5ffe0 !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
input.button {
	border:1px solid #600;
	color:#fff;
	border-width:1px 2px 2px 1px;
	background:#3c8802;
	padding:1px 2px;
	margin:0px;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
}
input.button:hover {
	color:#000;
	background:#b4ce86;
	border:1px solid #999;
	border-width:1px 2px 2px 1px;
	border-color:#600 #900 #900 #600;
}
/*************styles****************/

.herbalButterfly {
	position:relative;
	left:-30px;
	top:40px;
}
.topgenLinks {
	text-align:right;
	font-weight:bold;
	padding:0 6px 6px 0;
}
.headerLinks {
	background-image:url(images/topButtonBg.gif);
	background-repeat:repeat-x;
	color:#fff;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
}
.headerLinks a:link, .headerLinks a:visited { 
	color: #fff;
	text-decoration: none;
}
.headerLinks a:hover, .headerLinks a:active { 
	text-decoration:none;
	color: #fff29b;
}
.b2b {
	font-size:14px;
	font-weight:bold;
	color:#183800;
	padding-left:4px;
}
.b2b a:link, .b2b a:visited { color: #499302; text-decoration: none; }
.b2b a:hover, .b2b a:active { text-decoration: none; color: #244c06; }
.b2bBullet {
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #cedfbd;
	padding:4px 0 0 0;
	vertical-align:top;
}
.b2bBullet a:link, .b2bBullet a:visited { 
	color: #fff;
	text-decoration: none;
}
.b2bBullet a:hover, .b2bBullet a:active { 
	text-decoration:none;
	color: #fff29b;
}
.b2bBullet01 {
	padding:10px 4px 4px 4px;
}
.text {
	padding:0 8px;
	font-size:12px;
	vertical-align:top;
	text-align:justify;
}
.textLcol {
	padding:0 5px;
	vertical-align:top;
	text-align:justify;
}
.b2bHead {
	width:225px;
	vertical-align:top;
	background-color:#76a648;
	padding-bottom:8px;	
}
.naturalHerbsImg {
	background-image:url(images/naturalHerbsBg.gif);
	background-repeat:repeat-x;
	background-positon:bottom;
	text-align:left;
}
.naturalHerbsBg {
	background-image:url(images/naturalHerbsImage02.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#d4e1b7;
	border-bottom:3px solid #76a648;
}
.naturalHerbsBg02 {
	padding:5px 0 10px;
}
.nHerbs {
	font-size:14px;
	width:110px;
	font-weight:bold;
	padding:35px 0 10px 10px;
	color:#499302;
}
.nHerbs a:link, .nHerbs a:visited { color: #499302; text-decoration: none; }
.nHerbs a:hover, .nHerbs a:active { text-decoration: none; color: #244c06; }
.naturalHerbsProBg {
	background-image:url(images/naturalHerbsProBg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:5px 0 2px 0;
}
.herballHerbsImage {
	background-image:url(images/herballHerbsBg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.herballHerbsBg {
	background-color:#d4e1b7;
	border-bottom:3px solid #76a648;
}
.hProducts {
	font-size:14px;
	font-weight:bold;
	color:#499302;
	text-decoration:underline;
	text-align:left;
	padding:0 0 5px 5px;
	margin-bottom:14px;
}
.hProducts a:link, .hProducts a:visited { color: #499302; text-decoration: none; }
.hProducts a:hover, .hProducts a:active { text-decoration: none; color: #244c06; }
.hProHdCorTRight {
	background-image:url(images/herballProHeadBgrTopRight.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	display:table;
}
.hHerbsBullet {
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#247405;
}
.hHerbsBullet a:link, .hHerbsBullet a:visited { 
	color: #247405;
	text-decoration: none;
}
.hHerbsBullet a:hover, .hHerbsBullet a:active { 
	text-decoration:none;
	color: #8d9d0e;
}
.hProHdCorBTop {
	background-image:url(images/herballProHeadBgBottomRight.gif);
	background-repeat:repeat-y;
	background-position:right bottom;
	font-size:12px;
	padding:5px 7px;
}
.therapies {
	background-color:#d4d9af;
	font-size:14px;
	font-weight:bold;
	color:#398500;
	padding:4px 6px;
	margin:8px;
	text-align:left;
}
.therapies a:link, .therapies a:visited { color: #499302; text-decoration: none; }
.therapies a:hover, .therapies a:active { text-decoration: none; color: #244c06; }
.therap_Bullet {
	color:#fff;
	text-align:left;
	padding:3px 2px;
}
.leftCol {
	background-image:url(images/leftColBgT.gif);
	background-repeat:repeat-y;
	background-position:top;
	border-left:2px solid #76a648;
	margin:25px 0 0 8px;
	padding:8px;
}
.whyHerbal {
	background-image:url(images/whyHerbalLeftCol_Bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	margin:auto;
}
.whyHerbal a:link, .whyHerbal a:visited { color: #2a510d; text-decoration: none; }
.whyHerbal a:hover, .whyHerbal a:active { text-decoration: none; color: #000; }
.lColHPro {
	font-weight:bold;
	font-size:12px;
	color:#398500;
	float:left;
	padding:0 5px;
}
.LeftColBg {
	background-image:url(images/LeftColBg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px 0 3px 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif
}
.footerLink {
	text-align:center;
	border-bottom:1px dotted #000;
	margin:0 200px 5px;
	color:#2a510d;
}
.footerLink a:link, .footerLink a:visited { color: #2a510d; text-decoration: none; }
.footerLink a:hover, .footerLink a:active { text-decoration: none; color: #000; }

.bodyBg {
	background-image:url(images/bodyBg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}