body {
    background-color: #2c2c2c;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #dfdfdf;
    line-height: 17px;
    }
a img {
    border: none;
    }
a:link, a:visited {
    color: #999;
    text-decoration: none;
    }
a:hover {
    color: #bbb;
    text-decoration: underline;
    }
a:active {
    color: #2b2b2b;
    }
h1 {
    font: bold 23px Arial;
    color: #c3abab;
    border-bottom: 1px dashed #d5d5d5;
    padding: 0 0 2px 0;
    margin: 20px 0 0 0 !important;
    }
h2 {
    font: bold 18px arial, helvetica, sans-serif;
    padding: 15px 0 5px 0 !important;
    display: block;
    }
h3 {
    font-size: 1.2em;
    padding-bottom: 10px;
    }
h4, h5, h6 {
    font-size: 1em;
    }
.clearBoth {
    clear: both;
    }
HR {
    height: 1px;
    margin: 20px 0;
    border: none;
    border-bottom: 1px dashed #d5d5d5;
    }
ol li {
    margin: 10px;
    }
.dotted-line {
    height: 1px;
    background: url("../images/dotted_line.gif") repeat-x 0 0;
    }
.float-right {
    float: right;
    }
.float-left {
    float: left;
    }
.align-center {
    margin: auto !important;
    text-align: center !important;
    }
.indent {
    padding-left: 30px;
    }
#main-wrapper {
    text-align: left;
    width: 945px;
    vertical-align: top;
    margin: 0 auto;
    }
#head-wrapper-home-page {
    margin: 2em 0 0 0;
    height: 290px;
    }
#head-wrapper {
    margin: 2em 0;
    height: 130px;
    }
#nav {
    background-image: linear-gradient(180deg, #999, #444);
    font: bold 16px Arial,Helvetica,Sans-serif;
    height: 47px;
    width: 945px;
    z-index: 20;
    position: absolute;
    border-radius: 10px;
    padding-right: 20px;
    }
#logo-small {
    position: absolute;
    margin: 0 25px;
    top: 5px;
    z-index: 50;
    }
#nav #logo {
    position: absolute;
    margin: 16px 0;
    z-index: 50;
    }
#nav ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 14px 10px;
    float: right;
    }
#nav ul li {
    float: left;
    padding: 0 0 0 16px;
    }
#nav ul li a {
    color: #e5e5e5;
    text-decoration: none;
    }
#nav ul li a.selected {
    text-decoration: underline;
    }
#nav ul li a:hover {
    text-decoration: underline;
    }
/* TOP MENU */
.menu ul {
    margin: 0;
    padding: 0;
    }
#menu-wrap {
    height: 30px;
    background: #b1b1b1;
    font-size: 12px;
    width: 350px;
    float: right;
    margin: 45px 20px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 0 0 5px 5px;
    z-index: 10;
    }
#menu {
    padding: 7px 0px;
    z-index: 100;
    clear: both;
    margin: 0px auto;
    }
#menu li {
    display: inline;
    padding: 0 10px 0 0px;
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
    text-transform: normal;
    }
#menu li a {
    color: #444;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
    }
#menu li a:hover {
    color: #fff;
    background: #999;
    text-decoration: none;
    }
#menu li a.selected {
    text-decoration: underline;
    }
#testimonials {
    float: right;
    margin: 55px 2em 0 2em;
    }
#main-content {
    margin: 0 27px;
    }
h1.no-margin {
    margin-top: 0 !important;
    }
#backToTop {
    border: medium none;
    background: url(../images/backToTop.png) no-repeat scroll;
    bottom: 45%;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 25px;
    width: 40px;
    z-index: 1000;
    display: block;
    display: none;
    }
#left-column {
    padding: 0 20px 2em 0;
    vertical-align: top;
    width: 425px;
    }
#right-column {
    padding: 0 0 2em 20px;
    vertical-align: top;
    width: 425px;
    }
#right-column ul li, #left-column ul li {
    margin-bottom: .5em;
    }
.file-listing {
    margin: 2em 0 0 0;
    padding: 0;
    }
.file-listing th {
    background: #b1b1b1;
    text-align: left;
    margin: 0;
    padding: 5px;
    color: #444;
    }
.file-listing td {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 4px;
    margin: 0;
    }
.file-listing td.filename-column {
    width: 30%;
    }
#screenshot {
    margin: 1.5em 1.5em 0 1.5em;
    font-size: .75em;
    text-align: center;
    }
#screenshot a:link, #screenshot a:hover, #screenshot a:visited {
    color: #777;
    text-decoration: none;
    }
#app-list td {
    vertical-align: top;
    padding: 0 1em;
    }
#app-list td p {
    margin: 0 10px;
    padding: 0;
    }
#app-list td p.indent {
    margin: 0;
    padding-left: 1em;
    }
#app-list td p.app-category {
    margin: 1em 0 .25em 0;
    font-weight: bold;
    }
#footer {
    border-top: 1px solid #BBB;
    margin: 4em 0 1em 0;
    padding: 5px;
    font-size: .75em;
    text-align: center;
    }
.fp-slides {
    margin: auto;
    }
.fp-thumbnail {
    width: 588px;
    height: 206px;
    overflow: hidden;
    }
