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


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

.spr-bar-btm {
    width: 182px;
    height: 90px;
    background-position: -2px -2px;
}

.spr-c1 {
    width: 55px;
    height: 75px;
    background-position: -188px -2px;
}

.spr-c2 {
    width: 59px;
    height: 75px;
    background-position: -247px -2px;
}

.spr-c3-1 {
    width: 64px;
    height: 60px;
    background-position: -188px -81px;
}

.spr-c3-2 {
    width: 18px;
    height: 12px;
    background-position: -310px -2px;
}

.sprite-cb-mark-1, .sprite-cb-mark-2, .sprite-cb-mark-3 {
    width: 13px;
    height: 13px;
    background-position: -310px -18px;
	clip: rect(0px 0px 0px 0px);
}

.spr-t0 {
    width: 46px;
    height: 6px;
    background-position: -256px -81px;
}

.spr-t1-1 {
    width: 332px;
    height: 19px;
    background-position: -2px -145px;
}

.spr-t1-2 {
    width: 234px;
    height: 19px;
    background-position: -2px -168px;
}

.spr-t2 {
    width: 296px;
    height: 35px;
    background-position: -2px -191px;
}

.spr-t4 {
    width: 117px;
    height: 13px;
    background-position: -2px -230px;
}

.spr-t5 {
    width: 134px;
    height: 15px;
    background-position: -123px -230px;
}

.spr-t6 {
    width: 125px;
    height: 26px;
    background-position: -332px -2px;
}

.spr-t7 {
    width: 46px;
    height: 6px;
    background-position: -327px -32px;
}


/* ------- POSITION SPRITES ------- */
.spr-bar-btm {left: 551px; top: 0px; position:absolute;}

.spr-c1 {left: 18px; top: 9px; position:absolute;}
.spr-c2 {left: 16px; top: 9px; position:absolute;}
.spr-c3-1 {left: 476px; top: 7px; position:absolute;}
.spr-c3-2 {left: 491px; top: 36px; position:absolute;}

.spr-t0 {left: 489px; top: 74px; position:absolute;}
.spr-t1-1 {left: 100px; top:27px; position:absolute;}
.spr-t1-2 {left: 100px; top:50px; position:absolute;}
.spr-t2 {left: 14px; top: 29px; position:absolute;}
.spr-t4 {left: 329px; top: 10px; position:absolute;}
.spr-t5 {left: 329px; top: 33px; position:absolute;}
.spr-t6 {left: 328px; top: 56px; position:absolute;}
.spr-t7 {left: 489px; top: 73px; position:absolute;}


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

#glimmer-box {
    position: absolute;
    width: 125px; height: 31px;
    left: 579px; top: 49px;
    border-width:0px;
	border: 0px solid transparent;
    overflow: hidden; 
    z-index: 705;
	border-radius:5px;
}

#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: 13px;
    height: 13px;
    background-position: -310px -18px;
	background-image: url(spritesheet.png);
    background-repeat: no-repeat;
	position: absolute;
	z-index: 550;
	clip: rect(0px 0px 0px 0px);
	left: 332px; top: 6px;
}
#cb-2 {
	width: 13px;
	height: 13px;
	background-position: -310px -18px;
	background-image: url(spritesheet.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 550;
	clip: rect(0px 0px 0px 0px);
	left: 331px;
	top: 30px;
}
#cb-3 {
	width: 13px;
	height: 13px;
	background-position: -310px -18px;
	background-image: url(spritesheet.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 550;
	clip: rect(0px 0px 0px 0px);
	left: 332px;
	top: 52px;
}



/* ------- BORDER ------- */
#brdr-t, #brdr-b {
	width:728px;
	height:1px;
	background-color:#000000;
	z-index:900;
}
#brdr-l, #brdr-r {
	width:1px;
	height:90px;
	background-color:#000000;
	z-index:900;
}
#brdr-t {left:0px; top:0px; position:absolute;}
#brdr-b {left:0px; top:89px; position:absolute;}
#brdr-l {left:0px; top:0px; position:absolute;}
#brdr-r {left:727px; top:0px; position:absolute;}
