* {
	margin: 0px;
	padding: 0px;
}

body {
	min-width: 998px;
}

#container {
	width: 100%;
	min-width: 790px;
}

#header {
	margin: 10px 10px 0px;
	height: 125px;
}

#header .logo {
	width: 252px;
	height: 100%;
	float: left;
}

#header p {
	height: 30px;
	font-size: 30px;
	padding-top: 60px;
	margin: 0px auto;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
	color: #222277;
	text-align: center;
}

#header .right {
	width: 400px;
	height: 100%;
	float: right;
}

#top-nav {
	width: 100%;
	height: 60px;
	position: relative;
	background-image: url(images/top-nav_bg.jpg);
}

#top-nav .back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#top-nav .back .left {
	width: 395px;
	height:100%;
	float: left;
}

#top-nav .back .right {
	width: 394px;
	height:100%;
	float: right;
}

#top-nav .links {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	padding-top: 15px;
	text-align: center;
	font-size: 25px;
	font-family: Georgia, Times, Serif;
	font-weight: bold;
	color: #AAAAAA;
}

#top-nav .links a {
	color: #AAAAAA;
	margin: 0px 15px;
	text-decoration: none;
}

#top-nav .links a:hover {
	color: #888888;
}

#container2 {
	margin: 0px 10px;
}

#left-col {
	width: 200px;
	float: left;
}

#left-nav {
	width: 200px;
	background-image: url(images/left-nav_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

#left-nav .top {
	width: 100%;
	height: 44px;
	background-image: url(images/left-nav_top.jpg);
}

#left-nav .top div {
	width: 100%;
	height: 18px;
	font-size: 18px;
	padding-top: 15px;
	text-align: center;
	color: #777777;
	font-weight: bold;
}

#left-nav .links {
	margin: 0px 10px;
	border-top: 1px solid #BBBBBB;
}

#left-nav .product .main {
	border-bottom: 1px solid #BBBBBB;
}

#left-nav .product .sub {
	border-bottom: 1px solid #BBBBBB;
}

#left-nav .product a {
	display: block;
	width: 100%;
}

#left-nav .product .main a {
	padding: 5px 0px;
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#left-nav .product .sub a {
	padding: 2px 0px;
	padding-left: 30px;
	text-decoration: none;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

#left-nav .product .sub a:hover {
	color: #777777;
}

#left-nav #omniflex .main a {
	color: #444466;
}

#left-nav #thiogel .main a {
	color: #0066CC;
}

#left-nav #thiogel-l .main a {
	color: #336633;
}

#left-nav #omniflex .sub {
	background-image: url(images/omni_blue.jpg);
}

#left-nav #thiogel .sub {
	background-image: url(images/blue.jpg);
}

#left-nav #thiogel-l .sub {
	background-image: url(images/green.jpg);
}

#left-nav .left-links a {
	display: block;
	padding: 5px 0px 0px 20px;
	font-size: 12px;
	color: #999999;
}

#left-nav .left-links p {
	display: block;
	padding: 5px 0px 0px 20px;
	font-size: 12px;
	color: #999999;
}

.suplement-security {
	padding: 10px;
}

.email-signup {
	padding: 10px;
}

#main {
	margin-left: 200px;
}

#main .top {
	position: relative;
	height: 21px;
	width: 100%;
	background-image: url(images/b_t.jpg);
}

#main .top .left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 21px;
	height: 100%;
	background-image: url(images/b_tl.jpg);
}

#main .top .right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 100%;
	background-image: url(images/b_tr.jpg);
}

#main .bottom {
	position: relative;
	width: 100%;
	height: 21px;
	background-image: url(images/b_b.jpg);
}

#main .bottom .left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 21px;
	height: 100%;
	background-image: url(images/b_bl.jpg);
}

#main .bottom .right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 100%;
	background-image: url(images/b_br.jpg);
}

#main .middle {
	position: relative;
	width: 100%;
}

#main .middle .left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 21px;
	height: 100%;
	background-image: url(images/b_l.jpg);
}

#main .middle .right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 100%;
	background-image: url(images/b_r.jpg);
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 31px;
}

#content .normal h1 {
	font-family: Georgia, Serif;
	font-size: 40px;
	font-Weight: bold;
	color: #BBBBBB;
	text-align: right;
	padding: 5px 10px 20px 0px;
}

#content .normal h2 {
	font-size: 20px;
	font-weight: bold;
	color: #225522;
	padding: 10px 0px 10px 20px;
}

