﻿body {
    background-image: url('../images/SerjBG.gif');
    background-repeat: repeat;
    background-color: #000000;
    margin: 0;
    padding: 0;
}

#limitedContainer
{
    width: 950px;
    background-color: #000000;
    border: solid 1px #7b252c;
    margin-top: 0px; /*padding top in pageOutter div */
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    min-height: 1000px;
}

#headerContainer
{
    position: relative;
    height: 145px; 
    width: 100%; 
    background-image: url('../images/headerBG.gif');
    background-position: top;
    background-repeat: repeat-x;
    color: #666666; 
    text-align:center; 
    padding-bottom: 16px;
}

#imagesContainer
{
    width: 450px;
    float: left;
}

#modelTabsContainer
{
    height: 600px;
    width: 450px;
    float: left;
    border: solid 1px #7b252c;
    padding: 15px;
    margin-left: 5px;
}

#middleContentContainer
{
    width: 100%;
    float: left;
    background-color: #000000;
    color: #c0c0c0;
}


.thumbLink
{
    border: solid 1px #606060;
}

.thumbLink:hover
{
    border: solid 1px #7b252c;
}

#limitedTitle
{
    position: absolute;
    display: block;
    left: 142px;
    top: 65px;
    padding: 0;
    margin: 0;
    background-image: url('../images/SerjTitle.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 400px;
}

#limitedTitle span
{
    margin-left: -3000px;
}

#breadCrumbContainer
{
    position: absolute;
    left: 145px;
    top: 104px;
    font-size: 12px;
    text-align: right;
}

#breadCrumbContainer a
{
    color: #c0c0c0;
}

#breadCrumbContainer a:hover
{
    color: #f0f0f0;
}

/*surrounding container to collapse content areas*/
.collapseContentContainer
{
    height: 470px;
    overflow: auto;

}

.collapseContentContainer a
{
    color: #f0f0f0;
}

.specRow
{
    vertical-align: top;
}

.specLabel
{
    background-color: #333333;
    color: #f0f0f0;
    font-weight: bold;
    text-align: right;
    padding: 5px;
}

.specValue
{
    padding: 5px;
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
}

#videoCaption
{
    padding: 5px 20px 5px 20px;
    line-height: 1.25;
}

#bioContainer
{
    padding: 15px;
}

#overviewContainer
{
    padding: 15px;
}

#dealersContainer
{
    padding: 15px;
}

.dealerItem
{
    width: 200px;
    float: left;
    padding-top: 10px;
}

#fullDealers
{
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 20px 5px 0px;
    white-space: nowrap;
}

#authorizedDealerTitle
{
    float: left;
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    font-weight: bold;
    color: #e0e0e0;
}