body
{
    color: #333333;
    text-align: center;
    font-family: verdana, sans-Serif;
    padding:0;
    margin:0;
}
div.outerholder
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
div.header
{
    margin-bottom: 80px;
    padding-top: 65px;
    background-color:#EEEEEE;
}
div.horiznav
{
    float: right;
    margin-top: 15px;
    font-size: 0.9em;
}
div.horiznav a
{
    text-decoration: none;
    color: #333333;
    text-transform: uppercase;
}
div.horiznav a:hover
{
    color: #58ADFE;
}
div.footer
{
    background: #494546 url(graphics/footer-bg-strip.png) repeat-x top;
    color: #FFFFFF;
    padding: 20px;
}
div.footer a
{
    text-decoration: none;
    color: #CCCCCC;
}
div.footer a:hover
{
    text-decoration: underline;
}
div.footer ul
{
    margin: 0;
    padding: 0px;
    width: 720px;
}
div.footer li
{
    list-style-type: none;
    display: block;
    width: 240px;
    float: left;
}
div.spotlights
{
    background: #5BADFF url(graphics/spotlight-bg.png) bottom repeat-x;
    clear: both;
}
div.spotlights a
{
    text-decoration: none;
    color: #FFFFFF;
}
div.spotlights ul
{
    padding-left:1.5em;
    font-size:0.8em;
    width:170px;
}
div.somethingspecial
{
    text-align: center;
    padding-bottom: 57px;
}
h1, h2, h3, h4, h5, h6
{
    color: #57ACFF;
    font-weight: normal;
}
h1
{
    font-size: 1.4em;
}
.enquiryform
{
    float: right;
    width: 450px;
    margin-right: 30px;
    margin-bottom: 50px;
    position: relative;
    top: -41px;
}
.enquiryform h1
{
    margin-top: 0;
    padding-top: 0;
}
.enquiryform div
{
    background-color: #D6D6D6;
    padding: 20px;
}
