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


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

.t1 {
	left: 33px;
top: 127px;
width: 242px;
height: 172px;
    background-image: url(img/t1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:600;
	clip: rect(0px 242px 172px 0px);
}
.t2 {
	left: 58px;
top: 118px;
width: 195px;
height: 175px;
    background-image: url(img/t2.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:600;
	clip: rect(0px 195px 175px 0px);
}
.t3 {
	left: 50px;
top: 127px;
width: 213px;
height: 171px;
    background-image: url(img/t3.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:600;
}
.l1 {
	left: 78px;
top: 26px;
width: 147px;
height: 61px;
    background-image: url(img/l1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:600;
}
.target {
	left: 230px;
	top: 457px;
	width: 50px;
	height: 50px;
	background-image: url(img/target.svg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 550;
}
.cta1 {
	left: 56px;
top: 349px;
width: 189px;
height: 44px;
    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: 162px;
	height: 162px;
	left: 70px;
	top: 97px;
	background-image: url(img/r1.svg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 5;
}
.lot-btm {
    left: 0;
top: 374px;
width: 300px;
height: 226px;
    background-image: url(img/a1.jpg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:500;
}

.a1 {
    left: 0;
top: 374px;
width: 300px;
height: 226px;
    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:300px;
	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:299px; top:0px; position:absolute;}
