﻿
#Layout {
    background: #faf3ad;
    background: #f8ef9f;
    background: #fbf1ad;
}
#Body 
{
    background: none;
    background: #fbf1ad;
}

#Side 
{
    display: none;
}
#Main 
{
    width: 100%;
    height: 1200px !important;
    padding: 0;
    background: #fbf1ad url(../Images/SunCar/Background.png) no-repeat;
    position: relative;
    color: #333;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-Serif;
    line-height: 1.4em;    
    margin: 0 0 50px;
}
#MainInner
{
}

#Main .Copy h3 
{
    display: none;
}


#Main .Copy p 
{
    position: absolute;
    left: 510px;
    width: 390px;
    height: 160px;
}
#Main .Copy .Intro 
{
    top: 130px;
}
#Main .Copy .Why
{
    top: 375px;
}
#Main .Copy .How
{
    top: auto;
    height: auto;
    left: 65px;
    bottom: 285px;
}
#Main .Copy .Where
{
    top: auto;
    height: auto;
    bottom: 285px;
}



#Header .Overhang 
{
    display: none;
}

#Main table 
{
    border-spacing: 0;
    margin: auto auto;
}
#Main td 
{
    padding: 0;
}


#Main .HR 
{
    display: none;
}

#Main .Links 
{
    position: absolute;
    width: 835px;
    top: 950px;
    left: 60px;
}
#Main .Links .Left
{
    float: left;
}
#Main .Links .Right
{
    float: right;
    margin-right: 20px;
}

#Main .Links h3 
{
    color: white;
    margin: 0;
}
#Main .Links p,
#Main .Links ul
{
    margin: .5em 0;
}
#Main .Links a
{
    text-decoration: none;
    color: #202963;
}
#Main .Links a:hover {
    color: #f08523;
}
#Main .Links ul 
{
    list-style-image: none !important;
}
#Main .Links ul li 
{
    padding: 0;
    margin: .25em 0;
    background-image: none !important;
}



#Main .LiveLink 
{
    position: absolute;
    left: 46px;
    top: 460px;
    width: 130px;
    height: 70px;
    font-size: 11px;
    line-height: 1.2em;
    text-align: center;
    color: Black;
}
#Main .LiveLink * 
{
    margin: 0;
}
#Main .LiveLink span 
{
    display: block;
}
#Main .LiveLink a 
{
    display: block;
    margin: .5em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #5c8e94;
}
#Main .LiveLink a:hover 
{
    color: #f08523;
}