/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #333;
	background: #295AB4;
}

/***** Begin laying out the wrappers *****/
/* The main wrapper sets the width for the entire content area. Everything is wrapped inside this div */
#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 780px;
}


/* Logo header and background across top of page */
#header {
	width: 780px;
}

	
/* This is the secondary content area at the bottom of the page */
#navmenu {
	width: 780px;
	font-size: .8em;
	background: url(images/nav_bg.gif) no-repeat;
}

#navlist {
	width: 496px;
	height: 25px;
	margin: 0 0 0 72px; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	float: left;
}


#navlist li {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	width: 120px;
	float: left;
}

#navlist a, #navlist a:visited {
	display: block;
	padding: 4px;
	border: 1px solid;
	border-color: #A38566 #482400 #482400 #A38566;
	background-color: #663300;
	color: #E0D6CC;
	text-decoration: none;
}

#navlist a:hover {
background-color: #FFBF9F;
color: #2D1E2D;
}


/* wrappers for content areas */
#contentwrapper {
	background: url(images/content_bg.gif) repeat-y;
}

#content {
	width: 761px;
	margin: 20px;
}
/* sidebar content */

#sidebar {
	width: 220px;
	float: right;
	border-left: 1px solid #295AB4;
	padding-bottom: 30px;
}

#sidebar a {
	padding-left: 20px;
	color: #295AB4;
	text-decoration: none;
}

#sidebar a.noindent {
	padding: 0;
}

#sidebar a:visited {
	color: #630;
	text-decoration: none;
}

#sidebar a:hover {
	color: #630;
	text-decoration: underline;
}

#sidebar a:active {
	color: #000;
	text-decoration: underline;
}

#sidebar .BlueBold {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #295AB4;
	text-transform: uppercase;
}


#sidebar ul {
	color: #295AB4;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	list-style-type: none;
}


#maincontent {
	float:left;
	width: 535px;
	padding:10px 5px 10px 15px;
	text-align:left;
	color: #666;
}

#maincontent h1  {
	color: #295AB4;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}

#maincontent .center {
	text-align: center;
}

#p7tpc1_1 h1.white, 
#p7tpc1_1 p.white,  
#p7tpc1_1 a.white, #p7tpc1_1 ul.white, 
#maincontent h1.white, 
#maincontent p.white,
#maincontent a.white {
	color: #fff;
}

#p7tpc1_1 h1.white, #maincontent h1.white {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.0em;
}

#maincontent p, #sidebar p, #maincontent ul, #maincontent ol{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #666;
}

#maincontent ul, #maincontent ol {
	margin-left:20px;
}

#maincontent ol, #maincontent ol li {
	padding-left: 5px;
	padding-bottom: 10px;
}

#maincontent ul.check {
	list-style: none;
}

#maincontent li {
	margin-left: 10px;
	padding-bottom: 3px;
}

#maincontent ul.CheckMark li {
	list-style: url(images/ck_mrk.gif);
}

#maincontent h1.redBold, #maincontent p.redBold {
	color: red;
	font-weight: normal;
	font-family: arial, verdana, "sans-serif";
	letter-spacing: -1px;
	padding-left: 5px;
}

#maincontent H1.redBold {
	font-size: 1.5em;
	text-align: center;
}

#maincontent p.BlackBold {
	color: #000;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left: 5px;
}
#maincontent p.redBold, #maincontent p.BlackBold {
	padding-top: 10px;
	font-size: 1.3em;
}

#maincontent table, #maincontent td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #666;
}

 #maincontent .BlueBold{
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #295AB4;
}

/* this is for the april conference MEDS - makes the first letter larger */
#maincontent .LargerLetter {
	font-size: 1.5em;
	font-weight: bold;
	color: Blue;
}

#maincontent .col1, #maincontent .col2 {
	width: 240px; 
	float: left;
	margin: 10px 5px; 
	padding: 5px;
	background-color: #E1E6F5;
	border: 1px solid #295AB4;
}

.col1 img, .col2 img {
	float: left;
	border:none;
	padding: 3px;
}

.testimonialBox {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFCC;
	padding: 10px;
}

.BonusBox {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color:#C0D0EE;
	padding: 10px;
}

.testimonialBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.testimonialSig {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-align: right;
	font-style: italic;
}

.Cubed {
	min-height: 299px;
	background-image: url(images/BGpromo_sm.jpg);
	background-repeat: repeat-x;
	background-color: #3EA8D0;
	border: 1px solid #000;
}

#ElixirPromo {
	min-height: 299px;
	padding-right: 10px;
	background-image: url(images/products/Elixirs_promo_bg.jpg);
	background-repeat: repeat-x;
	background-color: #3EA8D0;
	border: 1px solid #000;
}

#ElixirPromo ul{
	color: #fff;
}


.PaleBlue {
	background-color: #C0D0EE;
}

 .newsHead {
	margin: 15px 0 5px 5px;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	color: #063;
}

 .news {
	margin-left: 15px;
	font-family:  Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	text-align: left;
}

p.pad {
	margin-left: 5px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 8px;
	text-align: left;
}

 .date {
	margin-top: 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: #630;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:3px double #8CA26B;
}

#maincontent .tips {
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #295AB4;
	text-align: center;
	line-height: 1.5em;
	background-color: #B3C6E9;
}

h2 {
 font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-left: 20px;
	line-height: 1.5em;  
	color: #295AB4;                                     
 }
 
 p.space {
 	margin: 6px 0 12px 10px;
 }
 
 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 8px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
	line-height: 1.0em;
	Color:#006633;
	text-align: center;
 }

 h4 {              
	font-weight: normal;
	margin: 0px;
	line-height: 1.5em;
	color: #063;
	text-align: center;
} 

 
#sidebar p {
	padding: 0 15px 3px 5px;
}
.clear {
 clear:both; 		
 height:0; 			
 margin:0;			
 font-size: 1px;	
 line-height: 0;  
}

.ImgDisplay {
	display: block;
}


#footer {
	width: 780px;
	background-color: #000;
}

.galleryborder {
	padding: 3px;
	border: 1px solid #666;
	margin: 20px;
}

/* tips header and Question Answer to Q & A */
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: justify;
	margin: 10px 3px 3px 3px;
}

.questionHD {
font-family: Arial, Helvetica, Verdana, sans-serif; 
font-size: 16px;
font-weight: bold; 
color: #0000FF; 
text-align: center;
}

.answer, .tip { 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #0000FF; 
text-align: justify;
margin: 5px 3px 3px 3px;
}

/* to make the actual "tip paragraph black*/
.tipP{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 3px 3px 3px;
}

.indentP {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #295AB4;
}

.borderB {
	padding: 10px;
	background-color: #FFFFFF;
	line-height: 1.0em;
	position: relative;
	left: 0;
	border: 1px solid #630;
	}
	
	.brownHead {
	padding-left: 20px;
	background-color: #E0D6CC;
	color: #063;
	border-top: 1px solid #630;
	border-right: 1px solid #630; 
	border-left: 1px solid #630;
	}
	
	.specialsP {
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	color: #630;
}

hr {
	color:#FFBF9F;
	width: 85%;
	text-align: center;
}

.productBg {
	background-image: url(images/products/leveI_bg.jpg);
	background-repeat: repeat-x;
}

.odd {
	background-color: #E1E6F5;
}

#sidebar .odd {
	width: 210px;
	margin-right: 10px;
}

.even {
	background-color: #ffffff;
}

#sidebar .even {
	width: 210px;
	margin-right: 10px;
}

.redTxt, p.redTxt {
	color: #F00;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

#sidebar #SpamCoder {
 display: none;
}


