body {
    background-color: #2E7CB8;
}
    body * {
        font-family: Helvetica, Arial, sans-serif;
    }
    body > * {
        width: 952px;
        margin: 0 auto;
    }

#water-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    padding-top: 139px;
    background: url(/css/i/background.jpg) center bottom repeat-x #fff;
    z-index: -1;
}
.logo {
    display: block;
    text-indent: -9999px;
}
    .logo.hydraxatone {
        background: url(/css/i/logo.gif) 0 0 no-repeat #fff;
        width: 329px;
        height: 74px;
    }
        header .logo.hydraxatone {
            position: absolute;
            top: 9px;
            margin-left: -10px;
        }

.container {
    border: 1px solid #C1C1C1;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 10px;
    box-shadow: 0 0 2px #ccc;
    border-radius: 5px;
}
    .container > * {
        position: relative;
    }
    .container .background {
        position: absolute;
        height: 445px;
        width: 100%;
        top: 0;
        left: 0;
    }
    .container .background.gradient {
    	background: #dbdce0; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }

    .box-shadow {
    	box-shadow: 0 0 10px #999999, 2px 2px 7px #efefef;
    }
    
	.rotator {
        float: left;
        position: relative;
    }
        .rotator .main {
            background: #fff;
            width: 690px;
            height: 410px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
        }
            .rotator .main img {
                display: block;
            	margin: 5px;
            }
            .rotator .main a {
                position: absolute;
                z-index: 8;
            }
            .rotator .main a.active {
                display: block;
                z-index: 10;
            }
            .rotator .main a.last-active {
                z-index: 9;
            }

    .trials {
        float: right;
        width: 220px;
    }
        .trials h2 {
            font-size: 21px;
            font-weight: normal;
            color: #2E7CB8;
            margin: 0 0 5px 0;
        }
        .trials h3 {
            color: #2E7CB8;
            font-style: italic;
            font-size: 12px;
            font-weight: normal;
            margin: 0 0 10px 0;
        }
        .trials .products {
            background-color: #fff;
            padding-bottom: 17px;
        }
        .trials .products > div {
            overflow: hidden;
            height: 345px;
        }
        .trials .products article {
            padding: 9px;
            clear: both;
        }
            .trials .products article header {
                height: auto;
                padding-bottom: 7px;
            }
            .trials .products article h1 {
                font-size: 14px;
                font-weight: bold;
            }
                .trials .products article h1 a {
                    color: #3399cc;
                    text-decoration: none;
                }
                .trials .products article header + a {
                    float: left;
                }
            .trials .products article div {
                font-size: 12px;
                line-height: 15px;
                width: 110px;
                float: right;
            }
            
			.trials .products article div p {
				overflow: hidden;
				width: 110px;
				height: 30px;
				display: block;
			}

			.trials .risk-free {
                margin-top: 8px;
                display: block;
                width: 101px;
                height: 25px;
                background: url(/css/i/central_rft_button_100_25.png) 0 0 no-repeat #fff;
                text-indent: -9999px;
            }
                .trials .risk-free:hover {
                    background-position: 0 -25px;
                }
                .trials .risk-free:active {
                    background-position: 0 -50px;
                }
            .trials > i {
                display: block;
                position: absolute;
                width: 60px;
                height: 60px;
                background: url(/css/i/central_rft_30day_60_60.png) 0 0 no-repeat transparent;
                right: -12px;
                top: -11px;
            }

        .navigation {
            background: transparent;
            position: absolute;
            bottom: -5px;
            height: 26px;
            z-index: 10;
            padding: 0 12px 0 7px;
        }
            .navigation > div {
                width: 7px;
                height: 29px;
                /*background: url(/css/i/controls.png) 0 0 no-repeat;*/
                position: absolute;
                top: 0;
                left: 0;
            }
            .navigation > div + div {
                width: 12px;
                left: auto;
                right: 0;
                /*background: url(/css/i/controls.png) -7px 0 no-repeat;*/
            }
            .navigation ul {
                display: block;
                line-height: 29px;
                width: auto;
                position: relative;
            }
            .navigation li {
                position: relative;
                display: block;
                margin: 0 3px;
                height: 100%;
                width: 15px;
                float: left;
            }
            .navigation li a{
                position: relative;
                display: block;
                top: 30px;
                height: 15px;
                background: url(/css/i/controls.png) 0 0 no-repeat;
                text-indent: -9999px;
            }
            .navigation li a:hover {
                background: url(/css/i/controls.png) -15px 0 no-repeat;
            }
            .navigation li a.active,
            .navigation li a:active{
                background: url(/css/i/controls.png) -30px 0 no-repeat;
                top: 30px;
            }
    .rotator .navigation {
        /*right: 20px;*/
    }
    .trials .navigation {
        position: absolute;
        background: none;
        box-shadow: none;
        height: 26px;
        left: 45px;
    }
        .trials .navigation li.up {
            width: 52px;
            margin: 0 5px;
        }
        .trials .navigation li.down {
            width: 52px;
            margin: 0 5px;
        }
		.trials .navigation li a{
                height: 11px;
            }
        .trials .navigation .up a {
            background-position: 0 -15px;
        }
        .trials .navigation .down a {
            background-position: -52px -15px;
        }
        .trials .navigation .up a:hover {
            background-position: 0 -26px;
        }
        .trials .navigation .down a:hover {
            background-position: -52px -26px;
        }
        .trials .navigation .up a:active {
            background-position: 0 -37px;
        }
        .trials .navigation .up a.disabled {
            background-position: 0 -48px;
        }
        .trials .navigation .down a:active {
            background-position: -52px -37px;
        }
        .trials .navigation .down a.disabled {
            background-position: -52px -48px;
        }
        
    .other-products {
        padding-top: 30px;
        display: block;
        clear: both;
    }
    .other-products:after {
        content: '.';
        visibility: hidden;
        width:0;
        height: 0;
    }
        .other-products > div{
            width: 220px;
            float: left;
        }
            .other-products > div + div{
                margin-left: 16px;
            }
        .other-products > div .adv-img {
            background-color: #fff;
            padding: 4px;
        }
        .other-products > div > a {
            text-decoration: none;
        }
        .other-products > div h3 {
            margin-left: 4px;
            padding: 10px 0;
            font-size: 14px;
            color: #39c;
        }
        .other-products > div p {
            margin-left: 4px;
            line-height: 1.2;
            font-size: 12px;
            max-width: 90%;
            color: #666;
        }

        .other-products .with-comment {

        }
            .other-products .with-comment div {
                margin-left: 5px;
            }
            .other-products .with-comment div > img{
                float: left;
                margin-right: 8px;
            }
            .other-products .with-comment div > a {
                font-size: 12px;
                color: #39c;
            }
.hr {
    background: url(/css/i/central_paper_corner_950_50.png) center center no-repeat #fff;
    height: 70px;
    width: 100%;
    clear: both;
}
    .sign-up-block {
        padding-left: 187px;
        height: 55px;
    }
    span.sign-up {
        background: url(/css/i/sing-up.gif) 0 0 no-repeat transparent;
        text-indent: -9999px;
        display: block;
        height: 41px;
        width: 77px;
        float: left;
    }
        span.sign-up + p {
            margin-right: 18px;
            margin-left: 10px;
            line-height: 1.2;
            font-size: 10px;
            color: #414040;
            float: left;
            width: 73px;
        }
        .sign-up-block form {
            float: left;
            margin-top: 2px;
            overflow: hidden;
        }
        .sign-up-block input {
            float: left;
            height: 28px;
            width: 230px;
            text-indent: 10px;
            border-radius: 5px 0 0 5px;
            border: 1px solid #ccc;
            vertical-align: middle;
            line-height: 28px;
        }

        .sign-up-block .submit {
            text-indent: -9999px;
            border-radius:0;
            display: block;
            border: none;
            background: url(/css/i/submit-email.gif) 0 0 no-repeat transparent;
            height: 32px;
            width: 38px;
            cursor: pointer;
        }

.socials {
    display: inline-block;
    margin-left: 38px;
    margin-top: 5px;
}
    .socials a{
        display: inline-block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
    }
    .socials a + a {
        margin-left: 10px;
    }

    .socials .twitter {
        background: url(/css/i/social_networks_sprite_24_2.png) 0 0 no-repeat transparent;
    }
    .socials .facebook {
        background: url(/css/i/social_networks_sprite_24_2.png) -24px 0 no-repeat transparent;
    }
    .socials .blogspot {
        background: url(/css/i/social_networks_sprite_24_2.png) -48px 0 no-repeat transparent;
    }
    .socials .youtube {
        background: url(/css/i/social_networks_sprite_24_2.png) -72px 0 no-repeat transparent;
    }
.clearfix {
    position: relative;
    display: block;
    line-height: 0;
    clear: both;
    height: 0;
}
.u {
    text-decoration: underline;
}

#emailError {
    color: red;
    bottom: 0;
    display: inline-block;
    left: 420px;
    position: absolute;
}

