
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/*HTML5 display-role reset for older browsers */
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 {
    margin: 0;
    background-color: #FFF;
}

/*--------------------------------------------------------------
2.0 Miscellaneous
--------------------------------------------------------------*/
#wrapper {
    position: absolute;
    width: 728px;
    height: 90px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #04763f;
    display: none;
}
/*--------------------------------------------------------------
3.0 ELEMENTS
--------------------------------------------------------------*/
#frame-1 , 
#blur-1 , 
#blur-2 , 
#blur-3 , 
#blur-4 , 
#frame-end , 
.copy1a , 
.copy1b , 
.copy1c , 
#copy-end , 
#cta , 
#cta-btn , 
#cta-arrow , 
#product , 
#logo ,
#tc ,
#clickthrough {
    position: absolute;
    background-repeat: no-repeat;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
}
#blur-1 ,
#blur-2 ,
#blur-3  ,
#blur-4 {
    opacity: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #04763f;
}
.copy1a {
    background: url("../images/copy1a.png");
}
.copy1b {
    background: url("../images/copy1b.png");
}
.copy1c {
    background: url("../images/copy1c.png");
}
#copy1a {
    opacity: 0;
}
#copy1b {
    opacity: 0;
}
#copy1c {
    opacity: 0;
}
#frame-end {
    opacity: 0;
}
#copy-end {
    background: url("../images/copy_end.png");
}
#cta {
    opacity: 0;
}
#cta-btn {
    background: url("../images/cta.png");
}
#cta-arrow {
    background: url("../images/cta_arrow.png");
}
#product {
    background: url("../images/product.png");
}
#logo {
    background: url("../images/logo.png");
}
#tc {
    background: url("../images/tc.png");
}

/*--------------------------------------------------------------
4.0 CTA Elements
--------------------------------------------------------------*/
#clickthrough {
    cursor: pointer;
    background-color: #009de5;
    opacity: 0;
}