@charset "utf-8";
/* CSS Document */

/* ======================================================= general hacks and layout helps  */

div.clear, div.spacer {
	font-size: 10pt;
	clear:both;
	height:1px;
	overflow: hidden;
}
div.spacer {
	height: 1em
}
/* ==================================================  general tags */

strong {
	font-weight: bold
}
em {
	font-style: italic
}
sup {
	font-size: 0.7em;
	position: relative;
	top: -0.4em;
}
big {
	font-size: 1.2em
}
/* ==================================================  layout elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #000000;
	background-image: url('../img/bgline.jpg');
	background-repeat: repeat-x;
}
div.page_container {
	background-color: #100E24;
	border: 5px solid #100E24;
	border-top: 0px none;
	margin: 0px auto;
	width: 740px;
}
div.header {
	height: 93px;
	clear: none;
}
div.header h1 a {
	background-image: url('../img/indexa_02.jpg');
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 93px;
	width: 227px;
}
div.header h1 a span {
	display: none
}
div.footer {
	background-image: url('../img/bg_footer.gif');
	background-repeat: repeat-x;
	clear: both;
	color: #ffffff;
	font-size: 11px;
	height: 31px;
	padding: 20px 15px 0px 15px;
	text-align: left;
}
a {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
div.footer ul li, div.ancles ul li {
	float: left;
	border-left: 1px solid #FF9900;
	padding: 0em 1em;
}
div.footer ul li#first, div.ancles ul li#firstAncles {
	border-left: none;
	padding-left: 0px;
}
div.footer p {
	float: right
}
ul.menu {
	background-color: #434B58;
	background-image: url('../img/bg_menu.gif');
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 184px;
	text-align: left;
	width: 186px;
	border-right: 1px dotted #ffffff;
	padding: 8px 20px;
	overflow: visible;
	position: relative;
}
ul.menu li {
	border-bottom: 1px dotted #ffffff;
	display: block;
	height: 20px;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 2px;
	padding-left: 15px;
	width: 170px;
	font-size: 12px;
}
ul.menu li.childed > a {
	background-image: url('../img/bg_menu_arrow_standby.gif');
	background-repeat: no-repeat;
	background-position: 138px 6px;
}
ul.menu li.childed > a:hover {
	background-image: url('../img/bg_menu_arrow.gif');
}
ul.menu li.last {
	border-bottom: 0px none
}
ul.menu li a {
	text-decoration: none;
	color: #d3d3d3;
	text-shadow: 1px 1px 3px #404040;
	font-weight: bold;
	display: block;
}
ul.menu li a:hover {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0px 0px 4px #fafafa;
	font-weight: bold;
}
/* Nav sub menu ============================================================= (begin) */

ul.menu ul {
	padding-left: 0px;
	position: relative;
	z-index: 90;
	list-style-type: none;
	background-color: #434B58;
	background-image: url('../img/bg_menu.gif');
	background-repeat: repeat-x;
	background-position: 0px -30px;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	opacity: 0.95;
}
ul.menu li {
	position: relative
}
ul.menu li ul {
	display: none;
	position: absolute;
	left: 170px;
	z-index: 150;
}
ul.menu li ul li {
}
ul.menu li > ul {
	top: 0.5em;
	left: 170px;
}
ul.menu li:hover ul, ul.menu li.over ul {
	display: block;
}
/* Nav sub menu ============================================================= (end) */





