@charset "utf-8";

body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    margin: 0;
    padding: 0;
    background: #FFF url(../images/bg_body.jpg) center top repeat-x;
}

h1 {
    font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #BA0C16;
    margin: 8px 0 6px 0;
}

h2 {
    font: italic 18px Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
}

h3 {
    font-size: 16px;
    color: #BA0C16;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 14px;
    font-weight: normal;
    color: #BA0C16;
}

h5 {
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    margin: 0;
}

p {
    font-size: 12px;
    margin: 0 0 8px 0;
}

a {
    color: #BA0C16;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

.box {
    position: relative;
    float: left;
    text-align: left;
}

.tl, .tr, .br, .bl {
    position: absolute;
    width: 5px;
    height: 5px;
    z-index: 99;
}

.tl {
    top: 0px;
    left: 0px;
    background: left top no-repeat;
}

.tr {
    top: 0px;
    right: 0px;
    background: right top no-repeat;
}

.br {
    bottom: 0px;
    right: 0px;
    background: right bottom no-repeat;
}

.bl {
    bottom: 0px;
    left: 0px;
    background: left bottom no-repeat;
}

#c {
    position: relative;
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
}

#c .l {
    position: absolute;
    top: 0px;
    left: -498px;
    width: 50%;
    height: 715px;
    background: url(../images/bg_body_l.jpg) right top no-repeat;
    z-index: -1;
}

#c .r {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 715px;
    background: url(../images/bg_body_r.jpg) 498px top no-repeat;
    z-index: -1;
}

#head {
    position: relative;
    width: 997px;
    height: 169px;
    background: #000 url(../images/bg_head.jpg) center bottom no-repeat;
    z-index: 99;
}

#head #nav {
    position: relative;
    width: 996px;
    height: 40px;
    background: #000 url(../images/bg_nav.png) left top repeat-x;
    z-index: 99;
}

#head #nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#head #nav ul li {
    position: relative;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    border-left: #565656 1px solid;
    border-right: #060606 1px solid;
}

#head #nav ul li a {
    display: block;
    position: relative;
    float: left;
    color: #FFF;
    text-decoration: none;
    padding: 13px 25px;
}

#head #nav ul li a:hover, #head #nav ul li.selected a {
    background: #BB0E18 url(../images/bg_nav_h.png) left top repeat-x;
}

#head #nav ul li ul {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 180px;
    text-align: left;
    padding-top: 1px;
}

#head #nav ul li ul li {
    width: 100%;
    border: none;
    background: #050505 url(../images/bg_nav2.gif) left top repeat-x;
}

#head #nav ul li ul li a, #head #nav ul li.selected ul li a {
    width: 130px;
    padding: 8px 25px;
    border-bottom: #050505 1px solid;
    background: none;
}

#head #nav ul li ul li a:hover {
    border-bottom: #210304 1px solid;
    background: #BB0E18 url(../images/bg_nav2_h.gif) left top repeat-x;
}

#head #nav ul li ul li ul {
    position: absolute;
    top: -1px;
    left: 100%;
    padding-top: 1px;
}

#head #nav ul li.first {
    border-left: none;
}

#head #nav ul li.last {
    border-right: none;
}

#head #nav ul li.first a {
    padding: 13px 28px;
}

#head #nav ul li ul li.first a, #head #nav ul li.first ul li a {
    padding: 8px 25px;
}

#head #nav ul li ul, #head #nav ul li:hover ul li ul {
    display: none;
}

#head #nav ul li:hover ul, #head #nav ul li ul li:hover ul {
    display: block;
}

#head #nav .tl {
    background-image: url(../images/bg_nav_tl.gif);
}

#head #nav .tr {
    background-image: url(../images/bg_nav_tr.gif);
}

#head #nav .br {
    background-image: url(../images/bg_nav_br.gif);
}

#head #nav .bl {
    background-image: url(../images/bg_nav_bl.gif);
}

