@charset "utf-8";
/* CSS Document */
/*Makes the backdrop for the page green. */
body {
	background: white;
	color: #000000;
/*    font-family:Times New Roman; 
    font-size:14pt;*/
/*	font-size: 12px; */
    font-family: Arial, Helvetica, sans-serif; 

    overflow-x:hidden;overflow-y:scroll; 

}


p, ol li, ul li { font-size:16px !important; line-height: 18px; }

.red { color:#990000; }

/*Defines the color, style of the links on the left navigation bar. */
a:link {
		text-decoration: none;
}

a:visited {
	    text-decoration: underline;
}

a:hover {
		text-decoration: underline;
}

a:active {
		text-decoration: none;
}


/* Span Example
<span class="greenText">Text you want in green</span>
*/
/* Green Text */
.greenText { color: #006600; }

/* Black Bold Text*/
.boldText { font-weight: bold;}

/* Black Italic Text*/
.italicText { font-style: italic; }

/* Green Italic Text*/
.greenItalic { font-style: italic; color: #006600; }

/* Green Bold Text*/
.greenBold { color: #006600; font-weight: bold;}

/* White Text */
.whiteText { color: #fff; }



/*
Defines the color, style of links not in the sidebar (cont refers to the content area of the page)
  */
/*
#cont a:link {
color: #0000CC;
text-decoration: none;
}

#cont a:visited {
color: #0000CC;
text-decoration: none;
}

#cont a:hover {
color: #0000CC;
text-decoration: underline;
}

#cont a:active {
color: #0000CC;
text-decoration: underline;
}
*/

/* Header 1 (Green)*/
h1 {
	font-size: 21px;
	font-weight: bold;
	color: #006600;
}
/* Header 2 (Green) */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
/* Header 3 (Black) */
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	
}

ul {
	margin-left: 15px;
	padding-left: 5px;
}

/* Start of old Styles DO NOT DELETE */

.style6 {
	color: #013968;
	font-weight: bold;
	font-size: 26px;
}


.style16 {color: #000000; font-size: 12px; }

.style18 {
	color: #669900;
	font-weight: bold;
}

.style25 {color: #669900; font-weight: bold; font-size: 11px; }

.style27 {color: #E9E26E}

ul {
	margin-left: 15px;
	padding-left: 5px;
}

/*
Style Inventory:

style6 - Isn't used, and the style name is defined as something different on the Celtic Sea Salt page however I'm leaving it there for now.
style16 - Used on copyright text on the footer file.
style25 - Used to create green text once
style27 - Used to create a header for Intestinal Cleanse
Rest of the styles aren't used, are a complete mess and even with them gone it shouldn't change anything on the website as they were almost all worthless.
 */


/*

              MAIN LEFT SIDE NAVIGATION STYLES ARE HERE -- DO NOT TOUCH

*/

#leftNav { 
	background: #407c07 url(images2/leftnavBG.jpg) repeat-x top center;
}
#leftNav ul li { 
list-style-image: url(images2/leftnavArrow.gif);
padding-top: 5px; padding-bottom: 5px; margin-left: 5px;
border-bottom: 1px solid #376916;
}
#leftNav ul .header {
	list-style-type: none;	
	list-style-image: none;
}
#leftNav ul li.header a { 
	font-size: 14pt; !important;
	color: #E8E36D; !important;
}
#leftNav ul li a { 
	font-size: 12px; !important;
	font-weight: bold; !important;
	padding-left: 0px; padding-right: 5px;
	display: block;
	color: #fff; !important;
}

#cont { width:694px;background-image:url('/images2/whitefade.gif');background-repeat:repeat-y;background-position:left; padding-left:15px; }

