.clear {
    clear: both;
}

div.wrapper {
/*    background-color: #fff;*/
    margin: 60px auto;
    width: 848px;
/*    -webkit-border-radius: 6px;*/
/*    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);*/
/*    background: url('/images/centerbg.png') top left repeat-y;*/
}

div.headerbg {
    background: url('/images/headerbg.png') top left no-repeat;
    height: 8px;
}

div.footerbg {
    background: url('/images/footerbg.png') bottom left no-repeat;
    height: 17px;
}

div.centerbg {
    background: url('/images/centerbg.png') top left repeat-y;
    padding-left: 20px;
    padding-right: 20px;
}

div.header h1 {
    float: left;
    font-size: 28px;
}

div.header h1 a {
    color: #000;
    text-decoration: none;
}

div.header ul {
    float: right;
    list-style-type: none;
}

div.header ul li {
    display: inline;
}

div.header ul li a {
    color: #999;
    float: left !important;
    font-family: Verdana;
    margin-top: 1em;
    margin-left: 40px;
    padding: 0;
    text-decoration: none;
}

div.header ul li a:hover {
    color: #c60;
}

div.header ul li a.current {
    color: #000;
}

div.content {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 60px;
}

div.footer {
    border-top: 1px dashed #ccc;
    line-height: 1.4em;
    padding-top: 10px;
}

div.footer p {
    font-family: Verdana;
    color: #999;
    font-size: 10px;
    margin: 0;
    text-align: center;
}

div.footer a {
    color: #666;
}

div.footer a img {
    margin: 5px;
}

div.main {
    padding-bottom: 30px;
}

div.features {
    float: left;
    width: 500px;
}

div.content h1 {
    color: #000;
    margin-bottom: 8px;
}

div.requirements {
    float: right;
    width: 250px;
}

div.requirements h2 {
    color: #222;
    font-size: 12px;
    margin-bottom: 6px;
}

div.requirements ul {
    font-size: 12px;
    list-style-type: square;
    list-style-position: inside;
    line-height: 18px;
}

div.supp {
    font-size: 12px;
}

div.cols.abc div.column {
    float: left;
    width: 250px;
    margin-right: 25px;
}

div.cols.abc div.column.last {
    margin-right: 0;
}

div.column h3 {
    margin-bottom: 10px;
    margin-left: 60px;
}

div.column p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    margin-left: 60px;
}

div.column img {
    float: left;
    width: 54px;
}


ul.sections {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style-type: square;
    line-height: 1.4em;
}

div.thankyou {
    background: #319c31;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 8px;
}

div.error {
    background: #c00;
    border: 1px solid #c99;
    color: #fff;
    margin-bottom: 1em;
    padding: 8px;
}

p.info {
    color: #666;
    font-size: 13px;
    text-align: center;
}

ul.list, ol.list {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    margin-left: 20px;
    line-height: 1.4em;
    margin-bottom: 1.4em;
}

div.help h3, div.help h4 {
/*    color: #006dba;*/
color: #000;
}

div.help h3 {
    font-size: 16px;
}

div.help h4 {
    font-size: 14px;
}

div.feature div.screenshot {
    float: left;
    text-align: center;
    width: 400px;
}

div.feature div.description {
    margin-left: 400px;
}

div.buzz {
    border-left: #ff6d06 8px solid;
    border-top: #ff6d06 1px dashed;
    border-bottom: #ff6d06 1px dashed;
    background: #ffc;
    padding: 10px;
    margin-bottom: 1.5em;
}

div.buzz h1 {
    font-size: 16px;
    margin: 0 0 6px;
}

div.buzz p {
    margin: 0;
}

div.buzz h5 {
    font-weight: normal;
    font-style: italic;
    margin: 0;
}

span.alias {
    display: none;
}
