/* ------- BANNER SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:300px; height:250px;
  overflow:hidden; background:#ffffff;
  position:absolute;
}
#content{
  width:300px; height:250px;
  position:relative; top:0; left:0;
  perspective: 300px; -webkit-perspective: 300px;
}
.hideMe{visibility:hidden;}


/* ------- DEFINE SPRITES ------- */


.l1 {
	left: 18px;
top: 193px;
width: 104px;
height: 42px;
    background-image: url(img/l1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
}
.cta1 {
	left: 138px;
top: 197px;
width: 155px;
height: 36px;
    background-image: url(img/cta1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
}
.t1 {
	left: 14px;
top: 104px;
width: 271px;
height: 50px;
    background-image: url(img/t1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
	clip: rect(0px 271px 50px 0px);
}
.t2 {
	left: 14px;
top: 104px;
width: 260px;
height: 50px;
    background-image: url(img/t2.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
	clip: rect(0px 260px 50px 0px);
}
.t3 {
	left: 16px;
top: 104px;
width: 266px;
height: 50px;
    background-image: url(img/t3.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
}

/* ------- ART SPRITES ------- */
.r1, .r2, .r3, .r4, .r5 {
	width:320px; height:250px;
    background-image: url(img/r1.svg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:100;
	opacity:.1;
}
.r1 {background-image: url(img/r1.svg);}
.r2 {background-image: url(img/r2.svg);}
.r3 {background-image: url(img/r3.svg);}
.r4 {background-image: url(img/r4.svg);}
.r5 {background-image: url(img/r5.svg);}

.car-w {
	left: 28px; top: 24px;
	width: 55px; height: 40px;
    background-image: url(img/car-w.svg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:200;
	opacity:.5;
}
.car-w-shad {
	left: 39px;top: 78px;
	width: 34px; height: 8px;
    background-image: url(img/car-w-shad.svg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:200;
	opacity:.3;
}


/* ------- POSITION SPRITES ------- */

.c-b2 { z-index:110; }
    


/* ------- OTHER CSS ------- */

.bg-b-1 {
	width: 300px;
    height: 250px;
    display: block;
	position:absolute;
	z-index:0;
	background-color:#145aff;
	left: 0px;
	top: 0px;
}

#rolloverCatch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    cursor: pointer;
}

/* ------- BORDER ------- */
#brdr-t, #brdr-b {
	width:300px;
	height:1px;
	background-color:#000000;
	z-index:950;
}
#brdr-l, #brdr-r {
	width:1px;
	height:250px;
	background-color:#000000;
	z-index:950;
}
#brdr-t {left:0px; top:0px; position:absolute;}
#brdr-b {left:0px; top:249px; position:absolute;}
#brdr-l {left:0px; top:0px; position:absolute;}
#brdr-r {left:299px; top:0px; position:absolute;}
