/* ------- PAGE SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:160px; height:600px;
  overflow:hidden; background:#6ACFF6;
  position:absolute;
  }
#content{
  width:160px; height:600px;
  position:relative; top:0; left:0;
  perspective: 160px; -webkit-perspective: 160px;
  }
.hideMe{
	visibility:hidden; !important;
	}


/* ------- DEFINE SPRITES ------- */
.spr {
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.spr-glimmer {
    width: 103px;
    height: 69px;
    background-position: -281px -174px;
}

.spr-bar-btm {
    width: 160px;
    height: 136px;
    background-position: -2px -2px;
}

.spr-c1 {
    width: 69px;
    height: 94px;
    background-position: -166px -2px;
}

.spr-c2 {
    width: 74px;
    height: 94px;
    background-position: -166px -100px;
}

.spr-c3-1 {
    width: 103px;
    height: 94px;
    background-position: -2px -198px;
	z-index:10;
}

.spr-c3-2 {
    width: 29px;
    height: 19px;
    background-position: -239px -2px;
	z-index:9
}

.spr-check {
    width: 12px;
    height: 13px;
    background-position: -272px -2px;
}

.spr-t0 {
    width: 46px;
    height: 6px;
    background-position: -239px -25px;
}

.spr-t1-1 {
    width: 139px;
    height: 63px;
    background-position: -109px -198px;
}

.spr-t1-2 {
    width: 138px;
    height: 43px;
    background-position: -289px -2px;
}

.spr-t2 {
    width: 135px;
    height: 133px;
    background-position: -244px -49px;
}

.spr-t4 {
    width: 122px;
    height: 13px;
    background-position: -252px -186px;
}

.spr-t5 {
    width: 139px;
    height: 13px;
    background-position: -252px -203px;
}

.spr-t6 {
    width: 131px;
    height: 30px;
    background-position: -252px -220px;
}

.spr-t7 {
    width: 47px;
    height: 8px;
    background-position: -383px -49px;
}



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

.spr-bar-btm {left: 0px; top:464px; position:absolute;}
.spr-btn-cta {left: 23px; top:470px; position:absolute;}

.spr-c1 {left: 42px; top:347px; position:absolute;}
.spr-c2 {left: 36px; top:347px; position:absolute;}
.spr-c3-1 {left: 27px; top:346px; position:absolute;}
.spr-c3-2 {left: 51px; top:395px; position:absolute;}

.spr-t0 {left: 13px; top:15px; position:absolute;}
.spr-t1-1 {left: 11px; top:142px; position:absolute;}
.spr-t1-2 {left: 11px; top:214px; position:absolute;}
.spr-t2 {left: 12px; top:56px; position:absolute;}
.spr-t4 {left: 12px; top:233px; position:absolute;}
.spr-t5 {left: 12px; top:262px; position:absolute;}
.spr-t6 {left: 12px; top:293px; position:absolute;}
.spr-t7 {
	left: 100px;
	top: 451px;
	position: absolute;
}

.spr-cb-mark-1 {left: 0px; top:0px; position:absolute;}
.spr-cb-mark-2 {left: 0px; top:0px; position:absolute;}
.spr-cb-mark-2 {left: 0px; top:0px; position:absolute;}



/* ------- OTHER CSS ------- */

#glimmer-box {
	position: absolute;
	width: 116px;
	height: 28px;
	left: 22px;
	top: 538px;
	border-width: 0px;
	border: 0px solid transparent;
	overflow: hidden;
	z-index: 705;
	border-radius:3px;
}

#glimmer {
    position: relative;
      top:0px;
      left: -116px;
	  border-width:0px;
	  border: 0px solid transparent;
}

/* Removes border on pesky IE */
#glimmer img {text-decoration: none; border: 0px}

#rolloverCatch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    cursor: pointer;
}

#cb-1 {
	width: 12px;
    height: 13px;
	position: absolute;
	z-index: 550;
	background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    background-position: -272px -2px;
	clip: rect(0px 0px 0px 0px);
	left: 15px;
	top: 229px;
}
#cb-2 {
	width: 12px;
    height: 13px;
	position: absolute;
	z-index: 550;
	background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    background-position: -272px -2px;
	clip: rect(0px 0px 0px 0px);
	left: 15px;
	top: 258px;
}
#cb-3 {
	width: 12px;
    height: 13px;
	position: absolute;
	z-index: 550;
	background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    background-position: -272px -2px;
	clip: rect(0px 0px 0px 0px);
	left: 15px;
	top: 289px;
}



/* ------- BORDER ------- */
#brdr-t, #brdr-b {
	width:160px;
	height:1px;
	background-color:#000000;
	z-index:900;
}
#brdr-l, #brdr-r {
	width:1px;
	height:600px;
	background-color:#000000;
	z-index:900;
}
#brdr-t {left:0px; top:0px; position:absolute;}
#brdr-b {left:0px; top:599px; position:absolute;}
#brdr-l {left:0px; top:0px; position:absolute;}
#brdr-r {left:159px; top:0px; position:absolute;}
