/*
page header:
    width: 943
    height: 54

logo:
    position-x: left-justified to header area

nav:
    position: right-justified to header area

divider/footer:
    width: 943
    height: 40

content bg:
    width: 943
    y: 54

content html:
    width: 913
    y: 69
*/

:root {
    overflow-y: scroll !important;
}

html,
body {
    background-color: #cfcfcf;
    background-image: url(page-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    margin: 0;
    padding: 0;
    height: 100%;
}

#page {
    width: 943px;
    position: relative;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(home-content-bg.png);
    background-repeat: repeat-y;
    background-position: 0px 300px;
}

#header {
    margin: 0;
    padding: 0;
    height: 58px;
    background: #ffffff;
}

#logo {
    width: 432px;
    height: 56px;
    background-image: url(logo.png);
    position: absolute;
    left: 0px;
    top: 0px;
}

#account {
    position: absolute;
    left: 500px;
    right: 942px;
    top: 2px;
    width: 442px;
    text-align: right;
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    color: #000000;
}

#account a {
    color: #000000;
}

#nav {
    position: absolute;
    left: 500px;
    right: 942px;
    top: 32px;
    width: 442px;
    text-align: right;
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    color: #000000;
}

#nav a {
    color: #000000;
}

#content-container {
    width: 943px;
    margin: 0;
    padding: 0;
    padding-bottom: 44px;
    font-family: Tahoma, Verdana;
    font-size: 11pt;
    color: #444444;
}

#content-container a {
    color: #1961c3;
}

#banner {
    width: 943px;
    height: 339px;
    background-image: url(home-advert.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

#banner-testdrive {
    position: absolute;
    left: 252px;
    top: 280px;
    width: 80px;
    height: 17px;
}

#banner-content {
    position: absolute;
    left: 500px;
    right: 942px;
    top: 369px;
    width: 442px;
    text-align: right;
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    color: #ffffff;
}

#banner-content a {
    color: #ffffff;
    text-decoration: none;
}

#content-left {
    padding-left: 15px;
    padding-right: 15px;
}
#content-middle {
    padding-left: 15px;
    padding-right: 15px;
}
#content-right {
    padding-left: 15px;
    padding-right: 15px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 943px;
    height: 40px;
    background: #3d3d3d;
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    color: #ffffff;
    padding-top: 4px;
}

#footer a {
    color: #ffffff;
}

#title {
    color: #000000;
    text-align: center;
}

#subtitle {
    color: #ff8502;
    font-weight: bold;
}

#quote-text {
    color: #000000;
}

#quote-who {
/*    font-style: italic; */
    font-size: 10pt;
    font-weight: bold;
}

#divider {
    background: #8d8d8d;
    font-family: Tahoma, Verdana;
    font-size: 14pt;
    color: #ffffff;
    width: 928px;
    margin-left: -15px;
    padding-left: 15px;
}

#divider a {
    color: #ffffff;
}

.key {
    color: #ff8502;
}
