*  {
	margin: 0;
	padding: 0;
	}

h1 {
	font-family: Garamound Pro, times, serif;
	font-size: 30px;
	color: #0079C2;
	font-style: italic;
	font-weight: normal;
	}

h2 {
	font-family: Garamound Pro, times, serif;
	font-size: 20px;
	color: #0099FF;
	font-style: italic;
	font-weight: normal;
	}

.red_title {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-family: Century Gothic, Helvetica, Arial, Verdana,  sans-serif;
	font-size: 14px;
	color: #CC3333;
	padding-left: 70px;
	}

#wrapper  {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: 50% top;
	margin: 0 auto;
	width: 800px;
	}

#homepage {
	}

legend {
color:#333333;
font-weight: bold;
font-family:Helvetica,verdana,arial,sans-serif;
font-size:13px;
line-height:20px;
}

#banner1 {
	width: 800px;
	height: 41px;
	}

	#loginform_home {
		float: left;
		width: 225px;
		}

		#loginform table {
			margin-left: 50px;
			margin-top: 20px;
			}
	/*Main Navigation*/

	#main_nav {
		float: right;
		width: 750px;
		margin: 10px 25px 0 25px;
		vertical-align: bottom
		}

	#main_nav ul {
		}

	#main_nav li {
		display: inline;
		list-style-type: none;
		margin-right: 20px;
		padding-left: 5px;
		border-left: 2px #C3C09D dotted;
		}

		#main_nav a:link, #main_nav a:visited {
			font-weight: bold;
			text-decoration: none;
			font-family: Century Gothic, Helvetica, Arial, Verdana,  sans-serif;
			font-size: 14px;
			color: #FFFFFF;
			}

		#main_nav a:hover {
			font-weight: bold;
			text-decoration: none;
			font-family: Century Gothic, Helvetica, Arial, Verdana,  sans-serif;
			font-size: 14px;
			color: #E2E1D5;
			}

		#webinar { padding-bottom: 5px;}

#prescription {
	background-image: url("../images/prescription_bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	/*margin: -100px -50px 0 0;*/
	}

#banner2 {
	}

	#logo {
		float: left;
		width: 275px;
		height: 130px;
		margin: 15px;
		}

	#slogan {
		float: right;
		width: 440px;
		background-image: url("../images/subscribe_bg.gif");
		background-repeat: no-repeat;
		background-position: top right;
		text-align: right;
		}

	#slogan img {
		margin: 10px 20px 30px 0;
		}

	.slogan1 {
		font-family: Century Gothic, Helvetica, Arial, Verdana,  sans-serif;
		font-size: 34px;
		font-weight: bold;
		color: #64602A;
		text-align: right;
		margin-right: 25px;
		}

	.slogan2 {
		font-family: Century Gothic, Helvetica, Arial, Verdana,  sans-serif;
		font-size: 34px;
		font-weight: bold;
		color: #333333;
		text-align: right;
		margin-right: 25px;
		}

.slogan_buttons {
	width: 800px;
	height: 35px;
	margin: auto;
	margin: 0 0 30px 25px;
	}

.sellsupplements_button_on a:link, .sellsupplements_button_on a:visited {
	background: url(/images/sellsupplements_on.gif) no-repeat top;
	width: 275px;
	height: 35px;
	border: 0;
	float: left;
	}
.sellsupplements_button_off a:link, .sellsupplements_button_off a:visited {
    background: url(/images/sellsupplements_off.gif) no-repeat top;
    width: 275px;
    height: 35px;
    border: 0;
    float: left;
    }
.sellsupplements_button_on a:hover {
	background: url(/images/sellsupplements_off.gif) no-repeat top;
	}

.reduceliability_button_on a:link, .reduceliability_button_on a:visited {
    background: url(/images/reduceliability_on.gif) no-repeat top;
    width: 230px;
    height: 35px;
    border: 0;
    float: left;
    }
.reduceliability_button_off a:link, .reduceliability_button_off a:visited {
    background: url(/images/reduceliability_off.gif) no-repeat top;
    width: 230px;
    height: 35px;
    border: 0;
    float: left;
    }
	.reduceliability_button_on a:hover {
		background: url(/images/reduceliability_off.gif) no-repeat top;
		}

.helppatients_button_off a:link, .helppatients_button_off a:visited {
    background: url(/images/helppatients_off.gif) no-repeat top;
    width: 245px;
    height: 35px;
    border: 0;
    float: left;
    }
.helppatients_button_on a:link, .helppatients_button_on a:visited {
    background: url(/images/helppatients_on.gif) no-repeat top;
    width: 245px;
    height: 35px;
    border: 0;
    float: left;
    }
	.helppatients_button_on a:hover {
		background: url(/images/helppatients_off.gif) no-repeat top;
		}


#divider {
	clear: both;
	}

