 /**
   * Soft Scrub Main CSS File
   *
   * Main CSS file. Include reset-fonts.css and base.css from Yahoo UI project ver 2.
   *
   * Custom grid because site does not fit to 960 grid.
   *
   * @project    Soft Scrub Main Site Redesign
   * @author     Johan Martin ( Dec. 7, 2009 )
   *
   * @colordef #003B59 Dark Blue
   * @colordef #0099C5 Medium Blue
   * @colordef #B2E0ED Light Blue
   * @colordef #E5F5F9 White background
   * @colordef #CC0000 Highlight/warning text
   * @colordef #333333 Font color
   * @colordef #BFBFBF Dimmed text
   * @colordef font-color: #333333
   *
   *   SITE_STATUS - constant set in bootstrap.php. Set to coming or active to determine which headings get shown via css.
 */

@import url('reset-fonts.css');
@import url('base.css');
 body {
	 background-color:#CCEECC;
	 background:url(../img/background/softscrub_bg_pattern.jpg) top left repeat-x;
	 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 0.78em;
	 color:#333;
	 margin: 0 auto 0 auto;
 }
 /**
   * @section Basic setup and links
 */

 a, a:hover,a:focus{
	 outline: none;
 }

 a:link,
 a:visited {
	 color:#0099c5;
	 text-decoration:none;
 }

 a:hover, a:focus {
	 color:#003b59;
	 background-color:#e5f5f9;
 }
 a span, h1 span{
	 display: none;
 }
 p{
	 margin: 0 0 1em;
	 line-height: 1.3em;
 }
 ul li{
	 list-style-type: none;
 }
 h1 {
	 /* title */
	 font-size:1.1em;
	 font-weight:bold;
	 display:block;
	 margin:0 0 .3em 0;
 }
 h3,
 .small {
	 font-size:.85em;
 }

 h2 {
	 font-size: 1em;
	 margin-bottom: 0.5em;
 }
 sup{
	 vertical-align: top;
 }

 .dim {
	 color:#bfbfbf;
 }
 .light {
	 color:#cc0000;
 }

 .error-message,#authMessage, .new, li.prod-link .new, li.prod-link a span.new{
	 color: #CC0000;
	 font-size: 0.85em;
 }
 li.prod-link a span.new{
	 display: inline;
 }
 .showsection{
	 display: block;
 }

 .hidesection{
	 display: none;
 }
 /* Buttons */
 .button{
	 border: none;
	 color: #fff;
	 cursor: pointer;
	 cursor: hand;
	 outline: none;
	 text-indent: -9999px;
	 display: block;
	 height: 23px;
	 width: 64px;
	 margin-top: 10px;
 }
 .next-button{
	 background: url(../img/btns/btns_sprite.png) 0 0 no-repeat;
	 height: 23px;
	 width: 47px;
	 margin-top: 10px;
 }
 .next-button:hover{
	 background:url(../img/btns/btns_sprite.png) 0 -23px no-repeat;
 }
 .submit-button{
	 background: url(../img/btns/btns_sprite.png) -66px -184px no-repeat;
	 height: 23px;
	 width: 64px;
	 margin-top: 10px;
 }
 .submit-button:hover{
	 background: url(../img/btns/btns_sprite.png) -66px -207px no-repeat;
 }
 .reset-button{
	 background: url(../img/btns/btns_sprite.png) 0 -184px no-repeat;

 }

 .reset-button:hover{
	 background: url(../img/btns/btns_sprite.png) 0 -207px no-repeat;
 }

 .login-button{
	 background: url(../img/btns/btns_sprite.png) 0 -456px no-repeat;
 }
 .login-button:hover{
	 background: url(../img/btns/btns_sprite.png) 0 -486px no-repeat;
 }

 .signup-button{
	 background: url(../img/btns/btns_sprite.png) 0 -516px no-repeat;
	 width: 99px;
	 height: 30px;
 }
 .signup-button:hover{
	 background: url(../img/btns/btns_sprite.png) 0 -546px no-repeat;
 }

 .change-picture-button{
	 background: url( ../img/btns/btns_sprite.png) 0 -230px no-repeat;
	 width: 119px;
 }
 .change-picture-button:hover{
	 background-position: 0 -253px;
 }
 .edit-button{
	 background: url( ../img/btns/btns_sprite.png) -105px -46px no-repeat;
	 width: 44px;
 }
 .edit-button:hover{
	 background-position: -105px -69px;
 }

 a#get-it, a#coupon-send-to-friend{
	 background: url(../img/btns/btns_sprite.png) -51px -46px no-repeat;
	 height: 23px;
	 display: block;
	 float: left;
	 width: 54px;
	 text-indent: -9999px;
 }
 a#coupon-send-to-friend{
	 background: url(../img/btns/btn_sendtofriend.png) 0 0 no-repeat;
	 width: 114px;
	 margin-left: 10px;
 }
 a#get-it:hover, a#get-it:focus{
	 background-position: -51px -69px;
 }

 a#coupon-send-to-friend:hover, a#coupon-send-to-friend:focus{
	 background-position: 0 -23px;
 }
 .send-to-friend-button{
	 background: url(../img/btns/btns_sprite.png) 0 -46px no-repeat;
	 height: 23px;
	 width: 51px;
 }
 .send-to-friend-button:hover{
	 background-position: 0 -69px;
 }



 /** Top Navigation
  *
 */

 ul.site-top-menu{
	 color: #fff;
	 font-size: 0.9em;
	 margin: 0;
	 float: right;
 }
 ul.site-top-menu li{
	 float: left;
	 margin-right: 4px;
	 display: block;
 }
 ul.site-top-menu li#last-top-item{
	 margin-right: 0;
 }
 .site-top-menu li a{
	 color: #fff;
 }
 #site-top-wrapper {
	 padding-top: 10px;
 }
 ul.site-top-menu li a:hover{
	 background-color: transparent;
	 color: #333;
 }

 li a.social-icon{
	 height: 19px;
	 margin-left: 4px;
 }

 a#facebook-icon, a#twitter-icon{
	 display: block;
	 text-indent: -99999px;
 }

 a#facebook-icon{
	 background: transparent url(../img/menu/icon_facebook.png) 0 0 no-repeat;
	 width: 14px;
	 height: 14px;

 }

 a#facebook-icon:focus, a#facebook-icon:hover,  a#facebook-icon:active {
	 background: transparent url(../img/menu/icon_facebook.png) 0 -14px no-repeat;
	 width: 14px;
	 height: 14px;
 }
 a#twitter-icon{
	 background: transparent url(../img/menu/icon_twitter.png) 0 0 no-repeat;
	 width: 23px;
	 margin-top: -3px;
 }
 a#twitter-icon:focus, a#twitter-icon:hover,a#twitter-icon:active{
	 background: transparent url(../img/menu/icon_twitter.png) 0 -19px no-repeat;
	 color: #fff;
 }

 body.active div.new-site, .hide-block{
	 display: none;
 }
 .show-block{
	 display: block;
 }
 div.new-site{
	 float: right;
	 margin-right: 113px;
	 margin-top: -11px;
	 color: #fff;   /* ie  margin-right: 55px */
 }
 /** End Top Navigation */

 /** Display top site menu
 */
 body.login .new-site, body.resetpass .new-site, body.captain_toolkit .new-site{
	 display: none;
 }

 .coming .new-site{
	 display: none;
 }

 body.login .site-top-menu, body.resetpass .site-top-menu, body.captain_toolkit .site-top-menu{
	 display: block;
 }
 .coming #main-menu{
	 display: none;
 }
 /* logo styles */
 .active #logo-wrapper {
	 width: 130px; /* same as image size */
	 height: 130px; /* same as image size */
	 position: absolute;
	 overflow: hidden;
	 top: 19px;
	 left: 69px;
 }
 .active #logo-wrapper a:hover {
	 background-color: transparent;
 }
 #header-wrapper {
	 left:0;
	 position:relative;
	 top:0;
	 z-index:9999;
 }
 /** End top site menu show **/
 /** Main Menu
 *	Top menu navigation
 */
 #header{
	 margin-left: 100px; /* 108px */
	 padding-top: 9px;
 }
 div#main-menu{
	 float: left;
	 position:relative;
	 width: 700px;
 }
 #main-menu ul{
	 height: 42px; /* same height as the nav items */
	 margin: 0px;
	 float: left;
 }
 #main-menu ul li{
	 float: left;
	 margin-left: 7px;
 }
 #main-menu ul li a{
	 display: block;
	 font-size: .1em;
	 font-style: normal;
	 text-indent: -9999px;
	 padding-top: 42px;
	 line-height: .1;
 }

 #main-menu ul li ul {
	 margin: 0;
 }
 #main-menu ul li ul {
	 display: none;
	 position: absolute;
	 padding: 0;
	 margin: 0;
	 top: 25px;
	 left: -30px;
	 float: none;
	 padding: 45px 0 0 0;
	 width: 188px;
 }
 #main-menu ul li:hover ul{
	 display: block;
 }
 #main-menu ul li ul li {
	 float: left;
	 margin: 0;
 }
 #main-menu ul li ul li {
	 background: transparent url( '../img/main/menu_middle.png') repeat-y scroll 0 0;
	 margin:0 0 0 0px;
	 padding:10px 36px;
	 width:116px;
 }

 #main-menu ul li ul li.first:hover {
	 background:url('../img/main/menu_top.png') -188px top no-repeat;
 }
 #main-menu ul li ul li:hover {
	 background: url('../img/main/menu_middle.png') repeat-y -188px 0;
	 cursor:hand;
	 cursor:pointer;
 }
 #main-menu ul li ul li.first {
	 background: transparent url( '../img/main/menu_top.png' ) no-repeat scroll left top;
	 margin: -45px 0 0 0px;
	 padding: 40px 36px 10px 36px;
	 width: 116px;
 }
 #main-menu ul li ul li.last {
	 background: transparent url( '../img/main/menu_bottom.png' ) no-repeat scroll left bottom;
	 padding: 10px 36px 36px;
 }
 #main-menu ul li ul li.last:hover {
	 background: url('../img/main/menu_bottom.png') -188px bottom no-repeat;
 }
 #main-menu ul li ul li .border {
	 border-top:solid 1px #b2e0ed;
	 position:relative;
	 left:-10px;
	 top:10px;
	 width:136px;
	 margin: 0;
	 padding: 0;
 }
 #main-menu ul li ul li.last .border {
	 display:none;
 }
 #main-menu ul li ul li a {
	 display: block;
	 line-height: 1.25;
	 padding: 0;
	 text-indent: 0;
	 font-size: 11px;
	 color: #333;
 }
 #main-menu ul li ul li a:hover {
	 background: transparent;
 }

 /* Top Menu */
 a#menu-products {
	 width: 122px;
	 background: transparent url(../img/menu/top_menu.png) 0 -42px no-repeat;
 }
 a#menu-products:hover, a#menu-products:focus, a#menu-products:focus,a#menu-products:active,body.products a#menu-products, #main-menu ul li:hover a#menu-products{
	 background: transparent url(../img/menu/top_menu.png) 0 0 no-repeat;
 }
 a#menu-club {
	 width: 188px;
	 background: transparent url(../img/menu/top_menu.png) -122px -42px no-repeat;
 }
 a#menu-club:hover,a#menu-club:focus, a#menu-club:active,body.members a#menu-club{
	 background: transparent url(../img/menu/top_menu.png) -122px 0 no-repeat;
 }
 a#menu-guide {
	 width: 178px;
	 background: transparent url(../img/menu/top_menu.png) -309px -42px no-repeat;
 }
 a#menu-guide:hover,a#menu-guide:focus,a#menu-guide:active,body.guides a#menu-guide{
	 background: transparent url(../img/menu/top_menu.png) -309px 0px no-repeat;
 }
 #menu-offers{
	 width:175px;
	 background: transparent url(../img/menu/top_menu.png) -487px -42px no-repeat;
 }
 a#menu-offers:hover,
 a#menu-offers:focus,a#menu-offers:active,
 body.coupons a#menu-offers{
	 background: transparent url(../img/menu/top_menu.png) -487px 0px no-repeat;
 }

 /** Search Form **/
 .search-box {
	 height: 22px;
	 width: 141px;
	 float: left;
 }
 #site-search-wrapper {
	 background: transparent url( '../img/main/search_box_bg.png') no-repeat;
	 margin-top: 10px;
	 margin-left: 9px;
 }
 .search-box .text,
 .search-box .submit {
	 float: left;
 }
 .search-box input {
	 background: transparent;
	 width: 113px;
	 border:0;
	 color: #7f7f7f;
	 font-size: 14px;
	 height: 22px; /* override */
	 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 float: left;
	 display: block;
	 padding: 3px 0 0 4px;
	 margin: 0;
	 outline: none;
 }
 .search-box .button {
	 margin:0px;
 }
 #site-search-wrapper input.submit {
	 background: transparent url('../img/main/search_box_btn.png') no-repeat scroll 0 0;
	 width: 24px;
	 height: 22px;
	 margin: 0;
 }
 #site-search-wrapper input.submit:hover {
	 background-position: 0 -22px;
 }
 #site-search #site-search-results td {
	 border: 0;
	 padding: 0 0 5px 0;
 }
 #site-search p.page-title {
	 margin-bottom: 0;
 }
 #site-search p {
	 margin-bottom: 10px;
 }
 #site-search h1 {
	 text-transform: uppercase;
 }
 #site-search table.forum-table {
	 margin: 10px 0 0 0;
 }
 #site-search table.forum-table td.post-description {
	 width: 608px;
 }
 #site-search table.forum-table tr#last-post td {
	 border: 0;
 }
 #site-search #forum-search-results {
	 padding: 20px 20px 5px 20px;
	 background-color: #e5f5f9;
	 -moz-border-radius-bottomleft:2px;
	 -moz-border-radius-bottomright:2px;
	 -moz-border-radius-topleft:2px;
	 -moz-border-radius-topright:2px;
 }
 #site-search #forum-search-results a.discussion-icon {
	 background-position: 0 -17px;
 }

 /** End Search Form **/

 .active li.coming-soon{
	 display: none;
 }

 /** Login top */
 ul#top-head{
	 display: none
 }
 .login ul#top-head{
	 display: block;
 }
 body.login .form, body.resetpass .form{
	 padding-top: 7px;
	 margin-left: 18em;
 }
 /*
 body.login #content-wrapper, body.resetpass #content-wrapper{
	 min-height: 486px;
	 width: 100%;
 }
 */
 #content .login p, #content .resetpass p{
	 width: 30em;
 }
 body.resetpass div.resetpass  form#MemberResetpassForm div.submit{
	 margin-top: 5px;
 }
 #MemberLoginForm{
	 margin-left: 0em;
 }


 /* Default Layout */
 #page-wrapper {
	 background: transparent url(../img/background/softscrub_main_bg.jpg) top center no-repeat;
	 margin: auto;
	 width: 1152px;
	 position: relative;
 }
 /* Logo  */
 #logo-wrapper a{
	 background: transparent url(../img/logo/logo_ss.png) 0 0 no-repeat;
	 text-indent: -99999px;
	 display: block;
	 height: 130px;
	 width: 130px;
 }
 body.members_index #logo-wrapper a.auth,
 body.members #logo-wrapper a.auth, body.forum_categories #logo-wrapper a.auth, body.forum_posts #logo-wrapper a.auth{
	 background: transparent url(../img/logo/logo_club.png) 0 0 no-repeat;
	 height: 130px;
 }


 /** End Default Layout */

 /** Members Section */
 body.join div.content-wrapper{
	 /*background: transparent url(../img/member/bg/ssclub_bottom.jpg) center 394px no-repeat;*/
 }
 body.members_index div#content div,
 body.members div#content div{
	 margin: 0 80px 0 140px;

 }
 body.members_index div#content div,
 body.members div#content div img{
	 display: block;
	 float: left;
 }



 body.members div#content div h1{
	 text-indent: -99999px;
	 background-color: transparent;
	 background-position: 0 0;
	 background-repeat: no-repeat;

	 height: 35px;
 }

 /** Members Section **/
 body.welcome div#content div h1{
	 background: url(../img/member/title_welcome.png) 0 0 no-repeat;
 }


 body.members div#content div.form form div{
	 margin: 0px;
	 padding: 0px;
 }
 body.members div#content div.form form input{
	 width: 200px;
 }

 body.members div#content div.form form div.checkbox input{
	 width: auto;
 }

 body.members div#content div.form form input.button{
	 width: 66px;
	 margin: 0 5px 0 0;
	 float: left;
 }

 body.members div#content div.form form div.form-left,body.add div#content div.form form div.form-right{
	 margin-bottom: 10px;
 }

 body.members div#content div.form form div.form-left{
	 margin-right: 20px;
	 clear: left;
 }
 body.members div#content div.form form div.error-message{
	 margin: 0;
	 padding: 0;
 }
 body.members div#content div.form form div.add-fields{
	 margin: 0;
	 padding: 0;
	 margin: 0 0 15px;
	 clear: both;
 }

 body.members div#content form#MemberThankyouForm div.checkbox{
	 width: 600px;
 }

 body.members fieldset{
	 margin-bottom: 7px;
 }

 body.join div#content div h1{
	 background-image: url(../img/member/title_jointhessclub.png);
 }

 body.join div#content div h2{
	 text-indent: -99999px;
	 background: transparent url(../img/member/title_memberbenefits.png) 0 0 no-repeat;
	 height: 35px;
	 margin: 25px 0 15px;
 }
 body.join div#content div a#join-now-btn{
	 background: transparent url(../img/btns/btns_sprite.png) 0 -276px no-repeat;
	 display: block;
	 height: 30px;
	 width: 133px;
	 text-indent: -9999px;
 }
 body.join div#content div a#join-now-btn:hover{
	 background-position: 0 -306px;
 }
 body.members div#content div ul{
	 margin-left: -1px;
 }
 body.members div#content div ul li{
	 margin-bottom: 0;
	 padding-left: 80px;
	 background-position: 0 0;
	 background-repeat: no-repeat;
	 background-color: transparent;
	 height: 70px;
	 padding-top: 18px;
 }
 body.members div#content div ul li.deals{
	 background-image:  url(../img/member/icon_ssclub_onlyformembers.png);
 }
 body.members div#content div ul li.community{
	 background-image: url(../img/member/icon_ssclub_sharideas.png);
 }
 body.members div#content div ul li.promos{
	 background-image: url(../img/member/icon_ssclub_promotions.png);
 }
 body.members div#content div ul li.badge{
	 background-image: url(../img/member/icon_ssclub_badge.png);
 }



 body.members div#content form#MemberLoginForm div.input{
	 margin-bottom: 20px;
 }
 body.members div#content form#MemberLoginForm div.password{
	 margin-bottom: 12px;
 }
 body.members div#content form#MemberLoginForm div.submit input.login-button{
	 margin-top: 0;
 }
 body.join div#content div a:hover, body.join div#content div a:focus{
	 background-position: 0 -306px;
 }
 body.sendtofriend div#content div{
	 margin-left: 250px;
 }
 body.sendtofriend div#content div.text, body.sendtofriend div#content div.submit{
	 margin-left: 0;
 }
 body.sendtofriend div#content div h1{
	 text-indent: 0;
 }

 body.welcome div#content div, body.members div#content div.view, .base-div{
	 margin-left: 250px;
 }
 body.members div#content div.image{
	margin: 0;
	float: left;

 }

 body.members div#content div.image a{
	 display: block;

 }
 body.members div#content div.view img{
	 display: block;
	 float: none;
	 width: 120px;
	 height: 120px;
 }
 body.members div#content div.member-info{
	 margin-left: 180px;
 }
 body.members div#content div.member-info a{
	display: block;
 }
 body.members dl{
	 margin: 0;

 }
 body.members div#content form#MemberEditForm{
	 margin: 0;
 }
 body.members div#content form#MemberEditForm div.submit{

 }
 body.members dl dt{
	 font-weight: normal;

 }
 body.members dl dd{
	 margin-bottom: 20px;
	 font-weight: bolder;
	 margin-left: 0;
 }
 body.members div#content div.member-offers{
	 margin: 15px 0 0 250px;
 }

 body.members div#content div.member-offers p.coupon-offer{
	 width: 300px;
	 margin-left: 20px;
 }

 body.members div#content div.members form#MemberEditForm div.form-left{
	 margin: 0;
	 padding: 0;
 }

 body.uploadImage div#content div.image-upload{

 }


 body.members div#content div.image-upload form#MemberUploadImageForm div.form-left{
	 margin-left: 50px;
	 margin-top: 13px;
	 height: 15px;
 }
 body.members div#content div.image-upload form#MemberUploadImageForm div.submit{
	 margin-left: 0;
 }
 body.members_index div#content div#member-side-menu,
 body.members div#content div#member-side-menu{
	 margin: 0;
	 float: left;
	 width: 220px;
	 margin-left: -10px;
	 margin-right: 10px;
 }
 body.members_index div#content div#member-side-menu ul,
 body.members div#content div#member-side-menu ul{
	 float: right;
	 margin-left: 2em;
	 margin: 0;
 }

 body.members_index div#content div#member-side-menu ul li,
 body.members div#content div#member-side-menu ul li {
	 margin: 0;
	 padding: 0;
	 margin:0 0 5px 0;
	 margin-top: 0;
	 border-top: none;
	 height: auto;

 }
 body.members_index div#content div#member-side-menu ul li a,
 body.members div#content div#member-side-menu ul li a {
	 height: 18px;
	 display: block;
	 width: 168px;
	 padding: 4px 10px 2px 0;
	 background: transparent url('../img/member/sidebar_nav_sprite.png') no-repeat 0 -23px;
	 color: #333;
	 text-align: right;
 }
 body.members_index div#content div#member-side-menu ul li a:hover, body.members_index div#content div#member-side-menu ul li a:focus,
 body.members div#content div#member-side-menu ul li a:hover, body.members div#content div#member-side-menu ul li a:focus{

	 color: #fff;
 }
 body.members_index div#content div#member-side-menu ul li a:hover,
 body.members_index div#content div#member-side-menu ul li a.current-member-nav,
 body.members div#content div#member-side-menu ul li a:hover,
 body.members div#content div#member-side-menu ul li a.current-member-nav  {
	 background-position: 0 0;
	 color: #fff;
 }


 /* Member - Sign In */
 body.login div#content div.form form div.submit input{
	 width: 87px;
	 height: 30px;
	 margin: 0;
	 margin-top: 10px;
	 float: none;
 }
 body.login div#content div.login form div.submit input{
	 margin-top: 34px;

 }

 body.login div#content div.form p{
	 margin: 0px;
	 width: 45%;
	 line-height: 1em;
 }
 body.login div#content div.signup form div.submit input{
	 width: 99px;
 }
 /* Regular Sign-up */
 body.add div#content div h1{
	 background-image: url(../img/member/title_signupnow.png);
 }
 body.login div#content div div{
	 margin: 0;
	 width: 40%;
 }
 body.login div#content div img{
	 float: none;
 }
 body.login div#content div.login{
	 float: left;
	 border-right: 1px solid #B2E0ED;
	 padding-right: 10px;
 }
 body.login div#content div.login p#forgot-password {
	 margin: 0;
	 padding-top: 10px;
 }
 body.login div#content div.signup{
	 margin: 0 0 0 40px;
	 float: right;
	 xwidth: 126px;/*same size as image, because text must wrap under it */
 }

 body.login div#content div.signup p {
	 padding-top: 10px;
	 text-align: center;
	 width: 126px;/*same size as image, because text must wrap under it */
 }
 body.login div#content div.signup a {
	 margin-left: 10px;
 }

 /* Regular Thank You */
 body.members div#content div.thankyou h1{
	 background-image: url(../img/member/title_thankyou.png);
 }
 body.members div#content div.form form#MemberThankyouForm div.form-left,body.add div#content div.form form#MemberThankyouForm div.form-right{
	 margin-bottom: 10px;
 }

 body.members div#content div.thankyou form#MemberThankyouForm div.submit {
	 padding-top: 25px;
 }

 /** Member - Log In **/
 body.login div#content div h1{
	 text-indent: 0px;
 }
 body.login div#content div h2{
	 margin: 0;
 }

 /* Captain Sign-up */
 h1#title-captain-signup{
	 background: url(../img/signup/title_becomecaptain.png) top left no-repeat;
	 height: 35px;
 }
 h1#tell-us-more{
	 background: url(../img/signup/title_tellusmore.png) top left no-repeat;
	 height: 35px;
 }

 a.apply-now{
	 color: #0099C5;
	 font-size: 1.8em;
	 margin: 2em 0 1em 0;
	 background: url(../img/signup/title_applynow.jpg) top left no-repeat;
	 text-indent: -9999px;
	 display: block;
 }
 h2.apply-now{
	 margin: 0 0 1.5em 0;
 }

 a#sign-up{
	 background: url(../img/btns/btn_applynow.png) 0 0 no-repeat;
	 width: 91px;
	 height: 23px;
	 display: block;
	 margin: 1em 0 3em 0;
	 text-indent: -999999px;
 }

 a#sign-up:hover, a#sign-up focus{
	 background: url(../img/btns/btn_applynow.png) 0 -23px no-repeat;
 }

 div#apply-now-video{
	 margin:20px 0 20px 0;
 }



 /* form tooltip */

 div.tooltip label a{
	 position: relative;
	 font-size: 0.85em;
 }
 div.tooltip label a span{
	 display: none;
	 white-space: normal;
	 width: 20em;
	 line-height: 1.4em;
	 color: #003B59;
	 background-color: #B2E0ED;
 }
 div.tooltip label a span sup{
	 font-size: .4em;
 }
 div.tooltip label a:hover span, div.tooltip label a:focus span{
	 display:block;
	 position:absolute;
	 top:1em;
	 left:2em;
	 padding: 0.2em 0.6em
 }

 .form{

 }
 /* Form - contact details */
 label{
	 display: block;
	 margin: 0 0 .5em;
	 white-space: nowrap;
 }
 input.form-error{
	 border: 1px solid #cc0000;
 }

 fieldset{
	 margin: 0;
	 padding: 0;
 }
 legend{
	 display: none;
 }
 input{
	 height: 20px;
	 line-height: 1.1em;
 }
 select{
	 height: 24px;
 }
 .form-left, .form-right{
	 height: 65px;
 }
 .form-left{
	 float: left;
	 margin-right: 10px;
 }
 .form-right{
	 clear: right;
 }

 label abbr{
	 color: #CC0000;
	 border-bottom: none;
	 padding-left: 2px;
 }
 .state{
	 float:left;
	 margin-right: 10px;
 }
 .state select{
	 width: 12em;
 }
 .zip-code{

 }
 .zip-code input{
	 width: 8em;
 }
 /* Form - survey details */

 .survey .text label, .survey .select label, .survey .textarea label{
	 font-size: 1em;
	 font-weight: bold;
 }
 .survey .text input{
	 width: 8em;
 }
 .form-full{
	 padding-top: 1.5em;
 }

 .form-full h2{
	 margin-bottom: .3em;
 }
 .radio label{
	 line-height: 1.5em;
 }
 .radio input,.checkbox input{
	 clear: left;
	 float: left;
	 width: 12px;
	 margin-right: 5px;
 }


 /* Form Add Additional Share-Friends */
 .add-fields{
	 font-size: 0.85em;
 }
 #social-visibility div{
 }

 #social-visibility div.select{
	 float: left;
	 margin-right: 10px;
 }

 div#blog-visibility .text input{
	 width: 15em;
 }

 #blog-visibility label, #social-visibility label{
	 font-weight: normal;
	 font-size: 0.85em;
	 padding: 0;
 }
 #blog-visibility div, #social-visibility div{
	 padding-bottom: .3em;

 }
 div#blog-visibility, div#social-visibility{
	 margin-left: 30px;
 }

 .survey textarea{
	 width: 50em;
 }

 /**
  * Thank You
  * @section Thank You
  *
 */
 #club-thankyou{
	 background: url(../img/signup/title_thankyou.png) 0 0 no-repeat;
	 height: 30px;
	 text-indent: -99999px;
	 margin-bottom: 30px;
 }

 .thankyou .form-left, .thankyou .form-right{
	 margin-bottom: .2em;
	 height: 45px;
 }

 .thankyou .checkbox input{
	 height: 15px;
 }
 /**
  * Home Page
  *
 */
 #div_main-swf,#div_seo{
	 margin-bottom: 20px;
 }

 div.full{
	 clear: both;
	 overflow: hidden;
 }

 .two-third{
	 height: 278px;
	 background: transparent url(../img/member/bg/join_bg.jpg) 0 0 no-repeat;
 }
 .two-third a.join-club-button{
	 background: transparent url(../img/btns/btns_sprite_tp.png) 0 -336px no-repeat;
	 width: 16em;
	 height: 30px;
	 padding: 0;
	 text-indent: -99999px;
	 display: block;
	 margin: 14px 0 0 28px;
 }
 .two-third a.join-club-button:hover,.two-third a.join-club-button:focus{
	 background: transparent url(../img/btns/btns_sprite_tp.png) 0px -366px no-repeat;
 }

 .two-third p{
	 width: 14em;
	 text-align: center;
	 margin: 1.5em 0 0 2em;
 }

 .one-third{
	 height: 278px;
	 background: transparent url(../img/products/box_products_bg.jpg) 0 0px no-repeat;

 }
 /* Product Info Tile - See Products Index Section */
 .one-third p{
	 text-align: center;
	 margin-top: 1em;
 }

 .one-third ul{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 0 no-repeat;
	 height: 162px;
	 margin: 0;
	 position: relative;
 }

 .one-third ul.prod-1{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 -162px no-repeat;
 }

 .one-third ul.prod-2{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 -324px no-repeat;
 }

 .one-third ul.prod-3{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 -486px no-repeat;
 }

 .one-third ul.prod-4{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 -648px no-repeat;
 }

 .one-third ul.prod-5{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 -810px no-repeat;
 }

 .one-third ul.prod-6{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 -972px no-repeat;
 }

 .one-third ul.prod-7{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 -1134px no-repeat;
 }

 .one-third ul.prod-8{
	 background: transparent url( ../img/products/box_products_packshots.jpg) 0 -1296px no-repeat;
 }


 #product-tile ul li,#product-index-page ul li{
	 float: left;
	 height: 148px;
	 margin-right: -3px;
	 width: 40px;
 }

 #product-tile ul li a, #product-index-page ul li a{
	 display: block;
	 height: 100%;
	 text-indent: -99999px;
 }


 #product-tile li{
	 position: absolute;
	 left: 0;
 }

 #product-tile li.prod-1{
	 left: 30px;
	 width: 47px;
 }

 #product-tile li.prod-2{
	 width: 45px;
	 left: 77px;
 }

 #product-tile li.prod-3{
	 width: 30px;
	 left: 120px;
 }

 #product-tile li.prod-4{
	 width: 35px;
	 left: 149px;
 }

 #product-tile li.prod-5{
	 width: 45px;
	 left: 182px;
 }

 #product-tile li.prod-6{
	 width: 30px;
	 left: 225px;
 }

 #product-tile li.prod-7{
	 width: 58px;
	 left: 254px;
 }

 #product-tile li.prod-8{
	 width: 42px;
	 left: 313px;
 }

 #product-tile ul li a:hover, #product-tile ul li a:focus{
	 background-color: transparent;
 }
 #product-tile p.product-detail-link{
	 text-align: center;
	 top: -0.5em;
	 display: none;
 }
 #product-tile p.product-detail-link span{
	 display: block;
	 text-transform: uppercase;
	 font-weight: bold;
 }
