#print-wrap {
    width:800px;
    margin:0 auto;
    padding:0;
    font-family: Arial, sans-serif;
    font-size:11pt;
    position: relative;
}
.header {
	position: relative;
}
.dealer-logo {
    float:left;
    margin: 2px 10px;
    width: 300px;
}
.dealer-logo img {
    max-width: 290px;
    max-height: 105px;
}
.logo {
	position:relative;
    z-index:0;
    height:237px;
    width:800px;
}
.logo img {
	width:100%;
}
.contact-header {
    float:right;
    text-align:right;
    line-height:18px;
    position: relative;
    z-index:9;
    position:absolute;
	bottom:20px;
	right:20px;
	color: #01354D;
    padding: 15px;
    background: #fff;
}
.nonsuzuki-contact-header {
    float:left;
    text-align:right;
    line-height:18px;
    z-index:9;
    bottom:20px;
    right:20px;
    padding: 10px;
    margin: 5px;
    background: #fff;
    width: 450px;
}
.contact-header > div, .nonsuzuki-contact-header > div {
	position: relative;
	z-index: 9;
}
.contact-header strong, .nonsuzuki-contact-header strong {
    font-size:14pt;
}
.darkbluebg {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:0;
}
.lightgreybg {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:0;
}
.image-container {
    width:100%;
    margin:5px 0;
}
.main-image {
    float: left;
    width: 424px;
}
.main-image img {
    width:100%;
}
.right-info {
    float:right;
    width: 365px;
    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:#01354D;
    font-size:18pt;
    margin:10px 0;
}
h2 {
    font-size:14pt;
    color:#0098DB;
}
h3 {
    font-size:14pt;
    color:#01354D;
}
.main-price {
	font-weight:bold;
	font-size:30px;
	margin:15px 0 0 0;
	float:left;
	clear:both;
}
.vehicle-details {
    margin:10px 0 0 0;
    clear:both;
    float:left;
    position: relative;
    padding:20px;
    box-sizing:border-box;
}
.vehicle-details > div {
	position: relative;
    z-index:9;
}
.vehicle-details li {
    list-style: none;
    float:left;
    width:50%;
    margin:5px 0 5px 0;
    line-height: 18px;
}
.technical-data {
	float:left;
	clear:both;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	background:#fff;
	position: relative;
}
.technical-data > div {
	position: relative;
	z-index:9;
}
.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:#452E4B;
    color:#fff;
}
.tech-item {
    margin:0 0 5px 0;
    float:left;
    clear:both;
    width:100%;
}
.tech-title {
    width:100%;
    float:left;
    clear:both;
    font-size:16px;
    margin:5px 0 10px;
    font-weight:bold;
} 
.specification {
    height:226px;
    width:100%;
    overflow:hidden;
}
.specification li {
    width:32%;
    margin:0 1% 0 0;
    float:left;
    font-size:9pt;
    list-style:none;
    line-height:16px;
}

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

.lightgrey-bg {
    background-color: #eee;
    overflow: hidden;
}


