﻿body {
    background-image: url(Tyre2_new_light_green.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

h1
{
    font-family: Arial, Sans-Serif;
    font-size: 32px;
    letter-spacing: -2px;
    background-color: #9f3;
    padding-left: 10px;
    margin-top: 10px;
}

#TopWrapper
{
    width: 100%;
    height: 130px;
    background-color: transparent;
}

#Top
{
    background-color: transparent;
}

#Footer
{    
    background-image: url(Tyre1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

#FooterInner
{
    border: dashed 1px #999;
}

#Header
{
    background-color: transparent;
}

#HeaderRight
{
    background-color: transparent;
}

#PlateWrapper
{
    width: 500px;
    height: 78px;
    background: transparent;
    background-repeat: no-repeat;
    margin: 25px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

#Bottom
{
    border-top: dashed 10px #333;
}

a.websiteTitle:link, a.websiteTitle:active, a.websiteTitle:visited
{
    text-decoration: none;
    color: #333;
}

a.websiteTitle:hover
{
    text-decoration: none;
    color: #093;
}

a.websiteTitle span
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 56px;
    letter-spacing: -6px;
    margin-left: 0px;
}

div.formInfo
{
    background-color: #666;
    color: #fff;
}

fieldset div
{
    background-color: #fff;
}

#HeaderRight a:link, #HeaderRight a:visited, #HeaderRight a:active, #HeaderRight a:hover
{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-top: 50px;
    letter-spacing: -2px;
    background-color: #9f3;
    width: 190px;
    padding: 5px;
    float: right;
}

#HeaderRight a:hover
{
    color: #9f3;
    background-color: #333;
}

label
{
    font-family: Arial, Sans-Serif;
}


/* Login */
#loginStatus
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
}

#loginStatus a, #loginStatus a:link, #loginStatus a:visited, #loginStatus a:active, #loginStatus a:hover
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    display: inline;
    width: auto;
    float: none;
    background: #fff;
    letter-spacing: normal;
}

#loginStatus a:hover
{
    color: #9f3;
}



/* List Items */
.listItem
{
    border: solid 1px #999;
    border-right: dashed 1px #999;
    background-image: url(ListItemTopDiagStripe.jpg);
    background-repeat: no-repeat;
}



/* Footer Links */

#FooterInner a:hover
{
    color: #9f3;
}