body {    
    color: rgb(80,80,80);
    font-family: 'PT Sans', sans-serif;
    font-size: 17px; 
    line-height: 1.5em;
    margin: 120px 0px 0px; 
    padding: 0px;
}

div#top-bg{
    border-top:3px solid rgb(139,192,14);
    background-color: rgb(246,250,251);
    margin:0px;
    position: fixed;
    overflow: hidden;
    top:0px;
    left:0px;
    width: 100%;
}

div#top{
    margin:auto;
    width:960px;
}

#logo {
    padding-right: 70px;
    padding-bottom: 10px;
    margin-left:3%;
    background-image: url('images/car-logo.png');
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: right bottom;
}

div#content{
    
}

nav {
    float: right; 
    padding-top:10px;
    vertical-align: bottom;
    margin-top: 70px;
    margin-right: 2%;
}

nav a{
    font-size: 19px;
    padding: 10px;
    text-align: right;   
    text-transform: uppercase;
    text-decoration: none;
    color:rgb(80,80,80);
    
}

h1 {
    margin: 5px;
    font-family: 'Oswald', sans-serif; 
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: normal;
    color:rgb(0,200,215);
    font-size: 28px;
    float: left;   
    text-shadow: 1px 0px rgb(80,80,60);
}

h2 {
    color:rgb(0,200,215);
    font-size: 20px;
    padding: 0;
    margin: 10px 0 0 0;    
}

div#home {
    font-size:17px;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

a.title {
    display: block;
}

.content-part {
    padding-top: 20px;
    overflow: hidden;
    margin:0 auto 0;
    text-align: left;
}

.pattern{
    background-image: url('images/pattern.png');
    background-repeat: repeat-x;
    width:100%;
    height: 4px;
} 

.content-text {
    float: left;
    width:44%;
    padding:0 3%;
    overflow: hidden;
}

.content-text img {
    float:left;
    margin-right: 10px;
}

.content-text div{
    float:left;
}


.content-photo {
    width:50%;
    float: left;
}

.content-photo img {
    width:100%;
}

.content-map {
    margin-top: 2%;
    text-align: center;}

ul#price{
    list-style-type: none;
    width:75%;
    margin:auto;    
}

ul#price li{
    padding-left:20px;
    margin-bottom:10px;
    line-height: 1em; 
}

ul.arrow{
    list-style-image: url('images/arrow2.png');
} 

li {
    line-height: 1em;
    margin-bottom: 10px; }


div#bottom-bg{
    background-color: rgb(139,192,14);
    margin-top:30px;
    height:50px;
    width: 100%;
}



.slide{
    display:block;

}