div.banner {
	background-color: #333333;
	float: right;
	width: 513px;
	height: 237px;
	position: relative;
	top: -37px;
	margin-bottom: -37px;
	z-index: 100;
}
div.banner p {
	display: none
}
hr {
	width: 100%;
	height: 1px;
	color: #0C1319;
	border: none;
} /* MSIE */
HTML>BODY hr {
	width: 98%;
	height: 1px;
	background-color: #0C1319;
	border: 0px solid #0C1319;
} /* For Opera and Gecko-based browsers */
hr.separator1 {
	width: 740px;
	height: 2px;
	color: #383A46;
	border: none;
	margin: 2px 0px 0px 0px;
} /* MSIE */
HTML>BODY hr.separator1 {
	width: 740px;
	height: 2px;
	background-color: #383A46;
	border: 0px solid #383A46;
	margin: 2px 0px 0px 0px;
} /* For Opera and Gecko-based browsers */
hr.separator2 {
	width: 740px;
	height: 3px;
	color: #EC1D23;
	border: none;
	margin-top: 2px;
} /* MSIE */
HTML>BODY hr.separator2 {
	width: 740px;
	height: 3px;
	background-color: #EC1D23;
	border: 0px solid #EC1D23;
	margin-top: 2px;
} /* For Opera and Gecko-based browsers */
div.middlesection {
	background-color: #ffffff;
	background-image: url('../img/content_bg.gif');
	background-repeat: repeat-y;
}
div.content {
	float: right;
	width: 495px;
	padding: 5px 10px 35px 15px;
	text-align: left;
}
div.content ul, div.content ol, div.contentOrder ul {
	margin: 1.5em 0em;
	padding-left: 2em;
}
div.content ul li, div.content ol li, div.contentOrder ul li {
	margin-bottom: 0.7em
}
div.content ul, div.contentOrder ul {
	list-style-type: disc
}
div.content ol {
	list-style-type:decimal
}
div.content ul li, div.contentOrder ul li {
	list-style-type: disc
}
div.content ol li {
	list-style-type:decimal
}
div.content ul ul {
	list-style-type: circle
}
div.content ul ul li {
	list-style-type: circle
}
div.advertising {
	width: 216px;
	float: left;
	text-align: center;
	background-color: #ffffff;
}
div.advertising div.middle {
	background-color: #DBE5F1;
	width: 212px;
}
div.advertising div.middle#great_tasting {
	background-image: url('../img/blue_bg_03.jpg');
	width: 216px;
	height: 124px;
}
div.advertising div.middle#great_tasting p {
	display: none
}
div.advertising p.bio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 1.5em 5px 2.5em 5px;
	text-align: left;
	line-height: 1.3em;
}
div.advertising a.bio_link {
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}
div.advertising a.bio_link:hover {
	text-decoration: underline
}
div.advertising a.emaildoctor {
}
div.advertising p.blue {
	color:#1A3458;
	font-size:9.5pt;
	text-align:left;
	padding: 0px 15px 10px 15px;
}
div.advertising div.image {
	border-bottom:1px solid #1A3458;
}
div.advertising img {
	color:#1A3458;
	font-size:12pt;
}
div.advertising span {
	color:#1A3458;
	font-size:12pt;
	position:relative;
	left:18px;
	top: -50px;
	text-align:left;
	display:block;
}
div.advertising span strong {
	color:#1A3458;
	font-size:16pt;
}
div.round_box {
	margin: 1em auto;
	width: 135px;
	height: 179px;
	background-image: url('../img/bg_round_box.png');
	background-repeat: no-repeat;
	padding: 15px;
	text-align: justify;
}
div.round_box h3 {
	color: #66CCFF;
	font-size: 16px;
	color: #66CCFF;
	font-weight: bold;
	margin: 0.5em 0em;
}
div.round_box p {
	margin: 1em 0em
}
div.middlesection#home {
	background-image: url('../img/bg_sidebar_home.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}
img.home1step {
	float: left;
	margin: 0.5em 1em 0em 0px;
}
img.poster1 {
	/* advertising image in home content area */

	float: left;
}
div.content h2 {
	background-image: url('../img/bg_page_title.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 28px;
	font-size: 24px;
	padding-top: 15px;
	padding-left: 45px;
	margin-bottom: 1em;
}
div.content h2.home {
	background-image: url('../img/indexa_16.jpg');
	background-repeat: no-repeat;
	height: 43px;
	width: 224px;
	margin: 0px auto 0px 115px;
	clear: both;
}
div.content h2.home span {
	display: none
}
div.middlesection#home h3 {
	text-transform: uppercase;
	color: #840463;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 2em;
}
div.middlesection#home div.content {
	padding-bottom: 0px
}
div.middlesection#nutrition h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0.8em;
}
h3.multivitamin {
	color: #FF6600
}
div.content p.multivitamin {
	color: #6699FF
}
h3.glucosamine {
	color: #6699FF
}
div.content p.glucosamine {
	color: #666666
}
h3.vitamin {
	color: #FF0099
}
div.content p.vitamin {
	font-style: italic
}
h3.d3 {
	color: #FF6600
}
div.content p.d3 {
	color: #6699FF
}
div.middlesection#nutrition dl {
	margin: 3em 0em 2em 0em
}
div.middlesection#nutrition dt {
	font-size: 15px;
	font-weight: bold;
}
div.middlesection#nutrition dd {
	line-height: 1.3em
}
div.middlesection#nutrition dd p {
	margin: 2px 3em 1.5em 0em
}
div.middlesection#nutrition p {
	margin-right:1.5em
}
div.middlesection#askexpert dl {
	margin: 3em 3em 2em 0em;
}
div.middlesection#askexpert dt {
	background-image: url('../img/bg_word_q.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #000066;
	font-size: 15px;
	font-weight: bold;
	padding-left: 18px;
	margin: 2em 0em 10px 0em;
}
div.middlesection#askexpert dd {
	background-image: url('../img/bg_word_a.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #3399FF;
	line-height: 1.3em;
	margin-top: 7px;
}
div.middlesection#askexpert dd p {
	margin: 2px 3em 1.5em 0em;
	padding-left: 18px;
}
div.middlesection#biography ul {
	margin-top: 0.5em;
	padding-right: 2.5em;
}
div.middlesection#biography ul li {
	line-height: 1.3em;
	margin-bottom: 1.5em;
}
div.middlesection#biography, div.middlesection#askexpert {
	background-image: none;
	background-color: #ffffff;
}
div.middlesection#biography h3 {
	background-image: url('../img/h_stiggins_bio.gif');
	background-repeat: no-repeat;
	height: 47px;
	margin: 40px auto 10px 28px;
	width: 378px;
}
div.middlesection#biography h3 span {
	display: none
}
div.content p {
	margin: 1em 0em
}
div.content p.note {
	font-size: 11px;
	color: #999999;
}
div.content#testimonials p q {
	color: #666666
}
div.content p q, div.edit dl dt q {
	font-style: italic;
	quotes: "\201C" "\201D";
}
div.content p span.author {
	font-weight: bold;
	text-align: right;
	display: block;
	padding-right: 1em;
}
div.content p q:before, div.edit dl dt q:before {
	content: open-quote
}
div.content p q:after, div.edit dl dt q:after {
	content: close-quote
}
div#testimonials hr {
	margin-bottom: 2.5em;
}
ul.menu li.jumplink {
	display: none
}
div.contentOrder {
	background-color: #ffffff;
	width: 720px;
	padding: 2em 10px 35px 10px;
	text-align: left;
}
div.contentOrder img.product {
	float: right;
	margin: 2em;
}
div.contentOrder h2 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
}
div.contentOrder h3 {
	text-transform: uppercase;
	font-weight: bold;
}
div.contentOrder h3.multivitamin {
	color: #FF6600
}
div.contentOrder h3.glucosamine {
	color: #6699FF
}
div.contentOrder h3.vitamin {
	color: #FF0099
}
div.contentOrder ul li {
	padding-left: 1.5em;
	list-style-position: inside;
}
div.contentOrder table .inputbox, table.order .inputbox {
	border: 1px solid #757575
}
div.contentOrder table td, table.order td {
	vertical-align: middle;
	padding: 2px 0.5em;
}
div.contentOrder table label, table.order label {
	font-weight: bold
}
h2#multivitamin {
	background-image: url('../img/2_03hdr1.jpg');
	height: 52px;
}
h2#glucosamine {
	background-image: url('../img/2_03.jpg');
	height: 52px;
}
h2#vitamin {
	background-image: url('../img/2_03hdrB.jpg');
	height: 52px;
}
div#subMenuContent {
	float:left
}
div#subMenuAdvertising {
	float:right
}
div.middlesectionSubMenu {
	background-color: #ffffff;
}
a.footnote, a#footnote, a.footnote:hover, a#footnote:hover {
	text-decoration: none;
	color: inherit !important;
}
a.footnote {
	cursor: pointer
}
.caps {
	text-transform: uppercase;
	font-weight: normal;
}
/* Popup Styles ======================================= (begin) */

