* {
    margin: 0;
    padding:0;
}

body {
      background-color: #fff;
      font-family: 'Lato', sans-serif;
}

#ad {
    position: absolute;
    width : 728px;
    height : 90px;
    overflow: hidden;
}

#default{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 537px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#background{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 1230px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#foreground{
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 87px;
    width: 1230px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.scene {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width : 100%;
    height: 100%;
}

/*
    FOREGROUND
*/
#border {
    z-index: 2000;
    position: absolute;
    width: 726px;
    height: 88px;
    border: 1px solid black;
    top: 0px;
    left: 0px;
}

#white_band {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0;
    left: 0px;
	z-index: 101;
}

.logo {
    z-index: 1001;
    position: absolute;
	top: 21px;
    right: 12px;
    width: 79px;
 }

.line{
    border-left: 1px solid #b1b1b1;
    position: absolute;
    z-index: 1001;
    top: 10px;
    height: 69px;
    left: 612px;
}

.book {
    z-index: 1001;
    position: absolute;
    top: 231px;
    left: 14px;
}

#branding{
    position: absolute;
    top: 10px;
    right: 120px;
    width: 135px;
}


/*
    TERMS & CONDITIONS
*/

#disclaimer {
    z-index: 9002;
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    right: 120px;
}
#disclaimer_copy {
    font-family: 'Lato', sans-serif;
    font-size: 8px;
    line-height: 95%;
    color: #000000;
    float: right;
}

#TC {
    z-index: 1002;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 726px;
    height: 88px;
    color: #000;
    visibility: hidden;
    border: 1px solid #000;
    background: #ffffff;
}
#TC_exit {
     z-index: 9003;
     position: absolute;
     width: 80px;
     height: 20px;
     visibility: hidden;
}

.TC_exit_button {
    margin-right: 10px;
    margin-left: 18px;
    padding: 0;
    top: 28px;
}

#TC_rollover {
    font-family: 'Lato', sans-serif;
    font-size: 8.5pt;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px 5px 10px;
}

#TC_copy {
    clear: both;
    font-family: 'Lato', sans-serif;
    font-size: 8pt;
    color: #000;
    margin-right: 0px;
    margin-left: 0px;
    width: 680px;
    padding: 10px;
}


#TC_logo{
    position: absolute;
    right: 0;
    top: 10px;
    width: 120px;
}

.car_image{
	width: 240px;
    top: 59px;
    position: absolute;
    z-index: 110;
    left: 30px;
	/* image-rendering: -moz-crisp-edges;          Firefox */
	image-rendering: -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

#headline {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 728px;
    height: auto;
    margin: auto;
}
#subheadline2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 728px;
    height: auto;
    margin: auto;
}
#headline2 {
    position: absolute;
    left: 502px;
    top: 0;
    width: 728px;
    height: auto;
}

.copy {
    font-family: 'Lato', sans-serif;
    color:#FFF;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: unset;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
}

#container {
    position: relative;
    top: 15px;
	width: 294px;
	text-align: center;
	opacity: 0;
}

#subheadline{
	position: relative;
	font-family: 'Lato', sans-serif;
    color: #9a9494;
	font-size: 10pt;
	top: -3px;
	letter-spacing: 0.01px;
}

.headline_black{
   font-family: 'Lato', sans-serif;
   font-weight: 900;
   font-size: 25px;
   top: 0px;
   position: relative;
}

#cta {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    position: absolute;
    top: 20px;
    right: 125px;
    float: left;
    background-color: #5c5c5c;
    color: #ffffff;
    padding: 5px 7px;
}
#plinth {
    position: absolute;
    right: 0;
    width: 290px;
    height: 90px;
}

.logo{
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering: -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

#branding{
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering: -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
#lightMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 537px;
    height: 90px;
    overflow: hidden;
}
#lightTrail{
    position: absolute;
    top: 0;
    left: 0;
    width: 537px;
    height: 90px;
}

#header_line_1, #header_line_2{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 100%;
    width: 728px;
    height: 90px;
}
#the_cta_label {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    position: absolute;
    top: 8px;
    left: 10px;
    float: left;
    color: #fff;
}

#the_terms {    
    clear: both;
    font-family: 'Lato', sans-serif;
    font-size: 8.5pt;
    padding-top: 1px;
}