#content .normal h3 {
	font-size: 18px;
	font-weight: bold;
	color: #444466;
	padding: 10px 0px 10px 40px;
}

#content .normal p {
	font-size: 16px;
	text-align: justify;
	padding: 0px 70px 20px;
	line-height: 25px;
}

#content .normal ol {
	padding: 0px 70px 20px 90px;
	line-height: 25px;
}

#content .product img {
	float: right;
}

#content .product .alert {
	text-align: center;
	color: #990000;
	font-weight: bold;
	font-size: 20px;
	height: 0px;
}

#content .product .left-col {
	float: none;
}

#content .product h1 {
	padding: 50px 0px 0px 30px;
	font-size: 40px;
	font-weight: bold;
}

#content .product .subtitle {
	padding: 0px 0px 30px 80px;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
}

#content .product .price {
	padding: 20px 0px 20px 30px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/price_bg.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#content .product .price .sale {
	color: #990000;
	font-size: 18px;
}

#content .product .price .button {
	padding: 20px 0px 0px;
}

#content .product .description {
	clear: right;
	padding: 20px 70px 0px;
}

#content .product .description p {
	padding-bottom: 20px;
	text-indent: 30px;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

#content .links a {
	display: block;
	padding: 0px 70px;
	color: #225599;
	font-size: 16px;
	font-weight: bold;
}

#content .links p {
	font-size: 10px !important;
	line-height: 12px !important;
	text-align: left !important;
}

#content .links2 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 40px;
}

#content .links2 a {
	display: block;
	font-size: 14px;
	color: #225599;
	padding: 0px 0px 10px 40px;
}

#content .tabs .nav {
	width: 100%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #CCCCCC;
	height: 43px;
	padding-top: 10px;
}

#content .tabs .nav .tab {
	width: 110px;
	height: 42px;
	margin-left: 25px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #999999;
}

#content .tabs .nav .tab:hover {
	background-color: #EEEEEE;
}

#content .tabs .nav .tab:hover, #content .tabs .nav .tab a {
	text-decoration: underline;
}

#content .tabs .nav .tab a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
}

#content .expand a {
	font-size: 20px;
	font-weight: bold;
	color: #225522;
	padding: 10px 0px 10px 50px;
	background-image: url(images/expand02.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-decoration: none;
}

#content .expand a:hover {
	text-decoration: underline;
}

#content .error h1 {
	font-size: 26px;
	color: #660000;
	padding: 25px 0px 0px 50px;
	line-height: 35px;
}

#content .error p {
	font-size: 18px;
	line-height: 30px;
	padding: 25px 0px 25px 80px;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-bottom: 10px;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #777777;
}

.disclaimer {
	font-size: 14px;
	color: #777777;
	line-height: 14px;
}

#content .normal .supplement-facts {
	border: 2px solid #000000;
	padding: 5px;
}

#content .normal .supplement-facts h3 {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	padding: 0;
}

#content .normal .supplement-facts p {
	padding: 0px;
}

a img {
	border: none;
}

.left-col {
	width: 501px;
	float: left;
	padding-top: 8px;
}

.right-col {
	margin-left: 500px;
	padding: 8px 0px 0px 12px;
}

.intelli-links {
	padding: 5px 0px 5px 0px;
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.intelli-links h2 {
	font-size: 22px;
	font-weight: bold;
	color: #222277;
	text-align: right;
}

.intelli-links div {
	padding: 5px 10px;
}

.intelli-links a {
	color: #336633;
	font-size: 16px;
}

.intelli-links p {
	font-size: 12px;
}

.eap-news {
	padding: 5px 0px 5px 0px;
	width: 200px;
	border: 1px solid #CCCCCC;
}

.eap-news h2 {
	font-size: 22px;
	font-weight: bold;
	color: #222277;
	text-align: right;
}

.eap-news div {
	padding: 5px 10px;
}

.eap-news a {
	color: #336633;
	font-size: 14px;
	text-decoration: none;
}

.eap-news a:hover {
	text-decoration: underline;
}

.eap-news p {
	font-size: 12px;
}

.eap-news .divider {
	height: 1px;
	width: 180px;
	margin: 0 auto;
	padding: 0;
	background-color: #999999;
}

#slide {
	width: 500px;
	height: 225px;
}

#news h2 {
	padding: 15px 0 5px;
	font-size: 20px;
	color: #222277;
}

#news .featured {
	background-image: url(images/price_bg.jpg);
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
}

