@charset "UTF-8";

/* Body */

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	font: normal 100% Helvetica, Arial, sans-serif;
	margin: 0;
}

img {
	border: 0px;
}

.default-value-active {
	color: #e72f2b;
	font-style: italic;
	font-weight: bold;
}

.shop1_div { display: none; }
.shop2_div { display: none; }
.shop3_div { display: none; }
.shop4_div { display: none; }
.shop_nutrition_div { display: none; }
.shop_package_div { display: none; }
table.SupplementFacts {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
td.SupplementFacts {
	border-width: 2px;
	padding: 0px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

div#contentContainer {
	overflow: auto;
	width: 100%;
	position: relative;
	text-align: center;
	height: 100%;
}

div#content {
	width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	margin-top: 25px;
	padding-bottom: 25px;
}

div.contentWhiteBG {
	background-image: url('../images/white_cotnent_bg.png');
	border: 4px solid #e72f2b;
}

div.contentResearch {
	width: 970px!important;
	background-image: url('../images/research_content_bg.png');
	border: 0;
}

div.researchDiv {
	padding: 45px 35px;
	font-size: 13px;
	color: #B0AFB0;
	line-height: 16px;
	font-weight: bold;
}

div.researchDiv a {
	color: #FFFFFF;
}

.lW { float: left; clear: left; height: 13px; font-size: 13px; line-height: 13px; }
.rW { float: right; clear: right; height: 13px; font-size: 13px; line-height: 13px; }

/* Menu */

div#menuContainer {
	width: 100%;
	height: 0px;
	position: relative;
	z-index: 50;
}

div#menu {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background: #91cbef url('../images/menu/menu_bg.gif');
	height: 25px;
}

div#menu div {
	width: 909px;
	margin: 0 auto;
	height: 25px;
	position: relative;
}

div#menu div#pop_picture {
	width: 66px;
	margin: 0;
	height: 103px;
	position: absolute;
	top: 10px;
	left: -115px;
	z-index: 100;
}

div#menu div#topnavdiv {
	z-index: 200;
}

ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
	height: 25px;
	text-align: left;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 25px;
}
ul#topnav li a {
	display: block;
	outline: none;
}
