/*
 *   @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: normal;
    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
*
*/

#page_container {
    width: 953px;
    position: relative;
    margin: 0 auto 0 auto;
    height: auto;
    text-align: left;
}

#page_header {
    line-height: 0;
}

#page_header img{
    line-height: 0;
    width: 950px;
    height: 227px;
}

#container {
    margin: 0 auto 0 auto;
    text-align: left;
}

#nav_background {
    position: relative;
    height: 0px;
}

#nav_links {
    position: absolute;
    top: 125px;
    left: 14px;
}

#nav_secondary {
    position: absolute;
    z-index: 1;
    top: 170px;
    left: 38px;
    width: 920px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
    line-height: 0;
}

#nav_secondary ul {
    display: block;
    position: relative;
    left: 0px;
    top: 12px;
    padding: 0;
    margin: 0;
    line-height: 0;
}

#nav_secondary li {
    display: inline;
    padding-right: 80px;
    line-height: 0;
}

#nav_secondary a {
    color: black;
    font: bold 14px Arial, Helvetica, Verdana;
    text-decoration: none;
    line-height: 0;
}

#nav_secondary a:hover {
    text-decoration: underline;
}

#content {
    text-align: left;
}

#nav_main {
    position: absolute;
    top: 204px;
    left: 0px;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 950px;
    z-index: 1;
}

#nav_links {
    color: white;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
}

#nav_links ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    list-style: none;
    display:inline;
}

#nav_links li {
    padding: 0 17px;
    margin: 0;
    display:inline;
    
}

#nav_links a {
    color: white;
    font: bold 14px Arial, Helvetica, Verdana;
    text-decoration: none;
}

#nav_links a:hover {
    text-decoration: underline;
}

#opt_content1 {
    position: absolute;
    top: 304px;
    left: 455px;
}

#opt_content1 td {
    background: url( '../images/opt-content-nav1-bg.jpg' ) no-repeat;
    width: 144px;
    height: 23px;
    text-align: center;
    padding-left: 4px;
}

#opt_content1 a {
    color: white;
    font: bold 10px Arial, Helvetica, Verdana;
    text-decoration: none;
    text-transform: uppercase;
}

#opt_content1 a:hover {
    text-decoration: underline;
}

#opt_content2 {
    position: absolute;
    top: 217px;
    left: 10px;
}

#opt_content3 {
    position: absolute;
    top: 230px;
    right: 40px;
    text-align: right;
}

.phone_main {
    color:white;
    font: bold 34px Arial, Helvetica, Verdana;
}

.phone {
    color: white;
    font: bold 24px Arial, Helvetica, Verdana;
}
.company_info .phone {
    color: black !important;
    font: bold 24px Arial, Helvetica, Verdana;
}

.fax {
    color: white;
    font: bold 20px Arial, Helvetica, Verdana;
}

.address {
    color: white;
    font: bold 16px Arial, Helvetica, Verdana;
}

#page_footer {
    position: relative;
    background: black;
    float: left;
    width: 950px;
    clear: both;
    overflow: hidden;
}

#footer_content {
    margin: 10px 0px 0px 30px;
}

#footer_content ul{
  text-align: center;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#footer_content li{
  display:inline;
  list-style-type: none;
  line-height: 25px !important;
}

#footer_content a{
  color: white;
  font:normal 10pt arial;
  overflow: hidden;
  padding: 4px 5px;
  margin: 1px;
  line-height: 25px;
  text-decoration: none;
}

#footer_content img {
    display: none;
}

#copyright {
    position:relative;
    float: left;
    bottom: 0px;
    width: 950px;
    left: 0;
    text-align:center;
    line-height: 1;
}