/* ----------------------------------------------
                Global Classes
---------------------------------------------- */

body {
        font-family: verdana, helvitica, sans-serif;
        font-size: 10pt;
        background: #DF4545;
        color: #000000;
}

img {
                border: 0;
}

h1 {
        font-size: 12pt;
        color: #840000;
}

h2 {
        font-size: 11pt;
        color: #3F0000;
}

/* ----------------------------------------------
                Page-width Classes
---------------------------------------------- */


#mainWrapper {
        width: 780px;
        margin: 0 auto;
}

#main {
        float: left;
        border: 1px #AE0001 solid;
        margin-bottom: 20px;
}

#contentWrapper {
        float: left;
        width: 770px;
        padding: 5px;
        background: #FFFFFF;
}

/* -----------------------------------------------
                Top Classes
----------------------------------------------- */

#header {
        float: left;
        width: 780px;
        background: url('images/header.jpg') no-repeat;
        height: 160px;
        margin: 0;
}

#logo {
                float: left;
                margin: 10px 0 0 20px;
}

/* -----------------------------------------------
                Navigation Classes
----------------------------------------------- */

ul#navigation {
    float: left;
    list-style: none;
    font-family: verdana, , sans-serif;
    height: 26px;
    width: 780px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
    background: #af0000 url('images/nav_bg.gif') repeat-x;
}

ul#navigation ul {
                list-style: none;
}

ul#navigation li {
                display: inline;
                margin-top: 10px;
                margin-left: 0px;
}

ul#navigation a {
        text-decoration: none;
        padding: 10px 5px;
        color: #ffffff;
}

ul#navigation a:hover {
        color: #Ffffff;
        background: url('images/nav_bg_hover.gif') repeat-x;
}

#navselected a {
        background: url('images/nav_bg_active.gif') repeat-x;
        color: #ffffff;
        height: 35px;
}

#navselected a:hover {
        color: #ffffff;
        background: url('images/nav_bg_hover.gif') repeat-x;
}

/* -----------------------------------------------
                Content Classes
----------------------------------------------- */

#contentLeft {
        float: left;
        width: 250px;
}

#contentRight {
        float: left;
        width: 480px;
        margin-left: 10px;
}

p.facts {
        text-align: center;
        font-weight: bold;
        text-decoration: underline;
}

.dont {
       margin: 10px 0 10px -60px;
}

.terms {
       float: left;
       padding: 0 20px;
       font-size: 8pt;
}

.terms ul { list-style-type: lower-alpha; }

.terms h1, .terms h2 {
      margin: 0;
      padding: 0;
      text-align: center;
}

.terms h2 { color: #000; }

#contact input, #contact textarea {
     background: #FFFFDF;
     width: 320px;
     border: 1px #AE0001 solid;
     padding: 5px;
}

#contact input.submit {
     float: right;
     width: 120px;
     margin-right: 0px;
     border: 1px #AE0001 solid;
     background: #FFFFDF;
}

#address {
     clear: both;
     text-align: center;
}

ul.bullets { list-style-image: url("images/bullet.jpg"); } 

/* -----------------------------------------------
                Vans Classes
----------------------------------------------- */

p.click {
     font-weight: bold;
     text-decoration: italic;
     text-align: center;
     font-size: 8pt;
}

.vans {
     float: left;
     margin-bottom: 10px;
     background: url('images/van_bg.jpg') top right no-repeat;
     border: 1px #DF8B8B solid;
     width: 470px;
     padding: 10px;
     min-height: 160px;
     font-size: 8pt;
}

.vans h2 {
     color:#AE0001;
     font-size: 8pt;
     margin: 0;
     padding: 0;
}

.vans .left {
     float: left;
     margin-right: 10px;
}

table.info {
     margin: 0 auto;
     width: 260px;
     background: #FFDFDF;
     border: 1px #FFBFBF solid;
     border-collapse: collapse;
     border-spacing: 0px;
}

.info td {
     vertical-align: top;
     padding: 5px;
}

td.infoLeft { 
     font-weight: bold;
     width: 90px;
}

.altLine {
     background: #FFEFEF;
}

/* -----------------------------------------------
                Footer Classes
----------------------------------------------- */

#footer {
    float: left;
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    width: 780px;
    text-align: center;
    padding: 15px 0;
    background: #af0000 url('images/nav_bg.gif') repeat-x;
}

#footer a {
        color: #FFFFFF;
}

#footer a:hover {
        color: #FFBFC0;
}
