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


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

.t1 {
	left: 12px;
top: 173px;
width: 142px;
height: 99px;
    background-image: url(img/t1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:600;
	clip: rect(0px 185px 198px 0px);
}
.t2 {
	left: 18px;
top: 165px;
width: 130px;
height: 114px;
    background-image: url(img/t2.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:600;
	clip: rect(0px 130px 114px 0px);
}
.t3 {
	left: 13px;
top: 172px;
width: 139px;
height: 111px;
    background-image: url(img/t3.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:600;
}
.l1 {
	left: 27px;
top: 45px;
width: 112px;
height: 47px;
    background-image: url(img/l1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:600;
}
.target {
	left: 107px;
	top: 430px;
	width: 45px;
	height: 45px;
	background-image: url(img/target.svg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 550;
}
.cta1 {
	left: 20px;
	top: 365px;
	width: 121px;
	height: 40px;
	background-image: url(img/cta1.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 600;
}

.bg-b-1 {
	width: 300px;
	height: 152px;
    display: block;
	position:absolute;
	z-index:0;
	background-color:#145aff;
	left: 0px;
	top: 0px;
	z-index:10;
}
.c-b1 {
    width: 150px;
    height: 150px;
	left:75px;
	top:0px;
    background-image: url(img/c-b1.svg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:5;
}
.c-w1 {
    width: 150px;
    height: 150px;
	left:75px;
	top:15px;
    background-image: url(img/c-w1.svg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:5;
}
.r1 {
	width: 100px;
	height: 100px;
	left: 27px;
	top: 135px;
	background-image: url(img/r1.svg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 5;
}
.lot-btm {
    left: 0;
top: 386px;
width: 160px;
height: 214px;
    background-image: url(img/a1.jpg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:500;
}

.a1 {
    left: 0;
top: 386px;
width: 160px;
height: 214px;
    background-image: url(img/a1.jpg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:0;
}



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



/* ------- OTHER CSS ------- */
#glimmer-cta-box {
	position: absolute;
	width: 140px;
	height: 30px;
	left: 140px;
	top: 200px;
	border-width: 0px;
	border: 0px solid transparent;
	overflow: hidden;
	z-index: 900;
}
#glimmer-cta {
    position: relative;
      top:0px;
      left: -116px;
	  border-width:0px;
	  border: 0px solid transparent;
}
/* Removes border on pesky IE */
#glimmer-cta img {text-decoration: none; border: 0px}

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

/* ------- BORDER ------- */
#brdr-t, #brdr-b {
	width:160px;
	height:1px;
	background-color:#000000;
	z-index:950;
}
#brdr-l, #brdr-r {
	width:1px;
	height:600px;
	background-color:#000000;
	z-index:950;
}
#brdr-t {left:0px; top:0px; position:absolute;}
#brdr-b {left:0px; top:599px; position:absolute;}
#brdr-l {left:0px; top:0px; position:absolute;}
#brdr-r {left:159px; top:0px; position:absolute;}
