#print-wrap {
    width:99%;
    max-width:980px;
    margin:0 auto;
    padding:0 0.5%;
    font-family: Arial, sans-serif;
    font-size:9pt;
}
.logo {
    float:left;
}
.logo img {
    max-width:300px;
}
.contact-header {
    float:right;
    text-align:right;
    margin-top:5px;
    line-height:16px;
    margin-right:15px;
}
.contact-header strong {
    font-size:14pt;
}

.image-container {
    width:100%;
    background:#000;
}
.image-container > div {
    padding:15px;
}
.main-image {
    float: left;
    width: 425px;
}
.main-image img {
    width:100%;
}
.thumbs-image {
    float:right;
    width: 195px;
    margin-left: 10px;
}
.thumbs-image img {
    float:left;
    width:48%;
    margin:0 1% 12px 1%;
}
.thumbs-image img.thumb-large {
    width:100%;
    margin:0 0 12px 0;
}
h1 {
    color:#fff;
    font-size:18pt;
    margin:10px 0;
}
h2 {
    font-size:10pt;
    color:#ccc;
}
.vehicle-details {
    margin:0 0 15px 0;
    clear:both;
    width:100%;
    float:left;
}
.vehicle-details li {
    list-style: none;
    float:left;
    width:33%;
    margin:10px 0 0 0;
}
.vehicle-details li span, .vehicle-details li strong {
    display:block;
    float:left;
    width:50%;
}

.tech-data {
    float:left;
    width:33%;
}
.tech-data span, .tech-data strong {
    float:left;
    width:50%;
    display:block;
}
h3 {
    font-weight:bold;
}
.tech-container {
    font-size:16px;
    padding:5px;
    background:#4ba82e;
    color:#fff;
}
.tech-item {
    margin:0 0 5px 0;
    float:left;
    clear:both;
    width:100%;
}
.tech-title {
    width:100%;
    float:left;
    clear:both;
    margin:5px 0;
} 
.specification {
    height:226px;
    width:100%;
    overflow:hidden;
}
.specification li {
    width:32%;
    margin:0 1% 0 0;
    float:left;
    font-size:8pt;
    list-style:none;
    line-height:16px;
}

#footer {
    font-size:7pt;
    margin-top:10px;
    padding-top:5px;
    border-top:1px dotted #ccc;
}
.clear {
    clear:both;
}




