body {
	margin: 0px;
}
#ad {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	background-color: #FFFFFF;
	display: block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid black;
	overflow: hidden;
}

#lines {
	position: absolute;
	top: 84px;
	left: 50px;
	width: 200px;
	height: 16px;
	background-color: #008566;
	border-color:#FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	z-index: 13;

}

#banner {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	display: block;
	overflow: hidden;

}

#greenBg { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	background-color:#008566;
	display: block;
	z-index: 8;

}
#lockup {
	position: absolute;
	background: url(spritesheet.png) 0px -98px;
	width: 300px;
	height: 76px;
	top: 174px;
	left: 0px;
	z-index: 30;
	display: block;
}
.screenCopy {
	position: absolute;
	width: auto;
	height: auto;
	top: 105px;
	left: 15px;
	font-family: Arial;
	font-weight: 300;
	font-size: 26px;
	color: #008566;
	text-decoration: none;
	line-height: 100%;
}
#txt1 {
	left: 14px;
	top: 14px;
	font-family: Arial;
	line-height: 20px;
	color: #008566;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	letter-spacing:-1px;
	z-index: 10;
}

#suitcase {
	position: absolute;
	
	background: url(spritesheet.png) -300px 0px;
	width: 207px;
	height: 166px;
	top: 62px;
	left: 44px;
	z-index: 7;
	display: block;
}

#txt2 {
	top: 60px;
	left: 141px;
	font-family: Arial;
	line-height: 20px;
	color: #008566;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	letter-spacing:0px;
	z-index: 6;
}
#txt3 {
	top: 102px;
	left: 141px;
	font-family: Arial;
	line-height: 13px;
	color: #008566;
	font-weight: 500;
	font-size: 12px;
	text-align: left;
	letter-spacing:0px;
	z-index: 6;
}
#txt4 {
	top: 14px;
	left: 35px;
	font-family: Arial;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	letter-spacing:1px;
	z-index: 13;
}

#txt5 {
	top: 64px;
	left: 28px;
	font-family: Arial;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 11px;
	text-align: center;
	z-index: 14;
}

#txt6 {
	top: 86px;
	left: 63px;
	font-family: Arial;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 10px;
	text-align: center;
	letter-spacing:.5px;
	z-index: 14;
}


#card {
	position: absolute;
	 background-position: ;
	background: url(spritesheet.png) 0px 0px;
	width: 155px;
	height: 98px;
	top: 108px;
	left: 70px;
	z-index: 13;
	display: block;
}

#cta {
	position: absolute;
	width: 120px;
	height: 32px;
	top: 195px;
	left: 10px;
	z-index: 99;
	background-position: ;
	background: url(spritesheet.png) -155px 0px;
}


#cta:hover {

}


#ctaBtnOver {
    position: absolute;
    top: 195px;
	left: 0px;
    width: 42px;
    height: 33px;
	opacity: 0;
    background : url('graphic_shimmer.png') no-repeat;
    z-index: 100;
}
#ctaTxt {
	position: absolute;
	left: 12px;
	top: 225px;
	font-family: Arial;
	line-height: 25px;
	color: #8B8D8E;
	font-weight: 500;
	font-size: 9px;
	z-index: 101;
}


#invisibleOver {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 300px;
    height: 250px;
	opacity: 1;
    z-index: 100;
}
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
}
