/* ------- BANNER SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:728px; height:90px;
  overflow:hidden; background:#ffffff;
  position:absolute;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:1px solid #111;
}
#content{
  width:728px; height:90px;
  position:relative; top:0; left:0;
  perspective: 728px; -webkit-perspective: 728px;
}
.hideMe{visibility:hidden;}


/* ------- DEFINE SPRITES ------- */
.lgl1, .f2-1, .f1-1, .f4-1, .f3-3, 
.f3-1, .f4-2, .f3-2, .l1, .cta1 { display: inline-block; background: url('img/spr.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; position:absolute; overflow: hidden;}
 
.lgl1 { background-position: -2px -0px; width: 476px; height: 19px; }
.f2-1 { background-position: -2px -21px; width: 452px; height: 87px; }
.f1-1 { background-position: -2px -110px; width: 387px; height: 62px; }
.f4-1 { background-position: -2px -174px; width: 277px; height: 49px; }
.f3-3 { background-position: -281px -174px; width: 177px; height: 90px; }
.f3-1 { background-position: -2px -225px; width: 172px; height: 62px; }
.f4-2 { background-position: -176px -266px; width: 165px; height: 90px; }
.f3-2 { background-position: -2px -289px; width: 158px; height: 90px; }
.l1 { background-position: -343px -266px; width: 125px; height: 88px; }
.cta1 { background-position: -343px -356px; width: 115px; height: 48px;z-index: 610; }

/* ------- POSITION SPRITES ------- */
.lgl1 { left: 131px;top: 70px;z-index: 990; }
.f1-1 { left: 170px;top: 10px;}
.f2-1 { left: 134px;top: 0px; }
.f3-1 { left: 274px;top: 11px; }
.f3-2 { left: 420px;top: -0px; }
.f3-3 { left: 111px;top: -0px; }
.f4-1 { left: 214px;top: 17px; }
.f4-2 { left: 468px;top: 0px; }
.cta1 { left: 596px;top: 22px; }
.l1 { left: 7px;top: 0px; z-index: 610;}




/* ------- OTHER CSS ------- */
.bg {
	left: 0px;
	top: 0px;
	width: 728px;
	height: 90px;
	background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
}
.bg-1 {
	left: 0px;
	top: 0px;
	width: 95px;
	height: 90px;
	background-image: url(img/bg.jpg);
	background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index: 600;
}
.bg-2 {
	left: 633px;
	top: 0px;
	width: 94px;
	height: 90px;
	background-image: url(img/bg.jpg);
	background-position: -633px 0px;
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index: 600;
}

.sheen {
	position: absolute;
	left: -145px;
	top: 0px;
	width: 137px;
	height: 45px;
	overflow: hidden;
	background-image: url('img/sheen.png');
	background-repeat: no-repeat;
}

#glimmer-cta-box {
	position: absolute;
	left: 602px;
	top: 29px;
	width: 102px;
	height: 34px;
	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;
}

