/* *************************************************************************
Title : CSS main styles
Author : Designkitchen, Inc.
Description : Common styles for layout and appearance
Created : April 28, 2009
Modified : 

CSS TOC
=HTML SELECTORS
=LAYOUT
=NAVIGATION
=SECTION SPECIFIC
************************************************************************* */
/* =PAGE CONTENT */
@import url("/include/reset.css");

/* *************************************************************************
=HTML SELECTORS
************************************************************************* */
* {
    margin: 0;
    padding: 0;
}    
html {
    margin: 0;
    padding: 0;
}    
body {
    font-size:62.5%;
    margin:0;
    padding:0;
    min-width: 988px;
}
/* ----- HEADINGS ----- */
h1 {
    background-image: url(/images/backgrounds/logo.back.png);
    cursor: pointer;
    height: 54px;
    overflow: hidden;
    text-indent: 0;
    width: 172px;
}
    h1 span {
        height: 54px;
        overflow: hidden;
        position: absolute;
        text-indent: -9999em;
        width: 172px;
    }
    h1 span#logo-green {
        background-image: url(/images/backgrounds/sloan.logo.green.png);
    }
    h1 span#logo-blue {
        background-image: url(/images/backgrounds/sloan.logo.blue.png);
    }
    h1 span#logo-pink {
        background-image: url(/images/backgrounds/sloan.logo.pink.png);
    }
h2 {
    color: #787878;
    font: bold 2.6em Verdana, Arial, Helvetica, sans-serif;
}
    h2 span {
        color: #414141;
        display: block;
        font: bold 0.5em Verdana, Arial, Helvetica, sans-serif;
        padding-bottom: 27px;
    }
h3 {
    color: #414141;
    display: block;
    font: bold 1.3em/1.6em Verdana, Arial, Helvetica, sans-serif;
    padding-top: 12px;
}
    h3.blueHeadline {
        color: #3e9ad6;
        font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
        padding-top: 0;
    }
h4 {
    color: #bebebe;
    font: bold 1.4em/1.33em Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
    .module.rollover h4 {
        color: #787878;
    }
h5 {
    color: #414141;
    display: block;
    font: bold 1.2em/1.6em Verdana, Arial, Helvetica, sans-serif;
    padding-top: 30px;
}
h6 {
    color: #5c8dab;
    display: block;
    font: bold 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase;
}
/* ----- PARAGRAPHS ----- */
p {
    color: #414141;
    display: block;
    font: 1.2em/1.6em Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 12px;
}
p.shortened {
    width: 480px;
}    
/* ----- QUOTES ----- */
blockquote {
    background: url(/images/icons/left.quote.png) 0 0 no-repeat;
    display: block;
    padding-top: 20px;
    quotes: none;
}
    blockquote p {
        background: url(/images/icons/right.quote.png) right bottom no-repeat;
        display: block;
        font: 1.1em Verdana, Arial, Helvetica, sans-serif;
        padding-bottom: 20px !important;
    }
cite {
}
/* ----- CODE ----- */
pre {
}
code {
}
/* ----- LISTS ----- */
li {
}
ol {
}
ul {
    display: block;
    list-style: none;
}
ol li {
}
ul li {
}
/* ----- IMAGES ----- */
img {
    border:0;
    margin:0;
    padding:0;
}
/* ----- TEXT FORMATTING ----- */
strong {
    font-weight: bold;
}
em {
}
b {
}
i {
}
ins {
    text-decoration: none;
}
del {
}
sup {
    font-size: 0.5em;
}
/* ----- LINKS ----- */
a {
}
a:visited {
}
a:hover {
}
/* ----- TABLES ----- */
table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
th {
}
td {
}
/* ----- FORMS ----- */
form {
    margin:0;
    padding:0;
}
fieldset {
}
legend {
}
label {
}
input, select, textarea {
}
    input#searchField,
    input#searchboxquery,
    input#startAddress{ /*zipcodeSearch jrk 9/16/09*/
        background: url(/images/backgrounds/search.field.png) 0 0 no-repeat;
        border: none;
        color: #696969;
        display: block;
        font: 1.1em/1.0em Verdana, Arial, Helvetica, sans-serif;
        float: left;
        height: 15px;
        margin-right: 2px;
        padding: 3px 5px;
        width: 169px;
    }
    a.searchBtn,
    a.searchBtn:hover {
        background: url(/images/buttons/go.png) 0 0 no-repeat;
        display: block;
        float: left;
        height: 21px !important;
        margin-right: 10px;
        text-indent: -9999em;
        width: 28px;
    }
    a.searchBtn:hover {
        background-position: 0 -21px;    
    }
        fieldset a.searchBtn,
        fieldset a.searchBtn:hover {
            float: right;
            margin-right: 0;
        }
optgroup {
}
option {
    width: 100%;
    overflow: visible;
}
  
.validationerror{
    color: #FF0000;
    display: block;    
    font: 1.2em/1.6em Verdana, Arial, Helvetica, sans-serif;    
    font-weight: bold;
}

.validationerrortoken{
    color: #FF0000;   
    font: 1.5em Verdana, Arial, Helvetica, sans-serif;
    padding-left: 4px;
    font-weight: bold;
}

/* ----- FORMS - Literature Request ----- */
#literature_headlink {
    display: block;
    font: 1.2em Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
    height: auto;
    width: auto;
    text-align: left;
    padding-bottom:20px;
    padding-left: 4px;
    padding-right: 4px;
}

#literature_headlink a:link,
#literature_headlink a:visited {
    color: #787878; 
    text-decoration: none;
}
#literature_headlink a:hover {
    color: #2894da;
    text-decoration: none;
}

/* ----- DEFINITIONS ----- */
dl { 
}
dt {
}
dd {
}
/* ----- Horizontal Rule -----*/
hr{
}
.hr{
}
/* ----- ID AND CLASS SELECTORS ----- */
.clear {
    clear:both;
    font-size:1px;
    line-height:1px;
    margin:0px;
    padding:0px;
}
.clearBoth{
    clear:both;
}
.floatLeft{ 
    float:left;
    position:relative;
}
.floatRight{ 
    float:right;
    position:relative;
}

/* *************************************************************************
=LAYOUT
************************************************************************* */
.backdrop {
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    height: 920px;
    min-width: 988px;
    width: 100%;
    z-index: 0;    
}
#backdrop1 {
    background-image: url(/images/backgrounds/home1.jpg);
}
#backdrop2 {
    background-image: url(/images/backgrounds/home2.jpg);
}
#backdrop3 {
    background-image: url(/images/backgrounds/home3.jpg);
}
.vapor {
    background-position: center top;
    background-repeat: no-repeat;
    height: 300px;
    margin: 0 auto;
    /*position: absolute;*/
    min-width: 988px;
    z-index: 0;
}
.vapor.blue {
    background-image: url(/images/backgrounds/vapor.blue.jpg);
}
.imagery {
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    min-width: 988px;
    z-index: 0;
}
    .imagery.man {
        background-image: url(/images/backgrounds/imagery.man.png);
        height: 661px;
    }
    .imagery.valve {
        background-image: url(/images/backgrounds/imagery.valve.png);
        height: 943px;
    }
    .imagery.representative {
        background-image: url(/images/backgrounds/imagery.representative.png);
        height: 425px;
    }
    .imagery.water {
        background-image: url(/images/backgrounds/imagery.water.png);
        height: 440px;
    }
    .imagery.blueprint {
        background-image: url(/images/backgrounds/imagery.blueprint.png);
        height: 1026px;
    }
    .imagery.globe {
        background-image: url(/images/backgrounds/imagery.globe.png);
        height: 251px;
    }
    
#overlay {
    background: url(/images/backgrounds/overlay.png) 0 0 repeat;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 100;
}
/* --- containers --- */
#wrapper {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 988px;
    z-index: 1;
}
    #home #wrapper {
        height: 920px;
    }
    
#breadcrumb {
    left: 197px;
    position: absolute;
    top: 120px;
    z-index: 1;
    width: 752px;
}
    #breadcrumb ul li {
        color: #8b8b8b;
        display: inline;
        font: 1em Verdana, Arial, Helvetica, sans-serif;
        padding-right: 0px;
    }
        #breadcrumb ul li a {
            color: #8b8b8b;
            font: 1em Verdana, Arial, Helvetica, sans-serif;
            margin-right: 3px;
        }
        #breadcrumb ul li img {
            position: relative;
            top: -1px;
        }
#searchResults #breadcrumb {
    left: 54px;
}
#content {
    background: url(/images/backgrounds/drill.frame.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: auto;
    padding-bottom: 50px;
    width: 988px;
}
    #home #content {
        background: url(/images/backgrounds/home.frame.png) 0 0 no-repeat;
        float: none;
        height: 572px;
        padding-bottom: 0;
        z-index: 1;
    }
        #home #content a.imageSelector {
            display: block;
            float: left;
            height: 9px;
            position: relative;
            top: 233px;
            width: 9px;
            z-index: 1000;
        }
        #home #content a#firstImageClick {
            left: 810px;
        }
        #home #content a#secondImageClick {
            left: 831px;
        }
        #home #content a#thirdImageClick {
            left: 852px;
        }
        
        #home #content a#moreInfo,
        #home #content a#moreInfo:hover {
            /*background-image: url(/images/buttons/more.information.green.png);*/
            background-image: none;
            background-position: no-repeat;
            background-repeat: 0 0;
            display: block;
            height: 22px;
            /*left: 748px;*/
            left: 75.8%;
            overflow: hidden;
            position: relative;
            text-indent: -9999em;
            top: 398px;
            width: 108px;
            z-index: 1000;
        }
        #home #content a#moreInfo:hover {
            background-image: url(/images/buttons/learn.more.png);
        }
        
        .homeBucket {
            display: block;
            float: left;
            height: 78px;
            position: absolute;
            top: 600px;
            width: 252px;
            z-index: 12;
        }
        .homeBucket h3 {
            display: none;
        }
            #waterSavings {
                left: 61px;
            }
            #latestHeadlines {
                left: 372px;
            }
                #latestHeadlines .date {
                    font: normal 0.6em Verdana, Arial, Helvetica, sans-serif;
                    text-transform: uppercase;
                    letter-spacing: 0.5px;
                }
                    #latestHeadlines p strong {
                        display: block;
                        font-weight: bold;
                    }
            #didYouKnow {
                left: 677px;
            }
        .homeBucket p {
            color: #999;
            font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
            height: 78px;
            letter-spacing: -1px;
            width: 252px;
            z-index: 12;
        }
            .homeBucket p a,
            .homeBucket p a:hover {
                color: #75d640;
                display: inline;
                font: 0.85em Verdana, Arial, Helvetica, sans-serif;
                text-decoration: underline;
            }
            .homeBucket p a:hover {
                color: #fff;
            }
    
    #searchResults #content {
        background: url(/images/backgrounds/search.frame.png) 0 0 no-repeat;
    }
            
            
