@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */


.splash-area {
	float: left;
	width: 784px;
	background: url(../images/splash-trans.png);
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px 0 30px;
}

.header-splash {
	float: left;
	width: 824px;
	margin: 0;
	padding: 0;
}


.announcement {
	float: right;
	width: 600px;
	padding: 0;
	margin: 30px 0 20px 0;
	text-align: right;
	font-size: 32px;
	text-transform: uppercase;
	color: #374c85;
}

.flags-splash {
	margin: 0px 0px 0px 30px;
	float:left;
	width: 300px;
}

.flags-splash a img {
	margin: 0;
	padding: 0;
	float:left;
	border: none;
}

.top-right-splash {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
}

.language-splash {
	float: right;
	width: 250px;
	margin: 6px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}


* {
	-moz-outline:none;
	outline: none;
}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(css/iepngfix.htc); }


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */

a {
	color: #0cf;
	text-decoration: underline;
}

a:hover {
	color: #09f;
	text-decoration: none;
}

a img {border: 0;}

p {
	font-size: 13px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 18px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	color: #374c85;
	padding: 0;
	margin: 0 0 20px 0;
}

h1.shield {
	line-height: 32px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	color: #1D88C9;
	padding: 0;
	margin: 15px 0 20px 0;
}

h3.green {
	font-size: 16px;
	color: #093;
	padding: 0;
	margin: 15px 0 20px 0;
}

h3 {
	font-size: 16px;
	color: #036;
	padding: 0;
	margin: 15px 0 20px 0;
}

h3.science {
	font-size: 17px;
	font-weight:lighter;
	color: #36;
	padding: 0;
	margin: 15px 0 20px 0;
}

h4 {
	font-size: 14px;
	font-weight:bold;
	color: #39c;
	padding: 0;
	margin: 15px 0 20px 0;
}

h4.science {
	font-size: 13px;
	font-weight:bold;
	color: #39c;
	padding: 0;
	margin: 15px 0 20px 0;
}

h5 {
	font-size: 12px;
	color: #036;
	padding: 0;
	margin: 15px 0 20px 0;
}


.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
}