#news .featured h3 {
	color: #888888;
	padding-bottom: 10px;
}

#news .featured img {
	float: left;
	padding-right: 10px;
}

#news .featured p {
	font-size: 14px;
	line-height: 18px
}

#news .featured .read-more {
	text-align: right;
	font-size: 12px;
}

#news .featured .read-more a {
	color: #888888;
}	

#news .catagories .row {
	height: 50px;
}

#news .catagories .row .catagory {
	width: 45%;
	height: 100%;
	float: left;
	background-image: url(images/price_bg.jpg);
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin: 5px 10px;
}

#news .catagories .row .catagory img {
	float: left;
}

#news .catagories .row .catagory a {
	display: block;
	height: 16px;
	margin: 12px 0;
	font-size: 16px;
	color: #225522;
}

#news .catagories .row .catagory a:hover {
	color: #447744;
}

.clear {
	clear: both;
}

#cart {
	cursor: pointer;
}

.page-title {
	display: none;
}

.bluebar {
	border: 1px solid #444466;
	border-left: none;
	border-right: none;
	background-image: url(images/omni_blue.jpg);
	font-size: 18px;
	font-weight: bold;
	color: #444466;
	padding: 10px;
	margin-bottom: 20px;
}

.thick {
	width: 100%;
	height: 5px;
	background-color: #000000;
}

.thin {
	width: 100%;
	height: 2px;
	background-color: #000000;
}

.story-img {
	float: right;
	padding: 0 0 20px 20px;
}

.news-catagories div {
	height: 100px;
	border-top: 1px solid #CCCCCC;
}

.news-catagories div h3 {
	padding: 30px 0 0 100px !important;
	text-decoration: underline;
}

.news-catagories div img {
	padding: 5px;
	float: left;
}

.news-stories div {
	height: 100px;
	border-top: 1px solid #CCCCCC;
}

.news-stories div h3 {
	padding: 30px 0 0 100px !important;
	text-decoration: underline;
}

.news-stories div img {
	padding: 5px;
	float: left;
}

.home-news-catagories div {
	width: 250px;
	float: left;
	text-align: center;
	padding: 5px 0;
}

.home-news-catagories div a {
	font-size: 14px;
	color: #888888;
	text-decoration: none;
}

.home-news-catagories div a:hover {
	text-decoration: underline;
}

.history a {
	color: #444466;
}

.omni-landing {
	width: 626px;
	margin: 0 auto;
}

.contactForm {
	width: 500px;
	margin: 0 auto;
}

.contactForm div {
	padding: 10px 0;
}

.contactForm div label {
	display: block;
	width: 95px;
	float: left;
	font-size: 16px;
	padding: 2px 0;
	color: #555555;
	font-weight: bold;
}

.contactForm div input {
	width: 390px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.contactForm div textarea {
	width: 490px;
	height: 200px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.contactForm .text-area label {
	width: 100%;
	float: none;
}

.contactForm .submit {
	text-align: center;
}

.contactForm .submit input {
	width: 100px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

.contactForm .contact-error {
	text-align: center;
	color: #990000;
	font-size: 14px;
}

.emailForm {
	width: 300px;
	margin: 0 auto;
}

.emailForm div {
	padding: 10px 0;
}

.emailForm div label {
	display: block;
	width: 95px;
	float: left;
	font-size: 16px;
	padding: 2px 0;
	color: #555555;
	font-weight: bold;
}

.emailForm div input {
	width: 190px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailForm .submit {
	text-align: center;
}

.emailForm .submit input {
	width: 100px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

.emailForm .email-error {
	text-align: center;
	color: #990000;
	font-size: 14px;
}

#omniFlexSurvey0 form {
	width: 250px;
	margin: 0 auto;
}

#omniFlexSurvey0 div {
	padding: 10px 0;
}

#omniFlexSurvey0 div label {
	display: block;
	width: 95px;
	float: left;
	font-size: 16px;
	padding: 2px 0;
	color: #555555;
	font-weight: bold;
}

#omniFlexSurvey0 div input {
	width: 140px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#omniFlexSurvey0 .submit {
	text-align: center;
}

#omniFlexSurvey0 .submit input {
	width: 200px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

#omniFlexSurvey0 .survey-error {
	text-align: center;
	color: #990000;
	font-size: 14px;
}

#omniFlexSurvey1 form {
	width: 600px;
	margin: 0 auto;
}

#omniFlexSurvey1 div {
	padding: 10px 0;
}

#omniFlexSurvey1 div div {
	padding: 0;
}

