/*  Resets
  ------  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, 
tbody, tfoot, thead, article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

p {
    margin: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0;
}

img,
a img {
    border: 0;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
}

ul, ol {
    margin-left: 30px;
}

li {
    margin-bottom: 15px;
}

body {
    font: 1.0em/1.6em Helvetica, Arial, sans-serif;
    color: #000;
    background: #feffff;
 /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2EzZTVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWRkZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #feffff 0%, #a3e5fd 36%, #caddfe 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(36%,#a3e5fd), color-stop(100%,#caddfe));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#a3e5fd 36%,#caddfe 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#a3e5fd 36%,#caddfe 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#a3e5fd 36%,#caddfe 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#a3e5fd 36%,#caddfe 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#caddfe',GradientType=0 );
 /* IE6-8 */
    background-attachment: fixed;
}

a {
    color: rgb(35,154,197);
    text-decoration: underline;
}

a:hover {
    color: rgb(143,88,155);
}

#wrapper {
    background: #fff;
    width: 960px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .8);
}

#header_area, #footer_area {
    margin: 0 auto;
    text-align: center;
}

#header_area img {
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .1);
}

#content_area .inner {
    padding: 15px 80px;
}

/* Web Fonts from fonts.com 
font-family:'Futura BT W01 Book';
font-family:'FuturaBTW01-BookItalic';
font-family:'Futura BT W01 Medium';
font-family:'FuturaBTW01-MediumItali';
font-family:'Futura T W01 Demi';
font-family:'FuturaTW01-DemiOblique';
font-family:'ITCBerrangerHandW01-Rg';
*/

h1,h2,h3,h4,h5,h6 {
    font-family: 'Futura BT W01 Medium', Helvetica, Arial, sans-serif;
    color: #1794ca;
    font-weight: normal;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-family: 'FuturaBTW01-MediumItali', Helvetica, Arial, sans-serif;
    font-style: normal;
}

h1 {
    font-size: 2.0em;
    line-height: 1.3em;
}

h2 {
    font-size: 1.7em;
    line-height: 1.3em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.3em;
}

h4 {
    font-size: 1.0em;
    line-height: 1.3em;
}

.book {
    font-family: 'Futura BT W01 Book', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.book em {
    font-family: 'FuturaBTW01-BookItalic', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.book strong {
    font-family: 'Futura BT W01 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.book strong em, .book em strong {
    font-family: 'FuturaBTW01-MediumItali', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.col1, .col2 {
    width: 335px;
    float: left;
}

.col1 {
    padding-right: 39px;
}

.col2 {
    padding-left: 38px;
    border-left: 1px solid #d8d8d8;
}

.cols {
    border-top: 1px solid #d8d8d8;
}

.frame {
    border: 1px solid #d8d8d8;
    padding: 15px 25px;
    margin: 30px auto;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.handwriting {
    font-family: 'ITCBerrangerHandW01-Rg', Georgia, serif;
    font-weight: normal;
    font-size: 1.6em;
}

p .handwriting {
    font-size: 1.3em;
}

.hr {
    width: 90%;
    background-color: #000;
    height: 1px;
    margin: 15px auto;
}

.imgleft {
    float: left;
    margin-right: 30px;
}

.imgright {
    float: right;
    margin-left: 30px;
}

.imgcenter {
    text-align: center;
    margin: 0 auto;
}

.imgleft, .imgright, .imgcenter {
    padding: 7px;
    margin-bottom: 15px;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .1);
}

.mbottom0 {
    margin-bottom: 0 !important;
}

.mtop0 {
    margin-top: 0 !important;
}

.mbottom15 {
    margin-bottom: 15px !important;
}

.mtop15 {
    margin-top: 15px !important;
}

.mbottom30 {
    margin-bottom: 30px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.noframe {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noshadow {
    text-shadow: none;
}

.pleft0 {
    padding-left: 0 !important;
}

.rounded {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.smaller {
    font-size: 0.9em;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.width30 {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.width80 {
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
}

.black {
    color: #000;
}

.purple {
    color: #915595;
}

.gray {
    color: #999;
}

.darkred {
    color: firebrick;
}

.teal {
    color: #1794ca;
}

.aaplayerright {
    float: right;
    margin: 30px 0 0 30px;
    width: 488px;
}

.bignumber {
    clear: both;
    float: left;
    width: 20%;
    font-size: 80px;
    font-family: 'ITCBerrangerHandW01-Rg', Georgia, serif;
    text-align: center;
}

.bignumbertext {
    float: right;
    border-left: 2px solid #1794ca;
    padding: 0 15px;
    text-align: center;
    width: 75%;
}

.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #e6a4eb;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e6a4eb;
    box-shadow: inset 0px 1px 0px 0px #e6a4eb;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c063c7), color-stop(1, #915595) );
    background: -moz-linear-gradient( center top, #c063c7 5%, #915595 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c063c7', endColorstr='#915595');
    background-color: #c063c7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #c584f3;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #9752cc;
}

.button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #915595), color-stop(1, #c063c7) );
    background: -moz-linear-gradient( center top, #915595 5%, #c063c7 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915595', endColorstr='#c063c7');
    background-color: #915595;
    color: #fff;
}

.button:active {
    position: relative;
    top: 1px;
}

.copyright {
    font-size: 0.9em;
    color: #0e5582;
}

.key {
    width: 50%;
    background: url(images/key.png) 20px 15px no-repeat;
    vertical-align: top;
    padding: 30px 15px;
}

.numberbox, .pinkbox {
    width: 90%;
    margin: 30px auto;
    border: 3px solid #1794ca;
    padding: 15px;
}

.pinkbox {
    border-color: #915595;
}

.greencheck {
    width: 90%;
    margin: 0 auto 15px;
    padding-left: 45px;
    padding-top: 10px;
    background: url(images/green-check.png) top left no-repeat;
}

.purplecheck {
    width: 90%;
    margin: 0 auto 15px;
    padding-left: 45px;
    padding-top: 10px;
    background: url(images/purple-check.png) top left no-repeat;
}

.quotebox {
    width: 90%;
    background: #e6f8fe;
    padding: 15px 25px;
    margin: 30px auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 1px 1px 1px #EEE;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.testimonialleft {
    clear: both;
    float: left;
    margin-top: 30px;
    width: 230px;
}
