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;
}

.left{
    float:left;
}

.clear{
    clear:both;
}

.cleft{
    clear:left;    
}

.acenter{
    text-align:center;
}

/**
 * Fonts
*/
@font-face {
    font-family: 'pt';
    src: url('./PTS55F-webfont.eot');
    src: url('./PTS55F-webfont.eot') format('embedded-opentype'),
        url('./PTS55F-webfont.woff') format('woff'),
        url('./PTS55F-webfont.ttf') format('truetype'),
        url('./PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt';
    src: url('./PTS75F-webfont.eot');
    src: url('./PTS75F-webfont.eot') format('embedded-opentype'),
        url('./PTS75F-webfont.woff') format('woff'),
        url('./PTS75F-webfont.ttf') format('truetype'),
        url('./PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body{
    background-color:#f1f5f8;
    font-size:14px;
    line-height:100%;
    color:#5c6366;
    font-family:"pt", arial, tahoma, verdana, sans-serif;
}

div#page{
    width:1010px;
    margin:0px auto;
}

div#page .logo{
    margin:15px 30px 15px 30px;
}

div#content{
    width:938px;
    padding:35px;
    background:#fff;
    border:1px solid #dee4e8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
div#content h1{
    width:50%;
    float:left;
    font-size:30px;
    line-height:35px;
    color:#050708;
    margin-top:5px;
    font-weight: normal;
}
div#content h1.full{
    width:100%;
}
div#content h1 strong{
    font-weight:bold;
}
div#content #banner{
    float:right;
}
div#content #banner .tip{
    position:absolute;
}
div#content #banner .description{
    position:absolute;
    width:400px;
    height:40px;
    display:block;
    padding:15px 20px;
    margin-top:-77px;
    background:rgba(0,0,0,0.5);
    font-size:14px;
    line-height:20px;
    overflow:hidden;
    color:#fff;
}

div#content .fbshare{
    margin-top:30px;
    display:inline-block;
    background:url("./fb.png");
    width:145px;
    height:32px;
    color:#fff;
    text-decoration:none;
    padding-top:9px;
    padding-left:60px;
}

div#content .fbshare:hover{
    background:url("./fb.png") no-repeat 0px -41px;
}

div#content .options{
    margin-top:30px;
    display:inline-block;
    background:url("./options.png");
    width:145px;
    height:32px;
    color:#fff;
    text-decoration:none;
    padding-top:9px;
    padding-left:60px;
    margin-left:10px;
}

div#content .options:hover{
    background:url("./options.png") no-repeat 0px -41px;
}

div#content #banner .install{
    margin-top:20px;
    display:inline-block;
    background:url("./install.png");
    width:204px;
    height:32px;
    color:#fff;
    text-decoration:none;
    padding-top:9px;
    padding-left:30px;
    margin-left:10px;
    cursor:pointer;
}

div#content #banner .install:hover{
    background:url("./install.png")  no-repeat 0px -41px;;
}

div#content .adsense{
    margin-top:30px;
    margin-left:50px;
    width:336px;
    height:280px;
    float:left;
}
div#content .share{
    margin-top:30px;    
}
div#content .share .fb{
    margin-left:340px;   
    margin-right:30px;
}
div#footer{
    text-align:center;
    font-size:12px;
    color:#afb4b7;
    line-height:18px;
    padding:30px 0px;
}

h1 p{
    padding-bottom:20px;
}
.ads{
    display: block;
    margin-top:30px;
    text-align:center;
}
.strong{
    font-weight:bold;
}
.red{
    color:red;
}