.firstCol {
    float: left;
    padding-left: 26px;
    padding-top: 55px;
    padding-right: 50px;
    width: 450px;
}
    .firstCol ul {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .firstCol ul.lines {
        background: url(/images/backgrounds/lines.btm.png) 0 bottom no-repeat;
        display: block;
        margin: 15px 0;
    }
    .firstCol ul li {
        background: url(/images/icons/content.dot.png) 0 8px no-repeat;
        font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
        padding: 2px 0 2px 10px;
    }
    .firstCol ul.lines li {
        background: url(/images/backgrounds/lines.li.png) 0 0 no-repeat;
        padding: 10px 10px 10px 30px;
    }
        .firstCol ul.lines li span {
            display: block;
            font-weight: normal;
            line-height: 1.5em;
            padding-top: 3px;
        }
.firstCol.extended {
    padding-right: 20px;
    width: 480px;
}
    

/* JK 12/21/2009 - Custom mod to fit callouts on search page */
.firstColSearch {
    float: left;
    padding-left: 26px;
    padding-top: 55px;
    padding-right: 40px;
    width: 450px;
}
    .firstColSearch ul {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .firstColSearch ul.lines {
        background: url(/images/backgrounds/lines.btm.png) 0 bottom no-repeat;
        display: block;
        margin: 15px 0;
    }
    .firstColSearch ul li {
        background: url(/images/icons/content.dot.png) 0 8px no-repeat;
        font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
        padding: 2px 0 2px 10px;
    }
    .firstColSearch ul.lines li {
        background: url(/images/backgrounds/lines.li.png) 0 0 no-repeat;
        padding: 10px 10px 10px 30px;
    }
        .firstColSearch ul.lines li span {
            display: block;
            font-weight: normal;
            line-height: 1.5em;
            padding-top: 3px;
        }
.firstColSearch.extended {
    padding-right: 20px;
    width: 480px;
}

.secondCol {
    background: url(/images/backgrounds/right.column.png) 0 25px no-repeat;
    float: left;
    min-height: 507px;
    height: auto !important;
    height: 507px;
    margin-top: 110px;
    padding: 22px 24px 0 24px;
    width: 200px;
}
    .secondCol p {
        font-size: 1.1em;
    }
    .secondCol ul {
        margin-bottom: 20px;
    }
    .secondCol ul li {
        background: url(/images/icons/content.dot.png) 0 8px no-repeat;
        font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
        padding: 2px 0 2px 10px;
    }
        
.doubleCol {
    float: left;
    padding-left: 26px;
    padding-top: 60px;
    padding-right: 24px;
    position: relative;
    width: 724px;
}            
            
/* ----- header ----- */
#header {
}
    #header #topMenu {
        display: block;
        height: 33px;
        padding-top: 23px;
        width: 988px;
    }
        #header #topMenu ul {
            float: right;
            position: relative;
        }
            #header #topMenu ul li {
                display: block;
                height: 11px;
                float: left;
                margin-top: 5px;
            }
                #header #topMenu ul li#whereToBuy {
                    width: 84px;
                }
                #header #topMenu ul li#technicalDownloads {
                    width: 140px;
                }
                #header #topMenu ul li#literatureRequest {
                    width: 125px;
                }
                #header #topMenu ul li#enEspanol {
                    /*width: 84px;*/
                    width: 72px; /* to remove the arrow */
                }
                #header #topMenu ul li#search {
                    background: none;
                    margin-top: 0;
                    padding-left: 10px;
                }
                
                #header #topMenu ul li a {
                    cursor: pointer;
                    display: block;
                    height: 11px;
                    overflow: hidden;
                }
                #header #topMenu ul li a span {
                    background-image: url(/images/backgrounds/nav.topMenu.png);
                    display: block;
                    height: 22px;
                    overflow: hidden;
                    text-indent: -9999em;
                }
                #header #topMenu ul li#whereToBuy a span,
                #header #topMenu ul li#whereToBuy a:hover span {
                    margin-left: 0;
                }
                #header #topMenu ul li#technicalDownloads a span,
                #header #topMenu ul li#technicalDownloads a:hover span {
                    margin-left: -84px;
                }
                #header #topMenu ul li#literatureRequest a span,
                #header #topMenu ul li#literatureRequest a:hover span {
                    margin-left: -224px;
                }
                #header #topMenu ul li#enEspanol a span,
                #header #topMenu ul li#enEspanol a:hover span {
                    margin-left: -349px;
                }
    #header #nav {
        background: url(/images/backgrounds/nav.shadow.png) 0 0 no-repeat;
        display: block;
        width: 988px;
    }
        #header #nav ul {
            margin: 1px 0 0 2px;
        }
            #header #nav ul li {
                display: block;
                float: left;
                height: 54px;
                overflow: hidden;
            }
                #header #nav ul li#logo {
                    width: 172px;
                }
                /*
                #header #nav ul li#aboutUs {
                    width: 95px;
                }
                #header #nav ul li#ourProducts {
                    width: 114px;
                }
                #header #nav ul li#ourGlobalReach {
                    width: 133px;
                }
                #header #nav ul li#waterEfficiency {
                    width: 126px;
                }
                #header #nav ul li#customerCare {
                    width: 115px;
                }
                #header #nav ul li#projectPortfolio {
                    width: 140px;
                }
                #header #nav ul li#mySloan {
                    width: 85px;
                }*/
                #header #nav ul li#aboutUs {
                    width: 105px;
                }
                #header #nav ul li#ourProducts {
                    width: 124px;
                }
                #header #nav ul li#ourGlobalReach {
                    width: 151px;
                }
                #header #nav ul li#waterEfficiency {
                    width: 141px;
                }
                #header #nav ul li#customerCare {
                    width: 130px;
                }
                #header #nav ul li#projectPortfolio {
                    width: 157px;
                }
            #header #nav ul li a {
                cursor: pointer;
                display: block;
                height: 54px;
                overflow: hidden;
                position: relative;
            }
            /*
            #header #nav ul li a span {
                background-image: url(/images/backgrounds/nav.top.sprite.png);
                display: block;
                height: 108px;
                overflow: hidden;
                text-indent: -9999em;
            }
                
                #header #nav ul li#aboutUs a span,
                #header #nav ul li#aboutUs a:hover span {
                    margin-left: 0;
                }
                #header #nav ul li#ourProducts a span,
                #header #nav ul li#ourProducts a:hover span {
                    margin-left: -95px;
                }
                #header #nav ul li#ourGlobalReach a span,
                #header #nav ul li#ourGlobalReach a:hover span {
                    margin-left: -209px;
                }
                #header #nav ul li#waterEfficiency a span,
                #header #nav ul li#waterEfficiency a:hover span {
                    margin-left: -342px;
                }
                #header #nav ul li#customerCare a span,
                #header #nav ul li#customerCare a:hover span {
                    margin-left: -468px;
                }
                #header #nav ul li#projectPortfolio a span,
                #header #nav ul li#projectPortfolio a:hover span {
                    margin-left: -583px;
                }
                #header #nav ul li#mySloan a span,
                #header #nav ul li#mySloan a:hover span {
                    margin-left: -723px;
                }*/
                
            #header #nav ul li a span {
                background-image: url(/images/backgrounds/nav.top.sprite2.png);
                display: block;
                height: 108px;
                overflow: hidden;
                text-indent: -9999em;
            }
                #header #nav ul li#aboutUs a span,
                #header #nav ul li#aboutUs a:hover span {
                    margin-left: 0;
                }
                #header #nav ul li#ourProducts a span,
                #header #nav ul li#ourProducts a:hover span {
                    margin-left: -105px;
                }
                #header #nav ul li#ourGlobalReach a span,
                #header #nav ul li#ourGlobalReach a:hover span {
                    margin-left: -229px;
                }
                #header #nav ul li#waterEfficiency a span,
                #header #nav ul li#waterEfficiency a:hover span {
                    margin-left: -380px;
                }
                #header #nav ul li#customerCare a span,
                #header #nav ul li#customerCare a:hover span {
                    margin-left: -521px;
                }
                #header #nav ul li#projectPortfolio a span,
                #header #nav ul li#projectPortfolio a:hover span {
                    margin-left: -651px;
                }
            #header #nav ul li a.selected span,
            #header #nav ul li a.selected:hover span {
                margin-top: -54px;
            }
            
                
#searchFilters {
    display: none;
    position: absolute;
    right: 30px;
    top: 41px;
    z-index: 10;
}
    #searchFilters .searchFiltersSide {
        background: url(/images/backgrounds/search.side.png) left top no-repeat;
        display: block;
        padding: 3px 10px 0 9px;
        width: 179px;
    }
    #searchFilters .searchFiltersMain {
        background: url(/images/backgrounds/search.top.gif) left top no-repeat;
        display: block;
        height: 1%;
        padding: 6px 7px 0 5px;
        position: relative;
        width: 167px;
    }
    #searchFilters .searchFiltersBottom {
        background: url(/images/backgrounds/search.btm.png) 0 0 no-repeat;
        display: block;
        font-size: 0px;
        line-height: 0px;
        height: 9px;
        width: 198px;
    }
    #searchFilters a#searchFiltersClose {
        background: url(/images/buttons/search.close.gif) 0 0 no-repeat;
        cursor: pointer;
        display: block;
        float: right;
        height: 11px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 7px;
        text-indent: -9999em;
        top: -5px;
        width: 11px;
        z-index: 12;
    }
    #searchFilters fieldset {
        background: url(/images/backgrounds/search.divider.png) left top no-repeat;
        display: block;
        padding: 8px 4px 12px 5px;
        position: relative;
        width: 158px;
    }
        #searchFilters fieldset select {
            font-size: 0.95em;
            font-weight: normal;
            position: relative;
            width: 158px;
        }
        #searchFilters fieldset label {
            color: #666;
            display: block;
            font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
            padding-bottom: 5px;
        }
        #searchFilters fieldset ul li {
            padding: 2px 0;
        }
        #searchFilters fieldset ul li label {
            display: inline;
            font-weight: normal;
            padding-left: 5px;
        }
        #searchFilters fieldset.main ul li label {
            font-weight: bold;
        }
    #searchFilters fieldset.flushometer {
        display: none;
    }
    #searchFilters fieldset.main {
        background: none;
    }
    /*
    #searchFilters fieldset.go {
        background: none;
        padding-right: 0;
        padding-top: 4px;
        width: 162px;
        padding-bottom: 5px;
    }*/
    
    
