﻿.content {
    width: 85%;
    height: 100%;
    margin: 0 auto;
}

img.screen {
    width: 100%;
    box-shadow: 0 0 15px black;
    -webkit-box-shadow: 0 0 15px black;
    -moz-box-shadow: 0 0 15px black;   
}

h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: Verdana;
    font-weight: normal;
    color: #70767d;
}

h1 {
    font-size: x-large;
}

h2 {
    font-size: larger;
    color: #9b9da5;
    font-variant: small-caps;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

h3 {
    font-size: 1em;
    color: #5a5e62;
}

h5 {
    font-size: x-small;
    color: #FFFFFF;
}

h6 {
    font-size: xx-small;
    color: #9FA8B2;
}

p {
    font-size: small;
    color: #7f8489;
    text-shadow: white 1px 1px 2px;
}
/*---------main content----------------------------------------*/
#mainContent {
    min-width: 1024px;
    min-height: 720px;
    max-width: 1200px;
    margin: 0 auto;
    background: rgb(241,238,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(241,238,234,1) 0px, rgba(241,238,234,1) 450px, rgba(255,255,255,1) 605px, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(241,238,234,1)), color-stop(450px,rgba(241,238,234,1)), color-stop(605px,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,238,234,1) 0px,rgba(241,238,234,1) 450px,rgba(255,255,255,1) 605px,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,238,234,1) 0px,rgba(241,238,234,1) 450px,rgba(255,255,255,1) 605px,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(241,238,234,1) 0px,rgba(241,238,234,1) 450px,rgba(255,255,255,1) 605px,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(241,238,234,1) 0px,rgba(241,238,234,1) 450px,rgba(255,255,255,1) 605px,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eeea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    box-shadow: 0 0 5px #c1c5cd;
    -webkit-box-shadow: 0 0 5px #c1c5cd;
    -moz-box-shadow: 0 0 5px #c1c5cd;   
}
/*---------header----------------------------------------------*/
header {
    display:inline-table;
    height: 80px;
    width: 100%;
    background-color: #eeeff3;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #c1c5cd;
}

#productLogo {
    display: table-cell;
    height: 100%;
    width: 420px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #dee0e8;
    vertical-align: middle;
    text-align: center;
}

#productLogo h1 {
    margin-right: 100px;
}

#productLogo h6 {
    display: inline;
        margin-left: 100px;
}

nav {
    display: table-cell;
    height: 100%;   
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #f6f7f9;
    vertical-align: middle;
    padding-left: 50px;
}

nav a 
{
    font-variant: small-caps;
    text-decoration: none;
    font-size: medium;
    font-weight: lighter;
    color: #70767d;
    text-shadow: white 1px 1px 2px;
    padding: 8px;  
    margin: 0px 0px 0px 10px;
}

nav a:hover {
    border-radius: 8px;
    background: #e0dfe2;
}

/*---------Featured----------------------------------------------*/
section#featured {
    height: 370px;
    margin-top: -3px;
    background: rgb(223,224,228); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(223,224,228,1) 0%, rgba(216,218,223,1) 23%, rgba(193,196,204,1) 74%, rgba(185,189,198,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,224,228,1)), color-stop(23%,rgba(216,218,223,1)), color-stop(74%,rgba(193,196,204,1)), color-stop(100%,rgba(185,189,198,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(223,224,228,1) 0%,rgba(216,218,223,1) 23%,rgba(193,196,204,1) 74%,rgba(185,189,198,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(223,224,228,1) 0%,rgba(216,218,223,1) 23%,rgba(193,196,204,1) 74%,rgba(185,189,198,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(223,224,228,1) 0%,rgba(216,218,223,1) 23%,rgba(193,196,204,1) 74%,rgba(185,189,198,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(223,224,228,1) 0%,rgba(216,218,223,1) 23%,rgba(193,196,204,1) 74%,rgba(185,189,198,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe0e4', endColorstr='#b9bdc6',GradientType=0 ); /* IE6-9 */
    border-top: 2px solid white;
    border-bottom: 1px solid #757587;
}

#featured .contentMargin{
    margin: 25px 0;
}

#featured div#summaryDescription{
    max-width: 700px
}

#featured div#mainScreen {
    width: 450px;
    float: left;
    margin-right: 15px
}

#featured menu {
    text-align:right;
}

#featured menu a {
   margin: 0px 15px;
}

#featured div#features {
    height: 250px
}

