
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #494134;
    background: url(images/background.png) repeat-y;
    background-color:#E4E6E8;
    position:relative;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top; }
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }
img { border: 0px; }

h1{ 
    font-size: 20px; 
    font-weight:normal;
    font-family:times;
}

.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.hdrbar { background-color: #0072BC; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }

a:link    { color: #5b5b5b; text-decoration: none; cursor: pointer; }
a:visited { color: #5b5b5b; text-decoration: none; cursor: pointer; }
a:hover   { color: #AF000E; text-decoration: none; cursor: pointer; }

a.active:link    { color: #AF000E; text-decoration: none; cursor: pointer; }
a.active:visited { color: #AF000E; text-decoration: none; cursor: pointer; }
a.active:hover   { color: #AF000E; text-decoration: none; cursor: pointer; }


ul { padding-top:0; margin-top:0; }

div#menu{
    position:absolute;
    top:50px;
    left:50px;
    background:url(images/left_bg.png) no-repeat;
    width:205px;
    height:555px;
    padding:20px 5px 10px 20px;
    font-size:13px;
    /* text-transform:capitalize; */
}

div#mainmenu{
    margin:50px 0 0 0;
}

div.mainlink{
    list-style:none;
    width:150px;;
    border:1px solid #5b5b5b;
    border-width: 0 0 1px 0;
    padding: 15px 0 3px 0;
    /* text-transform:capitalize; */
}

div#main{
    position:absolute;
    top:50px;
    left:265px;
    background:url(images/right_bg.png) no-repeat;
    width:645px;
    height:555px;
    padding:20px 5px 10px 20px;
}

div#main #text{
    width:600px;
    height:530px;
    text-align:justify;
    overflow:auto;
    line-height:1.3em;
    padding: 0 10px 0 0;
}

div#main div#hptext{
    position:absolute;
    top:100px;
    left:20px;
    width:250px;
}

div#thumbs{
    position:absolute;
    top:485px;
    left:20px;
}

div#thumbs img.current{
    border:3px solid #AF000E;
}

div#thumbs img{
    border:3px solid #ffffff;
}

div#variations{
    float:right;
    text-align:right;
    padding: 0 30px 0 0;
}

div#variations div{
    text-align:left;
    width:150px;
    height:20px;
    float:left;
    color:white;
    background:#999999;
    margin: 0 1px 0 0;
    padding: 3px 0 0 3px;
}


div#variations div a:link{
    color: #ffffff;
    text-decoration:none;
}

div#variations div a:visited{
    color: #ffffff;
    text-decoration:none;
}

div#variations div a:hover{
    color: #ffffff;
    text-decoration:none;
}

div#variations div.selected{
    background: #AF000E;
}

div#menu ul{
    margin:0;
    padding:20px 0 0 0;
}
div#menu li{
    list-style:none;
    width:150px;;
    border:1px solid #5b5b5b;
    border-width: 0 0 1px 0;
    padding: 15px 0 3px 0;
    /* text-transform:capitalize; */
}

div#menu div#submenu{
    /* text-transform:capitalize; */
    line-height:1.4em;
    padding:5px 0 0 0;
}

div#menu div#footer{
    position:absolute;
    top:380px;
    left:20px;
}

div#cars{
    position:absolute;
    left: 71px;
    top:208px;
}

div#scale{
    position:absolute;
    left: 10px;
    top:438px;
}

div#footer{
    margin:25px auto 0 auto;
    position:absolute;
    top:595px;
    left:50px;
}