.infoballoon span.NEW,
#product-tile p.product-detail-link span .NEW {
	 color: #CC0000;
	 display:inline;
 }
 li.prod-link a sup{
	 font-size: 9px;
	 vertical-align: top;
 }
 /**** FAQ ***/
#faq-section dl, div.faq dl{
	 margin: 0;
	 padding: 0;
	 margin-top: -4px;
 }

#faq-section dl dt,
 div.faq dl dt{
	 font-weight: normal;
	 color: #0099C5;
	 margin-top: 4px;
	 cursor: pointer;
 }

 #faq-section dl dd,
 div.faq dl dd{
	 display: none;
 }
#faq-section dl dd.showsection,
div.faq dl dd.showsection{
	 display: block;
 }

 div.faq-section{
	 margin-left: 200px;
 }
 div.faq-section h1{
	 text-indent: -9999px;
	 background: transparent url(../img/products/title_faq.png) 0 0 no-repeat;
	 height: 25px;
 }
 div.faq-section h2{
	 text-transform: capitalize;
	 padding-bottom: 5px;
 }
 /* End FAQ */

 #product-detail img.coupon-offer{
	 display: block;
 }
 p.coupon-offer{
	 float: left;
	 padding: 0 0 0 15px;
	 color: #333;
	 font-weight: bolder;
 }
 p.coupon-offer span.coupon-links{
	 display: block;
	 height: 23px;
	 padding-top: 10px;
 }

 /**
  * Contact Us Form
  * @section contact us
 */
 .contact form textarea{
	 width: 21em;
 }

 /**
	 Coupon Section
 */
 img.coupon-offer{
	 margin: -15px 0 30px -11px;
	 padding-bottom: 15px;
 }
