/* ------ store locator ------------ */
.brandButtons { 
    margin-bottom: 20px;
}
.brandButtons .button { 
    width: 140px;
    height: 89px;
    float: left;
    cursor: pointer;
}
#brandButton-albertsons {
    background: url(../images/store_albertsons.gif) top left no-repeat;  
}
#brandButton-giant {
    background: url(../images/store_giant.gif) top left no-repeat;  
}
#brandButton-harris {
    background: url(../images/store_harris.gif) top left no-repeat;  
}
#brandButton-heb {
    background: url(../images/store_heb.gif) top left no-repeat;  
}
#brandButton-hyvee {
    background: url(../images/store_hyvee.gif) top left no-repeat;  
}
#brandButton-heb {
    background: url(../images/store_heb.gif) top left no-repeat;  
}
#brandButton-kroger {
    background: url(../images/store_kroger.gif) top left no-repeat;  
}
#brandButton-meijer {
    background: url(../images/store_meijer.gif) top left no-repeat;  
}
#brandButton-publix {
    background: url(../images/store_publix.gif) top left no-repeat;  
}
#brandButton-qfc {
    background: url(../images/store_qfc.gif) top left no-repeat;  
}
#brandButton-raleys {
    background: url(../images/store_raleys.gif) top left no-repeat;  
}
#brandButton-shopRite {
    background: url(../images/store_shopRite.gif) top left no-repeat;  
}
#brandButton-spartan {
    background: url(../images/store_spartan.gif) top left no-repeat;  
}
#brandButton-DW {
    background: url(../images/store_DW.gif) top left no-repeat;  
}
#brandButton-familyFare {
    background: url(../images/store_familyFare.gif) top left no-repeat;  
}
#brandButton-felpausch {
    background: url(../images/store_felpausch.gif) top left no-repeat;  
}
#brandButton-glen {
    background: url(../images/store_glen.gif) top left no-repeat;  
}
#brandButton-VGs {
    background: url(../images/store_VGs.gif) top left no-repeat;  
}
#brandButton-fredMeyer {
    background: url(../images/store_fredMeyer.gif) top left no-repeat;  
}
#brandButton-stopShop {
    background: url(../images/store_stopShop.gif) top left no-repeat;  
}
#brandButton-starter {
    background: url(../images/store_starter.gif) top left no-repeat;  
}
#brandButton-united {
    background: url(../images/store_united.gif) top left no-repeat;  
}
#brandButton-wegmans {
    background: url(../images/store_wegmans.gif) top left no-repeat;  
}
#brandButton-wholeFoods {
    background: url(../images/store_wholeFoods.gif) top left no-repeat;  
}

#brandButton-westerly {
    background: url(../images/store_westerly.gif) top left no-repeat;  
}
#brandButton-winn {
    background: url(../images/store_winn.gif) top left no-repeat;  
}
    #brandButton-albertsons:hover,
    #brandButton-giant:hover,
    #brandButton-harris:hover,
    #brandButton-hyvee:hover,
    #brandButton-kroger:hover,
    #brandButton-shopRite:hover,
    #brandButton-stopShop:hover,
    #brandButton-starter:hover,
    #brandButton-united:hover,
    #brandButton-winn:hover,
    #brandButton-qfc:hover,
    #brandButton-spartan:hover,
    #brandButton-DW:hover,
    #brandButton-familyFare:hover,
    #brandButton-felpausch:hover,
    #brandButton-glen:hover,
    #brandButton-VGs:hover,
    #brandButton-fredMeyer:hover,
    #brandButton-harris:hover,
    #brandButton-westerly:hover,
    #brandButton-meijer:hover,
    #brandButton-raleys:hover,
    #brandButton-heb:hover,
    #brandButton-wegmans:hover,
    #brandButton-wholeFoods:hover,
    #brandButton-publix:hover {
        cursor: pointer;
        background-position: left -89px;
    }
    
#letterBlock {
    padding: 10px 0 0 0;
}
    #letterBlock #imageBlock { 
        background: url('../images/letter_clickHere.gif') top left;
        width: 141px;
        height: 156px;
        float: left;
        cursor: pointer;
    }
    
    #letterBlock .disclaimer {
        float: left;
        width: 400px;
        padding: 5px 0 0px 5px;
        
    }
    #letterBlock .disclaimer a {
        font-size: 12px;
    }
    