@charset "UTF-8";
/* CSS Document */

/*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{
width:890px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#000;
position:relative;
}

/* PROMOBOX */
#main_msg{
width:890px;
height:350px;
background:url(../images/bts_promobox.jpg) 0 0 no-repeat;
float:left;
}

#promo_msg{
width:345px;
text-align:center;
color:#fff;
text-shadow: 3px 3px 1px #03803e;
font-size:22px;
font-weight:bold;
line-height:25px;
margin:190px 0 0 9%;
padding:5px 0;
}

.price{
font-size:35px;
font-weight:bold;
color:#fae31c;
text-shadow: 3px 3px 1px #03803e;
}

#code{
width:890px;
height:35px;
margin-bottom:20px;
padding-top:10px;
float:left;
background-color:#06b569;
text-align:center;
border-radius: 0px 0px 10px 10px;
font-size:14px;
font-weight:bold;
}

.highlight{
color:#fbf6ca;
font-size:20px;
}

a.subscribe {
float:left;
margin-top:10px;
}



/* PDF DOWNLOADSX */

#download_msg{
width:860px;
float:left;
background:url(../images/downloads_msg_bg.jpg) 0 0 no-repeat;
padding:0 18px 20px;

}

#pdf{
width:106px;
float:left;
margin:65px 18px 0;
font-size:12px;
line-height:15px;
}

.btndownload{
margin:5px 0 10px;
}



.pdftitle{
color:#0f70a0;
font-weight:bold;
font-size:14px;
}

.pdfss{
-moz-box-shadow: 2px 2px 1px #a2a8a5;
-webkit-box-shadow: 2px 2px 1px #a2a8a5;
box-shadow: 2px 2px 1px #a2a8a5;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a8a5')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a8a5');

}

/* BENEFITS */

#benefits_msg{
width:850px;
float:left;
background-color:#fbf6ca;
border-radius: 0px 0px 10px 10px;
padding:0 20px;
}

#benefits_msg h1{
margin:30px 0px 20px;
text-align:center;
}

ul.benefits{
width:385px;
margin:10px 0 10px 20px;
float:left;
list-style:none;
line-height:18px;
font-size:14px;

}

ul.benefits li{
padding-bottom:30px;
padding-left:50px;
}
.step1{
background:url(../images/num01.gif) no-repeat 0 0;
}

.step2{
background:url(../images/num02.gif) no-repeat 0 0;
}

.step3{
background:url(../images/num03.gif) no-repeat 0 0;
}

.step4{
background:url(../images/num04.gif) no-repeat 0 0;
}

.step5{
background:url(../images/num05.gif) no-repeat 0 0;
}

.step6{
background:url(../images/num06.gif) no-repeat 0 0;
}

#guarantee{
width:560px;
margin:10px auto 20px;
padding-bottom:20px;
text-align:center;
}

#guarantee img{
float:left;

}
#guarantee p{
text-align:left;
font-size:13px;
}



/* LEGAL */
#legal{
font-size:12px;
line-height:16px;
color:#999;
margin:10px 0px;

}

#legal img{
float:left;
margin-right:15px;
}

#legal p{
padding:10px 0 0px;
}

.clear{
clear:both;
}

strong{
font-weight:bold;
}

#arrow01{
width: 60px;
height:107px;
position:absolute;
top:35%;
left:9%;
}

#arrow02{
width: 60px;
height:107px;
position:absolute;
top:63%;
right:3%;
}


