@charset "UTF-8";

/* CSS Reset */

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;
}


/*---------------*/

#container {
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #A7A7A7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

#banner {
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
    display: block;
    overflow: hidden;
    background: url("bg.jpg") no-repeat;
}

#clicktag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
    opacity: 0;
    z-index: 100;
}

#copy1 {
    position: absolute;
		background: url('sprite.png') no-repeat -12px -300px;
		width: 226px;
		height: 62px;
    top: 125px;
    left: 35px;
    z-index: 1;
}

#copy2 {
    position: absolute;
    top: 215px;
    left: 62px;
		background: url('sprite.png') no-repeat -39px -375px;
		width: 170px;
		height: 54px;
}

#price {
    position: absolute;
    top: 311px;
    left: 53px;
		background: url('sprite.png') no-repeat -23px -514px;
		width: 208px;
		height: 149px;
    z-index: 2;
}

#price_shadow {
    position: absolute;
    width: 282px;
		height: 194px;
    top: 313px;
    right: 37px;
    z-index: 1;
}

#shadow_dollar{
    position: absolute;
    top: 0px;
    right: 190px;
		background: url('sprite.png') no-repeat -30px -213px;
		width: 71px;
		height: 74px;
    z-index: 1;
}

#shadow_three{
    position: absolute;
    top: 1px;
    right: 122px;
		background: url('sprite.png') no-repeat -32px -61px;
		width: 93px;
		height: 120px;
    z-index: 1;
}

#shadow_four{
    position: absolute;
    top: 1px;
    right: 40px;
		background: url('sprite.png') no-repeat -159px -62px;
		width: 95px;
		height: 121px;
    z-index: 1;
}

#shadow_nine{
    position: absolute;
    top: 0px;
    right: 22px;
		background: url('sprite.png') no-repeat -126px -220px;
		width: 45px;
		height: 50px;
    z-index: 1;
}

#shadow_zero{
    position: absolute;
    top: 0px;
    right: 0px;
		background: url('sprite.png') no-repeat -186px -218px;
		width: 45px;
		height: 51px;
    z-index: 1;
}

#logo {
    position: absolute;
    top: 36px;
    left: 70px;
		background: url('sprite.png') no-repeat -34px -451px;
		width: 167px;
		height: 33px;
}

#PhoneNumber {
    position: absolute;
    bottom: 39px;
    right: 95px;
		background: url('sprite.png') no-repeat -9px -45px;
	width: 105px;
	height: 13px;

}

#cta {
    position: absolute;
    left: 80px;
    bottom: 58px;
		background: url('sprite.png') no-repeat -168px -4px;
		width: 140px;
		height: 36px;
    overflow: hidden;
}

#cta_second_content {
    position: absolute;
		left: 0px;
    top: 0px;
		background: url('sprite.png') no-repeat -7px -3px;
		width: 140px;
		height: 36px;
    overflow: hidden;
		z-index: 1;
}

#shine{
    position: absolute;
    width: 117px;
    height: 36px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    border: 0;
    z-index: 2;
}