#coupon-section img.coupon-offer{
	 margin: -10px 0 10px 0;
	 padding-bottom: 0;
 }

 /**
  * Captain Toolkit
 */

 body.captain_toolkit div#content div.toolkit{
	 margin: 0 0 0 220px;
 }

 body.captain_toolkit div#content div.toolkit div.embed{
	 margin: 0;
	 overflow: hidden;
	 padding-top: 25px;
 }

 h1#toolkit-welcome{
	 background: url(../img/signup/softscrub_toolkit_welcome.jpg) 0 0 no-repeat;
	 height: 30px;
	 text-indent: -9999px;
 }
 body.captain_toolkit div#content div.toolkit h1{
	 text-indent: 0;
 }

 /** Products */
 .product-detail-expand{
	 height: 745px;
 }
 div#product-detail{
	 margin: 0 80px 0 110px;
 }
 div#product-index-page{
	 background:  transparent url(../img/products/productpage.jpg) 0 0 no-repeat;
	 height: 340px;
 }

 #product-index-page ul{
	 margin-left: 0px;
 }
#product-index-page ul li{
	 height: 245px;
	 margin: 0;
	 position: absolute;
}
#product-index-page li.prod-1{
	 width: 73px;
	 left: 384px;
 }

 #product-index-page li.prod-2{
	 width: 90px;
	 left: 459px;
 }

 #product-index-page li.prod-3{
	 width: 77px;
	 left: 305px;
 }

 #product-index-page li.prod-5{
	 width: 90px;
	 left: 156px;
 }

 #product-index-page li.prod-4{
	 width: 79px;
	 left: 75px;
 }

 #product-index-page li.prod-6{
	 width: 76px;
	 left: 551px;
 }

 #product-index-page li.prod-7{
	 width: 85px;
	 left: 683px
 }

 #product-index-page li.prod-8{
	 width: 95px;
	 left: 770px;
 }
 /** Info Balloon */

 body.products div#content div.infoballoon{
	 position: absolute;
	 top: -26px;
 }
 body.products div#content div.infoballoon .arrow {
	 width:18px;
	 height:11px;
	 background: transparent url(../img/products/tooltip/arrow.png) 0 0 no-repeat;
	 position:absolute;
	 left:50%;
	 margin:77px 0 0 -9px;
 }
 body.products div#content div.infoballoon .left {
	 width:31px;
	 height:107px;
	 background: transparent url(../img/products/tooltip/infoballoon_left.png) 0 0 no-repeat;
	 float:left;
 }
 body.products div#content div.infoballoon .middle {
	 height:107px;
	 background: transparent url(../img/products/tooltip/infoballoon_fill.png) 0 0 repeat-x;
	 float:left;
	 text-align: center;
 }
 body.products div#content div.infoballoon .right {
	 width:31px;
	 height:107px;
	 background: transparent url(../img/products/tooltip/infoballoon_right.png) 0 0 no-repeat;
	 float:left;
 }
 body.products div#content div.infoballoon .middle div {
	 float: left;
	 padding-top: 36px;
}
#info-products-wrapper {
	margin-top: 60px;
}
 /** product position classes **/