#head p {
    position: absolute;
    top: 60px;
    left: 150px;
    font-size: 12px;
    color: #666;
    text-shadow: #1D1D1D 1px 1px 1px;
    margin: 0;
}

#head h1 {
    display: block;
    position: absolute;
    top: 98px;
    left: 150px;
    width: 345px;
    height: 53px;
    line-height: 160px;
    margin: 0;
    background: url(../images/p_logo.png) left top no-repeat;
    overflow: hidden;
}

#head form {
    position: absolute;
    bottom: 27px;
    right: 220px;
}

#head form input {
    width: 160px;
    font-size: 11px;
    color: #EEE;
    padding: 2px;
    border: #666 1px solid;
    background: #525252;
}

#head form input.submit {
    width: 66px;
    font-weight: bold;
    color: #EE1B2E;
    text-transform: uppercase;
    border: none;
    background: none;
    cursor: pointer;
}

#top {
    position: relative;
    width: 997px;
    height: 230px;
    padding-bottom: 8px;
    background: #000 url(../images/bg_top.png) left top repeat-x;
}

#top #search.box {
    width: 250px;
    height: 230px;
    margin-right: 8px;
    background: #FFF;
}

#top #search.box iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 230px;
    overflow: hidden;
}

#top #rotate.box {
    z-index: 1;
}

#content {
    position: relative;
    width: 953px;
    text-align: left;
    padding: 12px 22px 26px 22px;
    background: #FFF;
    overflow: hidden;
}

#content p#path {
    font-size: 11px;
    color: #BA0C16;
}

#content p#path a.active {
    color: #666;
    text-decoration: none;
    cursor: text;
}

#content #usedsearch iframe {
    position: relative;
    width: 100%;
    height: 500px;
}

#content #search_result iframe {
    position: relative;
    width: 100%;
    height: 500px;
}

#home #content {
    width: 985px;
    padding: 12px 6px;
}

#foot {
    position: relative;
    width: 997px;
    height: 90px;
    font-size: 12px;
    color: #FFF;
    background: #000 url(../images/p_holden.png) 128px 8px no-repeat;
    overflow: hidden;
    cursor: default;
}

#foot .r {
    left: auto;
    right: 90px;
    width: 118px;
    height: 90px;
    background: url(../images/p_hsv.png) left center no-repeat;
    z-index: 1;
}

#foot h3 {
    font-size: 18px;
    color: #EE3447;
    margin: 12px 0 8px 0;
}

#footnav {
    position: relative;
    width: 994px;
    height: 40px;
    font-size: 12px;
    color: #FFF;
    margin: 6px 0 20px 0;
    background: #585858 url(../images/bg_foot.png) left top repeat-x;
    overflow: hidden;
    cursor: default;
}

#footnav a {
    color: #FFF;
}

#footnav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footnav ul li {
    position: relative;
    float: left;
    font-size: 11px;
    font-weight: bold;
}

#footnav ul li a {
    display: block;
    position: relative;
    float: left;
    color: #FFF;
    padding: 12px 26px 13px 26px;
    border-left: #ABABAB 1px solid;
    border-right: #1D1D1D 1px solid;
}

#footnav ul li a:hover {
    text-decoration: none;
    background: #585858;
    border-left-color: #585858;
}

#footnav ul li.first a {
    border-left: none;
}

#footnav ul li.last a {
    border-right: none;
}

#footnav p {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding: 12px 12px 0 0;
}

#footnav .l {
    left: 0px;
    width: 5px;
    height: 40px;
    background: url(../images/bg_foot_l.gif) left top no-repeat;
    z-index: 1;
}

#footnav .r {
    left: auto;
    right: 0px;
    width: 5px;
    height: 40px;
    background: url(../images/bg_foot_r.gif) right top no-repeat;
    z-index: 1;
}

.xformButton {
    width: 100px;
    position: absolute;
    margin-top: -4px;
    left: 288px;
}

#btnSubmit7, #btnSubmit8 {
    left: 400px;
}
