﻿#hub-bar
{
    background: url(/global/hub-bar/assets/images/call-us-now.png) no-repeat 0 0;
    height: 89px;
    left: -999em;
    position: fixed;
    width: 758px;
    z-index: 100;
}
#hub-bar .close, #hub-bar .open
{
    height: 19px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 29px;
}
#hub-bar .close
{
    background: url(/global/hub-bar/assets/images/call-us-now.png) no-repeat 0 -89px;
}
#hub-bar .close:hover
{
    background-position: -29px -89px;
}
#hub-bar .open
{
    background: url(/global/hub-bar/assets/images/call-us-now.png) no-repeat -58px -89px;
    display: none;
}
#hub-bar .open:hover
{
    background-position: -87px -89px;
}
#hub-bar .opening-times
{
    color: #a00;
    font-size: 23px;
    position: absolute;
    left: 365px;
    letter-spacing: -1px;
    top: 63px;
    font: bold 22px arial;
}

#hub-bar .note
{
    color: #333333;
    font: 16px arial;
    width: 286px;
    float: left;
    padding-left: 80px;
    padding-top: 28px;
}
#hub-bar .note-bottom
{
    font-size: 14px;
}
#hub-bar .phone
{
    position: absolute;
    top: 25px;
    right: 10px;
    text-align: right;
    font: bold 30px arial;
    color: #333333;
    letter-spacing: -1px;
}
#hub-bar .phone-number
{
    font: bold 35px arial;
    color: #aa0000;
    display: inline;
    letter-spacing: -1px;
}