#prod-1-balloon{
	 left: 334px;;
}
#prod-2-balloon{ /* with bleach */
	 left: 392px;
}
#prod-3-balloon{ /* mountainbreeze */
	 left: 228px;
 }
#prod-4-balloon{ /* kitchen */
	left: 30px;
 }
#prod-5-balloon{ /* bath and bowl */
	 left: 101px;
 }
#prod-6-balloon{ /* baking */
	 left: 468px;
}
#prod-7-balloon{ /* spray */
	left: 600px;
}
#prod-8-balloon{ /* gel */
	 left: 718px;;
}

body.products div#content div#prod-1-balloon .middle {
	width: 120px;
}
body.products div#content div#prod-2-balloon .middle {
	width: 150px;
}
body.products div#content div#prod-6-balloon .middle {
	width: 160px;
}
body.products div#content div#prod-5-balloon .middle,
body.products div#content div#prod-4-balloon .middle {
	width: 130px;
}
body.products div#content div#prod-7-balloon .middle,
body.products div#content div#prod-3-balloon .middle {
	 width: 180px;
}
body.products div#content div#prod-8-balloon .middle {
	width: 140px;
}

 /** End Info Balloon */



 #product-index-page li a:hover, #product-index-page li a:focus{
	 display: block;
	 background-color: transparent;
 }



 /* Home Page Products */

 #product-detail img{
	 float: left;
	 display: block;
	 margin-top: -3px;
 }
 #product-detail img.product-image{

 }
