/*
 *   @author Skyler Parr
 *     @company Dealertrend
 *       @copyright 2007
 *       */

/*
 *   borrowed with modifications from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *
 */

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 {
    padding: 0;
    border: 0;
    outline: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 0;
    color: black;
    text-align: center;
    font: 12px Arial, Helvetica, Verdana, Times;
}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/*
*   \\ borrowed
*
*/

body {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 0;
    background: url('/images/body-bg.jpg') repeat-x;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#page_container {
    width: 950px;
    position: relative;
    margin: 0 auto 0 auto;
    font: 0;
    padding: 0;
    text-align: left;
}

#page_header {
    line-height: 0;
    position:relative;
    height: 173px;
}

#page_header img{
    line-height: 0;
    width: 950px;
    height: 185px;
}

#header_movie {
    top: 0px;
    left: 0px;
    position:absolute;
}

#container {
    margin: 0 auto 0 auto;
    text-align: left;

}

#nav_background {
    position: absolute;
}

#nav_secondary {
    position: absolute;
    z-index: 1;
    top: 206px;
    left: 400px;
    width: 526px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
    line-height: 0;
}

#nav_secondary ul {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
    line-height: 0;
    text-align: left;
}

#nav_secondary li {
    display: inline;
    padding-left: 38px;
    _padding-left: 42px;
    letter-spacing: 0;
    text-align: left;
}

#nav_secondary a {
    color: white;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica, Verdana;
    _font: bold 10px Arial, Helvetica, Verdana;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 0;
    text-align: left;
}

#nav_secondary a:hover {
    text-decoration: underline;
}

#content {
    text-align: left;
}

#nav_main {
    position: absolute;
    top: 103px;
    left: 14px;
    _left: 12px;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 950px;
    z-index: 1;
    line-height: 0;
}

#nav_links {
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 0px;
    width: 950px;
    text-align:left;
    margin: 0 auto;
}

#nav_links ul {
    padding: 0;
    margin: 0;
    text-align:left;
    width: 950px;
    top: 0px;
    left: 0px;
    list-style: none;
    display:inline;
    line-height: 0;
}

#nav_links li {
    margin: 0;
    padding: 0;
    _padding-left: 2px;
    display:inline;
    text-align: left;
    font-size: 0;
    line-height: 0;
    width: 0;
    left: 0;
}

#nav_links img {
    padding: 0 2px 0 0;
    margin: 0;
    font: 0;
    line-height: 0;
    left: 0px;
    text-align: left;
    float:left;
    _float: none;
}

#nav_links a {
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: auto;
}

.opt_content {
    position:absolute; 
    z-index:2; 
    line-height:1.1; 
}

.opt_content p {
    padding:0;
    margin:0;
}

#page_footer {
    position: relative;
    background: url('/images/nav-footer-bg.jpg') no-repeat;
    background-color: black;
    left: 0;
    width: 950px;
    height: 97px;
    clear: both;
}

#footer_content {
    float: right;
    position: relative;
    bottom: -40px;
    left:-10px;
}

#footer_content img {
}

#copyright {
    position:relative;
    text-align: left;
    bottom: 25px;
    width: 930px;
    left: 10px;
    text-align: right;
    line-height: 1;
    float:left;
    clear: both;
    font-size: 7pt;
}

.footer_links { width: 800px; text-align: center; position: relative; padding: 0px 0px 10px 0; margin: 0; } 
.footer_links li { display:inline; text-transform: uppercase; } 
.footer_links a{ color: white; text-transform: uppercase; padding: 0px 5px; font: 12px Arial; } 