/* ----- footer ----- */
#footer {
    background: url(/images/backgrounds/bottom.line.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 36px;
    padding: 1px 0 0 2px;
    width: 986px;
}
#home #footer {
    float: none;
}
    #footer div.rss {
        display: block;
        padding-top: 2px;
        padding-bottom: 5px;
        position: relative;
        margin-top: -35px;
        margin-bottom: 10px;
        margin-left: 208px;
    }
    #footer div.rss a {
        color: #8c8c8c;
        font: normal 1em Verdana, Arial, Helvetica, sans-serif;
        margin-left: 3px;
        top: -3px;
        position: relative;
        text-decoration: none;
    }
    #footer div.rss a:hover {
        cursor: pointer;
        text-decoration: underline;
    }
    #footer ul {
    }
        #footer ul li {
            color: #9a9a9a;
            display: block;
            font: 0.9em Verdana, Arial, Helvetica, sans-serif;
            height: 29px;
            margin-right: 1px;
            float: left;
        }
            #footer ul li#newsPress {
                width: 125px;
            }
            #footer ul li#careersSloan {
                width: 147px;
            }
            #footer ul li#continuingEducation {
                width: 174px;
            }
            #footer ul li#sloanConnect {
                width: 134px;
            }
            #footer ul li#contactUs {
                width: 112px;
            }
        
    #footer ul li a {
        cursor: pointer;
        display: block;
        height: 10px;
        overflow: hidden;
        margin: 10px 0 9px 0;
    }
    #footer ul li a span {
        background: url(/images/backgrounds/footer.links.png);
        display: block;
        height: 20px;
        overflow: hidden;
        text-indent: -9999em;
    }
        #footer ul li#newsPress a span,
        #footer ul li#newsPress a:hover span {
            margin-left: -2px;
        }
        #footer ul li#careersSloan a span,
        #footer ul li#careersSloan a:hover span {
            margin-left: -127px;
        }
        #footer ul li#continuingEducation a span,
        #footer ul li#continuingEducation a:hover span {
            margin-left: -273px;
        }
        #footer ul li#sloanConnect a span,
        #footer ul li#sloanConnect a:hover span {
            margin-left: -447px;
        }
        #footer ul li#contactUs a span,
        #footer ul li#contactUs a:hover span {
            margin-left: -581px;
        }
        #footer ul li span {
            font: 0.9em Verdana, Arial, Helvetica, sans-serif;
        }
    #footer ul li.copyright {
        padding-left: -20px;
        padding-top: 8px;
    }

/* *************************************************************************
=NAVIGATION
************************************************************************* */

/*------ Global Navigation -----*/

/*------ Main Navigation -----*/
/*------ Sub Navigation -----*/
.sideNav {
    /*background: url(/images/backgrounds/innerNav.btm.png) 0 bottom no-repeat;*/
    display: inline;
    float: left;
    height: 1%;
    margin-left: 29px;
    margin-top: 7px;
    padding-bottom: 138px;
    position: relative;
    z-index: 3;
}
.sideNavBtm {
    background: url(/images/backgrounds/innerNav.btm2.png) 0 0 no-repeat;
    display: block;
    height: 170px;
    position: relative;
    width: 151px;
    z-index: 3;
}
.sideNavBtm.long {
    background: url(/images/backgrounds/innerNav.btm3.png) 0 0 no-repeat;
    height: 350px;
}
/*
.sideNav.long {
    background: url(/images/backgrounds/innerNav.btm.long.png) 0 bottom no-repeat;
    padding-bottom: 300px;
}*/
    .sideNav ul li {
        background: url(/images/backgrounds/innerNav.ul.li.png) 0 bottom no-repeat;
        display: block;
        height: auto;
        margin-bottom: 0;
        width: 151px;
    }
        .sideNav ul li a {
            background: url(/images/icons/innerNav.dot.png) 10px 7px no-repeat;
            color: #202020;
            display: block;
            font: bold 0.9em/1.08em Verdana, Arial, Helvetica, sans-serif;
            padding: 5px 10px 7px 20px;
            text-decoration: none;
        }
        .sideNav ul li a:hover {
            background: url(/images/icons/innerNav.dot.hover.png) 10px 7px no-repeat;
            color: #0077c5;
        }
        .sideNav ul li a.on,
        .sideNav ul li a.on:hover {
            background: url(/images/icons/innerNav.arrow.png) 10px 7px no-repeat;
            color: #0077c5;
        }
    .sideNav ul li.sectionTitle {
        background: none;
        height: 21px !important;
    } 
        .sideNav ul li.sectionTitle a,
        .sideNav ul li.sectionTitle a:hover {
            background: none;
            height: 21px;
            overflow: hidden;
            padding: 0;
            text-indent: -9999em;
        }
            .sideNav ul li.sectionTitle a span {
                background-repeat: no-repeat;
                cursor: pointer;
                display: block;
                height: 42px;
            }
                .aboutUs .sideNav ul li.sectionTitle a span {
                    background-image: url(/images/backgrounds/section.aboutUs.png);
                }
                .ourProducts .sideNav ul li.sectionTitle a span {
                    background-image: url(/images/backgrounds/section.ourProducts.png);    
                }
                .customerCare .sideNav ul li.sectionTitle a span {
                    background-image: url(/images/backgrounds/section.customerCare.png);
                }
                .ourGlobalReach .sideNav ul li.sectionTitle a span {
                    background-image: url(/images/backgrounds/section.ourGlobalReach.png);
                }
                .waterEfficiency .sideNav ul li.sectionTitle a span {
                    background-image: url(/images/backgrounds/section.waterEfficiency.png);
                }
                .projectPortfolio .sideNav ul li.sectionTitle a span {
                    background-image: url(/images/backgrounds/section.projectPortfolio.png);
                }
                .newsPress .sideNav ul li.sectionTitle a span {
                    background-image: url(/images/backgrounds/section.newPress.png);
                }
                .continuingEducation .sideNav ul li.sectionTitle a span {
                    background-image: url(/images/backgrounds/section.continuingEducation.png);
                }
        
    .sideNav ul li div {
        background: url(/images/backgrounds/innerNav.ul.li.ul.li.png) 0 -48px no-repeat;
        padding-top: 2px;
    }
    .sideNav ul li ul {
        background: url(/images/backgrounds/innerNav.ul.li.png) 0 bottom no-repeat;
    }    
    .sideNav ul li ul li {
        background: url(/images/backgrounds/innerNav.ul.li.ul.li.png) 0 bottom no-repeat;
    }
        .sideNav ul li ul li a,
        .sideNav ul li ul li a:hover {
            background: none;
            color: #202020;
            font-weight: normal;
            line-height: 1.08em;
            padding: 6px 10px 8px 20px;        
        }
        .sideNav ul li ul li a:hover {
            background: url(/images/backgrounds/innerNav.ul.li.ul.li.hover.png) 0 bottom no-repeat !important;
        }
    .sideNav ul li ul li.on {
        background: url(/images/backgrounds/innerNav.ul.li.ul.li.hover.png) 0 0 no-repeat;
        position: relative;    
    }
        .sideNav ul li ul li.on a,
        .sideNav ul li ul li.on a:hover {
            background: none;
            color: #202020;
            font-weight: bold;
            padding: 6px 0 8px 20px;
        }
    
    .sideNav ul li ul li.bottom {
        background: url(/images/backgrounds/innerNav.ul.li.png) 0 bottom no-repeat;
        height: 2px;
        position: relative;
    }
    .sideNav ul li ul li.last {
        background: url(/images/backgrounds/innerNav.ul.li.png) 0 bottom no-repeat;
    }
        .sideNav ul li ul li.last a:hover /*,
        .sideNav ul li ul li.last.on a,
        .sideNav ul li ul li.last.on a:hover*/ {
            background: url(/images/backgrounds/innerNav.ul.li.ul.li.last.hover.png) 0 bottom no-repeat !important;
        }
    .sideNav ul li.sub {
        background-position: 0 top;
    }

/*------ Skip Navigation (section 508 sites) -----*/
.skipNav{
    display:none;
}

/* *************************************************************************
=SECTION SPECIFIC
************************************************************************* */
.player {
    margin-top: 10px;
    margin-bottom: 15px;
}
.module,
.module.rollover {
    background: url(/images/backgrounds/module.top.png) 0 0 no-repeat;
    margin-bottom: 15px;
    padding: 16px 18px 0 18px;
    position: relative;
    width: 164px;
}
.module.rollover {
    background: url(/images/backgrounds/module.top.over.png) 0 0 no-repeat;
    cursor: default;
}
    .module p {
        color: #414141;
        font: 1.1em/1.4em Arial, Helvetica, sans-serif;
        padding: 0;
    }
    .module a {
        color: #ff6604;
        display: inline;
        font: normal 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif;
        height: 9px;
        padding-right: 6px;
        position: relative;
        text-decoration: none;
    }
    .module.rollover a {
        text-decoration: none;
        cursor: pointer;
    }
    .module.rollover a:hover {
        text-decoration: underline;
        cursor: pointer;
    }
    .module img.arrow {
        top: 3px;
        position: relative;
        z-index: 2;
    }
    .module img.moduleIcon {
        position: absolute;
        right: 5px;
        bottom: 3px;
        z-index: 1;
    }
    .module ul.multipleLinks {
        border-top: 1px solid #c9c9c9;
        display: block;
        float: left;
        margin: 5px 0 0 0;
    }
        .module ul.multipleLinks li {
            background: none;
            border-bottom: 1px solid #c9c9c9;
            display: block;
            float: left;
            padding-left: 0;
            width: 164px;
        }
            .module ul.multipleLinks li a {
                background: url(/images/icons/module.arrow.gray.png) right center no-repeat;
                display: block;
                padding-right: 15px;
                height: auto;
            }
            .module.rollover ul.multipleLinks li a {
                background: url(/images/icons/module.arrow.blue.png) right center no-repeat;
            }
            .module.rollover ul.multipleLinks li a:hover {
                background: url(/images/icons/module.arrow.hover.png) right center no-repeat;
            }
    .module .moduleBtm {
        background: url(/images/backgrounds/module.btm.png) 0 bottom no-repeat;
        height: 3px;
        margin: 0 -18px;
        padding-top: 16px;
        width: 200px;
    }
    
