/*
* file: style.css
* author: u4n (u4n@arovax.com)
* created: 14.09.2007 15:37
* updated: 21.09.2007 18:42
*/

body {
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background: #fafafa;
}

div#container {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div#top {
    width: 1000px;
    height: 97px;
    background: #333;
}

div#flags {
    text-align: left;
    width: 935px;
    height: 30px;
    background: #333;
    text-align: right;
}

div#flags img {
    margin: 10px 3px;
}

div#logo {
    float: left;
    width: 300px;
    height: 67px;
    text-align: center;
}

div#menu {
    float: right;
    width: 620px;
    height: 20px;
    margin: 25px 0px 0px;
    text-align: left;
}

div#menu span {
    font-family: Arial;
    margin: 0px 30px 0px 0px;
    color: #00b5cb;
}

div#menu a {
    font-family: Arial;
    margin: 0px 30px 0px 0px;
    color: #fff;
    text-decoration: none;
}

div#menu a:hover {
    color: #00b5cb;
}

div#line {
    width: 1000px;
    height: 7px;
    overflow: hidden;
    background: url(images/cube_line.gif) repeat-x;
}

div#intro {
    width: 1000px;
    height: 182px;
    padding: 0px;
    text-align: left;
    background: url(images/intro.gif) no-repeat;
}

div#introText {
    float: right;
    width: 550px;
    height: 182px;
    padding: 0px 68px;
}

div#introText p {
    line-height: 1.4;
}

div#introText .grayTitle {
    font-family: Georgia, Verdana, Arial;
    font-size: 35px;
    color: #666;
    margin: 0px;
}

div#introText .redTitle {
    color: #f36a2d;
}

div#content {
    width: 1000px;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
}

div#news {
    float: left;
    width: 330px;
    padding: 20px 10px 20px 30px;
    text-align: left;
}

div#news .newsDate {
    font-size: 10px;
    color: #666;
    margin: 0px;
}

div#news .newsTitle {
    margin-top: 0px;
}

div#offer {
    border: 1px dashed #000;
    margin: 20px 0px;
    padding: 10px;
}

div#offer p {
    color: #696969;
}

div#feedback {
    width: 310px;
    padding: 0px;
}

div#feedback .feedback {
    margin: 0px;
}

div#feedback .sign {
    margin: 5px 0px 20px;
    font-style: italic;
    color: #676767;
    text-align: right;
}

div.product {
    float: left;
    width: 610px;
    padding: 20px 10px 0px;
    text-align: left;
}

div.product h2 {
    color: #3a7cd1;
}

div.product .icon {
    float: left;
    width: 160px;
}

div.product .description {
    float: right;
    width: 420px;
    color: #666;
}

div.product .download {
    float: left;
    width: 120px;
    height: 20px;
    padding: 0px 20px;
}

div.product .feedback {
    float: left;
    width: 170px;
    height: 20px;
    padding: 0px 20px;
}

div#description {
    float: left;
    width: 610px;
    padding: 20px 10px 0px;
    text-align: left;
}

div#description h2 {
    color: #3a7cd1;
}

div#blog {
    clear: both;
    width: 970px;
    padding: 0px 0px 10px 30px;
    text-align: left;
}

div#blog .date {
    font-size: 10px;
    color: #666;
    margin: 0px;
}

div#copyright {
    clear: both;
    width: 1000px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0px;
    font-size: 10px;
}

div#copyright a {
    color: #86b300;
}

form#supportForm {
    padding: 0px;
}

form#supportForm div.title {
    float: left;
    width: 130px;
    /*height: 20px;*/
    padding: 7px 5px;
    text-align: right;
}

form#supportForm div.inputText {
    float: left;
    width: 160px;
    padding: 5px;
    /*height: 20px;*/
}

form#supportForm div.error {
    float: left;
    width: 200px;
    padding: 5px;
    font-size: 10px;
    /*height: 20px;*/
    color: #f36a2d;
}

h1 {
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    color: #5d585c;
    margin: 0px 0px 10px;
}

h2 {
    font-family: Arial;
    font-size: 21px;
    font-weight: normal;
    color: #238fa3;
    margin-top: 0px;
}

h3 {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #238fa3;
    margin: 0px;
}

img {
    border: 0px;
}

a {
    color: #3a7cd1;
}

a:hover {
    text-decoration: none;
}

a.green {
    color: #86b300;
}

a.orange {
    color: #f4743b;
}

ul.markered {
    list-style: url(images/list_marker.gif);
}

.red {
    color: #f36a2d;
}