* {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

a img {
    border:none;
}

body {
    font-family: sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
}



#page {
    position: relative;
    min-width:1000px;
    max-width:1238px;
    width:1238px;
    margin:15px auto 0 auto;

}

#border {
    background-color: #FFF;
    bottom:0;
    position: absolute;
    height:30px;
    font-size: 11px;
    color: #333333;
    width:100%;
}

#border div{
    min-width:1000px;
    max-width:1238px;
    margin:0 auto;
    padding:0 0 0 10px;
}

#border div a{
    color: #333333;
    text-decoration: none;
}

#menu li {
    display: inline;
    list-style-type: none;
    margin:0 12px 0 0;
}

#menu li a{
    font-size: 12px;
    color: #4C4C4C;
    text-decoration: none;
}

#content {
    width:1238px;
    height:790px;
    background:url(../img/homebg.jpg) no-repeat;
    position: fixed;
}

#content #mo_logo {
    display: none;
    left:27px;
    top:14px;
    _top:33px;
    position: absolute;
    width:1009px;
    height:267px;
}

#content #mo_bloomsbary:hover, #content #mo_ealing:hover, #content #mo_blackfriar:hover, #content #mo_kensington:hover , #content #mo_putney:hover {
    background-position: -100%;
}

#content #mo_bloomsbary {
    position: absolute;
    left:809px;
    top:370px;
    _top:389px;
    background:url(../img/mo_bloomsbary.jpg);
    display: block;
    width:91px;
    height:53px;
}

#content #mo_ealing {
    position: absolute;
    left:709px;
    top:318px;
    _top:337px;
    background:url(../img/mo_ealing.jpg);
    display: block;
    width:50px;
    height:31px;
}

#content #mo_blackfriar {
    position: absolute;
    left:588px;
    top:256px;
    _top:275px;
    background:url(../img/mo_blackfriar.jpg);
    display: block;
    width:91px;
    height:53px;
}

#content #mo_kensington {
    position: absolute;
    left:546px;
    top:313px;
    _top:332px;
    background:url(../img/mo_kensington.jpg);
    display: block;
    width:70px;
    height:77px;
}

#content #mo_putney {
    position: absolute;
    left:635px;
    top:414px;
    _top:432px;
    background:url(../img/mo_putney.jpg);
    display: block;
    width:42px;
    height:45px;
}

#address_box {
    float: right;
    text-align: right;
    position: relative;
    width:50%;
}

#address_box address {
    display: none;
    font-size: 11px;
    color: #333333;
    font-style: normal;
    position: absolute;
    right:0;
    top:-20px;
}

/****/

.correct {
    clear: both;
    width: 1px;
    height: 1px;
    visibility: hidden;
}