/*-------------------------------------------------------------------------------------*/
/*	RESET		
/*-------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
sup {
	font-family:Helvetica, Arial, sans-serif;
	vertical-align: top; font-size: 0.6em;

}
sub {
	vertical-align: text-bottom;
}
:focus {
	outline: 0;
}
input, textarea, select {
*font-size: 100%;
}
img {
	border:0;
}

/*-------------------------------------------------------------------------------------*/
/*	Product Slider PNG IE fix			
/*-------------------------------------------------------------------------------------*/


img, div, a, h1, h2, h3, h4, h5 {
	behavior: url("../inc/iepngfix.htc")
}
img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);   /* IE6 & 7 */
	zoom: 1;
}



/*-------------------------------------------------------------------------------------*/
/*	GLOBAL		
/*-------------------------------------------------------------------------------------*/


body {
	background-color:#1d60b5;
	color:#FFFFFF;
	font-weight:normal;
	font-size:14px;
}
a {
	color:#f3a40a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.hr {
	background:url("../images/about_hr_line.png") no-repeat transparent;
	width: 647px;
	height:11px;
	outline:none;
	border:none;
}

h1 span{
	display:none;	
}

h3 {
	font-size:22px;
	font-weight:normal;
	padding:0 0 20px 0;
}
h4 {
	font-size:18px;
	font-weight:normal;
}

ol {
	padding: 0 0 40px 34px;
}
ol li {
	list-style:decimal;
	color:#F3A40A;
	padding: 7px 0 1px 0;
}

p{
	line-height:19.35p;	
}


/*-------------------------------------------------------------------------------------*/
/*	FONTS		
/*-------------------------------------------------------------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
}
div#navcontainer, #col_left p, #about_sub_nav, h1, h2, h3, .pg_nav {
	font-family: 'Spinnaker', sans-serif;
}
h4 {
	font-family:Helvetica, Arial, sans-serif;
}



/*-------------------------------------------------------------------------------------*/
/*	CS3 SHADOW on text		
/*-------------------------------------------------------------------------------------*/
h2 span, h3 span, h4 span, h5 span, #navlist span, #about_sub_nav span, .pg_nav{
text-shadow: 1px 1px 0px #00245f;
filter: dropshadow(color=#00245f, offx=1, offy=1);	
}



/*-------------------------------------------------------------------------------------*/
/*	CONTAINERS		
/*-------------------------------------------------------------------------------------*/



/* main container for the swirl background */
#Container {
	height: auto !important;
	min-height: 100%;
	position: absolute;
	width: 100%;
	background:url("../images/dots_lights_interior.png") no-repeat center top;
}
/* body container to hold all in place */
#body_container {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 80px;
	width: 996px;
}
/* content background */
.body_container_pad {
	padding:28px 17px;
	background:url("../images/bg_container.png") repeat;
	text-align:left;
	height:100%;
}
/* gradient background on footer */


/* hides footer gradient on homepage */
body.home .bg_footer_gradient {
	display:none !important;
}
/* displays footer gradient on all other pages */
.bg_footer_gradient {
	background: url("../images/bg_footer_gradient2.png") repeat-x left bottom;
	height:345px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index:-12;
}
.clearit {
	clear:both;
	margin:0;
	padding:0;
}

/*-------------------------------------------------------------------------------------*/
/*	HOME PAGE		
/*-------------------------------------------------------------------------------------*/

body.home {
	background: url("../images/home_bg_gradient.jpg") repeat-x top;
}
/* main container for the swirl background */
#Container_home {
	height: auto !important;
	min-height: 100%;
	position: absolute;
	width: 100%;
	background:url("../images/home_dot_bg.jpg") no-repeat center top;
}
#home_top {
	padding-bottom:30px;
}

/*-------------------------------------------------------------------------------------*/
/*	TEASERS		
/*-------------------------------------------------------------------------------------*/
.teaser_box {
	width:332px;
	float:left;
	border:0;
	padding:0;
	margin:0;
}
.teaser_box p {
	font-size:14px;
	font-weight:normal;
	line-height:19.35px;
	letter-spacing:0.1px;
}
.teaser_box h2 {
	font-size:22px;
	font-weight:normal;
	padding-bottom:15px !important;
	letter-spacing:0.25px;
}
.teaser_box h2 a {
	color:#FFFFFF;
	background:url("../images/teaser_hdr_arrow.png") no-repeat right center;
	padding-right:55px;
}

.teaser_box h2 a:hover {
	color:#f3a40a;
	text-decoration:none;
}


#teaser1:hover a, #teaser2:hover a, #teaser3:hover a{
	color:#f3a40a !important;
}

