/* Part of the CSS framework developed by InfiniteNetworks - infinite.net.au */

/* This section resets all browser default styles, thanks to Eric Meyer. */

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, 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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* Handles all the typography, and the vertical rhythm. */

html, body {
    font-size: 14px;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
    color: #e7e7e7;
}

a, a:visited {
    color: #f0f0f0;
    text-decoration: none;
}

a:hover, a:active {
    color: #ffffff;
    text-decoration: underline;
}

p, ol, ul, dl, form, table {
    margin-top: 1.5em;
}

code, blockquote {
    padding: 1.5em;
}

code, var, samp, tt {
    font-family: Courier, monospace;
}

h1 {
    font-size: 2em;
    line-height: .75em;
    margin: .75em 0;
}

h2 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 1em 0;
    font-weight: bold;
}

p + h2 {
    margin-top: 20px;
}

h3, legend, th {
    font-size: 1.25em;
    line-height: 1.2em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.36em;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

li {
    margin-left: 1.5em;
}

small, sup, sub {
    font-size: .8em;
    line-height: 1.875em;
}

sup, sub {
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    top: .5em;
}

/* Custom styles */

html {
    background: #232323 url(../images/background.png);
}

body {
    width: 960px;
    margin: 0 auto 0 auto;
    background: #373737 repeat-y center;
    padding: 0 3px;
}

li {
    margin-bottom: 1.5em;
}

#logo {
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
    height: 99px;
    width: 436px;
    margin: 0;
    float: left;
}

#header {
    width: 960px;
    height: 250px;
    background: url('../images/cars/car4.jpg') no-repeat center #FFFFFF;
    position: relative;
}

#navigation {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0px;
    font-weight: bold;
    text-align: center;
    color: #504040;
}

#navigation ul {
    margin: 0 auto 0 auto;
}

#navigation li {
    display: inline-block;
    margin: -29px 1px 0 1px;
    height: 25px;
    padding: 5px 10px 0 10px;
    background: url(../images/navigation_bg.png) repeat-x;
}

#navigation li:hover {
    background: url(../images/navigation_bg_hover.png) repeat-x;
}

#navigation a {
    display: block;
    text-decoration: none;
}

#navigation a, #navigation a:visited, #navigation a:hover, #navigation a:active {
    color: #000;
}

#navigation li:first-child {
    background: url(../images/nav_start.png) no-repeat;
}

#navigation li:first-child:hover {
    background: url(../images/nav_start_hover.png) no-repeat;
}

#navigation li:last-child {
    background: url(../images/nav_end.png) no-repeat;
}

#navigation li:last-child:hover {
    background: url(../images/nav_end_hover.png) no-repeat;
}

#content {
    clear: both;
    padding: 52px 85px 50px 85px;
    overflow: auto;
    border-top: 1px solid #7a7a7a;
}

#content img {
    border: 1px solid #7A7A7A;
    clear: right;
    float: right;
    margin: 0 0 20px 10px;
    padding: 4px;
}

iframe {
    border: 1px solid #7A7A7A;
    margin-bottom: 20px;
    padding: 4px;
    float: right;
}

#footer {
    font-size: 11px;
    text-align: center;
}

.column {
    width: 252px;
    float: left;
}

#col_2 {
    margin-left: 37px;
}

h2.centered {
    font-size: 16px;
    display: block;
    margin: 20px auto 10px auto;
}

#map1, #map2 {
    width: 544px;
    height: 250px;
    margin: 2em auto 2em auto;
    background: #404040 url(../images/loading.gif) center center no-repeat;
    border: 2px solid #7a7a7a;
}

#map1 span, #map2 span {
    display: none;
    speak: none;
}

span.fn, span.tel {
    display: block;
    margin: 0 0 1em 0;
}

input, textarea {
    border: 1px solid #d0d0d0;
    background: #a0a0a0;
}

table {
    margin-top: 0;
}

td {
    padding-left: 5px;
    vertical-align: top;
}