.module a.ui-datepicker-prev {
    background: url(/images/buttons/calendar.arrow.left.png) -7px 0 no-repeat;
    display: block;
    height: 11px;
    left: 14px;
    padding: 0;
    position: absolute;
    top: 21px;
    width: 7px;
}
.module a.ui-datepicker-prev:hover {
    background: url(/images/buttons/calendar.arrow.left.png) 0 0 no-repeat;
    cursor: pointer;
}
.module a.ui-datepicker-next {
    background: url(/images/buttons/calendar.arrow.right.png) 0 0 no-repeat;
    display: block;
    height: 11px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 21px;
    width: 7px;
}
.module a.ui-datepicker-next:hover {
    background: url(/images/buttons/calendar.arrow.right.png) -7px 0 no-repeat;
    cursor: pointer;
}
.module a.ui-datepicker-next span,
.module a.ui-datepicker-prev span {
    display: none;
}    
.module .ui-datepicker-title {
    color: #bebebe;
    font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
    height: 33px;
    text-align: center;
    text-transform: uppercase;
}
.module .ui-datepicker-calendar {
    margin-left: -8px;
    position: relative;
    width: 164px;
}
.module .ui-datepicker-calendar th {
    background: url(/images/backgrounds/calendar.column.png) right 0 repeat-y;
    color: #bebebe;
    font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
    padding: 0 6px 0 3px;
    text-align: right;
    text-transform: uppercase;
    width: 14.2%;
}
.module .ui-datepicker-calendar td {
    background: url(/images/backgrounds/calendar.column.png) right 0 repeat-y;
    color: #000;
    padding: 0 3px 0 2px;
    text-align: right;
}
    .module .ui-datepicker-calendar td a {
        color: #000;
        font-size: 1.1em;
        font-weight: bold;
        padding: 0 3px 2px 2px;
    }
        .module .ui-datepicker-calendar td a.ui-state-active {
            background: url(/images/backgrounds/calendar.selected.png) 0 0 no-repeat;
        }
.module .ui-datepicker-calendar td.ui-datepicker-unselectable {
    color: #fff;
    font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
    padding-right: 5px;
}
    
    
/*------ About Us -----*/    
.mission, .vision, .divisions {
    padding-bottom: 20px;
}
    .divisions a:link,
    .divisions a:visited {
        color: #000;
    }
    .divisions a:hover,
    .divisions a:focus {
        color: #2894dA;
    }

/*------ Foundry -----*/
.foundry {
    padding: 10px;
    display: block; 
    width: 100%;
}
.foundry img {
    float: left;
    margin-right: 10px;
    border: 1px solid #787878;
}

/*------ Our Heritage -----*/
#ourHeritage {
    visibility: hidden;
    width: 714px !important;
}
#ourHeritage-mainNav.ui-tabs-nav {
    width: 100%;
    float: left;
}
#ourHeritage-mainNav.ui-tabs-nav li {
    float: left;
}
#ourHeritage-mainNav.ui-tabs-nav li a {
    background-position: 0 0;
    background-repeat: none;
    display: block;
    width: 238px;
    height: 48px;
    /*line-height: 48px;
    text-align: center;*/
    overflow: hidden;
    text-indent: -9999em;
}
    #ourHeritage-mainNav.ui-tabs-nav li a#sloanAtAGlanceTab {
        background-image: url(/images/buttons/tab.sloanAtAGlance.png);
    }
    #ourHeritage-mainNav.ui-tabs-nav li a#productInnovationsTab {
        background-image: url(/images/buttons/tab.productInnovations.png);
    }
    #ourHeritage-mainNav.ui-tabs-nav li a#peopleAndCultureTab {
        background-image: url(/images/buttons/tab.peopleAndCulture.png);
    }
#ourHeritage-mainNav.ui-tabs-nav li a:hover {
    background-position: 0 -48px;
}
#ourHeritage-mainNav.ui-tabs-nav li.ui-tabs-selected a,
#ourHeritage-mainNav.ui-tabs-nav li.ui-tabs-selected a:hover {
    background-position: 0 -96px;
}
#ourHeritage .ui-tabs-hide {
    display: none;
}
#ourHeritage .ui-tabs-panel {
    background: url(/images/backgrounds/our.heritage.jpg) 0 0 no-repeat;
    clear: both;
    height: 345px;
}
.timeline {
    height: 413px;
    /*position: relative;*/
}
.timelineNav {
    clear: both;
    position: absolute;
    bottom: -70px;
    z-index: 10;
}
#peopleAndCulture .timelineNav {
    bottom: -71px;
}
.timelineNav div {
    width: 41px;
    height: 69px;
    float: left;
    line-height: 91px;
    padding-top: 22px;
    text-align: center;
}
    .timelineNav div a {
        background-position: 0 0;
        background-repeat: 0 no-repeat;
        display: block;
        height: 60px;
        overflow: hidden;
        text-indent: -9999em;
        width: 41px;
    }
    .timelineNav div a.prev {
        background-image: url(/images/buttons/timeline.prev.jpg);
    }
    .timelineNav div a.next {
        background-image: url(/images/buttons/timeline.next.jpg);
    }
    .timelineNav div a:hover {
        background-position: -41px 0;
    }
.timelineNav ul {
    background: url(/images/backgrounds/timeline.png) 0 22px no-repeat;
    width: 632px;
    float: left;
}
.timelineNav ul li {
    float: left;
    font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}
.timelineNav ul li a {
    color: #858585;
    cursor: pointer;
    width: 88px;
    height: 91px;
    display: block;
    /*line-height: 91px;*/
    text-align: center;
    text-decoration: none;
}
.timelineNav ul li a span {
    display: block;
    line-height: 15px;
    padding-top: 27px;
}
.timelineNav ul li a:hover span {
    color: #fff;
    cursor: pointer;
}
.timelineNav ul li.ui-tabs-selected a {
    background: url(/images/backgrounds/timeline.era.png) 13px 0 no-repeat;
    color: #fff;
}
.timelineDivImage {
    float: left;
    position: relative;
    width: 265px;
    height: 346px;
}
    .timelineDivImage img {
        display: block;
        position: absolute;
        bottom: 0;
    }
