html {
    height: 100%;
}

/*IE*/
* html body {
    height: 100%;
    position: relative;
}

body {
    margin: 0 auto;
    background-color: #ffffff;
    color: #504f4f;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
    min-height: 100%;
    padding-bottom: 0px;
    position: relative;
    width: 1000px;
    min-width: 1000px;
}

a:link, a:visited {
    text-decoration: none;
    color: #29982a;
    font-weight: bold;

}

a:hover {
    font-weight: bold;
    color: #f07b05;
}

a {
    outline: none;
}

h1 {
    font-weight: bold;
    font-size: 24px;
    color: #f07b05;
}

h2 {
    font-weight: bold;
    font-size: 22px;
    color: #f07b05;
}

h3 {
    font-weight: normal;
    font-size: 20px;
}

blockquote {
    overflow: auto;
    padding: 0 10px;
    margin: 20px 30px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

img {
    border: 0 none;
}

/*Header*/

#header {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
}

#logo-container {
    float: left;
    width: 301px;
}

#menu-container {
    margin: 0 22px 0 303px;
}

/* Horizontal menu */

.horizontal-menu {
    float: right;
    text-align: center;
}

.horizontal-menu ul {
    margin: 110px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.horizontal-menu li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 7px 0 7px;
}

.horizontal-menu-item-selected a {
    color: #f07b05;
}

/*Icons menu*/

#icons-menu {
    position: absolute;
    top: 35px;
    right: 22px;
}

/*Content*/
.default-content {
    padding-bottom: 1px;
    margin: 30px 50px 40px 50px;
}

#content-label {
    padding: 5px 50px;
    background-color: #f07b05;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#content-label h1 {
    font-size: 32px;
    color: #FFFFFF;
}

#content {
    width: 100%;
    margin: 0;
    padding: 0 0 40px 0;
    overflow: hidden;
}

#description {
    width: 100%;
    background: #f07b05;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 304px;
    color: #ffffff;
    overflow: hidden;
}

#description-left {
    background-color: transparent;
    float: left;
    width: 282px;
    height: 304px;
    margin-left: 21px;
}

#description-right {
    background-color: transparent;
    margin-left: 290px;
    margin-top: 10px;
    font-size: 16px;
    margin-right: 21px;
}

#description-right h1 {
    margin-top: 40px;
    color: #ffffff;
}

#description-buttons-container {
    margin-top: 30px;
    text-align: center;

}

#description-buttons-container a {
    margin: 0 40px;
}

#features {
    overflow: hidden;
    width: 100%;
}

#features-left {
    background-color: transparent;
    float: left;
    margin-top: 80px;
    margin-left: 40px;
    width: 30%;
}

#features-right {
    background-color: transparent;
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    width: 60%;
}

#features-right ul {
    font-size: 12px;
    white-space: nowrap;
}

#features-right ul.bullets li {
    list-style: none;
    background: url(../images/bullet.gif) no-repeat 5px;
    line-height: 35px;
    padding-left: 25px;
}

/*Screenshots page content*/
#screenshots-container {
    width: 100%;
    margin: 0;
    padding: 0 0 40px 0;
    overflow: hidden;
}

.screenshot-container {
    float: left;
    margin-top: 20px;
    width: 225px;
    text-align: center;
}

.screenshot-container img {
    margin: 0;
    padding: 0;
    width: 160px;
}

.screenshot-label {
    text-align: center;
    display: block;
    margin-top: 5px;
}

/*Footer*/
#footer {
    position: absolute;
    bottom: 0;
    clear: both;
    background-color: #f07b05;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 36px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 11px;
    margin-top: 10px;
}

#footer-body {
    float: left;
    margin-top: 10px;
    width: 100%;
}

/*
	Forms
*/

.form {
    width: 454px;
    margin: 0 auto;
}

.form-header {
    padding-right: 4px;
}

input, textarea {
    border: solid 1px #B2B2B2;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.form-item {
    clear: both;
    float: none;
    display: inline;
}

.form-item label {
    clear: left;
    display: block;
    float: left;
    text-align: left;
    width: 100px;
    margin-top: 7px;
}

.form-item-input {
    float: left;
    margin: 5px 0;
    width: 350px;
}

label.full-label {
    width: 100%;
    margin-bottom: 2px;
}

.form-item-textarea {
    float: left;
    width: 100%;
}

.submit-container {
    text-align: right;
}

.form-submit {
    color: #29982a;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: white;
    width: auto;
    position: relative;
}

.form-submit:hover {
    color: #E77817;
    font-weight: bold;
}

.required-marker {
    color: #f07b05;
}

.required-marker-info {
    float: left;
    text-align: right;
    margin: 2px;
}

/*
    News
*/
.news-item {
    border-bottom-color: #29982a;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    margin-bottom: 24px;
}

.news-title {
    color: #f07b05;
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}

.news-date {
    color: #504f4f;
    font-style: italic;

    margin-bottom: 0;
    margin-top: 4px;
}

.news-body {
    color: #504f4f;
}

