@charset "utf-8";
/* CSS Document */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	GENERAL DECLARATIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #181512;
	background-image:url(../images/bg_layout_03.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #99CC66;
	font-weight: bold;
}

a:hover {
	color: #99CC66;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

img {
	border: none;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	color: #0081CE;
}

h3 {
	font-size: 16px;
	color: #99CC66;
}

ul {
	padding: 10px 20px;
}

li {
	margin: 3px 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
	height: 2px;
}

.center {
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	MISC. TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.green {
	color: #99CC66;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	LAYOUT ELEMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrapper {
	width: 900px;
	margin: 0 auto;
}

.header {
	height: 200px;
}

.flash {
	float: left;
	width: 492px;
}

.logo {
	float: left;
	width: 397px;
}

.elyk_logo {
	float: right;
	margin: 0 0 10px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation{width:900px;overflow:hidden;}
#nav{float:left;padding:0;}
ul#nav {padding:0; margin:0;}
#nav li{display:inline;list-style:none;margin:0;padding:0; }
#nav a{float:left;padding:0; height: 45px;}
#nav a:hover{background-position:top;}
#nav a.selected{background-position:bottom;}

	#home a{width:78px;background:url(../images/nav/home.jpg) center center no-repeat;  text-indent: -9999px;}
	#products a{width:120px;background:url(../images/nav/products.jpg) center center no-repeat;  text-indent: -9999px;}
	#product_directions a{width:197px;background:url(../images/nav/product_directions.jpg) center center no-repeat;  text-indent: -9999px;}
	#medical_directors_desk a{width:232px;background:url(../images/nav/medical_directors_desk.jpg) center center no-repeat;  text-indent: -9999px;}
	#dealers_corner a{width:151px;background:url(../images/nav/dealers_corner.jpg) center center no-repeat;  text-indent: -9999px;}
	#contact_us a{width:122px;background:url(../images/nav/contact_us.jpg) center center no-repeat;  text-indent: -9999px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	MAIN LAYOUT ELEMENTS - IN CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {}

.body {
	float: left;
	width: 620px;
	color: #ccc;
	font-size: 14px;
	padding: 10px 10px 0 10px;
}

.body_med {
	float: left;
	width: 880px;
	color: #ccc;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;
}

.body_dealers {
	float: left;
	width: 900px;
	color: #ccc;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;
}

.description {
	width: 610px;
}

.testimonials {
	font-size: 12px;
	margin: 10px 0 0 0;
}

.testimonials_name {
	float: right;
	font-weight: bold;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 20px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 420px;
height: 170px;
border: none;
padding: 3px;
margin: 20px 0 0 0;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.hr_blue {
	margin: 10px 0;
	height: 4px;
}

.logo_ntoa {
	float: left;
	height: 140px;
	width: 180px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	SIDEBAR ELEMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.sidebar {
	float: left;
	width: 260px;
}

.events {
	background-image: url(../images/bg_events.jpg);
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font-size: 12px;
}

.scroll {	
	width: 238px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

.events_button {
	padding: 0 0 4px 0;
	}
	
.title_products {
	margin: 0 0 10px 0;
}

.events h2 {
	font-size: 14px;
	margin: 4px 0;
}

.events hr {
	border: 0;
	height: 2px;
	color: #181512;
	background-color: #181512;
	margin: 10px 0;
	width: 240px;
}

.events_top {
	height: 15px;
	background-image: url(../images/bg_events_top.jpg);
	background-repeat: no-repeat;
	margin: 7px 0 0 0;
}

.events_bottom {
	height: 15px;
	background-image: url(../images/bg_events_bottom.jpg);
	background-repeat: no-repeat;
}

.iacp_denver {
	float: left;
	padding: 0 8px 0 0;
	height: 100px;
	width: 99px;
}

.experience {
	background-image: url(../images/bg_feedback.jpg);
	background-repeat: no-repeat;
	height: 78px;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 10px 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	FOOT CLAN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.foot_01 {
	clear: both;
	height: 30px;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-image: url(../images/bg_foot_01.jpg);
	background-repeat: no-repeat;
}

.foot_01 a{
	color: #fff;
}

.foot_01 ul {
	display: inline;
}

.foot_01 li {
	display: inline;
	margin: 0 0 0 13px;
}

.foot_02 {
	margin: 10px 0;
	color: #ccc;
	font-size: 9px;
	text-align: center;
}

.foot_02 a {
	color: #ccc;
}

.foot_02 a:hover {
	color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	TERMS OF USE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indent_address {
	margin: 16px 0 16px 40px;
	padding: 6px 0 6px 10px;
	border-left: dotted 3px #666;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.product_pics {
	float: left;
	margin: 10px 30px 10px 0;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #000;
}

.button {
	margin: 0 40px 0 0;
	width: 120px;
	float: right;
	height: 60px;
}

.button_preorder {
	margin: 0 40px 0 0;
	width: 120px;
	float: right;
	height: 100px;
}

.product_details {
	/*float: left;*/
	width: 260px;
}

.product_photo {
	float:left;
	width:300px;
	margin:0px 35px 0px 0px;
}

.preorder_title {
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
}

.contains_statement {
	color:#FFFF00;
	font-size:12px;
	font-style:italic;
}

.warning_statement {
	color:#FFFFFF;
	font-size:12px;
	font-style:italic;
}

.highlight_red {
	color: #FF0000;
	font-style: italic;
	font-size: 18px;
}

.push60 {
	margin: 60px 0 0 0;
}

.segue {
	color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	MEDICAL DIRECTORS DESK

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.medical_director_pics {
	float: left;
	margin: 10px 30px 10px 0;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	DEALERS CORNER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.dealers_corner_pics {
	float: left;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #000;
	width: 290px;
	height: 193px;
	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	PRODUCT DIRECTIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.button_ingredients {
	margin: 10px 0;
}

.title_bottom_push {
	margin: 0 0 10px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	NEWS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.news {
	background: url(../images/bg_news.jpg) no-repeat;
	height: 110px;
	width: 260;
	padding: 34px 0 0 30px;
	margin: 10px 0 -30px 0;
}

.news a:hover {
	color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	PRODUCTS PAGE VERSION CF

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.products_table {
	margin: 10px 0;
}

.products_table td {
	background: #333;
	padding: 6px;
}

.product_pics2 {
	margin: 0;
	/*padding: 3px;
	background-color: #fff;
	border: 1px solid #000;*/
}

.products_table ul {
	margin: 0;
	padding: 10px 0 10px 20px;
}

.products_table p {
	margin: 10px 0;
	padding: 0;
}

.products_table h1, h2, h3 {
	margin: 0 0 10px 0;
}

.view_contents {
	margin: 10px 0 10px 80px;
}

.special-price {
	text-align: center;
	color:#FF0000;
	font-style: italic;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	FAST-T

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.crate-01 {
}

.logo-box {
	width: 440px;
	float: left;
}

.intro-box {
	width: 420px;
	float: left;
	margin: 0 0 0 20px;
}

.logo-box h2 {
	color: #FEC708;
	font-size: 16px;
	text-align: center;
	margin: 16px 0 0 0;
}

.intro-box p {
	font-size: 10px;
	margin: 6px 0;
	text-align: right;
}

.intro-box h1 {
	color: #fff;
	border-top: solid 6px #F57634;
	border-bottom: solid 6px #F57634;
	font-style: italic;
	padding: 4px 0;
	text-align: center;
}

.note-01 h3 {
	color: #F57634;
	text-align: right;
	font-size: 18px;
	padding: 20px 0 0 0;
	clear: both;
}

.note-02 h3 {
	color: #fff;
	text-align: right;
	font-size: 15px;
	padding: 0 0 20px 0;
}

.crate-02 {
}

.pic-stats {
	width: 440px;
	float: left;
}

.pic-stats ul {
	color: #F57634;
	font-size: 19px;
	font-weight: bold;
}

.pic-stats ul span {
	color: #fff;
}

.instructions {
	width: 440px;
	float: left;
}

.instructions-pic {
	float: left;
	margin: 0 20px 0 0;
}

h2.one {
	color: #018752;
}

h2.two {
	padding: 66px 0 0 0;
	color: #018752;
}

h2.three {
	padding: 54px 0 0 0;
	color: #018752;
}

.approved {
	font-size: 12px;
	text-align: center;
}

.address {
	text-align: center;
	font-weight: bold;
	color: #018752;
}

.url {
	color: #F57634;
}

.note {
	font-size: 11px;
	margin: 80px 0 0 0;
}

.crate-03 {
	width: 240px;
	float: right;
	margin: 20px 0;
}