#product-detail div.main-product{
	 margin-left: 200px;
 }
 #product-detail h1{
	 margin: 1em 0 1em;
 }
 #product-detail h1 img{
	 display: block;
	 float: none;
 }
.product-detail-section #player-wrapper {
	padding-top: 10px;
}
.product-detail-section ul#info-nav {
	margin: 0;
}
.product-detail-section .section {
	clear:both;
}
.product-detail-section ul#info-nav li{
	 float: left;
	 margin-right: 6px;
	 margin: 0 6px 15px 0;
 }
 ul.product-detail-section #info-nav li p.coupon-offer{
	 width: 215px;
	 padding: 14px 0 0 15px;
 }

 .product-detail-section #info-nav li a{
	 display: block;
	 height: 31px;
	 background-repeat: no-repeat;
	 background-position: 0 2px;
	 text-indent: -9999px;
 }

.product-detail-section #info-nav li a:hover,
.product-detail-section #info-nav li a:focus,
.product-detail-section #info-nav li a.sectionactive{
	 background-position: 0 -27px;
 }

 .product-detail-section #info-nav li.description a{
	 width: 96px;
	 background-image: url(../img/products/btns/btn_description.png);
 }

 .product-detail-section #info-nav li.uses a{
	 width: 48px;
	 background-image: url(../img/products/btns/btn_uses.png);
 }
 .product-detail-section #info-nav li.ingredients a{
	 width: 95px;
	 background-image: url(../img/products/btns/btn_ingredients.png);
 }
 .product-detail-section #info-nav li.faq a{
	 width: 45px;
	 background-image: url(../img/products/btns/btn_faq.png);
 }

 .product-detail-section #info-nav li.coupon a{
	 width: 73px;
	 background-image: url(../img/products/btns/btn_coupon.png);
 }

