
html {
    color: black;
}

body {
    font: normal 14px/2 Arial, sans-serif;
}

.center-align {
    position: relative;
    max-width: 1400px;
    min-width: 1100px;
    margin: 0 auto;
    background: transparent;
}

div.center-title {
    margin: auto;
    width: 100%;
    text-align: center;
}

table.video {
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 24px;
    margin-bottom: 0px;
}

.paint-protection .container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.paint-protection .headline, .paint-protection .paint-protection-img, .paint-protection .click-coverage, .paint-protection .red-coverage {
    display: block;
}

.paint-protection .headline {
    width: 70%;
}

.paint-protection .paint-protection-img {
    clear: both;
    float: left;
    width: 37%;
    margin-left: 18%;
}

.paint-protection .click-coverage {
    float: right;
    width: 33%;
}

.paint-protection .vehicle {
    width: 74%;
    top: 145%;
    float: left;
    margin-left: -100%;
    position: relative;
    left: 45%;
}

.paint-protection .vehicle img, .paint-protection {
    width: 100%;
}

.paint-protection .highlight {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    display: none;
}

.paint-protection .badge {
    width: 24%;
    margin-top: 38%;
    float: left;
    margin-left: -100%;
    position: relative;
    left: 45%;
}

.paint-protection .red-coverage {
    position: absolute;
    width: 45%;
    left: 26%;
    top: 93%;
}

.paint-protection .disclaimer {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    max-width: 800px;
}

.paint-protection .paint-protection-menu {
    position: absolute;
    /* width: 29%; */
    right: 10%;
    top: 15%;
    z-index: 1;
    list-style: none;
}

.paint-protection .paint-protection-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
}

.paint-protection .paint-protection-menu li {
    display: block;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 0;
}

.paint-protection .paint-protection-menu li a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 1px;
    outline: medium none;
    padding: 7px 11px;
    text-decoration: none;
}

.paint-protection .paint-protection-menu .active {
    background: url("images/arrow-black.png") left center no-repeat;
}

.paint-protection .paint-protection-menu .active a {
    color: #666666;
    background: url("images/menu-active-back.png") right top repeat-y;
}

.paint-protection .paint-protection-menu .menu-1 a {
    border-left: 12px solid #de4e29;
}
.paint-protection .paint-protection-menu .menu-2 a {
    border-left: 12px solid #e2a673;
}
.paint-protection .paint-protection-menu .menu-3 a {
    border-left: 12px solid #f18d39;
}
.paint-protection .paint-protection-menu .menu-4 a {
    border-left: 12px solid #db4a11;
}
.paint-protection .paint-protection-menu .menu-5 a {
    border-left: 12px solid #f9bb0c;
}
.paint-protection .paint-protection-menu .menu-6 a {
    border-left: 12px solid #fddb8e;
}
.paint-protection .paint-protection-menu .menu-7 a {
    border-left: 12px solid #ef8227;
}
.paint-protection .paint-protection-menu .menu-8 a {
    border-left: 12px solid #af3819;
}
.paint-protection .paint-protection-menu .menu-9 a {
    border-left: 12px solid #760303;
}