#omniFlexSurvey1 div label {
	display: block;
	width: 250px;
	float: left;
	font-size: 16px;
	padding: 2px 15px 2px 0;
	color: #555555;
	font-weight: bold;
	text-align: right;
}

#omniFlexSurvey1 div input, #omniFlexSurvey1 div select {
	width: 200px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#omniFlexSurvey1 .submit {
	text-align: center;
}

#omniFlexSurvey1 .submit input {
	width: 200px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

#omniFlexSurvey1 .survey-error {
	text-align: center;
	color: #990000;
	font-size: 14px;
}

#omniFlexSurvey2 form {
	width: 600px;
	margin: 0 auto;
}

#omniFlexSurvey2 form .submit {
	padding: 10px 0;
	text-align: center;
}

#omniFlexSurvey2 form .submit input {
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

#omniFlexSurvey2 .accordian {
	border: 1px solid #777777;
	border-bottom: none;
}

#omniFlexSurvey2 .accordian .section {
	
}

#omniFlexSurvey2 .accordian .title {
	background-color: #cccccc;
	padding: 5px;
	border-bottom: 1px solid #777777;
	font-size: 22px;
}

#omniFlexSurvey2 .accordian .title a {
	color: #555555;
	text-decoration: none;
}

#omniFlexSurvey2 .accordian .title a:hover {
	color: #444444;
}

#omniFlexSurvey2 .accordian .title img {
	padding: 4px 5px 0 4px;
}

#omniFlexSurvey2 .accordian .body {
	padding: 5px;
	border-bottom: 1px solid #777777;
}

#omniFlexSurvey2 .accordian .body div {
	padding: 10px 0;
}

#omniFlexSurvey2 .accordian .body div h2 {
	padding: 0 150px;
}

#omniFlexSurvey2 .accordian .body div p {
	padding: 0 150px;
	font-size: 14px;
}

#omniFlexSurvey2 .accordian .body div label {
	display: block;
	width: 250px;
	float: left;
	font-size: 16px;
	padding: 2px 15px 2px 0;
	color: #555555;
	font-weight: bold;
	text-align: right;
}

#omniFlexSurvey2 .accordian .body div input, #omniFlexSurvey2 .accordian .body div select {
	width: 200px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#omniFlexSurvey2 .accordian .body .submit {
	text-align: center;
}

#omniFlexSurvey2 .accordian .body .submit input {
	width: 200px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

#omniFlexSurvey3 form {
	width: 500px;
	margin: 0 auto;
}

#omniFlexSurvey3 div {
	padding: 10px 0;
}

#omniFlexSurvey3 div div {
	padding: 0;
}

#omniFlexSurvey3 div label {
	display: block;
	width: 250px;
	float: left;
	font-size: 16px;
	padding: 2px 15px 2px 0;
	color: #555555;
	font-weight: bold;
	text-align: left;
}

#omniFlexSurvey3 div textarea {
	width: 500px;
	height: 200px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#omniFlexSurvey3 .submit {
	text-align: center;
}

#omniFlexSurvey3 .submit input {
	width: 200px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

#omniFlexSurvey3 .survey-error {
	text-align: center;
	color: #990000;
	font-size: 14px;
}

.coupon {
	width: 275px;
	margin: 0 auto 20px;
	background-color: #DDDDDD;
	border: 3px solid #777777;
}

.coupon p {
	padding: 20px !important;
}

.button2 {
	display: inline-block;
	height: 18px;
	width: 125px;
	padding: 5px;
	border: 1px solid #777777;
	text-align: center;
	margin: 10px;
	background-color: #DDDDDD;
	cursor: pointer;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

.button2:hover {
	background-color: #CCCCCC;
}

.glucosamine-form {
	width: 600px;
	margin: 0 auto;
}

.glucosamine-form div {
	padding: 10px 0;
}

.glucosamine-form div div {
	padding: 0;
}

.glucosamine-form div label {
	display: block;
	width: 250px;
	float: left;
	font-size: 16px;
	padding: 2px 15px 2px 0;
	color: #555555;
	font-weight: bold;
	text-align: right;
}

.glucosamine-form div input, .glucosamine-form div select {
	width: 200px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.glucosamine-form div textarea {
	width: 500px;
	height: 200px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.glucosamine-form .submit {
	text-align: center;
}

.glucosamine-form .submit input {
	width: 200px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

.glucosamine-form .survey-error {
	text-align: center;
	color: #990000;
	font-size: 14px;
}