#emailLoading {
    color: green;
    bottom: 28px;
    display: none;
    left: 420px;
    position: absolute;
    width: 200px;
}

object#container {
    margin-left: -5px;
}

/* Press page */
#pressWrapper {width:960px;}
#pressRelease img {margin-left:30px;margin-bottom:20px;width:150px;height:177px;}
#pressSpotlight {margin-bottom:20px;width:928px;height:200px;padding:10px;border:solid 1px #fff;box-shadow: 2px 2px 2px 2px #CCCCCC;-moz-box-shadow: 2px 2px 2px 2px #CCCCCC;
-webkit-box-shadow: 2px 2px 2px 2px #CCCCCC;/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc');}
#pressSpotlightImage{float:left;width:200px;}
#pressSpotlightImage img {width:150px;height:177px; border: 0px solid #ccc;}
#pressSpotlightContent {float:right;width:720px;}
#pressSpotlightFeatured {font:normal 18px Verdana;text-align:left;margin-bottom:10px}
#pressSpotlightHeading {font:bold 18px Verdana;font-style:italic;margin-bottom:5px;margin-left:15px;text-align:left;}
#pressSpotlightDescription {font:normal 14px Verdana;margin-left:15px;text-align:left;line-height:24px;}
#pressSpotlightDescription a {color:#3399cc;float:right;font-size:13px;text-decoration:none;}
#pressHead {font:normal 25px Arial;color:#3399CC;margin-bottom:10px;}
#pressMonth {font:normal 13px Arial;color:#343434;border-bottom:0px dotted #333333;padding:3px;}
#pressLeft {float:right;width:700px;border-right: 1px solid #C0C0C0;}
#pressItem{float:left;width:760px;padding:10px;}
#pressImage {width:150px;float:left;}
#pressImage img{border:3px solid #ccc;color:#eee;width:100px;height:118px;float:left;}
#pressContent {width:660px;}
#pressItemDescription { color: #333;font: bold 15px Arial;margin-top: 5px;padding:4px 4px 2px 0;text-align:left;border-bottom:dotted 0px #ccc;}
#pressItemSite {font:normal 13px Arial;padding-top:4px;color:#343434;}
#pressItemSite a {text-decoration:none;font:normal 15px Arial;color:#3399CC;}
#pressItemFeatured {font:normal 16px Arial;padding-bottom:4px;width:660px;text-align:left;}
#pressItemFeatured a{text-decoration:none;font:normal 14px Arial;color:#3399CC;}
#pressRight {float:left; width: 200px;border-right:solid 1px #ccc;}
#pressRight h1 {font:16px;color:#3399cc;font-size:20px;margin-left:-20px}
#pressArchiveYear {padding:8px 0 4px 0;text-align:left;margin-left:20px;font-size:18px;}
#pressRight ul {list-style: none;margin: 0px;padding: 0px;border: none;margin-left:20px;}
#pressRight ul li {margin: 0px;padding: 0px;}
#pressRight ul li a {font-size: 16px;display: block;border-bottom: 1px dashed #C39C4E;padding: 5px 0px 2px 4px;text-decoration: none;color: #666666;width:80px;text-align:left;}

