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


/* ------- DEFINE SPRITES ------- */
.lgl1, .t1-1, .t1-2, .t2, .logo1-2, .glimmer, .cta1 { 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: 158px; height: 160px; }
.t1-1 { background-position: -1px -161px; width: 150px; height: 19px; }
.t1-2 { background-position: -1px -181px; width: 150px; height: 13px; }
.t2 { background-position: -1px -194px; width: 147px; height: 155px; }
.logo1-2 { background-position: -1px -426px; width: 114px; height: 54px; }
.glimmer { background-position: -1px -481px; width: 94px; height: 40px; }
.cta1 { background-position: -96px -481px; width: 61px; height: 15px; }


/* ------- POSITION SPRITES ------- */
.a2 {
	left: 168px;
top: 342px;
	z-index:50;
}
.cta1 {
    left: 6px;
top: 493px;
}

.logo1-2 { left: 23px;
top: 515px;}
.logo1-3 { left: 209px; top: 544px; }

.t1-1 {
    left: 6px;
top: 439px;
}
.t1-2 {
    left: 6px;
top: 460px;
}
.t2 {
    left: 7px;
top: 332px;
clip: rect(0px,147px,155px,147px);
}


/* ------- OTHER CSS ------- */
.logo1-1 {
    position:absolute;
	background-image: url('img/logo1-1.png');
    background-repeat: no-repeat;
    left: 13px;
top: 492px;
width: 134px;
height: 87px;
}
.intro-fade {
    position: absolute;
    width: 160px;
    height: 600px;
    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: 160px;
	height: 600px;
	z-index:-1;
}
#lgl_btn {
    position:absolute;
    left: 0px;
top: 587px;
width: 50px;
height: 13px;
z-index: 975;
cursor: pointer;
}
#lgl_box {
    position:absolute;
    left: 1px;
top: 602px;
width: 50px; height: 157px;
z-index: 950;
cursor: pointer;
}
#glimmer-cta-box {
	position: absolute;
	 left: 6px;
top: 493px;
width: 61px;
height: 15px;
	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;
}
