html {
    font-family: Tahoma, sans-serif;
    margin: 0px;
    height: 100%;
} 
body {
    background: #f1f3f2;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 18px;
} 
a img{
    border: none;
    outline: none;
}
a {
    outline: none;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 24px;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
    margin: 5px 0;
}
h2 {

    font-size: 17px;
    font-weight: bold;
    font-family: Tahoma;
    margin: 0;
    text-align: left;
    line-height: 20px;
}
h3 {
    color: #000;
    font-size: 15px;
    font-family: Tahoma;
    margin: 0;
    line-height: 18px;
    margin: 0 0 5px 0;
}
h4 {
    color: #000;
    font-size: 15px;
    font-family: Tahoma;
    margin: 0;
    line-height: 18px;
    margin: 0 0 5px 0;
}
p {
    margin: 0;
    word-wrap: break-word;

}
hr {
    background: transparent;
    border: none;
    border-bottom: 1px dotted #b1b1b1;
    margin: 2px 0 0 0;
}

#header_wrap {
    background: #000;
    width: 100%;
    height: 315px;
}
#curl {
    background: url(/images/header_bg.png) no-repeat top center;
    width: 100%;
    height: 90px;
    position: absolute;
    top: 271px;
    left: 0;
    right: 0;
}
#header {
    width: 960px;
    height: 310px;
    margin: 0 auto;
    position: relative;
}
#logo {
    display: block;
    position: absolute;
    top: 98px;
    left: 0;
    z-index: 2;
}
#car {
    display: block;
    position: absolute;
    top: 53px;
    right: 37px;
    z-index: 50;
}
#header_left {
    float: left;
}
#breadcrumb {
    height: 23px;
    margin-top: 15px;
}
#breadcrumb ul {
    margin: 0;
    padding: 0;
}
#breadcrumb ul li {
    list-style-type: none;
    color: #737171;
    font-size: 10px;
    line-height: 18px;
    float: left;
}
#breadcrumb ul li a {
    color: #737171;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 6px;
}
#breadcrumb ul li a:hover, 
#breadcrumb ul li.active a {
    text-decoration: underline;
}

#header_menu {
    height: 40px;
    padding: 0 6px;
    position: absolute;
    left: 0;
    bottom: 12px;
}
#header_menu ul {
    margin: 0;
    padding: 0;
}
#header_menu ul li {
    height: 40px;
    list-style-type: none;
    float: left;
    margin-right: 7px;
}
#header_menu ul li a {
    background: #373737;
    color: #e2e2e2;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    padding: 0 11px 2px 11px;
    display: block;
}
#header_menu ul li.active {
    background: url(/images/tuft.png) no-repeat bottom center;
}
#header_menu ul li:hover a {
    background: #3babdc;
    color: #e2e2e2;
    text-decoration: none;
} 
#header_menu ul li.active a {
    background: #3babdc;
    color: #fff;
    text-decoration: none;
}

#header_menu ul li:hover ul, 
#header_menu ul li.active ul {
    display: none;
}

#header_flags {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 50;
}
#header_flags ul {
    margin: 0;
    padding: 0;
}
#header_flags ul li {
    list-style-type: none;
}
#header_flags ul li img {
    margin-bottom: 1px;
}


#header_right {
    width: 580px;
    height: 310px;
    float: right;
    overflow: hidden;
}
#slogan {
position: absolute;
top: 185px;
right: 540px;
z-index: 999;
} 	


#menu_wrap {
    width: 100%;
    margin-top: 63px;
}
#main_menu {
    width: 688px;
    padding-right: 272px;
    position: relative;
    margin: 0 auto;
}
#main_menu ul {
    margin: 0;
    padding: 0;
}
#main_menu ul li {
    height: 24px;
    list-style-type: none;
    float: left;
    margin-right: 11px;
    margin-bottom: 5px;
}
#main_menu ul li a {
    background: #d8d9db;
    color: #000;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 22px;
    padding: 0 17px 2px 17px;
    display: block;
}
#main_menu ul li:hover, 
#main_menu ul li.active {
}
#main_menu ul li:hover a, 
#main_menu ul li.active a {
    background: #3babdc;
    text-decoration: none;
    color: #fff;
}

