﻿/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

img.inline
{
    margin-top: -10px;
    margin-bottom: 2px;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

html, body
{
    height: 100%;
}

body
{
    background-color: #161616;
    font-family: "Helvetica Neue" , Arial, Helvetica, sans-serif;
    color: #3A3A3A;
}

div#topmargin
{
    height: 18px;
}

div#main
{
    clear: both;
    position: relative;
    width: 900px;
    height: 600px;
    margin: 0 auto 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    border: solid 1px #FFFFFF;
}

div#header
{
    height: 134px;
}

div#header img.landinglogo
{
    position: relative;
    top: -1px;
    left: -1px;
}

div#header img.logo
{
    margin-right: 30px;
    margin-top: 15px;
    float: right;
}

div#landingbody
{
    height: 310px;
}

div#body
{
    margin: 0 90px 0 90px;
    padding: 0px;
    height: 305px;
}

div#body.padded
{
    padding: 30px !important;
    height: 245px !important;
}

div.background
{
    background: url('images/overlay.png') repeat;
}

div#navigation
{
    text-transform: uppercase;
    font-size: 1.8em;
    text-align: right;
    margin: 40px 60px 10px 60px;
}


div#subnavigation
{
    text-transform: uppercase;
    text-align: right;
    line-height: 1.7em;
    margin: 0 60px 30px 60px;
}

div#subnavigation a
{
    padding: 3px;
    color: #3A3A3A;
}

div#subnavigation span
{
    color: #95010E;
}

div#navigation.light a, #navigation.light span, #subnavigation.light a, #subnavigation.light span
{
    color: #989898;
}

div#navigation.light span.selected, #subnavigation.light span.selected
{
    color: #FFFFFF;
}

h1
{
    color: #A6A6A6;
    font-size: 2.0em;
    margin-bottom: 0.35em;
}

a
{
    color: #95010E;
    text-decoration: none;
}

div#footer
{
    width: 900px;
    text-align: center;
    color: #5C5C5C;
    font-size: 0.7em;
    margin: 0 auto 0 auto;
    line-height: 2em;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

p
{
    font-size: 0.9em;
    margin-bottom: 0.75em;
    color: #FFFFFF;
    line-height: 1.3;
}

p.small
{
    font-size: 0.8em;
    margin-bottom: 0.35em;
}

p.large
{
    font-size: 1.3em;
}

.heavy
{
    font-weight: bold;
}

div#contactdetails
{
    width: 275px;
    margin-top: 50px;
}

div#body div img#map
{width: 300px; margin-top: 38px;}

div.scrollbar
{
    width: 30px;
    height: 275px;
    padding: 15px 30px 15px 30px;
}

div.scrollbar img.scrollup
{
    margin-bottom: 215px;
}

div#sidebar
{
    width: 260px;
    height: 305px;
    margin-left: 60px;
}

div#content
{
    width: 250px;
    height: 275px;
    padding: 30px 30px 0 30px;
    overflow: hidden;
}

div#widecontent
{
    width: 510px;
    height: 275px;
    padding: 30px 30px 0 30px;
    margin-left: 60px;
    overflow: hidden;
}

div#widecontent img
{
    margin: 20px 30px 0 -32px;
}

div#widecontent p.small
{
    margin-top: 30px;
}

div#widecontent a
{
    color: #DC9A9A;
}

img#back
{
    margin-top: 138px;
    margin-left: 98px;
    position: absolute;
}

div#body.thinking
{
    background: url('images/overlay.png') repeat;
}

div#content div img
{
    margin-bottom: 8px;
}

/* div#thinkingbottomgradient
{
    position: absolute;
    top: 409px;
    left: 90px;
    height: 30px;
    width: 720px;
    background: url('images/bottomgradient.png') repeat-x;
}

div#widebottomgradient
{
    position: relative;
    top: 275px;
    left: 60px;
    height: 30px;
    width: 570px;
    background: url('images/bottomgradient.png') repeat-x;
}

div#bottomgradient
{
    position: relative;
    top: 275px;
    left: 320px;
    height: 30px;
    width: 310px;
    background: url('images/bottomgradient.png') repeat-x;
} */

div#badges
{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 260px;
    width: 85px;
    background-color: #737373;
    display: table-cell;
    text-align: center;
    padding-top:10px;
    z-index: 2;
    border: solid 1px #161616;
}

div#badges img
{
    width: 50px;
    margin-bottom: 10px;
    clear:both;
}

div#badges img.small
{
    width: 20px !important;
    margin-bottom: 0 !important;
}

div#container
{
    z-index: 1;    
}