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


/* ------- DEFINE SPRITES ------- */


/* ------- POSITION SPRITES ------- */




/* ------- OTHER CSS ------- */
.l1 {
	position: absolute;
	left: 42px;
	top: 6px;
	width: 50px;
	height: 54px;
	overflow: hidden;
	background-image: url('img/l1.png');
}
.t1 {
	position: absolute;
	left: 24px;
	top: 71px;
	width: 87px;
	height: 63px;
	overflow: hidden;
	background-image: url('img/t1.png');
}
.p1 {
	position: absolute;
	left: 131px;
	top: 49px;
	width: 169px;
	height: 134px;
	overflow: hidden;
	background-image: url('img/p1.png');
}
.c1 {
	position: absolute;
	left: 5px;
	top: 167px;
	width: 122px;
	height: 49px;
	overflow: hidden;
	background-image: url('img/c1.png');
}
.lgl {
	position: absolute;
	left: 248px;
	top: 238px;
	width: 45px;
	height: 7px;
	overflow: hidden;
	background-image: url('img/lgl.png');
}
.cta {
	position: absolute;
	left: 149px;
	top: 197px;
	width: 136px;
	height: 23px;
	background-color: #d21e44;
	overflow: hidden;
}
.cta-t1 {
	position: relative;
	left: 6px;
	top: 6px;
	width: 125px;
	height: 12px;
	overflow: hidden;
	background-image: url('img/cta-t1.svg');
	background-repeat: no-repeat;
}
.sheen {
	position: absolute;
	left: -75px;
	top: 0px;
	width: 70px;
	height: 23px;
	overflow: hidden;
	background-image: url('img/sheen.png');
	background-repeat: no-repeat;
}


/* ------- BOXES ------- */
.box-1-r {
	position: absolute;
	left: 0;
	top: 0;
	width: 132px;
	height: 147px;
	background-color: #d21e44;
	overflow: hidden;
}
.box-2-o {
	position: absolute;
	left: 135px;
	top: 0;
	width: 165px;
	height: 14px;
	background-color: #f2943e;
}
.box-3-g {
	position: absolute;
	left: 135px;
	top: 17px;
	width: 164px;
	height: 213px;
	background-color: #accb40;
}
.box-4-r {
	position: absolute;
	left: 135px;
	top: 233px;
	width: 165px;
	height: 17px;
	background-color: #d21e44;
}
.box-5-b {
	position: absolute;
	left: 0;
	top: 150px;
	width: 132px;
	height: 99px;
	background-color: #00afd4;
}

#glimmer-cta-box {
	position: absolute;
	width: 140px;
	height: 30px;
	left: 140px;
	top: 200px;
	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;
}