body.popup {
	padding: 15px 20px
}
body.popup p {
	text-align: left;
	margin-top: 0.5em;
	line-height: 1.2em;
}
body.popup p.closelink {
	margin-top: 2em;
	text-align: right;
}
body.popup div {
	border: 4px solid #100E24;
	background-color: #ffffff;
	padding: 1em;
}
body.popup h2 {
	background-image: url('../img/bg_page_title.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 28px;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 30px;
	margin-bottom: 10px;
}
div.ancles {
	clear: both;
	color: #ffffff;
	padding-bottom: 30px;
	text-align: center;
}
div.divAncles {
	float:right;
	color: #FF9900;
}
label.contactLabel, div.contactLabel {
	display:block;
	float:left;
	line-height:1.5em;
	padding-right:5px;
	text-align:right;
	width:130px;
}
input.inputText, textarea.inputText {
	width:200px
}
input.inputRadio {
	width:50px;
	margin-top:1.5em;
}
div#ContentFAQ, div#ContentB12, div#ScienceUpdate, div.edit {
	padding-right: 20px;
}
img.productImg {
	float:right
}
div.content#editorial dl {
	text-align:center
}
div.content#editorial dt {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
}
div.content#editorial dd {
	line-height: 1em
}



/* Popup Styles =======================================   (end) */