#main_menu ul li:hover ul, 
#main_menu ul li.active ul {
    display: none;
}
#main_menu ul li ul {
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 10;
    display: none;
}

#content_wrap {
    width: 960px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 80px;
}
#content {
    background: #fff;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    padding: 15px 15px 15px 30px;
    margin-bottom: 20px;
}
#content img {
    float: right;
    margin-left: 10px;
}
#content a:hover {
    color: #3babdc;
}


#content_left {
    background: #fff;
    width: 626px;
    min-height: 300px;
    border: 1px solid #dfdfdf;
    padding: 25px 30px;
    float: left;
}
#content_left h1 {
    margin: 5px 0 10px 0;
}
#content_left a {
    color: #3babdc;
}
#content_left hr {
    border-color: #000;
}
#content_left ul {
    margin: 3px 0 16px 0;
    padding: 0;
}
#content_left ul li {
    background: url(/images/list_style.png) no-repeat 15px 2px;
    list-style-type: none;

    padding-left: 42px;
}
#content_left ul.x li {
    background: url(/images/list_style_2.png) no-repeat 15px 7px;
    list-style-type: none;

    padding-left: 42px;
}

#content_left p{
    margin: 0 0 16px 0;
}


#content_right {
    width: 238px;
    position: relative;
    float: right;
}
#content_right h2 {
    color: #3babdc;
    margin: 0 0 8px 0;
}
#top_right {
    background: url(/images/red_black_box-2.png) no-repeat;
    margin-bottom: 15px;
}
#top_right span {
    width: 160px;
    height: 39px;
    display: block;
    color: #fff;
    font-weight: bold;
    padding-left: 70px;
    line-height: 38px;
}
#top_right span.service {
    font-size: 20px;
    line-height: 38px;
    padding: 0 35px;
    text-align: center;
}
#top_right span.phone {
    background: url(/images/icon_phone.png) no-repeat 31px 4px;
    height: 42px;
    font-size: 18px;
    line-height: 30px;
}

#middle_right {
    background: #3babdc;
    border: 1px solid #2491c1;
    padding: 10px 0;
}
#middle_right ul {
    margin: 0;
    padding: 0;
}
#middle_right ul li {
    background: url(/images/menu_right_arrows.png) 15px 13px no-repeat;
    height: 33px;
    list-style-type: none;
    padding: 0 15px 0 35px;
    margin-bottom: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    line-height: 30px;
}
#middle_right ul li:hover, 
#middle_right ul li.active {
    background: url(/images/menu_right_arrows_hover.png) 15px 13px no-repeat #1682b1;
}
#middle_right ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    line-height: 30px;
    text-decoration: none;
}
#bottom_right {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 6px 11px;
    margin-bottom: 17px;
}
#bottom_right img {
    vertical-align: middle;
    margin: 0 0 8px 0;
}


#footer_wrap {
    background: #000;
    height: 264px;
    position: relative;
}
#footer_curl {
    background: url(/images/footer_bg.png) no-repeat top center;
    width: 100%;
    height: 212px;
    position: relative;
    top: -32px;
    right: 0;
    left: 0;
}
#footer {
    width: 960px;
    height: 132px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    bottom: 80px;
}
#social {
    width: 300px;
    float: left;
    padding: 16px 0 0 7px;
}
#social img {
    vertical-align: middle;
    margin-right: 2px;
}
#social .fb {
    width: 150px;
    height: 25px;
    display: inline-block;
    margin: 5px 0 0 10px;
    position: absolute;
}
#copy {
    padding: 24px 10px 0 0;
    width: 550px;
    float: right;
    text-align: right;
    color: #9e9c9c;
    font-size: 12px;
    font-weight: bold;
}
#copy span.sep {
    margin: 0 11px;
}
#copy a {
    color: #9e9c9c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
