﻿
/***** Main Container *****/

body
{
    background-color: #515151;
    padding: 0px;
    margin: 0px;
    text-align: center;
    min-width: 1024px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 10pt;
}

#container
{
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 984px;
    text-align: left;
}

a, a:visited
{
    color: #8E97FF;
}

a:hover
{
    color: #ff0000;
}

/***** Header *****/

#header
{
    background-image: url('Images/v2/header-bg.png');
    background-repeat: repeat-x;
    height: 162px;
    width: 984px;
    display: inline-block;
}

#header-logo
{
    background-image: url('Images/v2/header.png');
    background-repeat: no-repeat;
    width: 984px;
    height: 136px;
    cursor: pointer;
}

#available-now
{
    background-image: url('Images/v2/buy-now-only-6995.png');
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 80px;
    cursor: pointer;
}

/***** Navigation *****/

#nav
{
    padding-left: 32px;
    width: 952px;
    height: 26px;
}

div.nav-button, div.nav-button-selected, div.nav-button-buy-now
{
    width: 115px;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 4px;
    background-repeat: no-repeat;
}

div.nav-button
{
    background-image: url('Images/v2/button.png');
}

div.nav-button-selected
{
    background-image: url('Images/v2/button-selected.png');
}


div.nav-button-buy-now
{
    background-image: url('Images/v2/button-buy-now.png');
}

div.nav-button a, div.nav-button-selected a, div.nav-button-buy-now a
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

div.nav-button a:hover, div.nav-button-selected a:hover, div.nav-button-buy-now a:hover
{
    text-decoration: underline;
}

div.nav-button-selected a, div.nav-button-buy-now a
{
    color: #ffffff;
}

div.nav-button a
{
    color: #8eaaff;
}

/***** Content *****/

h1, h2, h3, h4, h5
{
    color: #8eaaff;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: justify;
}

h1
{
    font-size: 14pt;
    text-align: center;
}

h3
{
    font-size: 12pt;
}

#content
{
    padding: 0px;
    width: 972px;
    background-color: #ffffff;
    display: inline-block;
    padding: 0px 6px 0px 6px;
    min-height: 600px;
}