#teaser1 h2, #teaser1 p {
	padding:0 40px 0 0;
}
#teaser2 h2, #teaser2 p {
	padding:0 18px;
}
#teaser3 h2, #teaser3 p {
	padding:0 0 0 40px;
}

.teaser_copy a{
	color:#FFF;	
}



#home_teasers:hover .teaser_copy a{
	color:#FFF !important;	
	text-decoration:none;
}

#home_teasers{
	padding-bottom:30px;	
}



/*-------------------------------------------------------------------------------------*/
/*	HEADER		
/*-------------------------------------------------------------------------------------*/

header {
	padding: 18px 0;
}
div#logo {
	float:left;
}
div#navcontainer {
	margin: 0;
	padding: 0;
	border: 0;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	height: 46px;
	width:464px;
	background:url("../images/nav_bg_line.png") no-repeat;
	text-align:center;
	float:right;
}
div#navcontainer ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navcontainer ul li {
	display: inline;
	margin: 0;
}
div#navcontainer ul li a {
	color: #FFFFFF;
	margin: 0;
	padding: 0 11px 23px 11px;
	text-decoration: none;
	position:relative;
	letter-spacing:0.25px;
}
#products .nav1 {
	background:url("../images/nav_current_line.png") no-repeat bottom center;
}
#treatment .nav2, #causes .nav2, #avoid .nav2 {
	background:url("../images/nav_current_line.png") no-repeat bottom center;
}
#faq .nav3 {
	background:url("../images/nav_current_line.png") no-repeat bottom center;
}

/*-------------------------------------------------------------------------------------*/
/*	PRODUCT PAGE		
/*-------------------------------------------------------------------------------------*/

#product_page h2{
		padding-bottom: 11px !important;
}


#product_page #col_left p {
    line-height: 20px;
    padding-bottom: 32px;
}

/* COLUMN RIGHT */

#product_page #col_right1 {
	width:311px;
	float:left;
	padding-right:30px;
	padding-left:44px;
}
#product_page #col_right2 {
	width:311px;
	float:right;
}
#col_right1 p, #col_right2 p {
	padding: 10px 0 10px 0;
	line-height:19.35px;
}
#product_page h4 {
	color:#72c0ea;
	padding:0 0 15px 0;
	background:url("../images/product_hr_line.png") no-repeat bottom left;
	width: 311px;
	font-size:18px;
	line-height:22px;
	letter-spacing:0.25px;
}

h4 sup{
	/* font-size:10px; */
}
#product_page li {
	background:url("../images/products_check_icon.png") no-repeat top left;
}
#product_page li span {
	padding:5px 0 5px 30px;
	display:block;
	width:280px;
}


#product_page.body_container_pad{
	padding-bottom:110px;	
}

/*-------------------------------------------------------------------------------------*/
/*	ABOUT PAGE		
/*-------------------------------------------------------------------------------------*/
.about_treatment h4 {
	color:#72c0ea;
	padding:15px 0 15px 0;
	background:url("../images/about_hr_line.png") no-repeat bottom left;
	width: 647px;
}

ul.avoid_list{
	padding:10px 0 20px 0;	
	
}

ul.avoid_list li{
	padding:20px 0 0 0;
	list-style:disc;
	margin-left:40px;
	line-height:22px;
}
/* SUB NAVIGATION  */


#treatment #sub1, #causes #sub2, #avoid #sub3 {
	color:#f3a40a;
}
#about_sub_nav ul {
	width:240px;
	padding:0 0 25px 0;
	font-size:17px;
}
#about_sub_nav li {
	padding: 9px 0;
}
#about_sub_nav a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	line-height:22px;
	background:url("../images/sub_nav_arrow.png") no-repeat right top;
}
#about_sub_nav a:hover {
	color:#f3a40a;
}
.about h3 {
	color:#FFFFFF;
}
.about .pg_nav {
	color:#FFFFFF;
	text-decoration:none;
	clear:both;
	margin-top:50px;
	font-size: 17px;
}
.about .pg_nav li {
	display:block;
	width:320px;
	padding:10px 0;
}
.about .pg_nav .left {
	float:left;
	text-align:left;
	background:url("../images/pg_nav_left.png") no-repeat left center;
}
.about .pg_nav .right {
	background:url("../images/pg_nav_right.png") no-repeat right center;
	float:right;
	text-align:right;
}
.about .pg_nav a:hover {
	color:#f3a40a;
}
.about .pg_nav .right a {
	margin-right:50px;
}
.about .pg_nav .left a {
	margin-left:50px;
}
.current {
	color:#f3a40a !important;
}
/* COLUMN left */

#col_left {
	width:266px;
	float:left;
}
#col_left h2 {
	color: #53a8d6;
	font-size:30px;
	font-weight:normal;
	padding-bottom:17px;
}
#col_left p {
	color: #FFFFFF;
	font-weight:normal;
}
/* COLUMN RIGHT */