#pressRight ul li a:hover, #pressRight ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

/*Lightbox*/

.rftoffer_overlay{
 display: none;
 position: fixed;
 _position: fixed;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color:#000000;
 z-index:10000;
 -moz-opacity: 0.78;
 opacity:0.88;
 filter: alpha(opacity=88);
}
.rftoffer_content {
 display: none;
 background: url(http://hydroxatone.com/images/hydroxatone_rft_lightbox.gif) no-repeat scroll 0 0 transparent;
 position: absolute;
 _position: absolute;
 top: 15%;
 left: 20%;
/* width: 100%;*/
 height: 100%;
 padding: 0;
 margin:0;
 border: 0px solid #cccccc;
 z-index:10001;
 border-radius:5px;
}


.rftoffer_contentlink{

 width:775px;
 height: 515px;
 background-color: transparent;
 position:absolute;
}
.rftoffer_iframe{
 width:100%;
 height:100%;
 border:0;
}
#closediv{
    color: #ff0000;
    cursor: pointer;
    font-size: 15px;
    height: 22px;
    margin-left: 745px;
    width: 145px;
}
}
#cboxClose {display:none !important} #cboxOverlay{opacity:0.1;cursor:default}
/*Lightbox (acmg)*/


/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .rftoffer_content {height:100%;top:5%;left:10%;}
 
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
 .rftoffer_content {height:100%;top:5%;left:5%; }
}


/*Lightbox*/