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



/* NO SPRITE */

.t1, .t12 {
  background-image: url("img/t1.png");
  position: absolute;
  left: 170px;
  top: 7px;
  width: 238px;
  height: 74px;
  z-index: 47;
}
.t2 {
  background-image: url("img/t2.png");
  position: absolute;
  left: 169px;
  top: 7px;
  width: 166px;
  height: 74px;
  z-index: 46;
}
.t3 {
  background-image: url("img/t3.png");
  position: absolute;
  left: 170px;
  top: 7px;
  width: 130px;
  height: 74px;
  z-index: 45;
}
.t4 {
  background-image: url("img/t4.png");
  position: absolute;
  left: 169px;
  top: 7px;
  width: 140px;
  height: 74px;
  z-index: 44;
}
.a3, .a32 {
  background-image: url("img/a3.png");
  position: absolute;
  left: 414px;
  top: 0px;
  width: 220px;
  height: 90px;
  z-index: 43;
}
.cta1 {
  background-image: url("img/cta1.png");
  position: absolute;
  left: 632px;
  top: 30px;
  width: 86px;
  height: 29px;
  z-index: 42;
}
.logo1 {
  background-image: url("img/logo1.png");
  position: absolute;
  left: 14px;
  top: 20px;
  width: 141px;
  height: 50px;
  z-index: 41;
}

.bg2 {
  background-image: url("img/bg2.png");
  position: absolute;
  left: 127px;
  top: -397px;
  width: 793px;
  height: 739px;
  z-index: 4;
	opacity: .6;
}



/* ------- 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: 632px;
  top: 30px;
  width: 86px;
  height: 29px;
    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;
}
