#header {
    /*margin-top: 15px;*/
    background-color: #363996;
}

#header-red-line {
    height: 5px;
    background-color: #ed1c24;
}

#menu {
    
    /*padding: 9px 0;*/
    /*border: 1px solid yellow;*/
}

#menu ul {
    list-style-type: none;
    margin: 40px 0 0 0;
}

#menu li
{
    display: inline;
    /*list-style-type: none;*/
    /*padding-right: 20px;*/
}

#menu ul li a {
    float: left;
    display: inline;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    padding: 4px 5px;
    margin-right: 20px;
    text-decoration: none;
}

#menu ul li a:hover {
    background: #686bb0;
    text-decoration: none;
}

#menu ul li.selected a {
    color: lightgray;
}

#content {
    background: #fff url("../images/bg_content.png") top center repeat-x;
    /*background-color: #eee;*/
    padding-top: 20px;
}

h2 {
    margin-bottom: 5px;
}

#quicklinks-block {
    height: 370px;
    /*margin: 10px 15px;*/
    display: inline;
    background-color: #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pblock {
    padding: 3px 5px;
    background-color: #fff2cc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#quicklinks {
    color: #2e3192;
    margin: 10px 15px;
}

#quicklinks h2.first {
    margin-top: 0;
}

#quicklinks h2 {
    margin-top: 25px;
}

ul#doc, ul.download {
    list-style-type: none;
}

ul#doc li, ul.download li {
    margin: 10px 0;
    padding: 0 0 0 25px;
}

ul.flat li {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.download li {
    background: url('../images/drive-download.png') 0 no-repeat;
}

ul#doc li {
    background: url('../images/book.png') 0 no-repeat;
}

dl.news {
    /*list-style-type: none;*/
    margin-top: 30px;
}

dl.news dt {
    margin-top: 18px;
    padding: 3px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*color: #ed1c24;*/
    color: darksalmon;
    font-weight: bold;
    background-color: #f0f0f0;
}

dl.news dd {
    margin: 5px 0 0 0;
    padding: 0 0 10px 0;
}

dl.news dd ul {
    margin-bottom: 5px;
}

dl.news dd ul li {
    list-style-type: disc;
}

.no-underline {
    text-decoration: none;
}

a {
    color: #2e3192;
}

a:hover {
    color: #00adef;    
}

.file-size {
    color: gray;
    font-size: 9pt;
}

ul.screenshots {
    margin-top: 40px;
    list-style-type: none;
    text-align: center;
}

ul.screenshots li {
    margin: 20px 0;
    padding: 0;
}

table.price {
    border-collapse: collapse;
}

table.price tr td {
    border: 1px solid black;
    padding: 10px;
}

table.price tr td.cost {
    text-align: right;
    min-width: 100px;
}

.duration {
    color: #00adef;
}

.spacer {
    margin: 10px 0 0 0;
}

#sharebar {
    margin: 70px 0 0 0;
    padding: 0;
}
