#home {
    margin: auto;
    width: 960px;
    color: #fff;
    line-height: 140%;
}


#home a {
    color: #fff;
}

#home a:hover {
    color: #fc0;
}


#home #home-interactive {
    width: 960px;
    height: 384px;
}

#home #home-dealers {
    margin: 8px 0 0 0;
    width: 960px;
    height: 80px;
    background: #000 url(/images/home-dealers.png) 0 0 no-repeat;;
}

#home #home-dealers ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#home #home-dealers ul li {
    float: left;
    display: inline;
    width: 118px;
    height: 74px;
    margin: 3px 1px 0 1px;
    padding: 0;
}

#home #home-dealers ul li span  {
    display: block;
    width: 116px;
    height: 74px;
    margin: 0 1px;
    background: transparent url(/images/alpha-222-80.png);
    text-align: left;
    font-size: 8pt;
    line-height: 120%;
}


#home #home-dealers ul li a  {
    margin: 0 6px;
    color: #aaa;
}

#home #home-dealers ul li a:first-child  {
    display: block;
    color: #fc0;
    width: 116px;
    height: 10px;
    margin: 0;
    padding: 4px 4px;
    text-align: left;
}

#home #home-panels {
    margin: 8px 0 0 0;
    width: 960px;
    height: 320px;
}

#home #home-preowned {
    float: left;
    width: 180px;
    height: 160px;
}

#home #home-preowned {
    width: 180px;
    height: 160px;
    background: #111;
}

#home #home-preowned a {
    display: block;
    width: 180px;
    height: 160px;
    background: #111 url(/images/home-preowned.png) 0 0;
}

#home #home-preowned a:hover {
    background: #111 url(/images/home-preowned.png) 180px 0;
}

#home #home-preowned a span {
    display: none;
}

#home #home-about {
    float: left;
    width: 377px;
    height: 320px;
    border-top: 1px solid #505050;
    border-left: 1px solid #505050; 
    background: #000 url(/images/home-about-bg.png) top left no-repeat;
    border-bottom: 1px solid #505050;
}

#home #home-about div {
    padding: 32px  8px 8px 0;
}

#home #home-about p {
    margin: 8px 12px 6px 8px;
    font-size: 10pt;
    line-height: 140%;
    color: #ccc;
}

#home #home-facebook {
    float: right;
    width: 580px;
    height: 320px;
}

#likebox-frame{

    border: 1px solid #505050;
    width: 578px;
    z-index:10;
    height: 320px;
    overflow: hidden;
    position:relative;
    left:-1px;
}

#likebox-frame iframe{
    left:-5px;
    overflow:hidden;
    position:relative;
    top:-2px;
}

#home #home-news ul {
    margin: 8px;
    padding-top: 24px;
}