#featured h3 {
     margin-bottom: 10px;
}

/*---------download----------------------------------------------*/
section#download {
    height: 43px;
    text-align: right;
    border-top: 2px solid white;
}

#download table {
    width: 100%;
    height: 100%;
}

#download td {
    vertical-align: middle;
}

#download a.downloadPlace {
    position: relative;
    top: -30px;
} 

a.downloadButton
{
    width: 172px;
    height: 58px;
    display: inline-block;
    text-align: center;
    font-variant: small-caps;
    text-decoration: none;
    font-size: medium;
    font-weight: lighter;
    color: #70767d;
    text-shadow: white 1px 1px 2px;
    background: url(../images/button_normal.gif);
}

a.downloadButton:hover {
    background: url(../images/button_hover.gif);
}

/*---------details----------------------------------------------*/
section#details {
    min-height: 350px;
}

#details #content {
    height: 100%;
}

#details #blogContent {
    margin: 25px 10px 10px 0;
}

#details #blog {
    display: table-cell;
    width: 45%;
    height: 100%;
}

#history ul.releases {
    list-style-type: none;
}

#history .releases li {
    margin: 20px 0;
}

#history td.markerCell {
    width: 81px;
}

#history ul.changes {
    list-style-type: disc;
}

#history .changes li {
    margin: 5px 45px;
    font-size: x-small;
    color: #9C9C9C;
}

#history div.dateMarker {
    display: inline-block;
    background-image: url(../images/marker_bg.gif); 
    width: 71px;
    height: 25px;
}

#history .dateMarker :only-child {
    text-align: center;
    padding-top: 3px;
    font-variant: small-caps;
}

#history h3 {
    color: #939393;
}

#details #vseparator {
    display: table-cell;
    height: 100%;
    width: 2px;
    position: relative;
    top: -10px;
    border-right: #B8BDC8 dashed 2px;
}

#details #hseparator {
    height: 2px;
    width: 100%;
    top: -10px;
    border-bottom: #B8BDC8 dashed 2px;
}

#details #demo {
    display: table-cell;
    height: 100%;
}

#gallery table {
    margin-bottom: 20px;
}

#gallery td {
    vertical-align: middle;
}

#gallery img {
    width: 130px;
    margin: 0 20px 0 0;
}

#details #demoContent {
    margin: 25px 0 10px 10px;
}
#details #video {
    height: 100%;
    width: 100%;
    text-align: right;    
}

/*---------Footer-----------------------------------------------*/
footer {
    height: 89px;
    background: rgb(105,107,112); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(105,107,112,1) 0%, rgba(135,139,147,1) 1%, rgba(145,149,158,1) 3%, rgba(172,176,187,1) 7%, rgba(182,187,198,1) 9%, rgba(184,189,200,1) 10%, rgba(184,189,200,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,107,112,1)), color-stop(1%,rgba(135,139,147,1)), color-stop(3%,rgba(145,149,158,1)), color-stop(7%,rgba(172,176,187,1)), color-stop(9%,rgba(182,187,198,1)), color-stop(10%,rgba(184,189,200,1)), color-stop(100%,rgba(184,189,200,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(105,107,112,1) 0%,rgba(135,139,147,1) 1%,rgba(145,149,158,1) 3%,rgba(172,176,187,1) 7%,rgba(182,187,198,1) 9%,rgba(184,189,200,1) 10%,rgba(184,189,200,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(105,107,112,1) 0%,rgba(135,139,147,1) 1%,rgba(145,149,158,1) 3%,rgba(172,176,187,1) 7%,rgba(182,187,198,1) 9%,rgba(184,189,200,1) 10%,rgba(184,189,200,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(105,107,112,1) 0%,rgba(135,139,147,1) 1%,rgba(145,149,158,1) 3%,rgba(172,176,187,1) 7%,rgba(182,187,198,1) 9%,rgba(184,189,200,1) 10%,rgba(184,189,200,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(105,107,112,1) 0%,rgba(135,139,147,1) 1%,rgba(145,149,158,1) 3%,rgba(172,176,187,1) 7%,rgba(182,187,198,1) 9%,rgba(184,189,200,1) 10%,rgba(184,189,200,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696b70', endColorstr='#b8bdc8',GradientType=0 ); /* IE6-9 */
    vertical-align: middle;
}

footer table {
    height: 100%;
}

footer td {
    vertical-align: middle;
}

footer h5 {
    margin: 8px 10px;
}