.timelineDivLeft,
.timelineDivLeftFull {
    height: 26px;
    padding-top: 34px;
}
.timelineDivLeftFull {
    padding-left: 56px;
}
.timelineDivLeft h2,
.timelineDivLeftFull h2 {
    color: #414141;
    font-size: 1.8em;
}
.timelineDivRight,
.timelineDivRightFull {
    height:265px;
    position: relative;
}
    .timelineDivRight ul,
    .timelineDivRightFull ul {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .timelineDivRight ul li,
    .timelineDivRightFull ul li {
        background:transparent url(/images/icons/content.dot.png) no-repeat 0 8px;
        font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
        padding:2px 0 2px 10px;
    }
.jScrollPaneContainer {
    height: 250px !important;
    padding-right: 30px;
}
.scroll-pane {
    width: 409px;
}
.scroll-pane.timelineDivRightFull {
    width: 618px !important;
    padding-left: 56px;
}
/*------ Contact Us -----*/

.customerCare .firstCol,
.waterEfficiency .firstCol {
    width: 480px;
    padding-right: 20px;
}

.contact_email {
    background: url(/images/backgrounds/contact.email.png) 0 0 no-repeat;
    border-bottom: 1px solid #fff;
    display: block;
    height: 54px;
    overflow: hidden;
    text-indent: -9999em;
    width: 480px;
}
.contact_email:hover {
    background-position: -480px 0;
}
.contact_chat {
    background: url(/images/backgrounds/contact.chat.png) 0 0 no-repeat;
    display: block;
    height: 54px;
    overflow: hidden;
    text-indent: -9999em;
    width: 480px;
}
.contact_chat:hover {
    background-position: -480px 0;
}
.contacts {
    border-left: 1px solid #d7d7d7;
    display: block;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
    width: 224px;
}
    .contacts p {
        font-size: 1.1em;
        padding: 0;
        width: 224px;
    }
    .contacts a:link,
    .contacts a:visited {
        color: #414141;
    }
    .contacts a:hover,
    .contacts a:focus {
        color: #2894dA;
    }
        
ul.guides {
    border-bottom: 1px solid #c9c9c9;
    border-top: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 198px;
}
    ul.guides li {
        background: none;
        float: left;
        margin: 0;
        padding: 0;
        width: 198px;
    }
        ul.guides li a {
            background: url(/images/backgrounds/troubleshooting.guide.png) 0 0 no-repeat;
            color: #414141;
            display: block;
            font: normal 1em Verdana, Arial, Helvetica, sans-serif;
            padding: 2px 0;
            text-decoration: none;
        }
        ul.guides li a:hover {
            background-position: 0 -20px;
            color: #2894da;
        }
        
/*------ Individual Products -----*/    
.productResults {
    font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 40px;
    top: 96px;
}
.products {
}
    .product,
    .product.productHover {
        background: url(/images/backgrounds/individual.product.jpg) 0 0 no-repeat;
        display: block;
        float: left;
        height: 363px;
        /*margin: 0 0 32px 0;*/
        position: relative;
        padding: 14px 15px 0 15px;
        width: 151px;
    }
    .product.productHover {
        background-position: -181px 0;
    }
        .product img {
            cursor: pointer;
        }    
        .product span {
            display: block;
            font: bold 1.2em/1.25em Verdana, Arial, Helvetica, sans-serif;
            padding: 16px 0 12px 0;
        }
        .product a {
            background-position: 0 0;
            display: block;
            height: 32px;
            overflow: hidden;
            text-indent: -9999em;
            width: 151px;
        }
        .product a:hover {
            background-position: 0 -32px;
        }
            .product a.where {
                background-image: url(/images/buttons/product.whereToBuy.png);
            }
            .product a.quick {
                background-image: url(/images/buttons/product.quickDownloads.png);
            }
            .product a.addToCompare {
                background-image: url(/images/buttons/product.addToCompare.png);
            }
            .product a.compareSelected {
                background-image: url(/images/buttons/product.goToCompare.png);
                float: left;
                width: 34px;
            }
            .product a.goToCompare {
                background-image: url(/images/buttons/product.goToCompare.png);
                background-position: -34px 0;
                float: left;
                width: 117px;
            }
                .product a.goToCompare:hover {
                    background-position: -34px -32px;
                }
            
    .pagination {
        display: block;
        float: right;
        padding-right: 20px;
    }
        .pagination span.leftEdge {
            background: url(/images/backgrounds/pagination.left.edge.png) right 0 no-repeat;
            float: left;
            height: 25px;
            padding-right: 16px;
            padding-top: 8px;
        }
        .pagination span.rightEdge {
            background: url(/images/backgrounds/pagination.right.edge.png) left 0 no-repeat;
            float: left;
            height: 25px;
            padding-left: 16px;
            padding-top: 8px;
        }
        .pagination a.prev,
        .pagination a.next {
            background: url(/images/buttons/page.left.arrow.png) 0 0 no-repeat;
            cursor: pointer;
            display: block;
            height: 15px;
            overflow: hidden;
            text-indent: -9999em;
            width: 9px;
        }
        .pagination a.next {
            background: url(/images/buttons/page.right.arrow.png) 0 0 no-repeat;
        }
        .pagination a:hover {
            background-position: 0 bottom;
        }
        .pagination ul {
            float: left;
            margin: 8px -5px 0 -5px;
            position: relative;
        }
            .pagination ul li {
                color: #2894da;
                display: block;
                float: left;
                font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
                padding: 0 8px;
            }
                .pagination ul li a {
                    color: #414141;
                    font-weight: normal;
                    text-decoration: none;
                }
                .pagination ul li a:hover {
                    color: #2894da;
                }
.quickDownloadsLightbox {
    background: url(/images/backgrounds/quick.downloads.lightbox.png) 0 0 no-repeat;
    border-bottom: 1px solid #c5c5c5;
    display: none;
    height: auto;
    padding: 15px 10px 20px 10px;
    position: absolute;
    width: 290px;
    z-index: 100;
}
    .quickDownloadsLightbox a.close {
        background: url(/images/buttons/quick.downloads.close.png) 0 0 no-repeat;
        display: block;
        height: 18px;
        overflow: hidden;
        position: absolute;
        right: 10px;
        text-indent: -9999em;
        top: 10px;
        width: 19px;
    }
    .quickDownloadsLightbox a.close:hover {
        background-position: 0 bottom;
    }
    .quickDownloadsLightbox h2 {
        background: url(/images/text/quick.downloads.png) 5px 3px no-repeat;
        font-size: 1.2em;
        overflow: hidden;
        padding-bottom: 5px;
        padding-top: 3px;
        text-indent: -9999em;
    }
    .quickDownloadsLightbox .info {
        border-bottom: 1px solid #b5b4b4;
        border-top: 1px solid #b5b4b4;
        display: block;
        padding: 15px 5px;
    }
        .quickDownloadsLightbox .info span {
            color: #414141;
            display: block;
            float: left;
            font: bold 1.2em/1.25em Verdana, Arial, Helvetica, sans-serif;
            width: 150px;
        }
        .quickDownloadsLightbox .info img {
            background: url(/images/backgrounds/quick.downloads.image.jpg) 0 0 no-repeat;
            float: right;
            padding: 5px;
        }
    .quickDownloadsLightbox ul {
        padding-left: 5px;
        padding-top: 12px;
    }
        .quickDownloadsLightbox ul li {
            background: url(/images/icons/blue.dot.png) 0 8px no-repeat;
            color: #414141;
            font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
            padding: 2px 0 2px 8px;
        }
            .quickDownloadsLightbox ul li a {
                color: #414141;
                font: normal 1.22em Verdana, Arial, Helvetica, sans-serif;
            }
            .quickDownloadsLightbox ul li a:hover {
                color: #2894da;
            }

/*------ Product Detail -----*/
.productLeftCol {
    display: block;
    float: left;
    margin-right: 14px;
    padding-top: 20px;
    width: 205px;
}
    .productLeftCol .pictureGroup,
    .productAnnotations .pictureGroup {
        margin-top: 23px;
    }
        .productLeftCol .pictureGroup li,
        .productAnnotations .pictureGroup li {
            display: block;
            float: left;
        }
        .productLeftCol .pictureGroup li a,
        .productAnnotations .pictureGroup li a {
            background: url(/images/backgrounds/product.view.png) 0 0 no-repeat;
            display: block;
            height: 51px;
            padding: 5px 6px 6px 5px;
            width: 52px;
            
        }
        .productLeftCol .pictureGroup li a:hover,
        .productLeftCol .pictureGroup li a.current,
        .productAnnotations .pictureGroup li a:hover,
        .productAnnotations .pictureGroup li a.current{
            background: url(/images/backgrounds/product.view.png) 0 bottom no-repeat;
        }
    .productLeftCol .options {
        background: url(/images/backgrounds/product.options.btm.png) 0 bottom no-repeat;
        display: block;
        height: auto;
        float: left;
        margin-left: -32px;
        padding-bottom: 56px;
        position: relative;
        width: 237px;
    }
        .productLeftCol .options a {
            background-position: 0 0;
            display: block;
            height: 45px;
            overflow: hidden;
            text-indent: -9999em;
            width: 237px;
        }
        .productLeftCol .options a:hover {
            background-position: 0 -45px;
        }
            .productLeftCol .options a.where {
                background-image: url(/images/buttons/product.whereToBuy2.png);
            }
            .productLeftCol .options a.see {
                background-image: url(/images/buttons/product.seeItInstalled.png);
            }
            .productLeftCol .options a.trouble {
                background-image: url(/images/buttons/product.selfServiceTroubleshooting.png);
            }
            .productLeftCol .options a.save {
                background-image: url(/images/buttons/product.saveToMySloan.png);
            }
            .productLeftCol .options a.addToCompare {
                background-image: url(/images/buttons/product.addToCompare2.png);
            }
            .productLeftCol .options a.goToCompare {
                background-image: url(/images/buttons/product.goToCompare2.png);
                float: left;
                width: 194px;
            }
            .productLeftCol .options a.compareSelected {
                background-image: url(/images/buttons/product.goToCompare2.png);
                background-position: -194px 0;
                float: left;
                margin-right: -3px;
                width: 43px;
            }
                .productLeftCol .options a.compareSelected:hover {
                    background-position: -194px -45px;
                }
        .productLeftCol .options span {
            background: url(/images/backgrounds/product.options.top.png) right 0 no-repeat;
            display: block;
            padding-top: 42px;
            position: relative;
        }
.productRightCol {
    display: block;
    float: left;
    padding-top: 20px;
    width: 505px;
}
    .productRightCol .productDescription {
        padding-left: 17px;
        padding-bottom: 20px;
    }
        .productRightCol .productDescription h2 {
            color: #414141;
            font: bold 1.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
            padding-bottom: 15px;
        }
    .productRightCol .productTabs {
        background: url(/images/backgrounds/product.tabs.png) 0 0 repeat-x;
        display: block;
        height: 36px;
        padding-left: 10px;
    }
        .productRightCol .productTabs ul {
        }
            .productRightCol .productTabs ul li {
                display: block;
                float: left;
                margin-left: -1px;
                position: relative;
                z-index: 1;
            }
                .productRightCol .productTabs ul li a {
                    background-position: 0 0;
                    background-repeat: no-repeat;
                    cursor: pointer;
                    display: block;
                    height: 36px;
                    overflow: hidden;
                    text-indent: -9999em;
                    width: 123px;
                }
                    .productRightCol .productTabs ul li a#technicalDownloadsTab {
                        background-image: url(/images/buttons/tab.technicalDownloads.png);
                    }
                    .productRightCol .productTabs ul li a#productFeaturesTab {
                        background-image: url(/images/buttons/tab.productFeatures.png);
                    }
                    .productRightCol .productTabs ul li a#relatedVideosTab {
                        background-image: url(/images/buttons/tab.relatedVideos.png);
                    }
                    .productRightCol .productTabs ul li a#youMightAlsoLikeTab {
                        background-image: url(/images/buttons/tab.youMightAlsoLike.png);
                    }
                .productRightCol .productTabs ul li a:hover {
                    background-position: 0 -36px;
                }
                .productRightCol .productTabs ul li a.current,
                .productRightCol .productTabs ul li a.current:hover {
                    background-position: 0 -72px;
                }
                
            #productTechnicalDownloads,
            #productFeatures,
            #productRelatedVideos,
            #productsYouMightAlsoLike {
                display: block;
                padding-top: 24px;
            }
            #productFeatures,
            #productRelatedVideos {
                padding-left: 17px;
            }
                #productTechnicalDownloads fieldset {
                    display: block;
                    padding-bottom: 30px;
                    padding-left: 17px;
                }
                #productTechnicalDownloads fieldset.buttons,
                .downloadButtons {
                    border-top: 1px solid #d7d7d7;
                    padding: 17px 0 0 217px;
                    width: auto;
                }
                    #productTechnicalDownloads fieldset.buttons a,
                    .downloadButtons a {
                        background-position: 0 0;
                        background-repeat: no-repeat;
                        display: block;
                        float: right; /* left -- Save to My Sloan */
                        height: 22px;
                        margin-left: 5px;
                        overflow: hidden;
                        position: relative;
                        text-indent: -9999em;
                        width: 139px;
                    }
                    #productTechnicalDownloads fieldset.buttons a:hover,
                    .downloadButtons a:hover {
                        background-position: 0 -22px;
                    }
                        #productTechnicalDownloads fieldset.buttons a.download,
                        .downloadButtons a.download {
                            background-image: url(/images/buttons/download.png);
                        }
                        #productTechnicalDownloads fieldset.buttons a.save,
                        .downloadButtons a.save {
                            background-image: url(/images/buttons/savetomysloan.png);
                        }
                #productTechnicalDownloads ul li {
                    font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
                    padding: 2px 0;
                }
                    #productTechnicalDownloads ul li strong {
                    }
                    #productTechnicalDownloads ul li span {
                        font-size: 0.82em;
                    }
                
                    
                #productFeatures ul li,
                #productsYouMightAlsoLike ul li {
                    background: url(/images/icons/blue.dot.png) 0 8px no-repeat;
                    font: 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
                    padding: 2px 0 10px 10px;
                }
                
                #productRelatedVideos h3 {
                    padding-bottom: 10px;
                    padding-top: 0;
                    width: 360px;
                }
                #productRelatedVideos .player {
                    margin-top: 20px;
                    padding-left: 20px;
                }
                
                #productsYouMightAlsoLike .relatedProduct {
                    display: block;
                    min-height: 170px;
                    padding-left: 17px;
                    position: relative;
                }
                #productsYouMightAlsoLike a.productImageLink {
                    background: url(/images/backgrounds/related.product.jpg) 0 0 no-repeat;
                    display: block;
                    float: left;
                    height: 149px;
                    padding: 5px 6px 6px 5px;
                    position: absolute;
                    width: 149px;
                }
                #productsYouMightAlsoLike a.productImageLink:hover {
                    background-position: 0 bottom;
                }
                #productsYouMightAlsoLike h3 {
                    margin-left: 180px;
                    padding-bottom: 5px;
                }
                    #productsYouMightAlsoLike h3 a {
                        display: block;
                        height: auto;
                        line-height: 1.2em;
                        text-decoration: none;
                        width: auto;
                    }
                    #productsYouMightAlsoLike h3 a:link,
                    #productsYouMightAlsoLike h3 a:visited {
                        color: #414141;
                    }
                    #productsYouMightAlsoLike h3 a:hover,
                    #productsYouMightAlsoLike h3 a:active {
                        color: #2894da;
                    }
                #productsYouMightAlsoLike ul {
                    margin-left: 170px;
                }
                #productsYouMightAlsoLike ul li {
                    padding: 2px 0 0 10px;
                }
                
                