#copy a:hover {
    color: #2eaadd;
    text-decoration: none;
}

/* car logos */

.car_logos {
    background: url(/images/car_logos_bg.png) repeat-x;
    width: 666px;
    height: 73px;
    margin: 0 -30px 0 -30px;
    padding: 15px 10px 15px 10px;
}
.car_logos img {
    vertical-align: middle;
    margin: 0 2px;
}

/* car boxes */

#car_boxes {

}
.box {
    width: 199px;
    height: 220px;
    border: 1px solid #dedede;
    float: left;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 18px;
}
.box img {
    text-align: center;
    margin-bottom: 0px;
}
.box h1 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center;
    margin: 0 !important;
}
.box h2 {
    color: #3babdc;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center;
}

/* offers */

.offer {
    float: left;
    margin-right: 20px;
    width: 195px;
    background-color: #eee;
    padding-bottom: 10px;
    text-align: center;
}
.offer.last {
    margin-right: 0px;
}
.offer img {
}
.offer span {
    height: 35px;
    color: #3babdc;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    margin: 0;
    line-height: 30px;
    padding: 10px 0;
}
.offer a {
    font-weight: bold;
    text-decoration: none;
}
span.price {
    height: 35px;
    color: #1e1b10;
    font-size: 29px;
    font-weight: bold;
    font-family: Tahoma;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

/* contact */

span.day {
    width: 116px;
    display: inline-block;
}

/* contact form style */

#contact_form {
    background: #f3f2f2;
    width: 587px;
    min-height: 262px;
    border-top: 1px dotted #c3c2c3;
    color: #000;
    font-size: 13px;
    font-family: Arial;
    padding: 8px 20px 6px 20px;
    margin-top: 10px;
}
td span.label {
    width: 125px;
}
input {
    width: 363px;
    padding: 2px 2px 2px 5px;
    font-size: 13px;
    font-family: Arial;
    color: #000000;
    vertical-align: middle;
}
input.small {
    width: 294px;
}
span.label {
    width: 105px;
    display: block;
}
select {
    width: 65px;
    padding: 2px 2px 2px 5px;
    font-size: 13px;
    font-family: Arial;
    color: #000000;
}
textarea {
    width: 430px;
    height: 110px;
    font-size: 13px;
    font-family: Arial;
    padding: 2px 2px 2px 5px;
    color: #000000;
    overflow: hidden;
    resize: none;
}
td {
    vertical-align: top;
    padding: 0 0 1px 0;
}
.submit {
    width: 130px;
    height: 32px;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
    display: inline-block;
}

/* page images (include) */

.page-images {
    float: left;
    margin: 0 12px 12px 0;
}
.page-images.last {
    margin-right: 0px;
}

/* sitemap */

#sitemap {
    color: #3BABDC;
}
#sitemap ul {
    float: left;
    display: block;
    width: 300px;
}
#sitemap ul li {
    height: auto;
    min-height: 20px;
}



.melding { 
    position: absolute; 
    left: 760px; 
    top: 40px; 
    width: 190px; 
    border: 4px solid #3babdc; 
    background-color: #f1f3f2; 
    padding: 20px; 
    font-size: 13px; 
    line-height: 20px;

    /* nice borders for modern browsers */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 4px #3babdc;
    -webkit-box-shadow: 0 0 4px #3babdc;
    box-shadow: 0 0 4px #3babdc;
}				 
.melding span { 
    display: block; 
    color: #3babdc; 
    font-weight:bold; 
    font-size: 18px;
    line-height: 28px;
}


/* offer detail */

table.specification tr td {
    width: 150px;
}

.bigimg {
    width: 452px;
    float: left;
}
.smallimgs {
    float: left;
    margin-left: 16px;
    width: 154px;
}

.interesse1 {
    font-size: 18px;
    font-weight: bold;
}
.interesse2 {
    font-size: 16px;
    font-weight: bold;
    color: #3babcd;
}

.button-contact {
    margin-right: 10px;
}

.fotoright {
    float: right;
    margin: 10px 0 20px 20px;
}
