﻿div#hero
{
    height: 467px;
    width: 100%;
    padding-bottom: 4px;
    
}


#hero
{
    position: relative;
    overflow: hidden;
}
    #hero div.hero-overlay{
        position: absolute;
        z-index: 10;
        background: transparent url(/images/global/master-sprite.png) no-repeat scroll 0 0;
    }
        #hero div.hero-overlay a{
            content: " ";
            display: block;
            height: 100%;
        }
        
    #hero div.hero-feature{
        position: absolute;
        overflow: hidden;
    }
    #feature-quality{
        top: 0;
        left: 0;
        width: 470px;
        height: 471px;
    }
        #feature-quality div.hero-overlay{
            width: 232px;
            height: 74px;
            top: 125px;
            left: 40px;
            background-position: -307px 0;
        }
        #feature-quality div.twenty-four-or-more{
            width: 75px;
            height: 75px;
            top: 20px;
            left: 20px;
            background-position: -232px 0;
        }

    #feature-quick{
        /*
        top: 0;
        left: 470px;
        */
        top: 235px;
        left: 470px;

        width: 471px;
        height: 235px;
    }
        #feature-quick div.hero-overlay{
            width: 0px; /*hide bg: 221px; */
            height: 74px;
            top: 110px;
            left: 38px;
            background-position: -539px 0;
        }
        /*
        #feature-quick div.one-or-more {
            width: 75px;
            height: 75px;
            top: 20px;
            left: 20px;
            background-position: -231px -86px;
        }
        
        #feature-quick div.twenty-four-or-more{
            width: 75px;
            height: 75px;
            top: 20px;
            left: 20px;
            background-position: -232px 0;
        }
        */        

    #feature-embroidery{
        /*
        top: 235px;
        left: 470px;
        */
        top: 0;
        left: 470px;
        width: 470px;
        height: 235px;
    }
        #feature-embroidery div.hero-overlay{
            width: 174px;
            height: 45px;
            /*
            top: 159px;
            left: 39px;
                */
            top: 30px;
            left: 100px;
            background-position: -762px 0;
        }
        #feature-embroidery div.twenty-four-or-more{
            width: 75px;
            height: 75px;
            top: 20px;
            left: 20px;
            background-position: -232px 0;
        }

/*     #feature-quote{
        top: 235px;
        left: 705px;
        width: 235px;
        height: 235px;
    }
        #feature-quote div.hero-overlay{
            width: 143px;
            height: 39px;
            top: 158px;
            left: 40px;
            background-position: -306px -74px;
        } */

.royalSlider {
  width: 470px;
  height: 470px;
  position: relative;
}

.rsMinW .rsBullets {
    bottom:20px; left:0; right:0;
    text-align: center;
    margin: 0 auto;
	width: 300px;
}

.screen-print-hdr 
{
    text-indent: -9999px;
    width: 231px;
	height: 73px;    
    position: absolute;
    z-index: 10;
    top: 110px;
    left: 35px;
    color: #fff;
    background: url(/images/global/master-sprite.png) no-repeat -307px 0;
}

.hero-feature .hdr-1,
.hero-feature .hdr-2,
.hero-feature .get-quote 
{
    color: #fff;
    font-family: 'Helvetica Neue', 'Helvetica' 'Open Sans', Arial, Sans-Serif;
}

.hero-feature .hdr-1:hover,
.hero-feature .hdr-2:hover,
.hero-feature .get-quote:hover 
{
    text-decoration: none;
}

.hero-feature .hdr-1 
{
    width: 231px;
    height: 73px;
    font-size: 20px;
    font-weight: 800;
    z-index: 50;
    display: block;    
}

.hdr-feature .hdr-2 
{
    font-size: 20px;
    font-weight: 300;
}

.hero-feature .get-quote 
{
    display: block;
    font-size: 12px;
    font-style: italic;
}