@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: 250px;
    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: 250px;
    display: block;
    overflow: hidden;
    background: url("bg.jpg") no-repeat;
}

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

#brand {
    position: absolute;
    bottom: 11px;
    right: 9px;
    z-index: 1;
}

#copy1 {
    background: url("sprite.png") no-repeat -13px -1px;
    position: absolute;
    width: 246px;
    height: 15px;
    top: 26px;
    left: 26px;
/*    right: 0px;*/
/*    margin: 0 auto;*/
    z-index: 1;
}

#copy2 {
    position: absolute;
    top: 49px;
    left: 72px;
    width: 158px;
    height: 10px;
    background: url('sprite.png') no-repeat -60px -24px;
}

#price {
    position: absolute;
    width: 239px;
	height: 96px;
    top: 77px;
    left: 34px;
    background: url('sprite.png') no-repeat -26px -47px;
    z-index: 2;
}

#price_shadow {
    position: absolute;
    width: 245px;
	height: 122px;
    top: 80px;
    left: 15px;
    z-index: 1;
}

#shadow_dollar{
    position: absolute;
    width: 42px;
	height: 51px;
    top: 0px;
    left: 0px;
    background: url('sprite.png') no-repeat -274px -205px;
    z-index: 1;
}

#shadow_three{
    position: absolute;
    width: 93px;
	height: 118px;
    top: 0px;
    left: 26px;
    background: url('sprite.png') no-repeat -32px -212px;
    z-index: 1;
}

#shadow_four{
    position: absolute;
    width: 96px;
	height: 121px;
    top: 0px;
    left: 101px;
    background: url('sprite.png') no-repeat -158px -213px;
    z-index: 1;
}

#shadow_nine{
    position: absolute;
    width: 41px;
	height: 46px;
    top: 0px;
    left: 177px;
    background: url('sprite.png') no-repeat -264px -270px;
    z-index: 1;
}

#shadow_zero{
    position: absolute;
    width: 41px;
	height: 48px;
    top: 0px;
    left: 207px;
    background: url('sprite.png') no-repeat -311px -271px;
    z-index: 1;
}

#logo {
    position: absolute;
    width: 105px;
	height: 21px;
    bottom: 32px;
    left: 28px;
    background: url('sprite.png') no-repeat -16px -155px;
}

#PhoneNumber {
    position: absolute;
    width: 81px;
	height: 13px;
    bottom: 13px;
    right: 49px;
    background: url('sprite.png') no-repeat -156px -182px;
    
}

#cta {
    position: absolute;
    width: 117px;
    height: 30px;
    left: 150px;
    bottom: 31px;
    background: url('sprite.png') no-repeat -138px -147px;
    overflow: hidden;
	z-index: 3;
}

#cta_second_content {
    position: absolute;
    width: 116px;
    height: 29px;
    right: 0px;
    top: 0px;
    background-color: #006cb7;
    overflow: hidden;
}

#cta_text{
    position: relative;
    width: 80px;
	height: 11px;
    top:10px;
    margin: 0 auto;
    background: url('sprite.png') no-repeat -162px -199px;
    z-index: 1;
}

#shine{
    position: absolute;
    width: 117px;
    height: 30px;
    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;
}