#divider_dot {
	clear: both;
	border-top: 1px #7B7541 dotted;
	margin: 10px 0;
	}

#divider_dot2 {
	clear: both;
	border-top: 1px #AFAF7D dotted;
	margin: 10px 0;
	}


/*SUb Navigation*/

#sub_nav {
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	}

#sub_nav ul {
	padding-bottom: 10px;
	border-bottom: 1px #AFAF7D dotted;
	}

#sub_nav li {
	display: inline;
	list-style-type: none;
	padding: 10px;
	}

	#sub_nav a:link, #sub_nav a:visited {
		font-weight: bold;
		text-decoration: none;
		font-family: Century Gothic, Helvetica, Arial, Verdana,  sans-serif;
		font-size: 14px;
		color: #999966;
		}

	#sub_nav a:hover {
		font-weight: bold;
		text-decoration: none;
		font-family: Century Gothic, Helvetica, Arial, Verdana,  sans-serif;
		font-size: 14px;
		color: #444132;
		/*padding-bottom: 2px;
		border-bottom: 2px solid #999966;*/
		}


#content_home {
	width: 700px;
	max-width: 100%;
	margin: auto;
	padding: 25px;
	}

#content {
	width: 700px;
	max-width: 100%;
	background-color: #FFFFFF;
	background-image: url("../images/content_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: auto;
	padding: 0 25px 25px 25px;
	}

#content2 {
	width: 750px;
	max-width: 100%;
	background-image: url("../images/content_top.gif");
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
	padding-top: 25px;
	}


a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 11px;
	color: #999966;
	}

a:hover {
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 11px;
	color: #AFAF7D;
	text-decoration: underline;
	}

a.FAQ:link, a.FAQ:visited {
	font-weight: bold ! important;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 12px;
	color: #0079C2;
	}

a.FAQ:hover {
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 12px;
	color: #AFAF7D;
	text-decoration: underline;
	}

a.link_sm:link, a.link_sm:visited {
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 10px;
	color: #999966;
	}

a.link_sm:hover {
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 10px;
	color: #AFAF7D;
	text-decoration: underline;
	}

a.sub_nav:link, a.sub_nav:visited {
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 10px;
	color: #999966;
	}

a.sub_nav:hover {
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 10px;
	color: #444132;
	text-decoration: underline;
	}


#welcome {
	float: left;
	width: 400px;
	}

#reasons {
	float: right;
	width: 230px;
	margin-top: 35px;
	}

	#reasons ul {
		}

	#reasons li {
		list-style-image: url("../images/checkmark.png");
		font-family: Helvetica, Arial, Verdana,  sans-serif;
		font-size: 11px;
		color: #333333;
		font-weight: bold;
		font-style: italic;
		line-height: 26px;
		margin-left: 32px;
		}


#documentation {
	margin: 20px 0 0 250px;
	}


#footer {
	width: 800px;
	margin: auto;
	text-align: center;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	color: #999966;
	font-size: 11px;
	}

.text {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	}

	.text ul {
		margin-left: 30px;
		}

	.text ol {
		margin-left: 30px;
		}

.text_sm {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	color: #444132;
	font-size: 10px;
	line-height: 18px;
	}

	.text_sm ul {
		margin-left: 50px;
		}

	.text_sm ol {
		margin-left: 50px;
		}

.tantext {
	font-family: Gill Sans, Helvetica, Arial, Verdana,  sans-serif;
	color: #AFAF7D;
	font-size: 10px;
	line-height: 14px;
	}

#clinical_doc {
	width: 300px;
	float: left;
	}

	.clinical_doc_right {
		width: 300px;
		float: right;
		margin-left: 20px;
		}

#doc_reports {
	text-align: right;
	width: 400px;
	float: right;
	/*background-image: url("../images/clinical_doc.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;*/
	}

#large demo {
	width: 960px;
	height: 540px;
	align: center;
	position: absolute;
	}

#subscription {
	width: 700px;
	float: left;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	color: #000000;
	font-size: 11px;
	}

#subscription_l {
	width: 350px;
	float: left;
	position: absolute;
	}

#subscription_r {
	width: 350px;
	float: right;
	}

#tan_bg {
	background-color: #E2E1D5;
	padding: 10px;
	}

#nutrition_table ul {
	}

#nutrition_table li {
	list-style-type: none;
	margin: 20px;
	}

#nutrition_table2 ul {
	width: 350px;
	}

#nutrition_table2 li {
	list-style-type: none;
	margin: 20px;
	}


#dropmenudiv{
	position:absolute;
	background-color: #E2E1D5;
	border:1px solid #999966;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:14px;
	width: 180px;
	z-index:100;
	}

#dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999966;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	width: 180px;
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFFFFF;
	}

/*#payit {
	background: url(/images/subscription.gif) no-repeat top right;
	}*/