#left-page {
    background-color: #f6f5f1;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.home-page {
    background-image: url("/img/location/splash.jpg");
}

.dining-page {
    background-image: url("/img/location/splash-dining.jpg");
}

.shopping-page {
    background-image: url("/img/location/splash-shopping.jpg");
}

.salons-spas-page {
    background-image: url("/img/location/splash-salons-spas.jpg");
}

.points-of-interest-page {
    background-image: url("/img/location/splash-points-of-interest.jpg");
}

.vcard .adr {
    margin-bottom: 1em;
}



#left-page #location-categories {
    position: absolute;
    top: 146px;
    left: 0;
    width: 373px;
    height: 23px;
    background-color: #f6f5f1;
}



#left-page #location-categories li {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}

#left-page #location-categories li a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}



#left-page #location-categories #dining-link,
#left-page #location-categories #shopping-link,
#left-page #location-categories #salons-spas-link,
#left-page #location-categories #points-of-interest-link {
    position: absolute;
    top: -19px;
    height: 37px;
}

#left-page #location-categories #dining-link {
    width: 54px;
    left: 9px;
    background: url("/img/location/link-dining.gif") 0 0 no-repeat;
}

#left-page #location-categories #dining-link a {
    background: url("/img/location/link-dining.gif") 0 0 no-repeat;
}

#left-page #location-categories #shopping-link {
    width: 67px;
    left: 69px;
    background: url("/img/location/link-shopping.gif") 0 0 no-repeat;
}

#left-page #location-categories #shopping-link a {
    background: url("/img/location/link-shopping.gif") 0 0 no-repeat;
}

#left-page #location-categories #salons-spas-link {
    width: 86px;
    left: 141px;
    background: url("/img/location/link-salons-spas.gif") 0 0 no-repeat;
}

#left-page #location-categories #salons-spas-link a {
    background: url("/img/location/link-salons-spas.gif") 0 0 no-repeat;
}

#left-page #location-categories #points-of-interest-link {
    width: 132px;
    left: 233px;
    background: url("/img/location/link-points-of-interest.gif") 0 0 no-repeat;
}

#left-page #location-categories #points-of-interest-link a {
    background: url("/img/location/link-points-of-interest.gif") 0 0 no-repeat;
}



#left-page #location-categories #dining-link a:hover,
#left-page #location-categories #shopping-link a:hover,
#left-page #location-categories #salons-spas-link a:hover,
#left-page #location-categories #points-of-interest-link a:hover {
    background-position: 0 -37px;
}



#left-page.dining-page #location-categories #dining-link,
#left-page.dining-page #location-categories #dining-link a,
#left-page.shopping-page #location-categories #shopping-link,
#left-page.shopping-page #location-categories #shopping-link a,
#left-page.salons-spas-page #location-categories #salons-spas-link,
#left-page.salons-spas-page #location-categories #salons-spas-link a,
#left-page.points-of-interest-page #location-categories #points-of-interest-link,
#left-page.points-of-interest-page #location-categories #points-of-interest-link a {
    background-position: 0 -37px;
}



#category-locations {
    position: relative;
    margin-top: 169px;
}



.listing {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 1em;
}
* html .listing {
    margin-bottom: .5em;
}