/*------ Product Family -----*/
.productFamily,
.productFamily.productFamilyHover {
    background: url(/images/backgrounds/product.family.jpg) 0 0 no-repeat;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    display: block;
    height: 100px;
    padding-right: 20px;
    position: relative;
    width: 460px;
}
.productFamily.productFamilyHover {
    background: url(/images/backgrounds/product.family.jpg) -480px 0 no-repeat;
}
    .productFamily img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .productFamily h3,
    .productFamily.productFamilyHover h3 {
        color: #3e9ad6;
        font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
        left: 134px;
        padding-bottom: 10px;
        padding-top: 20px;
        position: absolute;
    }
    .productFamily.productFamilyHover h3 {
        color: #fff;
    }
    .productFamily p {
        font-size: 1.1em;
        left: 134px;
        position: absolute;
        top: 44px;
    }
    

/*------ Technical Downloads -----*/
#accordion {
    visibility: hidden;
}
    #accordion h3 {
        border-bottom: 1px solid #fff;
        display: block;
        height: 39px;
        padding: 0;
        width: 480px;
    }
        #accordion h3 a {
            background: url(/images/buttons/accordion.jpg) 0 0 no-repeat;
            color: #7a7a7a;
            display: block;
            font-size: 0.9em;
            height: 30px;
            padding: 9px 0 0 30px;
            text-decoration: none;
            width: 450px;
        }
        #accordion h3 a:hover {
            background-position: 0 -39px;
            color: #fff;
        }
        #accordion h3.ui-state-active a,
        #accordion h3.ui-state-active a:hover {
            background-position: 0 -78px;
            color: #fff;
        }
    #accordion div {
        background: url(/images/backgrounds/accordion.inner.png) 0 0 repeat-y;
        /*height: auto !important;*/
        overflow: hidden !important;
        padding:15px 30px 0 30px;
        width: 420px;
    }
        .firstCol #accordion div ul {
            margin-left: 0;
        }
        .firstCol #accordion div ul li {
            background: none;
            padding-left: 0;
        }
            #accordion div ul li a {
                background: url(/images/icons/accordion.arrow.closed.png) 0 2px no-repeat;
                color: #414141;
                font-weight: normal;
                padding-left: 15px;
                text-decoration: none;
            }
            #accordion div ul li a:hover {
                color: #2894da;
            }
            #accordion div ul li a.open,
            #accordion div ul li a.open:hover {
                background: url(/images/icons/accordion.arrow.open.png) 0 3px no-repeat;
                color: #414141;
                font-weight: bold;
            }
            .firstCol #accordion div ul li ul {
                display: none;
                margin-left: 15px;
            }
            .firstCol #accordion div ul li ul.downloadList {
                display: block;
                margin-top: 5px;
            }
                #accordion div ul li ul li {
                    font-size: 1.0em;
                    padding-bottom: 1px;
                }
                #accordion div ul li ul li a {
                    background: none;
                    padding-left: 0;
                    text-decoration: underline;
                }
                    #accordion div ul li ul li span {
                        font-size: 0.8em;
                        font-weight: normal;
                    }
    #accordion div span.bottom {
        background: url(/images/backgrounds/accordion.btm.png) 0 0 no-repeat;
        display: block;
        height: 12px;
        margin: 0 -30px;
        width: 480px;
    }
    
.downloadButtons {
    margin-top: 20px;
    padding-left: 192px;
    padding-top: 15px;
    width: 288px;
}

/*------ Our Products -----*/
.ourProducts .firstCol {
    width: 480px;
    padding-right: 20px;
}
.majorProductFamily,
.majorProductFamily.over {
    background: url(/images/backgrounds/product.family.big.png) 0 0 no-repeat;
    border-bottom: 1px solid white;
    cursor: pointer;
    height: 150px;
    position: relative;
    z-index: 0;
    width: 480px;
}
.majorProductFamily.over {
    background: url(/images/backgrounds/product.family.big.over.png) 0 0 no-repeat;
}
    .majorProductFamily img {
        left: 0px;
        position: absolute;
        top: 0px;
        z-index: 1;
    }
    .majorProductFamily h3,
    .majorProductFamily.over h3 {
        color: #3399cc;
        display: block;
        font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
        left: 108px;
        padding: 20px 0 5px 0;
        position: absolute;
        z-index: 2;
    }
    .majorProductFamily.over h3 {
        color: #fff;
    }
    .majorProductFamily p {
        color: #333;
        display: block;
        font: normal 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
        left: 110px;
        padding-right: 10px;
        position: absolute;
        top: 48px;
        z-index: 2;
    }
    .majorProductFamily .gradient {
        background: url(/images/backgrounds/product.family.overlay.png) 0 0 no-repeat;
        display: block;
        height: 150px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 480px;
        z-index: 3;
    }
    /* JRK .majorProductFamily a {
        text-decoration: none;
        z-index: 4;
    }*/

.minorProductFamilies {
    display: block;
    padding-top: 5px;
}
.minorProductFamilyLeft {
    background: url(/images/backgrounds/product.family.small.png) 0 0 no-repeat;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    font: bold 1.1em/1.3em Verdana, Arial, Helvetica, sans-serif;
    height: auto;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 217px;
}
.minorProductFamilyLeft:hover {
    background-position: -237px 0;
    color: #3b93cd;
}
.minorProductFamilyLeftSelected {
    background: url(/images/backgrounds/product.family.small.png) 0 0 no-repeat;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-position: -237px 0;
    color: #3b93cd;
    display: block;
    float: left;
    font: bold 1.1em/1.3em Verdana, Arial, Helvetica, sans-serif;
    height: auto;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 217px;
}
.minorProductFamilyLeftSelected:hover {
    background-position: -237px 0;
    color: #3b93cd;
}
.minorProductFamilyRight {
    background: url(/images/backgrounds/product.family.small2.png) 0 0 no-repeat;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    font: bold 1.1em/14px Verdana, Arial, Helvetica, sans-serif;
    height: auto;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 222px;
}
.minorProductFamilyRight:hover {
    background-position: -242px 0;
    color: #3b93cd;
}
.minorProductFamilyLeft span,
.minorProductFamilyRight span {
    position: relative;
    margin: auto;
}

/*------ Compare Page -----*/
.productCompareColumn {
    background: url(/images/backgrounds/compare.column.png) 0 0 no-repeat;
    border-right: 1px solid #fff;
    /*display: block;*/
    float: left;
    height: auto;
    position: relative;
    visibility: hidden;
    width: 180px;
}
    .productCompareColumn a.close {
        background: url(/images/buttons/compare.close.png) 0 0 no-repeat;
        display: block;
        height: 15px;
        overflow: hidden;
        position: absolute;
        left: 165px;
        text-indent: -9999em;
        top: 0;
        width: 15px;    
    }
    .productCompareColumn a.close:hover {
        background-position: 0 -15px;
    }
    .productCompareColumn img {
        display: block;
        margin: 15px 0 0 15px;
    }
    .productCompareColumn span {
        display: block;
        font: bold 1.2em/1.25em Verdana, Arial, Helvetica, sans-serif;
        padding: 16px 15px 12px 15px;
    }
    .productCompareColumn div {
        background: url(/images/backgrounds/compare.column.divider.png) 0 0 no-repeat;
        padding: 15px;
    }
        .productCompareColumn div p {
            padding-bottom: 0;
        }
    .productCompareColumn div.highlightAttribute {
        background-color: #e9f5ff;
    }
    .productCompareColumn div.productCompareColumnBtm {
        background: url(/images/backgrounds/compare.column.btm.png) 0 bottom no-repeat;
        height: auto;
        padding: 0;
    }
    
.printButton {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
    padding: 17px 0 0 0;
    /* width: auto; JK */
    width: 480px;
}
    .printButton a {
        background: url(/images/buttons/print.png) 0 0 no-repeat;
        display: block;
        float: right;
        height: 22px;
        overflow: hidden;
        text-indent: -9999em;
        width: 139px;
    }
    .printButton a:hover {
        background-position: 0 -22px;
    }
    
