
body{
    font-family: "proxima-nova-soft",sans-serif;
    margin: 0;
    font-size: .9em;
    line-height: 1.4;
    color: #574742;
    background: url("../images/bg.png");
}

::-moz-selection { 
    background: #eb5f3a; 
    color: #fff; 
    text-shadow: none; 
}
::selection { 
    background: #eb5f3a; 
    color: #fff; 
    text-shadow: none; 
}

a{
    color: #00e;
}

a:visited{
    color:#551a8b;
}

a:hover{
    color: #06e;
}

a:focus{
    outline: thin dotted;
}

a:hover, a:active { 
    outline: 0; 
}    

.gbadge{
width: 35px;
margin: 0px 25px 0px 0px;
}

.socialbadges{
position: relative; 
top: 30px;
left: 20px; 
text-align: center; 
width: 325px; 
margin: 0px auto 25px;
padding-bottom: 15px;
min-height: 30px;
}

.socialbadge{
float: left;
margin-left: 30px;
}

.container{
margin: 0px auto;
padding: 0px 10px 0px 30px;
width: 975px;
}

.clear-wrapper{
    position: realtive; overflow: hidden; width: 100%; border-bottom: 1px solid #d4d4d4;
}

.white-wrapper{
    position: realtive; overflow: hidden; width: 100%; background: #fff; border-bottom: 1px solid #d4d4d4;
}

.blue-wrapper{
    position: realtive; overflow: hidden; width: 100%; color: #fff; background: #00ADD9; border-bottom: 0px solid #d4d4d4;
}

.buybutton{
    min-height: 35px; 
    background: #e7e7e7; 
    background: #FAA339;
    background: #FFCC00;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFCC00), to(#FF9900));
background: -moz-linear-gradient(#FFCC00, #FF9900);
background: linear-gradient(#FFCC00, #FF9900);
color: #984806;
    width: 50%; 
    border: 1px solid #333; 
    border: 1px solid #FF9900;
    text-align: center; 
    text-transform: uppercase;
    padding-top: 7px;
    font-size: 1.5em;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
box-shadow: 0 0 3px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.34), inset 0 0 10px rgba(0,0,0,.05);
}

.btnbtm{
    margin-top: 57px;
}

.btngreen{
    border: 1px solid #438251;
    color: #fff;
    background-color: #5ca96d;
    background-image: -webkit-linear-gradient(bottom, #459454 0%, #5ba86c 100%);
}

.ebookfooter{
position: relative;
overflow: hidden;
padding: 15px 0px;
font-size: 15px;
font-size: 0.75em;
text-align: center;
}