.product-detail-section h1 {
	 margin: 0 0 5px 0;
	 clear: both;
}
 .product-detail-section  #info-nav li.video a{
	 width: 30px;
	 height: 45px;
	 margin-top: -14px;
	 background-position: 0 0;
	 background-image: url(../img/products/btns/btn_tv.png);
 }
 .product-detail-section #info-nav li.video a:hover,
 .product-detail-section #info-nav li.video a:focus{
	 background-position: 0 -45px;
 }

 .product-detail-section #faq-section dl#prod-faq dd a{
	 text-indent: 0;
	 background-image: none;
	 width: auto;
	 display: inline;
 }
#product-image {
	text-align: center;
}
#ingredients-section span{
	display: block;
	margin-top: 1em;
}
ul#product-use-detail,
ul#product-use-detail li{
	 margin: 0;
	 padding: 0;
 }
 ul#product-use-detail li{
	 float: none;
 }

 /**** Use backgrounds ****/
 ul#product-use-detail li{
	 padding-left: 70px;
	 height: 60px;
	 background-color: transparent;
	 background-repeat: no-repeat;
	 background-position: 0 -15px;
	 text-indent: 0px;
 }
 ul#product-use-detail li.microwaves{
	 background-image: url('../img/products/uses/icon_uses_microwave.png');
	 background-position: 0 -7px;
 }

 ul#product-use-detail li.bathtubs{
	 background-image: url('../img/products/uses/icon_uses_bathtubs.png');
 }
 ul#product-use-detail li.toilets{
	 background-image: url('../img/products/uses/icon_uses_toilets.png');
	 background-position: 0 -7px;

 }
 ul#product-use-detail li.countertops{
	 background-image: url('../img/products/uses/icon_uses_countertops.png');
	 background-position: 0 -7px;
 }
 ul#product-use-detail li.pots{
	 background-image: url('../img/products/uses/icon_uses_pots.png');
	 background-position: 0 -11px;
 }
 ul#product-use-detail li.showerdoors{
	 background-image: url('../img/products/uses/icon_uses_showerdoors.png');
	 background-position: 0 -11px;
 }
 ul#product-use-detail li.sinks{
	 background-image: url('../img/products/uses/icon_uses_kitchensink.png');
	 background-position: 0 -8px;
 }
 ul#product-use-detail li.bathsink{
	 background-image: url('../img/products/uses/icon_uses_sinks.png');
	 background-position: 0 -8px;
 }
 ul#product-use-detail li.stovetop{
	 background-image: url('../img/products/uses/icon_uses_stovetop.png');
	 background-position: 0 -13px;
 }
 ul#product-use-detail li.tiles{
	 background-image: url('../img/products/uses/icon_uses_tiles.png');
	 background-position: 0 -7px;
 }

 ul#product-use-detail h3{
	 margin: 0px;
	 padding: 0px;
	 text-transform: uppercase;
 }

 /** Special Offers **/
 body.coupons div#content ul{
	 margin: 0 80px 0 145px;
 }
 body.coupons div#content ul li{
	 clear: both;
 }
 body.coupons div#content ul li.first{
	 border-top: none;
 }
 body.coupons div#content ul li img{
	 display: block;
	 float: left;
 }
 body.coupon div#content ul li p{
	 margin-top: 5px;
	 margin-left: 10px;
	 font-weight: bold;
 }

 body.coupons div#content ul li a{
	 text-indent: -9999px;
 }