/*------ Create Design Inspire Page -----*/    
.firstCol ul#mycarousel {
    margin: 0 !important;
    visibility: hidden;
}
.firstCol ul#mycarousel li {
    background: none;
}
.firstCol ul#mycarousel li img {
    background: url(/images/backgrounds/cdi.carousel.image.png) 0 0 no-repeat;
    height: 159px;
    padding: 8px 9px 9px 7px;
    width: 346px;
}
.firstCol ul#mycarousel li h3 {
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.firstCol ul#mycarousel li p {
    color: #fff;
}
.cdiForm {
    margin-top: 18px;
}
    .cdiForm fieldset {
        /*background: url(/images/backgrounds/form.fieldset.png) 0 0 no-repeat;*/
        border-bottom: 1px solid #fff;
        display: block;
        height: auto;
        padding: 10px 0 0 0;
        width: 480px;
    }
        .cdiForm fieldset label {
            color: #545454;
            display: block;
            font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
            float: left;
            padding-right: 7px;
            text-align: right;
            width: 115px;
        }
            .cdiForm fieldset label span {
                color: #2894da;            
            }
        .cdiForm fieldset input,
        .cdiForm fieldset textarea {
            width: 340px;
        }
        .cdiForm fieldset .splitFieldset {
            float: left;
            width: 240px;
        }
            .cdiForm fieldset .splitFieldset input {
                width: 100px;
            }
        .cdiForm fieldset .fieldsetBtm {
            /*background: url(/images/backgrounds/form.fieldset.png) 0 bottom no-repeat;*/
            height: 10px;
            margin: 0;
            padding: 0;
        }
        
.submitButton {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
    padding: 17px 0 0 0;
    width: auto;
}
    .submitButton a {
        background: url(/images/buttons/submit.png) 0 0 no-repeat;
        display: block;
        float: right;
        height: 22px;
        overflow: hidden;
        text-indent: -9999em;
        width: 139px;
    }
    .submitButton a:hover {
        background-position: 0 -22px;
    }
    
/*------ Dates & Events Page -----*/    

.events {
    background: url(/images/backgrounds/events.png);
    display: block;
    height: auto;
    margin-top: 20px;
    padding-top: 50px;
    position: relative;
    visibility: hidden;
    width: 480px;
    z-index: 0;
}
    .events a.dateHeader,
    .events a.dateHeader:hover,
    .events a.dateHeader.sortByDate,
    .events a.dateHeader.sortByDate:hover {
        background: url(/images/buttons/dateevent.filters.png) 0 0 no-repeat;
        display: block;
        height: 39px;
        left: 0px;
        overflow: hidden;
        position: absolute;
        text-indent: -9999em;
        top: 0px;
        width: 124px;
        z-index: 1;
    }
    .events a.dateHeader:hover,
    .events a.dateHeader.sortByDate,
    .events a.dateHeader.sortByDate:hover {
        background: url(/images/buttons/dateevent.filters.png) 0 -39px no-repeat;
        width: 124px !important;
    }
    .events a.eventHeader,
    .events a.eventHeader:hover,
    .events a.eventHeader.sortByEvent,
    .events a.eventHeader.sortByEvent:hover {
        background: url(/images/buttons/dateevent.filters.png) -124px 0 no-repeat;
        display: block;
        height: 39px;
        left: 124px;
        overflow: hidden;
        position: absolute;
        text-indent: -9999em;
        top: 0px;
        width: 356px;
        z-index: 1;
    }
    .events a.eventHeader:hover,
    .events a.eventHeader.sortByEvent,
    .events a.eventHeader.sortByEvent:hover {
        background: url(/images/buttons/dateevent.filters.png) -124px -39px no-repeat;
        width: 356px !important;
    }
    
    .events .event {
        display: block;
        padding: 10px 15px;
        width: 450px;
    }
        .events .event .eventDate {
            display: block;
            font: bold 0.9em/1.2em Verdana, Arial, Helvetica, sans-serif;
            float: left;
            padding-right: 10px;
            text-transform: uppercase;
            width: 99px;
        }
        .events .event .eventDesc {
            display: block;
            float: left;
            padding-left: 20px;
            width: 321px;
        }
            .events .event .eventDesc h3 {
                color: #2894da;
                font: bold 1.5em/1em Verdana, Arial, Helvetica, sans-serif;
                padding: 0;
            }
                .events .event .eventDesc h3 a {
                    color: #2894da;
                    text-decoration: underline;
                }
                .events .event .eventDesc h3 a:hover {
                    color: #414141;
                    text-decoration: underline;
                }
            .events .event .eventDesc h4 {
                color: #414141;
                font: bold 0.9em/3em Verdana, Arial, Helvetica, sans-serif;
                text-transform: uppercase;
            }
        
.eventsBtm {
    background: url(/images/backgrounds/events.bottom.png) 0 0 no-repeat;
    display: block;
    height: 10px;
    width: 480px;
}

/*------ Fixture Compatibility Page -----*/    
.compatibilityFilters {
    background: url(/images/backgrounds/compatibility.filters.png) 0 0 no-repeat;
    display: block;
    height: 163px;
    margin: 20px 0;
    position: relative;
    width: 724px;
}
    .compatibilityFilters span {
        display: none;
        font: bold 1.7em Verdana, Arial, Helvetica, sans-serif;
        position: absolute;
        right: 475px;
    }
    .compatibilityFilters select {
        left: 263px;
        position: absolute;
        width: 220px;
    }
        .compatibilityFilters select#productBrand,
        .compatibilityFilters span#brandLabel {
            top: 28px;
        }
        .compatibilityFilters select#productType,
        .compatibilityFilters span#typeLabel {
            top: 69px;
        }
        .compatibilityFilters select#gallonLiterFlush,
        .compatibilityFilters span#flushLabel {
            top: 110px;
        }
    .compatibilityFilters a.find,
    .mapFilters a.find {
        background: url(/images/buttons/find.png) 0 0 no-repeat;
        display: block;
        height: 36px;
        position: absolute;
        left: 568px;
        overflow: hidden;
        text-indent: -9999em;
        top: 63px;
        width: 94px;
    }
    .compatibilityFilters a.find:hover,
    .mapFilters a.find:hover {
        background-position: 0 -36px;
    }
    
.resultsTable {
}
    .resultsTable td {
        background-color: #f3f3f3;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        color: #414141;
        font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 5px;
        width: auto;
    }
    .resultsTable td.last,
    .resultsTable th.last {
        border-right: none !important;    
    }
    .resultsTable td a {
        color: #414141;
    }
    .resultsTable td a:hover {
        color: #2894da;
    }
    
    .resultsTable tr.rowHover td {
        background-color: #fff;
    }

#compatibleFixtures th {
    background: url(/images/backgrounds/fixture.headers.png) 0 0 no-repeat;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font: bold 1.2em/1em Verdana, Arial, Helvetica, sans-serif;
    height: 39px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}
    #compatibleFixtures th.hdrFixtureModelNumber,
    #compatibleFixtures td.colFixtureModelNumber {
        background-position: 0 0;
        width: 124px !important;
    }
    #compatibleFixtures th.hdrFixtureEquiv,
    #compatibleFixtures td.colFixtureEquiv {
        background-position: -145px 0;
        width: 135px !important;
    }
    #compatibleFixtures th.hdrFixtureType,
    #compatibleFixtures td.colFixtureType {
        background-position: -301px 0;
        width: 124px !important;
    }
    #compatibleFixtures th.hdrFlushConnection,
    #compatibleFixtures td.colFlushConnection {
        background-position: -446px 0;
        width: 102px !important;
    }
    #compatibleFixtures th.hdrFlushvalveModelNumber,
    #compatibleFixtures td.colFlushvalueModelNumber {
        background-position: -569px 0;
        width: 135px !important;
    }
    
/*------ Our Global Reach Page -----*/    

.mapFilters {
    background: url(/images/backgrounds/global.filters.png) 0 0 no-repeat;
    display: block;
    height: 80px;
    margin-top: 10px;
    position: relative;
    width: 724px;
}    
    .mapFilters a.find {
        left: 610px;
        top: 22px;
    }
    .mapFilters select {
        position: absolute;
        top: 30px;
        width: 175px;
    }
        .mapFilters #mapCountry {
            left: 16px;
        }
        .mapFilters #mapFacility {
            left: 208px;
        }
        .mapFilters #mapState {
            left: 400px;
        }
        
.googleMap {
    margin-bottom: 15px;
}

#mapResults th {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: top;
}
    #mapResults th a {
        background-image: url(/images/buttons/maptable.filters.png);
        background-repeat: no-repeat;
        display: block;
        height: 39px;
        overflow: hidden;
        text-indent: -9999em;
    }
        #mapResults th#facilityname,
        #mapResults th#facilityName a {
            background-position: 0 0;
            width: 144px;
        }
        #mapResults th#facilityName a:hover,
        #mapResults th#facilityName a.sortByThis,
        #mapResults th#facilityName a.sortByThis:hover {
            background-position: 0 -39px;
        }
        #mapResults th#facilityType,
        #mapResults th#facilityType a {
            background-position: -145px 0;
            width: 102px;
        }
        #mapResults th#facilityType a:hover,
        #mapResults th#facilityType a.sortByThis,
        #mapResults th#facilityType a.sortByThis:hover {
            background-position: -145px -39px;
        }
        #mapResults th#country,
        #mapResults th#country a {
            background-position: -248px 0;
            width: 144px;
        }
        #mapResults th#country a:hover,
        #mapResults th#country a.sortByThis,
        #mapResults th#country a.sortByThis:hover {
            background-position: -248px -39px;
        }
        #mapResults th#city,
        #mapResults th#city a {
            background-position: -393px 0;
            width: 78px;
        }
        #mapResults th#city a:hover,
        #mapResults th#city a.sortByThis,
        #mapResults th#city a.sortByThis:hover {
            background-position: -393px -39px;
        }
        #mapResults th#stateProvince,
        #mapResults th#stateProvince a {
            background-position: -472px 0;
            width: 97px;
        }
        #mapResults th#stateProvince a:hover,
        #mapResults th#stateProvince a.sortByThis,
        #mapResults th#stateProvince a.sortByThis:hover {
            background-position: -472px -39px;
        }
        #mapResults th#productsUsed,
        #mapResults th#productsUsed a {
            background-position: -570px 0;
            width: 125px;
        }
        #mapResults th#productsUsed a:hover,
        #mapResults th#productsUsed a.sortByThis,
        #mapResults th#productsUsed a.sortByThis:hover {
            background-position: -570px -39px;
        }

