body {
	margin: 		0;
	border:			0;
	padding:		0;
	background-color:	#000;
	color:			#046;
	font-family:		sans-serif;
	font-size:		10pt;
}

a:link {
	color: 			#0AF;
	text-decoration:	none;
}

a:visited {
	color: 			#0AF;
	text-decoration:	none;
}

a:active {
	color: 			#0AF;
	text-decoration:	none;
}

a:hover {
	color: 			#7CF;
	text-decoration:	none;
}

.container {
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		auto;
	margin-right:		auto;
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		10px;
	padding-right:		10px;
	width:			750px;
}

.header {
	margin:			0;
	padding:		0;
	border:			0;
}

.header img {
	margin:			0;
	border:			0;
	padding:		0;
}

.header h1 {
	display:		none;
}

.navigation {
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		22px;
	margin-right:		28px;
	border:			0;
	padding-top:		2px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	color:			#FFF;
	background-color:	#046;
	display:		block;
	height:			1.6em;
}

.navigationsub {
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		22px;
	margin-right:		28px;
	border:			3px solid #046;
	padding:		0;
	color:			#FFF;
	background-color:	#046;
	display:		block;
	height:			1em;
	clear:			left;
}

ul.navi {
	list-style:		none;
	padding:		0;
	margin:			0;
	background-color:	#5be;
}

#nav a {
	font-weight:		bold;
	color:			#FFF;
}

#nav a {
	text-decoration:	none;
}

#nav li li a {
	display:		block;
	font-weight:		normal;
	color:			#FFF;
	padding:		0.2em 5px;
}

#nav li li a:hover {
	padding:		0.2em 5px;
	border:			0;
	background-color:	#07B;
	background-image:	url('images/bubbles.gif');
	background-repeat:	no-repeat;
	background-position:	left;
}

li.navi {
	float:			left;
	position:		relative;
	padding:		0;
	width:			130px;
	text-align:		center;
	cursor:			pointer;
	background-color:	#046;
}

li#first {
	border-left-width:	1em;
}

li#last {
	border-right-width:	1em;
}

li ul.navi {
	display:		none;
	position:		absolute;
	top:			100%;
	left:			0;

	font-weight:		normal;
	background:		url(images/dropdown_bg.png) bottom left no-repeat;
	padding:		0.5em 0 0.5em 0;
	border-top:		3px solid #046;
	border-bottom:		1px solid #046;
	border-left:		1px solid #046;
	border-right:		1px solid #046;
}

li>ul.navi {
	top:			auto;
	left:			auto;
}

li li.navi {
	display:		block;
	float:			none;
	background-color:	transparent;
	border:			0;
}

li:hover ul, li.over ul.navi {
	display:		block;
}

.content {
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		22px;
	margin-right:		28px;
	border-top:		3px solid #000;
	border-bottom:		0;
	border-left:		0;
	border-right:		0;
	padding-top:		0;
	padding-bottom:		10px;
	padding-left:		0;
	padding-right:		0;
	background-color:	#FFF;
	background-image:	url('images/content_bg.gif');
	background-repeat:	no-repeat;
	background-position:	top left;
	clear:			left;
}

ul {
	margin-left:		40px;
	padding:		0;
}

li {
	padding-bottom:		5px;
	padding-right:		15px;
	text-align:		justify;
}

.content h1 {
	margin-top:		10px;
	margin-bottom:		30px;
	margin-left:		15px;
	margin-right:		0;
	padding:		0;
	font-size:		18px;
	color:			#000;
}

.content h2 {
	font-size:		14px;
	padding-top:		5px;
	padding-bottom:		0;
	padding-left:		15px;
	padding-right:		0;
	font-style:		italic;
}

.content h3 {
	font-size:		14px;
	padding-top:		10px;
	padding-bottom:		0;
	padding-left:		15px;
	padding-right:		0;
	color:			#046;
}

.content p {
	text-align:		justify;
	padding-top:		0;
	padding-bottom:		5px;
	padding-left:		15px;
	padding-right:		15px;
}

.content hr {
	border: 		none 0;
	border-top:		1px dashed #07B;
	height:			1px;
	clear:			both;
}

.content img {
	border:			0;
}


.content table {
	margin-left:		30px;
	border-color:		#046;
	border-width:		0 0 1px 1px;
	border-style:		solid;
	padding:		0;
	width:			90%;
	border-spacing:		0;
	border-collapse:	collapse;
	text-align:		center;
}

.content table td {
	border-color:		#046;
	border-width:		1px 1px 0 0;
	border-style:		solid;
	margin:			0;
	padding:		4px;
}

.productright {
	margin-top:		10px;
	margin-bottom:		5px;
	margin-left:		10px;
	margin-right:		10px;
	float:			right;
	border:			0;
	width:			190px;
}

.productright ul {
	list-style:		none;
	margin:			0;
}

.productright li {
	list-style:		none;
}

.productright li a {
	display:		block;
	font-weight:		normal;
	padding-top:		53px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/purchase_a.gif');
	background-repeat:	no-repeat;
	background-position:	left;
	width:			190px;
}