.frame {
	/*border: 1px solid #ccc;*/
	padding: 4px;
	margin: 10px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


span.green {
	color: #093;
}

.picleft {
	float: left;
	padding: 0 20px 20px 0;
}

.picright {
	float: right;
	padding: 0 0 20px 20px;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

hr {
	height: 1px;
	width: 100%;
	clear: both;
	background: url(../images/hr_rule.jpg) top center no-repeat;
	border: 0;
	margin: 20px 0;
	padding: 0;
}

.bump {
	clear: both;
	background-color: transparent;
	height: 15px;
}

.amp {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
}

.fda_statement {
	line-height: 14px !important;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

.quote {
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.signature {
	text-align: right;
	margin: 0;
	padding: 12px 0;
}

.r {
	/*font-size-adjust: .4;
	*/
	position: relative;
	top: -5px;
	font-size: .75em;
}
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

html {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.png) top center no-repeat #daeaf6;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

.wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 786px; 
}

.header {
	float: left;
	width: 784px;
	margin: 0;
	padding: 0;
}

.banner-area {
	float: left;
	width: 762px;
	background: url(../images/banner-shade.png) center bottom repeat-x #fff;
	border: 1px solid #bcbcbc;
	margin: 6px 0 0 0;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.sm-banner-area {
	float: left;
	width: 782px;
	margin: 0;
	padding: 0;
}

.container {
	float: left;
	width: 762px;
	background: url(../images/body-shade.png) center bottom repeat-x #fff;
	border: 1px solid #bcbcbc;
	margin: 6px 0 0 0;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


.col-one {
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
}

.col-two { 
	float: right;
	margin: 0;
	padding: 0;
	width: 520px;
}

.col-three { 
	float: right;
	margin: 0;
	padding: 0;
	width: 730px;
}

.footer {
	float: left;
	width: 782px;
	clear: both;
	margin: 15px 0;
	padding: 0;
	font-size: 12px;
}

.copy {
	width: 520px;
	text-align: center;
	margin: 10px auto;
	padding: 0;
}

.copyright {
	width: 520px;
	float: left;
	text-align: center;
	margin: 10px 0 0 30px;
	padding: 0;
}

.elyk-logo {
	width: 85px;
	height: 31px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}

/* ---------------------------------------------------------------------------

	Header Info

--------------------------------------------------------------------------- */

.logo a {
	float: left;
	text-decoration: none;
	width: 116px;
	height: 115px;
	background: url(../images/logo-greatlifeintl.png) no-repeat;
	margin: 16px 0 0 0;
	padding: 0;
}

.flags {
	margin: 20px 0px 0px 30px;
	float:left;
	width: 300px;
}

.flags a img {
	margin: 0;
	padding: 0;
	float:left;
	border: none;
}

.top-right {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
}

.language {
	float: right;
	width: 250px;
	margin: 6px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

.distributor-login a {
	float: right;
	text-decoration: none;
	width: 150px;
	height: 22px;
	background: url(../images/icon-login.png) top right no-repeat;
	margin: 6px 0 5px 0;
	padding: 6px 30px 0 0;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

.distributor-login a:hover {
	color: #069;
}

.message-rotate {
	float: right;
	width: 640px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}

.distributor-info {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
}

.distributor-name {
	color: #39c;
	font-weight: bold;
}

.social-media {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.banner {
	float: left;
	clear: both;
	margin: 0 0 0 3px;
}

.banner-buttons {
	text-align: right;
}

.banner-buttons ul {
	float: right;
	width: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.banner-buttons ul li {
	float: left;
	padding: 10px 0 0 15px;
}

.banner-buttons ul li a {
	float: left;
	text-decoration: none;
	width: 21px;
	height: 21px;
	background: url(../images/blue-green-banner-button.png) 0 0 no-repeat;
}

.banner-buttons ul li a:hover {
	background-position: 0 -21px;
}


ul.sm-banner-list {
	float: left;
	width: 782px;
	padding: 0;
	margin: 15px 0 0 0;
	list-style: none;
}

ul.sm-banner-list li {
	float: left;
	width: 231px;
	background: url(../images/small-shade.png) center bottom repeat-x #fff;
	border: 1px solid #bcbcbc;
	margin: 0 10px 0 0;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

ul.sm-banner-list li.last {
	margin: 0 0 0 3px;
}

.footer-nav {
	white-space: nowrap;
	float: left;
	width: 520px;
	text-align: center;
	margin: 0 0 0 30px;
	font-size: 12px;
} 

.footer-nav ul {
	padding: 0;
	margin: 0;
}

.footer-nav ul li {
	display: inline;
	padding: 0;
	color: #000;
}

.footer-nav ul li a {
	color: #000;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	color: #069;
}

.dsa {
	float: right;
	width: 95px;
	margin: 0;
	padding: 0;
}

.secure {
	float: left;
	width: 95px;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

.nav {
	float: right;
	width: 642px;
	height: 41px;
	background: url(../images/nav-bg.png) no-repeat;
	padding: 4px 0 0 0;
	margin: 0;
	position: relative;
	z-index: 9999;
}

.nav ul {
	padding: 0px;
	margin: 0px;
}

.nav > ul > li {
	float: left;
	height: 25px;
	padding: 7px 0px 0px 40px;
	list-style: none;
	font-size: 14px;
}

.nav > ul > li > a,
ul.drop-down-nav > li > span {
	color: #000;
	text-decoration: none;
	padding: 0px 0px 3px 0px;
	float: left;
}

.nav >  ul  > li > a:hover,
ul.drop-down-nav li > span:hover {
	float: left;
	color: #069;
	text-decoration: none;
	padding: 0px 0px 3px 0px;
}


ul.drop-down-nav,
ul.drop-down-nav ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

ul.drop-down-nav li > span,
ul.drop-down-nav li > span:hover {
	cursor: pointer;
}

ul.drop-down-nav li {
	position: relative;
}

ul.drop-down-nav li:hover > ul,
ul.drop-down-nav li ul li:hover ul {
	display: block;	
	z-index: 9999;
	padding: 0;
	position: absolute;
	top: 32px;
	left: 30px;
	width: 200px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}

ul.drop-down-nav li:hover > ul li ul,
ul.drop-down-nav li ul li:hover ul li ul {
	top: 0px;
	left: 200px;
}

ul.drop-down-nav li:hover ul ul {
	display: none;
}

ul.drop-down-nav li ul li a {
	display: block;
	text-align: left;
	background-color: #fff;
	text-decoration: none;
	color: #333;
	padding: 3px 10px 4px;
	height: 100%;
	font-size: 13px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

ul.drop-down-nav li ul li a:hover {
	background-color: #E9F9FC;
	color: #069;
}

ul.drop-down-nav li ul {
	display: none;
}


























.slide {
	float: left;
	width: 756px;
	height: 287px;
	z-index: 998;
}

.stepcarousel {
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 756px; /*Width of Carousel Viewer itself*/
    height: 287px; /*Height should enough to fit largest content's height*/
	z-index: 998;
}

.stepcarousel .belt {
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
	z-index: 998;
}

.stepcarousel .panel {
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0px; /*margin around each panel*/
    width: 756px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 287px;
	z-index: 998;
}

/* ---------------------------------------------------------------------------

	Side Column Declarations

--------------------------------------------------------------------------- */

.side-item-container {
	float: left;
	width: 200px;
	border: 1px solid #ccc;
	padding: 5px 4px;
	margin: 0 0 20px 0;
	text-align: center;
}

.side-item-container p {
	margin: 10px 0;
	padding: 0;
	line-height: 14px;
}

.side-item-container h3 {
	margin: 0 0 10px 0;
}

.side-item-container a {
	color: #0cf;
	text-decoration: none;
}

.side-item-container a:hover {
	color: #09f;
}

.green_button_middle {
	background:url(../images/green_button.jpg) top center no-repeat;
	width: 121px;
	height: 48px;
	margin: 10px auto 0;
	padding: 9px 0 0 0;
	text-align: center;
}

.green_button_middle a {
	color:#036;
	text-decoration:none;
	font-weight: bold;
	line-height: 14px;
}

.green_button_middle a:hover {
	color: #096;
	text-decoration:none;
}

.news_pic {
	/*border: 1px solid #ccc;*/
	padding: 4px;
	margin: 0 12px 10px 0;
}

.dr_smith_pic {
	float: left;
}

p.dr_green_text {
	color: #2e5f1e;
	font-size: 13px;
	line-height: 18px;
}

.dr_audio_box_spacing {
	margin: 0;
	padding: 0 0 5px 0;
}

.dr_play_now {
	font-size: 16px;
	font-weight: bolder;
	color: #f42d45;
	margin: 0;
	padding: 5px 0;
}

.side-col-list-o-wrap {
	float: left;
	width: 210px;
	padding: 0 0 10px 0;
	margin: 0 0 250px 0;
	background: url(../images/side-menu-bg.jpg) bottom center no-repeat;
}

.side-col-list-i-wrap {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0;
	background: url(../images/side-menu-bg.jpg) top center no-repeat;
}


.side-col-list ul {
	float: left;
	width: 180px;
	margin: 10px 20px 0;
	padding: 0;
	list-style: none;
}

.side-col-list ul li {
	color: #333;
	margin: 0;
	padding: 0;
}

.side-col-list ul li a {
	display: block;
	width: 160px;
	color: #00457c;
	margin: 0;
	padding: 4px 5px;
	border-bottom: 1px solid #c7c7c7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.side-col-list ul li a:hover {
	color: #009B7B;
}

.side-col-list ul li a.last {
	border-bottom: 1px solid #fff;
}

.side-col-list ul li a.last:hover {
	color: #009B7B;
}

/* ---------------------------------------------------------------------------

	Extranet Login Form

--------------------------------------------------------------------------- */

.login_form_table {
	width: 400px;
	margin: 10px auto 100px;
	padding: 0;
	border-collapse: collapse;
}

.login_form_table td {
	background-color: #e3e7f2;
	padding: 4px 6px;
	border: 2px solid white;
}

.login_form_table_header td {
	background-color: #7794b2;
	font-weight: bold;
}

.login_form_table label {
	font-weight: bold;
}

/* ---------------------------------------------------------------------------

	Form Stylings

--------------------------------------------------------------------------- */

.form {
	float: left;
	width: 550px;
	margin: 0 0 20px 20px;
	padding: 0;
}

.form input, .form textarea {
	width: 300px;
	height: 18px;
	margin: 6px 0;
	padding: 3px 5px 2px;
	border: #990000 1px solid;
}

.form textarea {
	height: 140px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
}

.form .button {
	width: 70px;
	margin: 10px 0 0 0;
	padding: 3px 10px 8px;
	font-size: 12px;
	height: 25px;
	border: 1px solid #990000;
	cursor: pointer;
}


/* ---------------------------------------------------------------------------

	Compensation Overview

--------------------------------------------------------------------------- */

table.compensation_overview {
	width: 100%;
	border-collapse: collapse;
}

.compensation_overview tr {
	border-top: 1px solid #c1c5c8;
}

.compensation_overview tr:first-child {
	border-top: none;
}

.compensation_overview td:first-child {
	font-weight: bold;
	white-space: nowrap;
}

.compensation_overview td {
	padding: 7px 7px 7px 3px;
}

/* ---------------------------------------------------------------------------

	Flipbook Page

--------------------------------------------------------------------------- */

a.page_number_selected:link,
a.page_number_selected:visited,
a.page_number_selected {
    color: #009966 !important;
}

#slider ul, #slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider, #slider li {
    /* 
       define width and height of container element and list item (slide)
       list items must be the same size as the slider area
   */
    width: 480px;
    height: 371px;
    overflow: hidden;
}

span#prevBtn {
}

span#nextBtn {
}

/* ---------------------------------------------------------------------------

    Tooltips

--------------------------------------------------------------------------- */

span.tool {
    position: relative;
    cursor: help;
    border-bottom: 1px dashed #374c85;
}

span.tool span.tip {
    display: none;
}

span.tool:hover span.tip {
    display: block;
    z-index: 100;
    position: absolute;
    top: 18px;
    left: -30px;
    width: 230px;
    padding: 10px;
    border: 6px solid #8ACBEE;
    background-color: #fff;
    text-align: left;
    color: #000;
}