#coupon-section span.expired,
body.coupons div#content ul li span.expired {
	font-style: italic;
	color: #cc0000;
}
 /**Pages
  *
  *
 */

 body.home div#content{
	 padding-top: 0;
 }

 /** Add new member */
 .is-captain{
	 display: none;
 }
 .members div#content{
	 margin-left: 20px;
	 margin-right: 20px;
 }

 /** Surface Guide */

 body.guides div#content{
	 margin-top: 50px;
	 padding-top: 0;
 }
 .members #content,
 .forum_posts #content,
 .forum_categories #content,
 .special_offers #content,
 body.products #content,
 body.guides div#content{
	 margin-bottom: 25px;
 }
 body.guides div#content ul, body.guides div#content h3,body.guides div#content p{
	 margin: 0;
	 padding: 0;
	 line-height: 1.3em;
	 font-size: 1em;
 }
#guide-surfaces #guide-query,
#guide-surfaces #guide-details{
	 display: inline;
	 margin-left: 0;
	 float: left;
	 position: relative;
}
#guide-surfaces #guide-query{
	 width: 360px;
	 margin-right: 10px;
	 border-right: 1px solid #b2e0ed;
 }
#guide-surfaces #guide-query select {
	outline: none;
}
#guide-surfaces #guide-details {
	width: 394px;
	margin-left: 8px;
}
 div#guide-surfaces select#GuideSurfaces,
 div#guide-surfaces div.submit input {
	 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
div#guide-surfaces select#GuideSurfaces{
	 width: 225px;
	 float: left;
 }
 div#guide-surfaces div.submit{
	 float: left;
	 padding-left: 5px;
 }
 div#guide-surfaces div.submit input {
	 padding-top: 22px;
	 height: 23px;
	 width: 111px;
	 background: transparent url('../img/btns/btn_findproducts.png') no-repeat 0 0;
	 border: 0;
	 line-height: 13;
 }
 div#guide-surfaces div.submit input:hover {
	 background-position: 0 -23px;
 }

 div#guide-surfaces fieldset div.submit input.surface-guide-button:hover{
	 background-position: 0 1px;
 }

 div#guide-surfaces fieldset .text input{
	 background: transparent url(../img/background/drop_down.png) 0 0 no-repeat;
	 width: 220px;
	 height: 22px;
	 position: relative;
	 left: 0;
	 top: 0;
	 border: none;
	 padding: 2px 5px 2px 4px;
 }

 body.guides div#content div#guide-details h3{
	 margin-bottom: .5em;
 }

 body.guides div#content div#guide-details div{
	 padding-bottom: .5em;
 }
 div#guide-details ul li{
	 float: left;
	 margin-right: 4px;
 }
 div#guide-products{
	 overflow: hidden;
	 clear: both;
	 height: 300px;
 }
 body.guides div#content ul li a{
	 display: block;
	 height: auto;
	 width: auto;
 }
 body.guides div#guide-products ul{
	 margin-top: 20px;
	 position: relative;
 }

 body.guides div#guide-products ul li{
	 position: absolute;
	 left: 0;
	 top: 0;
 }

 body.guides div#guide-products ul li.prod-link{
	 background-position: 0 0;
	 background-color: transparent;
	 background-repeat: no-repeat;
	 width: 96px;
 }

 body.guides div#guide-products ul li.prod-link a{
	 height: 80px;
	 text-align: center;
	 color: #333;
	 font-size: .85em;
	 padding: 190px 0 0 0;
	 margin: 0 auto;
	 display: block;
	 font-size: 90%;
	 width: 80px;
 }
 body.guides div#guide-products ul li.prod-link a:hover{
	 background-color: transparent;
 }

 body.guides div#guide-surfaces{
	 height: 120px;
	 xposition: relative;
	 xz-index: -100;
 }
body.guides div#content div#guide-products ul li.inactive a,
body.guides div#content div#guide-products ul li.not-selected a,
body.guides div#content div#guide-products ul li.dimmed a{
	 color: #bfbfbf;
}
body.guides div#content div#guide-products ul li.inactive a .new,
body.guides div#content div#guide-products ul li.not-selected a .new,
body.guides div#content div#guide-products ul li.dimmed a .new {
	color: #cf8181;
}

body.guides div#content div#guide-products ul li.dimmed,
body.guides div#content div#guide-products ul li.not-selected{
	 background-position: -98px 0;
 }

 body.guides div#content div#guide-products ul li.inactive{
	 background-position: -192px 0;
 }
 body.guides div#content div#guide-products ul li.current-select{
	 background-position: 0 0;
 }
 body.guides div#content div#guide-products ul li.current-select:hover{
	 background-position: 0 0;
 }

 body.guides div#guide-products ul li.prod-1{
	 left: 300px;
	 background-image: url(../img/products/product_surfaceguide_cleansers_lemon.jpg);
 }
 body.guides div#guide-products ul li.prod-1 a {
	 padding-left: 3px;
}
 body.guides div#guide-products ul li.prod-2{
	 background-image: url(../img/products/product_surfaceguide_cleansers_bleach.jpg);
	 left: 200px;
 }
 body.guides div#guide-products ul li.prod-2 a {
	 padding-left: 2px;
}
 body.guides div#guide-products ul li.prod-3{
	 background-image: url(../img/products/product_surfaceguide_cleansers_mountainbreeze.jpg);
	 left: 400px;
 }
 body.guides div#guide-products ul li.prod-3 a {
	 padding-left: 4px;
}
 body.guides div#guide-products ul li.prod-4{
	 background-image: url(../img/products/product_surfaceguide_total_kitchen.jpg);
	 left: 100px;
 }
 body.guides div#guide-products ul li.prod-5{
	 background-image: url(../img/products/product_surfaceguide_total_bathroom.jpg);
 }
 body.guides div#guide-products ul li.prod-6{
	 background-image: url(../img/products/product_surfaceguide_cleansers_bakingsoda.jpg);
	 left: 500px;
 }
 body.guides div#guide-products ul li.prod-6 a {
	 padding-left: 6px;
}
 body.guides div#guide-products ul li.prod-8{
	 background-image: url(../img/products/product_surfaceguide_gel_liquid.jpg);
	 left: 600px;
 }
 body.guides div#guide-products ul li.prod-8 a {
	 padding-left: 3px;
}
 body.guides div#guide-products ul li.prod-7{
	 background-image: url(../img/products/product_surfaceguide_gel_spray.jpg);
	 left: 700px;
 }
 /** Terms */
 body.terms div#content{
	 padding-top: 0px;
 }
 div.terms{
	 margin: 0 40px 0 40px;
 }
 /** Legal */
 .legal h1{
	 margin-top: 50px;
	 font-size: 1.8em;
 }
 .legal em{
	 font-weight: bold;
	 font-style: normal;
 }
 .legal ul li{
	 margin-top: .5em;
	 margin-bottom: .5em;
 }
 div.legal ul li{
	 text-indent: -1em;
 }

 /** End Pages **/


 /** Footer **/

 #footer-content {
	 text-align: center;
	 font-size: 0.85em;
	 font-family: Arial, Helvetica, sans-serif;
 }
 #footer-wrapper {
	 margin: 0 auto;
	 float: left;
	 margin-left: 90px;
 }
