body{
    background-color: black;
    color: white;
}

img{
    border-width: 0px;
}

a{
    border-width: 0px;
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#outer {
    margin-left: auto;
    margin-right: auto;
    width: 790px;
}

#inner {
    padding-left: 100px;
}

#header {
    height:155px;
    background-image: url(../images/crc-logo-blue.png);
}

#home-screen {
    width: 700px;
    height: 527px;
    background-image: url(../images/bg-home-2.png);
    background-repeat: no-repeat;
}

#dealers {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    text-align: center;
    font-weight: bold;
}

#adver {
    width: 700px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}

.dealer-logo {
  float: left;
  padding-left: 15px;
}

#dealer-row1 {
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
}

#dealer-row2 {
  margin-left: auto;
  margin-right: auto;
  width:600px;
  overflow:hidden;
  padding-top: 10px;
}

#content-container {
    border-left: 3px solid white;
    border-right: 3px solid white;
    background-color: #333333;
    padding-left: 20px;
}

#content {
    margin-left: 65px;
    margin-right: 20px;
}

#border-top {
    margin-left: -5px;
    background-image: url(../images/border-top.png);
    background-color: #333333;
    height: 16px;
}

#border-bottom {
    margin-left: -5px;
    background-image: url(../images/border-bottom.png);
    background-color: #333333;
    height: 16px;
}

.certified {
    font-size: 10px;
    text-align:center;
}

.thumbnail {
    padding: 4px;
    background-color: #e6e6e0;
    border: 1px solid #d6d6d0;
    margin-right: 5px;
}

/*******************************************************************************
                                NAVIGATION
*******************************************************************************/

#nav{
    position:absolute;
    top: 220px;
}

#nav-button-1{}

#nav-button-2{
  margin-top:20px;
}

#nav-button-3{
  margin-top:20px;    
}

#nav-button-1 img, #nav-button-2 a:link, #nav-button-2 img, #nav-button-3 a:link, #nav-button-3 img {
    border: none;
}

/*******************************************************************************
                                TABLES
*******************************************************************************/

.col1 {
    width:175px;
}

.col2 {
    vertical-align: top;
}

.col3 {
    vertical-align: top;
}

/*******************************************************************************
                                IMAGES
*******************************************************************************/

img.right{
  margin-left:290px;
}

img.center{
  margin-left:160px;
}

img.left{
}

/*******************************************************************************
                                HEADERS
*******************************************************************************/

h1 {
    font-size: 24px;
    text-align:center;
}

h2 {
    font-size: 22px;
}

/*******************************************************************************
                                FOOTER
*******************************************************************************/

#footer{
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
}

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

#dtechSigContainer{
    position: relative;
    margin: 0px auto 0px auto;
    width: 260px;
}

#dtechSig{
    margin-top:20px;
    cursor: pointer;
    background-image: url(../images/dtechPowered.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 260px;
    height: 18px;
    padding-top: 24px;
    padding-bottom: 10px;
    font-size: 10px;
    font-family: sans-serif;
    color: #ffffff;
    text-indent: 46px;
    text-align: left;
    text-decoration:none;
}