#col_right {
	width:651px;
	float:right;
}
#col_right p {
	padding: 10px 0 18px;
	line-height:22px;
}

/*-------------------------------------------------------------------------------------*/
/*	FAQs PAGE		
/*-------------------------------------------------------------------------------------*/


#faq ol{
	font-size:17px;	
}

.top_arrow {
	background:url("../images/top_arrow.png") no-repeat right top;
	width: 18px;
	height:17px;
	display:block;
	float:right;
}
.top_arrow span {
	display:none;
}

a.faq_answers{
	color:#72C0EA;
	text-decoration:none;
}



/*-------------------------------------------------------------------------------------*/
/*	CONTACY PAGE		
/*-------------------------------------------------------------------------------------*/



#col_right.contact_copy ul{
	padding-left:30px;	
}

#col_right.contact_copy li{
	padding:8px 0;
	list-style:disc;
	
}

#contact .body_container_pad{
	padding: 28px 17px 110px 17px;
}

/*-------------------------------------------------------------------------------------*/
/*	CONTACT FORM	
/*-------------------------------------------------------------------------------------*/


.contact_copy label{
	display:block;
	width:150px;
	float:left;	
}



/*-------------------------------------------------------------------------------------*/
/*	FOOTER		
/*-------------------------------------------------------------------------------------*/


footer {
	background: url("../images/bg-footer.png") repeat-x scroll left top transparent;
	position: absolute;
	bottom: 0;
	height: 57px;
	width: 100%;
	overflow:hidden;
}
.footer_inner {
	height: 50px;
	padding-top: 7px;
}
.rb_logo {
	float: left;
	display:block;
	height:40px;
	position:absolute;
}
.footer_text {
	color: #B4B4B0;
	float: left;
	font-family: Arial;
	font-size: 10px;
	padding: 16px 0 0 94px;
}
footer a {
	color: #707070;
	text-decoration: none;
}
.join_us {
	background: url("../images/bg-join.png") no-repeat scroll left top transparent;
	float: right;
	height: 57px;
	margin-top: -7px;
	width: 113px;
}
.join_header {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 0 5px;
	text-transform: uppercase;
}
.join_content {
	font-size: 10px;
	padding: 2px 0 0 22px;
}



/*-------------------------------------------------------------------------------------*/
/*	disclaimer		
/*-------------------------------------------------------------------------------------*/

.disclaimer {
	position: absolute;
	bottom: 70px;
	width: 100%;
	text-align:center;
	font-size:9px;
	color:#84b5f3;
}
.dis_container {
	width:985px;
	margin:0 auto;
	position:relative;
}
.dis_copy {
	float: left;
	left: 250px;
	position: relative;
}
.dis_usage {
	float: right;
	left: 800px;
	text-align:right;
	line-height:14px;
}









/*-------------------------------------------------------------------------------------*/
/*	qtip		
/*-------------------------------------------------------------------------------------*/


.qtip-contentWrapper{
	border:1px solid #000 !important;
	background:#0e3a88 !important;
}


.qtip-content{
	border:none !important;
	padding:0 !important;	
	margin:0 !important;
	background:#0e3a88 !important;

}



.tooltip_product {
	display:block;
	padding:0 20px 0 20px;
	margin:0;
	border:none;
	
}

.tooltip_detail {
	padding:0 10px 0 10px;
	margin:0;
	border:none;
}

.tooltip_product p {
	color:#FFF;
	font-size:14px;
	border:0;
	text-align:center;
}
.tooltip_product p.title{
	background: url("../images/popup_hr.gif") no-repeat bottom center;
	padding:15px 0;
	line-height:18px;
}


.tooltip_detail p.title{
	background: url("../images/popup_hr.gif") no-repeat bottom center;
	line-height:18px;
}
.tooltip_product p.learnmore {
	margin-top:10px;
}
.tooltip_detail p {
	color:#FFF;
	font-size:12px;
	border:none;
	text-align:left;
	padding:10px;
	line-height:18px;
}



#fancybox-title{
	display:none !important;	
}



/*-------------------------------------------------------------------------------------*/
/*	HOMEPAGE IMAGE CYCLE		
/*-------------------------------------------------------------------------------------*/

/*
.homepage_prod_cycle {  
    width:   291px;  
    height:  470px;  
    padding: 0;  
    margin:  0;
	float:right;
} 
 
.homepage_prod_cycle img {  
    width:  291px; 
    height: 470px; 
    top:  0; 
    left: 0 
} 
*/




/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:470px;
	display: none;
	float:left;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

    div.rotator ul li.show {
	z-index:500
}



img {  
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}

