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


/* ------- DEFINE SPRITES ------- */
.lgl1, .t1-1, .t1-2, .logo1-1, .logo1-2, .t2, .glimmer, .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: 300px; height: 98px; }
.t1-1 { background-position: -1px -99px; width: 279px; height: 33px; }
.t1-2 { background-position: -1px -133px; width: 279px; height: 21px; }
.logo1-1 { background-position: -1px -155px; width: 261px; height: 49px; }
.logo1-2 { background-position: -1px -205px; width: 246px; height: 35px; }
.t2 { background-position: -1px -241px; width: 177px; height: 76px; }
.glimmer { background-position: -179px -241px; width: 94px; height: 40px; }
.cta1 { background-position: -179px -282px; width: 76px; height: 18px; }
.a2 { background-position: -256px -282px; width: 28px; height: 102px; }



/* ------- POSITION SPRITES ------- */
.a2 {
	left: 321px;
	top: 406px;
	z-index:50;
}
.cta1 {
    left: 72px;
top: 499px;
width: 76px;
height: 18px;
}

.logo1-1 {
    left: 20px;
top: 520px;
}
.logo1-2 { left: 26px;
top: 539px;}
.logo1-3 { left: 209px; top: 544px; }
.t1-1 {
    left: 14px;
top: 447px;
}
.t1-2 {
    left: 14px;
top: 485px;
}
.t2 {
    left: 70px;
top: 406px;
clip: rect(0px,177px,76px,177px);
}


/* ------- OTHER CSS ------- */
.intro-fade {
    position: absolute;
    width: 300px;
    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: 300px;
	height: 600px;
	z-index:-1;
}
#lgl_btn {
    position:absolute;
    left: 0px;
top: 587px;
width: 50px;
height: 13px;
z-index: 975;
cursor: pointer;
}
#lgl_box {
    left: -1px;
	top: 602px;
	z-index: 950;
	cursor: pointer;
}
#glimmer-cta-box {
	position: absolute;
	left: 72px;
top: 499px;
width: 76px;
height: 18px;
	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;
}
