﻿#Content .Locations
{
    position: relative;
}

#Content .Locations .Cities
{
    margin: 10px 180px 0 9px;
    padding: 0;
    list-style: none;
}

#Content .Locations .Cities li
{
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    font-size: 1.1em;    
}

#Content .Locations .Cities li a
{
    color: #999;
}

#Content .Locations .Cities li a:hover
{
    color: #666;
}

/* --- Locations Map --- */

#Content .Locations-Map
{
    position: relative;
    height: 560px;
    margin: 15px 0 0 6px;
    padding: 0;
    background: url(/images/features/locations-map.jpg) no-repeat 0 0;
    list-style: none;
    z-index: 50;
}

#Content .Locations-Map a
{
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    text-indent: -9999px;
    z-index: 100;
    overflow: hidden;
}

#Content .Locations-Map a.City-Bath
{
    top: 423px;
    left: 295px;
    width: 42px;
}

#Content .Locations-Map a.City-Birmingham
{
    top: 371px;
    left: 253px;
    width: 83px;
}

#Content .Locations-Map a.City-Blackpool
{
    top: 295px;
    left: 221px;
    width: 77px;
    height: 21px;
}

#Content .Locations-Map a.City-Bradford
{
    top: 300px;
    left: 331px;
    width: 71px;
}

#Content .Locations-Map a.City-Ealing
{
    top: 439px;
    left: 414px;
    width: 42px;
    height: 9px!important;
}

#Content .Locations-Map a.City-Glasgow
{
    top: 164px;
    left: 244px;
    width: 67px;
}

#Content .Locations-Map a.City-Leicester
{
    top: 366px;
    left: 348px;
    width: 67px;
}

#Content .Locations-Map a.City-London
{
    top: 428px;
    left: 414px;
    width: 49px;
    height: 10px;
}

#Content .Locations-Map a.City-Manchester
{
    top: 328px;
    left: 311px;
    width: 84px;
}

#Content .Locations-Map a.City-Middlesbrough
{
    top: 247px;
    left: 346px;
    width: 102px;
}

#Content .Locations-Map a.City-Preston
{
    top: 317px;
    left: 248px;
    width: 62px;
    height: 21px;
}

#Content .Locations-Map a.City-Redbridge
{
    top: 449px;
    left: 414px;
    width: 60px;
    height: 10px;
}

#Content .Locations-Map a.City-Southampton
{
    top: 466px;
    left: 263px;
    width: 95px;
}
    
