/* ------- 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, .t2, .logo1-1, .t1-1, .t1-2, .glimmer, .logo1-2, .cta1, .a2 { position: absolute; display: inline-block; background: url('img/spr.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; background-repeat: no-repeat; }
 
.lgl1 { background-position: -1px -0px; width: 728px; height: 56px; }
.t2 { background-position: -1px -57px; width: 273px; height: 44px; }
.logo1-1 { background-position: -275px -57px; width: 246px; height: 46px; }
.t1-1 { background-position: -522px -57px; width: 140px; height: 17px; }
.t1-2 { background-position: -522px -75px; width: 140px; height: 11px; }
.glimmer { background-position: -522px -87px; width: 94px; height: 40px; }
.logo1-2 { background-position: -617px -87px; width: 90px; height: 60px; }
.cta1 { background-position: -663px -57px; width: 53px; height: 13px; }
.a2 { background-position: -708px -87px; width: 18px; height: 60px; }


/* ------- POSITION SPRITES ------- */
.a2 {
	left: 400px;
top: 9px;
	z-index:50;
}
.cta1 {
    left: 162px;
top: 60px;
}

.logo1-1 {
    left: 21px;
top: 20px;
}
.logo1-2 { left: 19px;top: 11px;}
.logo1-3 { left: 209px; top: 544px; }
.t1-1 {
    left: 288px;
top: 22px;
}
.t1-2 {
    left: 288px;
top: 42px;
}
.t2 {
    left: 162px;
top: 9px;
clip: rect(0px,273px,44px,273px);
}


/* ------- OTHER CSS ------- */
.intro-fade {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    z-index: 920;
	background:#ffffff;
}
.bg {
    position:absolute;
	background-image: url('img/bg.jpg');
    background-repeat: no-repeat;
    left: 0px;
	top: 0px;
	width: 728px;
	height: 90px;
	z-index:-1;
}
#lgl_btn {
    position:absolute;
    left: 0px;
top: 77px;
width: 50px;
height: 13px;
z-index: 975;
cursor: pointer;
}
#lgl_box {
    left: -1px;
	top: 92px;
	z-index: 950;
	cursor: pointer;
}
#glimmer-cta-box {
	position: absolute;
	left: 162px;
top: 60px;
width: 53px;
height: 13px;
	border-width: 0px;
	border: 0px solid transparent;
	overflow: hidden;
	z-index: 900;
}
#glimmer-cta {
    position: relative;
      top:0px;
      left: -100px;
	  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: 900;
    cursor: pointer;
}
