/* ------- BANNER SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:300px; height:250px;
  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:250px;
  position:relative; top:0; left:0;
  perspective: 300px; -webkit-perspective: 300px;
}
.hideMe{visibility:hidden;}



/* NO SPRITE */

.t1, .t12 {
  background-image: url("img/t1.png");
  position: absolute;
  left: 1px;
  top: 0px;
  width: 182px;
  height: 121px;
  z-index: 41;
}
.t2 {
  background-image: url("img/t2.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 169px;
  height: 85px;
  z-index: 40;
}
.t3 {
  background-image: url("img/t3.png");
  position: absolute;
  left: 1px;
  top: 0px;
  width: 150px;
  height: 85px;
  z-index: 39;
}
.t4 {
  background-image: url("img/t4.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 145px;
  height: 85px;
  z-index: 38;
}
.t5 {
  background-image: url("img/t5.png");
  position: absolute;
  left: 1px;
  top: 0px;
  width: 136px;
  height: 85px;
  z-index: 37;
}
.a3, .a32 {
  background-image: url("img/a3.png");
  position: absolute;
  left: 12px;
  top: 7px;
  width: 282px;
  height: 234px;
  z-index: 36;
}
.logo1 {
  background-image: url("img/logo1.png");
  position: absolute;
  left: 10px;
  top: 204px;
  width: 101px;
  height: 36px;
  z-index: 35;
}
.cta1 {
  background-image: url("img/cta1.png");
  position: absolute;
  left: 213px;
  top: 214px;
  width: 77px;
  height: 26px;
  z-index: 34;
}

.bg2 {
  background-image: url("img/bg2.png");
  position: absolute;
  left: 17px;
  top: -42px;
  width: 329px;
  height: 307px;
  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: 213px;
  top: 214px;
  width: 77px;
  height: 26px;
    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;
}
