/*
 *   @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;
  background: white;
  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;
}

#page_container {
    width:953px;
    position:relative;
    margin: 0 auto 0 auto;
    height:auto;
    text-align:left;
}

#page_header {
    line-height:0;
}

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

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

#nav_background {
    position:relative;
    height: 47px;
    width: 950px;
    left: 0;
    top:0;
    background: url('../images/nav-bg.jpg') no-repeat;
    padding: 0;
}

#nav_links {
    position:absolute;
    top: 105px;
    left: 14px;
}

#content {
    text-align:center;
}

#nav_main {
    position:relative;
    height: auto;
    top:0px;
    text-transform:uppercase;
    width: 950px;
    padding: 0px;
    margin:0px;
    z-index:1;
}

#nav_links {
    color: white;
    position:absolute;
    z-index:1;
    top:10px;
    left:0px;
    width: 950px;
}

#nav_links .secondary a {
    color:#2E2C20;
}

#nav_links ul {
    padding: 0px;
    display: block;
    margin:0;
    left: 0px;
    position:relative;
    text-align:left;
}

#nav_links li {
    display:inline;
    padding-left: 35px;
}

#nav_links a {
    color: white;
    font: bold 14px Arial,Helvetica,Verdana;
    text-decoration:none;
}

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

#opt_content5 {
    background:url('../images/nav-footer-bg.jpg') no-repeat left;
    height: 37px;
    width: 950px;
    left: 0px;
    position:relative;
    top:8px;
    color:white;
    text-align:center;
    text-transform: uppercase;
    font:12px Verdana, Arial;
    line-height: 0;
    border: 1px solid transparent;
}

#opt_content5 ul {
    top: 20px;
    position: relative;
    padding: 0;
    margin: 10px;
    list-style-type:none;
}

#opt_content5 li {
    display:inline;
    line-height: 0.7;
    margin: 0;
    padding:0px;
    list-style-type:none;
}

#opt_content5 a {
    color: white;
    text-decoration:none;
}

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

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

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

#page_footer {
    background:url('../images/nav-footer-bg.jpg') no-repeat left;
    height: 37px;
    width: 950px;
    left: 0px;
    position:relative;
    top:8px;
    color:white;
    text-align:center;
    text-transform: uppercase;
    font:12px Verdana, Arial;
    line-height: 0;
    border: 1px solid transparent;
}

#footer_content {
    position:relative;
    top: 50px;
    right: 15px;
    width: 953px;
    text-align:right;
}

#copyright {
    position:absolute;
    bottom: -30px;
    width: 950px;
    left: 0;
    text-align:center;
    line-height: 1;
}
