html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body{
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#banner {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 726px;
  height: 88px;
  background: white;
  border: 1px solid #ccc;
  top: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

#tempWhite {
  position: absolute;
  width: 728px;
  height: 90px;
  background: white;
  z-index: 1000;
}

.panel {
  position: absolute;
  width: 200px;
  height: 50px;
}

h1 {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #31353b;
}

h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 400;
  color: #31353b;
}

#text1 {
  top: 7px;
  left: 300px;
  opacity: 0;
}

#text2 {
  top: 26px;
  left: -300px;
  opacity: 0;
}

#text3 {
  top: 64px;
  left: 300px;
  opacity: 0;
}

#ratetable {
	position: absolute;
    left: 204px;
    z-index: 500;
}

.row {
	position: absolute;
    width: 319px;
    height: 30px;
    left: 300px;
    opacity: 0;
}

.rowbg {
    position: absolute;
    width: inherit;
    height: inherit;
	background-image: url('LT_072914_CleanRateTable_RatesHit_White_728x90_rowbg.png');
}

.rowbgani {
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 1;
	background-image: url('LT_072914_CleanRateTable_RatesHit_White_728x90_rowbgani.png');
}

.rowbgover {
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 2;
	background-image: url('LT_072914_CleanRateTable_RatesHit_White_728x90_rowbgover.png');
}

.tabletext {
	position: absolute;
    font-weight: 400;
    color: #31353b;
    font-size: 16px;
    width: 274px;
    top: 6px;
    left: 7px;
    z-index: 3;
}

#row2 {
    top: 30px;
}

#row3 {
    top: 60px;
}

#ttext2, #ttext5, #ttext8 {
    left: 16px;
    text-align: center;
}

#ttext3, #ttext6, #ttext9 {
    text-align: right;
}

#logo {
	position: absolute;
	width: 174px;
	height: 43px;
	left: 539px;
	top: 44px;
	background-image: url('LT_072914_CleanRateTable_RatesHit_White_728x90_logo.png');
}

#cta {
	position: absolute;
    overflow: hidden;
	width: 170px;
	height: 34px;
	left: 730px;
	top: 6px;
	background-image: url('LT_072914_CleanRateTable_RatesHit_White_728x90_cta.png');
    opacity: 0;
}

#shine {
    position: absolute;
    width: 200px;
    height: 59px;
    left: -220px;
    background-image: url('LT_072914_CleanRateTable_RatesHit_White_728x90_shine.png');
    background-size: cover;
    z-index: 5;
}

/* Invisible button for background clickthrough. */
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