#latest-version
{
    background-image: url('Images/v2/latest-version.png');
    color: #008F33;
    border: solid 2px #008F33;
    padding: 1px 8px 1px 8px;
    font-weight: bold;
    margin: 20px 15px 10px 15px;
    float: left;
    width: 436px;
    min-height: 90px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#latest-version a
{
    color: #008F33;
}

#latest-version p
{
    margin: 8px 8px 0px 8px;
    text-align: justify;
}

#latest-news
{
    background-image: url('Images/v2/feature-box-bg.png');
    color: #000000;
    border: solid 2px #8eaaff;
    padding: 1px 8px 1px 8px;
    margin: 15px 15px 10px 15px;
    float: left;
    width: 921px;
    min-height: 90px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#latest-news a
{
    color: #8eaaff;
}

#latest-news p
{
    margin: 8px 8px 0px 8px;
    text-align: justify;
}

#latest-news h3
{
    text-align: justify;
}

.code
{
    text-align: left;
    font-family: Courier New;
    background-color: #eeeeee;
    border: dashed 1px #000000;
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.registration-info
{
    text-align: center;
    background-color: #C6FFCA;
    border: dashed 1px #008F33;
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.options
{
    background-color: #eeeeee;
    border: dashed 1px #000000;
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.options td
{
    padding: 4px 8px 4px 8px;
}

div.feature-box-container
{
    height: 290px;
}

div.feature-box
{
    margin: 10px 16px 20px 16px;
    float: left;
    width: 434px;
    height: inherit;
    padding: 1px 8px 8px 8px;
    background: url('Images/v2/feature-box-bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border: solid 2px #8eaaff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.feature-box p
{
    margin-left: 8px;
    margin-right: 8px;
    text-align: justify;
}

div.feature-box h3
{
    text-align: justify;
}

li
{
    padding-left: 10px;
    margin-left: 0px;
    margin-right: 8px;
    margin-bottom: 4px;
    text-align: justify;
    list-style-image: url('Images/v2/bullet.png');
}

div.feature-box li
{
    margin-bottom: 8px;
}

div.feature-box strong
{
    font-size: 11pt;
    color: #000000;
}

div.clear
{
    clear: both;
}

div.centered
{
    text-align: center;
    padding-top: 4px;
}

div.centered h3
{
    text-align: center;
}


div.screenshot-thumbnail
{
    width: 225px;
    text-align: center;
    float: left;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}

div.screenshot-thumbnail p
{
    margin: 0px;
    padding: 0px;
}

div.screenshot-thumbnail p a, div.screenshot-thumbnail p a img
{
    text-decoration: none;
    border: none;
}

p.buy-download-content
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

p.buy-download-content a, p.buy-download-content a img
{
    text-decoration: none;
    border: none;
    padding-bottom: 10px;
}

hr.splitter
{
    text-align: center;
    width: 50%;
}

div.screenshot-content p
{
    text-align: center;
}

div.news-item h3, div.news-item h4, div.news-item h5
{
    text-align: justify;
}

div.news-item, div.screenshot-content, div.other-services-content, div.contact-us-content, div.documents-content, div.app-info, div.buy-content, div.download-content
{
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 40px;
}

.image-left, .image-right
{
    width: 358px;
    margin: 4px;
    padding: 0px 4px 0px 4px;
    text-align: center;
    display: inline-block;
}
.image-left
{
    float: left;
}

.image-right
{
    float: right;
}

.image-left a, .image-right a
{
    border: none;
    text-decoration: none;
}

.image-left a img, .image-right a img
{
    border: none;
}

.image-left p.caption, .image-right p.caption
{
    font-size: 9px;
}

.big-image
{
    text-align: center;
}

.return-link
{
    text-align: right;
    font-size: 9px;
    padding: 8px 4px 4px 4px;
}

div.download-content p a, div.download-content p a img
{
    border: none;
    text-decoration: none;
}

/***** Forms *****/

div.form-content
{
    margin: 10px 30px 10px 30px;
}

div.error
{
    color: #ff0000;
    border: dashed 1px #ff0000;
    background-color: #ffffff;
    padding: 4px;
    margin: 10px auto 10px auto;
    text-align: center;
    width: 100%;
}


div.input-row
{
    width: 100%;
    clear: both;
    display: inline-block;
}

div.input-label, div.input-cell, div.input-cell-checkbox
{
    float: left;
}

div.input-label
{
    width: 220px;
    height: 24px;
    text-align: right;
    padding: 4px 4px 4px 4px;
    margin-left: 10px;
    margin-top: 4px;
    font-weight: bold;
}

div.input-cell, div.input-cell-checkbox
{
    width: 560px;
    background-color: #ffffff;
    margin-left: 10px;
    margin-top: 4px;
    padding: 4px 4px 4px 4px;
}

div.input-cell input, div.input-cell textarea
{
    width: 542px;
}

div.button-bar
{
    width: 100%;
    border-bottom: 1px solid #8eaaff;
    padding-top: 10px;
    padding-bottom: 4px;
    display: inline-block;
}

div.button-bar div
{
    margin: 0px;
    padding: 0px;
    margin-left: 4px;
    width: 116px;
    text-align: center;
    float: right;
    border: 1px solid #000000;
    background-color: #ffffff;
}

div.button-bar div:hover
{
    background-color: #8eaaff;
}

div.button-bar div a, div.button-bar div a:hover
{
    text-decoration: none;
    font-size: small;
    color: #000000;
    width: 116px;
    text-align: center;
    display: inline-block;
}

div.button-bar div a:hover
{
    text-decoration: underline;
}

/***** Products *****/

.product-description
{
    text-align: left;
    height: 30px;
}

.offer-col, .offer-col-selected
{
    float: left;
    width: 220px;
    text-align: justify;
    padding: 0px 8px 0px 8px;
    margin: 0px 4px 8px 4px;
    background-repeat: repeat-x;
    background-position: bottom;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.offer-col
{
    background: url('Images/v2/offer-col.png');
    border: solid 2px #8eaaff;
}

.offer-col-selected
{
    border: solid 2px #008F33;
    background: url('Images/v2/offer-col-selected.png');
}

.offer-col h4, .offer-col-selected h4
{
    text-align: center;
    font-size: 11pt;
}

.offer-col-selected h4
{
    color: #008F33;
}

.product-price
{
    font-size: larger;
    font-weight: bold;
    text-align: center;
}

.product-group
{
    margin: 0px auto 0px auto;
    width: 748px;
}

.product-license-selection
{
    width: 732px;
    margin: 0px 4px 4px 4px;
    background: url('Images/v2/feature-box-bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border: solid 2px #8eaaff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px;
    display: inline-block;
}

.product-license-selection .license-selection, .product-license-selection .buy-now-button
{
    vertical-align: top;
    padding: 4px 8px 4px 8px;
    float: left;
}

/***** Footer *****/

#footer
{
    display: inline-block;
    width: 954px;
    height: 16px;
    background-image: url('Images/v2/footer-bg.png');
    background-repeat: no-repeat;
    font-size: 8px;
    color: #c0c0cc;
    text-align: right;
    padding-right: 30px;
    padding-top: 4px;
}