.productright li a:hover {
	display:		block;
	font-weight:		normal;
	color:			#FFF;
	padding-top:		53px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/purchase_hover.gif');
	background-repeat:	no-repeat;
	background-position:	left;
	width:			190px;
}

.productright li a:active {
	display:		block;
	font-weight:		normal;
	color:			#FFF;
	padding-top:		53px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/purchase_hover.gif');
	background-repeat:	no-repeat;
	background-position:	left;
	width:			190px;
}

.productright h4 {
	display:		hidden;
}


.pictureleft {
	margin-top:		10px;
	margin-bottom:		5px;
	margin-left:		10px;
	margin-right:		20px;
	float:			left;
	border:			0;
}

.pictureright {
	margin-top:		10px;
	margin-bottom:		5px;
	margin-left:		10px;
	margin-right:		20px;
	float:			right;
	border:			0;
}

.left {
	margin-left:		10px;
	float:			left;
	width:			350px;
}

.left h3 {
	color:			#046;
}

.left p {
	color:			#046;
}

.sale {
	margin:			0;
	padding-top:		40px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/sale.gif');
	background-repeat:	no-repeat;
	background-position:	top left;
	color:			#000;
}

.sale p {
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		25px;
	padding-right:		25px;
	color:			#000;
	font-size:		11pt;
}

.sale span {
	text-align:		right;
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		25px;
	padding-right:		25px;
	color:			#046;
	font-size:		9pt;
}

.salebottom {
	margin:			0;
	padding-top:		0;
	padding-bottom:		10px;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/salebottom.gif');
	background-repeat:	no-repeat;
	background-position:	bottom left;
	height:			20px;
}

.right {
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		360px;
	margin-right:		10px;
}

.products {
	padding-top:		50px;
	background-image:	url('images/products.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
	height:			200px;
	width:			100%;
	color:			#000;
	clear:			left;
}

.products a:link {
	color: 			#000;
	font-weight:		bold;
	text-decoration:	underline;
}

.products a:visited {
	color: 			#000;
	font-weight:		bold;
	text-decoration:	underline;
}

.products a:active {
	color: 			#000;
	font-weight:		bold;
	text-decoration:	underline;
}

.products a:hover {
	color: 			#000;
	font-weight:		bold;
	text-decoration:	none;
}

.products p {
	padding:		0;
	text-align:		left;
}

.omega {
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		120px;
	padding-right:		0;
	margin:			0;
	float:			left;
	width:			120px;
}

.cordyceps {
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		110px;
	padding-right:		0;
	margin:			0;
	float:			left;
	width:			110px;
}

.skin {
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		105px;
	padding-right:		0;
	margin:			0;
	float:			left;
	width:			115px;
}


.movie ul {
	list-style:		none;
	margin:			0;
}

.movie li {
	list-style:		none;
}

.movie li a {
	display:		block;
	font-weight:		normal;
	padding-top:		126px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/movielink.gif');
	background-repeat:	no-repeat;
	background-position:	left;
	width:			204px;
}

.movie li a:hover {
	display:		block;
	font-weight:		normal;
	color:			#FFF;
	padding-top:		126px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/movielink_over.gif');
	background-repeat:	no-repeat;
	background-position:	left;
	width:			204px;
}

.movie li a:active {
	display:		block;
	font-weight:		normal;
	color:			#FFF;
	padding-top:		126px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/movielink_over.gif');
	background-repeat:	no-repeat;
	background-position:	left;
	width:			204px;
}

.boxtop {
	margin:			10px;
	border:			0;
	padding-top:		15px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/boxtop2.gif');
	background-repeat:	no-repeat;
	background-position:	top left;
	width:			350px;
	color:			#07B;
}

.boxbottom {
	margin:			0;
	border:			0;
	padding-top:		0;
	padding-bottom:		15px;
	padding-left:		15px;
	padding-right:		15px;
	background-image:	url('images/boxbottom2.gif');
	background-repeat:	no-repeat;
	background-position:	bottom left;
	text-align:		center;
}

.footer {
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		22px;
	margin-right:		28px;
	border:			0;
	padding-top:		80px;
	padding-bottom:		5px;
	padding-left:		0;
	padding-right:		0;
	color:			#FFF;
	background-color:	#000;
	height:			20px;
	background-image:	url('images/footer.gif');
	background-repeat:	no-repeat;
	background-position:	top left;
	text-align:		center;
}


.admin {
	margin:			0;
	padding-top:		20px;
	padding-bottom:		0;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/admin_boxtop.gif');
	background-repeat:	no-repeat;
	background-position:	top left;
	color:			#000;
}

.admin p {
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		55px;
	padding-right:		55px;
	color:			#000;
	font-size:		11pt;
}

.admin span {
	text-align:		right;
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		55px;
	padding-right:		55px;
	color:			#046;
	font-size:		9pt;
}

.admin h1 {
	font-size:		12pt;
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		55px;
	padding-right:		55px;
}

.adminbottom {
	margin:			0;
	padding-top:		0;
	padding-bottom:		20px;
	padding-left:		0;
	padding-right:		0;
	background-image:	url('images/admin_boxbottom.gif');
	background-repeat:	no-repeat;
	background-position:	bottom left;
	height:			20px;
}