.addYourFacilityButton {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
    padding: 17px 0 0 0;
    width: auto;
}
    .addYourFacilityButton a {
        background: url(/images/buttons/add.your.facility.png) 0 0 no-repeat;
        display: block;
        float: right;
        height: 22px;
        overflow: hidden;
        text-indent: -9999em;
        width: 139px;
    }
    .addYourFacilityButton a:hover {
        background-position: 0 -22px;
    }
       

/*------ Search Results Page -----*/
#searchResults .firstColSearch {
    padding-left: 54px;
    width: 628px;
}
   
#searchResults .firstCol {
    padding-left: 54px;
    width: 628px;
}
     
.searchbox {
    background: url(/images/backgrounds/search.box.png) 0 0 no-repeat;
    display: block;
    height: 68px;
    padding: 15px;
    position: relative;
    width: 598px;
}
    .searchbox .searchType {
    } 
        .firstColSearch .searchbox .searchType ul {
            margin: 8px 0 0 0;
        }
            .firstColSearch .searchbox .searchType ul li {
                background: none;
                padding-left: 0;
                padding-top: 3px;
                padding-bottom: 3px;
            }
                .firstCol .searchbox .searchType ul li input {
                    margin-right: 2px;
                }
    .searchbox .searchTotal {
        font-size: 1em;
        position: absolute;
        left: 508px;
        top: 30px;
    }
        .searchbox .searchTotal p {
            color: #696969;
            font-size: 1.1em;
            text-align: center;
        }
            .searchbox .searchTotal p span {
                display: block;
                font-size: 1.5em;
            }
            
.loadingProgress {
    color: #696969;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    position: relative;
    top: -8px;
}

.topRecommendation {
    padding-top: 20px;
    width: 628px;
}
.searchSection {
    background: url(/images/backgrounds/search.results.divider.png) 0 0 no-repeat;
    display: block;
    padding-bottom: 10px;
    position: relative;
    width: 628px;
}
    .searchSection a,
    .topRecommendation a {
        color: #2894da;
        display: block;
        font-size: 1.1em;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    .searchSection a:hover,
    .topRecommendation a:hover {
        color: #414141;
    }
    .searchSection h2,
    .topRecommendation h2 {
        font: bold 1.5em/1.6em Verdana, Arial, Helvetica, sans-serif;
        /*padding-top: 20px;*/
    }
        .searchSection h2 span {
            font-weight: normal;
        }
    .searchSection h3,
    .topRecommendation h3 {
        font: bold 1.5em/1.6em Verdana, Arial, Helvetica, sans-serif;
        padding-top: 20px;
    }    
        .searchSection h3 span {
            font-weight: normal;
        }
    .firstColSearch .searchSection ul,
    .topRecommendation ul {
        margin: 15px 0 0 0;
    }
    .firstColSearch .searchSection ul li,
    .firstColSearch .topRecommendation ul li {
        background: none;
        font-weight: normal;
        line-height: 1.5em;
        padding-left: 0;
        padding-bottom: 15px;
    }             
    
        .firstColSearch .searchSection ul li.backToAll,
        .firstColSearch .searchSection ul li.seeAllResults {
            padding-left: 15px;
        }
            .firstColSearch .searchSection ul li.backToAll a,
            .firstColSearch .searchSection ul li.seeAllResults a {
                background: url(/images/icons/arrow.seeAllResults.png) 0 3px no-repeat;
                color: #414141;
                display: inline;
                font-size: 1em;
                font-weight: normal;
                line-height: 1em;
                padding-left: 12px;
                padding-bottom: 0;
            }
            .firstColSearch .searchSection ul li.backToAll a:hover,
            .firstColSearch .searchSection ul li.seeAllResults a:hover {
                background-position: 0 -12px;
                color: #2894da;
            }
            
    .firstCol .pagination ul li {
        background: none;
    }
    
.searchSection .productResults {
    right: 0;
    top: 25px;
}


/*------ Self-Service Troubleshooting Page -----*/
.productAnnotations {
}
    .productAnnotations img {
        border: 15px solid #f1f1f1;
        display: block;
        float: left;
        margin-right: 25px;
    }
    
    .firstCol .productAnnotations ol {
        display: block;
        float: left;
        list-style: decimal;
        margin-left: 10px;
        margin-top: 12px;
        width: 125px;
        zoom: 1;
    }
        .firstCol .productAnnotations ol li {
            color: #2894da;
            font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
            padding: 2px 0 2px 0;
        }
            .firstCol .productAnnotations ol li span {
                color: #414141;
                position:relative;
                width:125px;
            }
    
    .productAnnotations .pictureGroupContainer {
        padding: 10px 0;
        width: 297px;
    }
    .productAnnotations .pictureGroup {
        margin: 0 auto;
    }
        .productAnnotations .pictureGroup li {
            background: none;
            padding: 0;
        }
            .productAnnotations .pictureGroup li a img {
                border: none;
                margin: 0;
            }            
            
.guides {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
    padding-top: 15px;
}            
.firstCol .guides #accordion ul {
    margin-top: 10px;
}            
    .firstCol .guides #accordion ul li {
        background:transparent url(/images/icons/content.dot.png) no-repeat scroll 0 8px;
        font-weight: normal;
        line-height: 1.5em;
        padding:2px 0 15px 10px;
    }
        .firstCol .guides #accordion ul li strong {
            display: block;
            font-weight: bold;
        }
        
        
/*------ Water Savings Calculator Page -----
#calculator {
    margin-top: 10px;
    position: relative;
    z-index: 0;
}
    #calculator a.next {
        background: url(/images/buttons/wsc.next.png) 0 0 no-repeat;
        display: block;
        height: 35px;
        overflow: hidden;
        text-indent: -9999em;
        width: 480px;
    }
    #calculator a.next:hover {
        background-position: 0 -35px;
    }
    #calculator .progress {
        margin-bottom: -11px;
        top: -23px;
        display: block;
        height: 11px;
        left: 18px;
        overflow: hidden;
        position: relative;
        width: 105px;
        z-index: 10;
    }    
        #calculator .progress span {
            background: url(/images/backgrounds/progress.png) 0 0 no-repeat;
            display: block;
            height: 66px;
            width: 105px;
        }
.step {
    display: block;
    height: 237px;
    padding: 50px;
    width: 380px;
}
    #step1 {
        background: url(/images/backgrounds/wsc.step1.jpg) 0 0 no-repeat;
    }
    #step2 {
        background: url(/images/backgrounds/wsc.step2.jpg) 0 0 no-repeat;
    }
    #step3 {
        background: url(/images/backgrounds/wsc.step3.jpg) 0 0 no-repeat;
    }
    #step4 {
        background: url(/images/backgrounds/wsc.step4.jpg) 0 0 no-repeat;
    }
    #step5 {
        background: url(/images/backgrounds/wsc.step5.jpg) 0 0 no-repeat;
    }
    #step6 {
        background: url(/images/backgrounds/wsc.step6.jpg) 0 0 no-repeat;
    }
    
    .step label {
        color: #fff;
        cursor: pointer;
        font: bold 1.5em/2em Verdana, Arial, Helvetica, sans-serif;
        padding-left: 30px;
        padding-top: 6px;
        padding-bottom: 4px;
    }
        .step label.unchecked {
            background: url(/images/buttons/waterdrop.unchecked2.png) 0 -3px no-repeat;
        }
        .step label.checked {
            background: url(/images/buttons/waterdrop.checked2.png) 0 -3px no-repeat;
        }
    .step p {
        color: #fff;
        font: bold 1.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
    }
    .step ul {
        margin: 10px 0 0 20px;
    }
        .step ul li {
            background: none;
            font-size: 1em;
            padding: 0;
        }
*/        
        
/*------ Where to Buy Page -----*/
.whereFilters {
    background: url(/images/backgrounds/wheretobuy.filters.png) 0 0 no-repeat;
    display: block;
    height: 122px;
    margin-bottom: 20px;
    padding: 20px;
    width: 440px;
}
    .whereFilters h3 {
        font-size: 1.8em;
        line-height: 1em;
        padding-top: 0;
        padding-bottom: 12px;
    }
    .whereFilters input,
    .whereFilters select {
        float: left;
        margin-right: 3px !important;
    }
    .radio_ind { /*JK aspx*/
        font: 1.2em/1.6em Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        padding-top:10px;
        padding-left:2px;
        height:65px;
    }
    .firstCol .whereFilters ul {
            margin: 8px 0 0 0;
        }
            .firstCol .whereFilters ul li {
                background: none;
                padding: 4px 0 2px 0;
            }
                .firstCol .whereFilters ul li input {
                    float: none;
                    margin-right: 5px !important;
                }
                
#accordion .contacts {
    border: none;
    margin: 0;
}
    #accordion .contacts p {
        padding-bottom: 20px;
        width: auto;
    }
    
.secondCol a.gray:link,
.secondCol a.gray:visited {
    color: #414141;
}
.secondCol a.gray:hover,
.secondCol a.gray:focus {
    color: #2894dA;
}
.secondCol .distributors {
    display: block;
    margin-top: 20px;
}
    .secondCol .distributors span {
        border-bottom: 1px solid #c9c9c9;
        border-top: 1px solid #c9c9c9;
        color: #414141;
        display: block;
        font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
        margin-bottom: 10px;
        padding: 3px 0;
        text-transform: uppercase;
    }
    .secondCol .distributors p strong {
        color: #0077c5;
    }
    .secondCol .distributors p a:link{
        color: #0077c5;
    }
    .secondCol .distributors p a:visited {
        color: #0077c5 ; /*#414141*/
    }
    .secondCol .distributors p a:hover,
    .secondCol .distributors p a:focus {
        color: #2894dA;
    }
 /*
CMS image assets
/images/backgrounds/sloanLogo_rss.jpg
*/