/* ------- BANNER SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:300px; height:600px;
  overflow:hidden;
  position:absolute;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:1px solid #111;
  background:#ffffff;
  background: url('img/bg1.jpg') no-repeat;
}
#content{
  width:300px; height:600px;
  position:relative; top:0; left:0;
  perspective: 300px; -webkit-perspective: 300px;
}
.hideMe{visibility:hidden;}



/* NO SPRITE */
.logo1 {
  background-image: url("img/logo1.png");
  position: absolute;
  left: 57px;
  top: 10px;
  width: 187px;
  height: 67px;
  z-index: 11;
}

.a3, .a32 {
  background-image: url("img/a3.png");
  position: absolute;
  left: -2px;
  top: 292px;
  width: 299px;
  height: 248px;
  z-index: 9;
}
.t1, .t12 {
  background-image: url("img/t1.png");
  position: absolute;
  left: 98px;
  top: 86px;
  width: 100px;
  height: 266px;
  z-index: 32;
}
.t2 {
  background-image: url("img/t2.png");
  position: absolute;
  left: 74px;
  top: 93px;
  width: 168px;
  height: 77px;
  z-index: 31;
}
.t3 {
  background-image: url("img/t3.png");
  position: absolute;
  left: 76px;
  top: 183px;
  width: 146px;
  height: 77px;
  z-index: 30;
}
.t4 {
  background-image: url("img/t4.png");
  position: absolute;
  left: 76px;
  top: 273px;
  width: 138px;
  height: 77px;
  z-index: 29;
}
.cta1 {
  background-image: url("img/cta1.png");
  position: absolute;
  left: 80px;
  top: 543px;
  width: 140px;
  height: 47px;
  z-index: 4;
}
.bg2 {
  background-image: url("img/bg2.png");
  position: absolute;
  left: -70px;
  top: 150px;
  width: 446px;
  height: 416px;
  z-index: 4;
}




/* ------- OTHER CSS ------- */
.blocker1 {
    position: absolute;
	left: 0;
	top: 370px;
	width: 100%;
    height: 100%; 
	background:#618eb6;
	z-index:10;
}
.fader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background:#ffffff;
}
#glimmer-cta-box {
    position: absolute;
    left: 80px;
  top: 543px;
  width: 140px;
  height: 47px;
    border-width:0px;
	border: 0px solid transparent;
    overflow: hidden; 
    z-index: 900;
	border-radius: 3px;
	opacity: .50;
}
#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;
}
