body {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 62.5%;
    line-height: 1.8em;
    color: #000000;
    background-color: #e9faff;
}

#container {
    width: 640px;
    background-color: #FFFFFF;
    margin: 20px auto;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 0px #caf0fb;
    -moz-box-shadow: 2px 2px 0px #caf0fb;
    box-shadow: 2px 2px 0px #caf0fb;
}

#masthead {
    background: #065971 url('../images/head-ufold.png') repeat-x bottom left;
}

#masthead h1 {
    text-indent: -9999px;
    height: 70px;
    background: transparent url('../images/logosite.png') no-repeat center center;
}

#splash {
    background: #19a7d0 url('../images/highlight-grad.png') repeat-x top left;
    padding: 20px;
    color: #ffffff;
}

#splash .right {
    float: right;
    margin-left: 20px;
    width: auto;
    margin-right: 0;
    width: 300px;
}

#splash .right img {
    float: right;
}

#splash .right p {
    float: right;
    width: 300px;
    text-align: center;
    margin-top: -59px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 0;
}

#splash .right p span {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 1.333em;
    line-height: 1.125em;
}

#splash .right p span.comma {
    padding: 5px 0;
}

#splash h2 {
    font-family: Arial, sans-serif;
    font-size: 3em;
    font-weight: normal;
    line-height: 1em;
    text-shadow: #065971 1px 1px 2px;
}

.left {
    float: left;
    width: 480px;
}

.right {
    float: right;
    width: 120px;
    margin-right: 20px;
}

.full {
    
}

#features {
    /*background: #fffeeb url('../images/featbox-left.png') no-repeat left bottom;
    margin-left: -27px;
    margin-bottom: -3px;
    padding-left: 27px;*/
    background: #fffeeb url('../images/featbox-left.png') repeat-y left top;
    -webkit-box-shadow: 2px 2px 3px #065971;
    -moz-box-shadow: 2px 2px 3px #065971;
    box-shadow: 2px 2px 3px #065971;
    margin-left: -5px;
    padding-left: 5px;
}

#features li {
    float: left;
    width: 199px;
    padding: 20px;
}

#features li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#features li p {
    margin-bottom: 0;
}

p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#about {
    background-color: #000000;
    color: #FFFFFF;
    padding: 20px;
}

h2 {
    font-size: 1.4em;
    line-height: 1.286em;
    margin-bottom: 0.5em;
}

#main {
    padding: 20px 0;
}

#faq {
    float: left;
    width: 480px;
}

#faq .left {
    float: left;
    width: 200px;
    padding: 0 20px;
}

#faq .right {
    float: right;
    width: 200px;
    padding: 0 20px;
    margin: 0;
}

h3 {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
}

#footer {
    text-align: center;
    margin-bottom: 30px;
}

.top-line {
    margin: 20px 0;
}

#whiteblock h2 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 1em;
}

#download_but {
    display: block;
    width: 120px;
    height: 35px;
    text-indent: -9999px;
    background: transparent url('../images/download.png') no-repeat top left;
}

#download_but:hover {
    background: transparent url('../images/download_hover.png') no-repeat top left;
}

#about img {
    float: right;
    margin-left: 20px;
}