#footer-content ul {
	 margin: 0;
}
 #footer-content ul li{
	 float: left;
	 list-style-type:none;
	 margin-right: 0.7em;
	 display: block;
	 padding-top: 3px;
 }
 #footer-content ul li#logo {
	 padding-top: 0;
 }
 #footer-content ul li a{
	 color: #333;
 }
#footer-content ul li a:hover{
	color: #003B59;
}

/* flash message */
#flashMessage {
    color: #0099c5;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #0099c5;
    margin-bottom: 20px;
    margin-top: 20px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

.fix-height-uses{
    height: 660px;
}
div#offers-join-club{
    background: transparent url(../img/offers/box_ssclub_long.jpg) 0 0 no-repeat;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    height: 183px;
}
#offers-join-club p{
    margin-left: 0;
    padding-left: 200px;
    width: 200px;
    padding-top: 40px;
    text-align: left;
}
#offers-join-club a{
    background: transparent url(../img/btns/btns_sprite.png) 0 -276px no-repeat;
    display: block;
    height: 30px;
    width: 133px;
    text-indent: -9999px;
    margin-left: 200px;
}
#offers-join-club a:hover, #offers-join-club a:active, #offers-join-club a:focus{
    background-position: 0 -306px;
}

body.contact_us div#content div.contact div.contact-us{
    margin: 0;
}
/* Send to friend */
body.members div#content div#send-to-friend div.form-left{
    margin: 0;
}
body.members div#content div#send-to-friend div.add-fields{
    margin: 0;
}

/* Password Reset */
body.members div#content div#reset-password-page div.input{
    margin-left: 15px;
}

#modal-window #send-to-friend{
    padding: 10px;

}

/* Get Coupon */
#content div#get-coupon{
    margin: 0 auto 0 auto;
    width: 450px;
    padding: 0;
    xtext-align: center;
}
div#get-coupon img{
    padding-bottom: 20px;
}
div#get-coupon #coupon-section {
	display: inline;
}
div#get-coupon #coupon-section p,
div#get-coupon #coupon-section img{
	float: left;
	display: block;
}
div#get-coupon #coupon-section p {
	margin-left: 20px;
	width: 186px;
	padding-top: 20px;
}
#get-coupon div.form-right {
	margin-left: 20px;
	float: left;
}
#get-coupon div.form-left, #get-coupon div.form-right{
    margin-bottom: 10px;
    height: auto;
}
#get-coupon div.checkbox label{
    line-height: 1.7em;
    white-space: normal;
    margin-left: 20px;
    text-align: left;
}

/* General */
#content{
    min-height: 250px;
}

/* Contact */
div.contact{
    margin-left: 200px;
}
.contact-main{
    background: transparent url(../img/contact_hello.jpg) no-repeat 0 0;
    padding-left: 105px;
    height: 95px;
}
#bread-crumb-nav {
	text-transform: uppercase;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			95px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	xposition:		relative;
}
.sf-menu a {
	xdisplay:		block;
	position:		relative;
}
.sf-menu li ul li {
	position: relative;
	left: 74px;
}
.sf-menu li ul li ul li {
	left: 0;
}
.sf-menu ul li ul,
.sf-menu ul li ul li {
	width: 375px;
}
.sf-menu li ul li a {
	display:		block;
	float: left;
}
.sf-menu li ul li {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	xtop:			2.5em; /* match top ul list item height */
	z-index:		99;
	top: -8px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			95px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			95px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 4px .75em 0;
	text-decoration:none;
}
.sf-menu li ul li a {
	padding-left: 7px;
	text-decoration:none;
}
.sf-menu li a:hover {
	background: #fff;
}
.sf-menu a,
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #0099c5;
}
.sf-menu a:hover {
	color: #003b59;
}
.sf-menu a:active {
	background: #fff;
}
.sf-menu li ul li {
	background:	#e5f5f9;
}
.sf-menu li ul li:hover, .sf-menu li ul li.sfHover,
.sf-menu li ul li a:focus, .sf-menu li ul li a:hover, .sf-menu li ul li a:active {
	background:		#e5f5f9;
	outline:		0;
}
.sf-menu li ul li a:hover {
	color: #003B59;
}
.sf-menu ul li.top {
	border-top: 1px solid #b2e0ed;
}
.sf-menu ul li.bottom {
	border-bottom: 1px solid #b2e0ed;
}
.sf-menu ul li.right {
	border-right: 1px solid #b2e0ed;
}
.sf-menu ul li.left {
	border-left: 1px solid #b2e0ed;
}
.sf-menu ul li.top {
	border-top: 1px solid #b2e0ed;
}
.sf-menu ul li.bottom {
	border-bottom: 1px solid #b2e0ed;
}
.sf-menu ul li.top.left {
	 -moz-border-radius-topleft:3px;
	 -webkit-border-top-left-radius: 3px;
}
.sf-menu ul li.top.right {
	 -moz-border-radius-topright:3px;
	 -webkit-border-top-right-radius: 3px;
}
.sf-menu ul li.bottom.right {
 -moz-border-radius-bottomright:3px;
 -webkit-border-bottom-right-radius: 3px;
}
.sf-menu ul li.bottom.left {
 -moz-border-radius-bottomleft:3px;
 -webkit-border-bottom-left-radius: 3px;
}


.sf-menu ul li ul li {
	border: 0;
}
.sf-menu ul li ul {
	margin-top: -1px;
}
#product-bread-crumb li {
	line-height: 1.1;
}
#product-bread-crumb li.chevron-left,
#product-bread-crumb li.chevron-right {
	font-size: 1.5em;
	line-height: 0.6;
}
#product-bread-crumb li.chevron-left {
	padding: 0 4px 0 5px;
}
#product-bread-crumb li.chevron-right {
	padding: 0 5px 0 0;
}
span.inner-chevron {
	display: block;
	float: right;
	padding-top: 4px;
	margin-right: 8px;
	font-size: 1.5em;
}

#site-top menu a:active,
#site-top menu a:hover {
	color: transparent;
}
#site-top menu a:visited {
	color: #fff;
}
p.coupon-offer-override {
    width: 250px;
    float: right;
}
.coupon-offer-image {
    float:left;
}
/* hacks to get coupon to work on members offer page */
body.offers div#content div.member-offers ul {
	margin: 0;
}
body.offers div#content div.member-offers {
	margin-left: 0;
	float: left;
}
body.coupon_requests #send-to-friend {
	margin: 0 80px 0 140px;
}
body.coupon_requests #send-to-friend div {
	margin: 0 20px 0 0px;
}
body.coupon_requests #send-to-friend div.submit,
body.coupon_requests #send-to-friend div.form-left {
	margin-left: 200px;
}
body.coupon_requests fieldset {
	margin-bottom: 7px;
}

#CouponRequestAddForm .text input {
	width: 210px;
}
.members_index #content .member-offers ul {
	margin: 0;
}
.members_index #content .member-offers {
	float: left;
	margin: 0;
	margin-left: 60px;
	margin-top: 15px;
}
.members_index #content .member-offers p.coupon-offer{
	width: 380px;
}
body.members_index div#content div#member-side-menu {
	margin-left: 13px;
}
body.members_index div#content div.member-offers ul li img.coupon-offer {
	margin-top: 0;
}
