﻿body
{
    margin: 0px;
    font-family: Verdana;
    font-weight: normal;
    color: #333333;
}
h1
{
    font-family: trebuchet ms;
    color: #2c506c;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}
h2
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 21px;
    color: #333333;
    margin: 10px 0px 34px 0px;
}
h3
{
    font-size: 16px;
    margin: 0px 0px 3px 0px;
    font-weight: normal;
}
p
{
    font-size: 12px;
    line-height: 175%;
    margin: 0px;
    font-weight: normal;
}
ul
{
    list-style-image: url('images4/bullet.png');
    padding-left: 25px;
    margin: 0px;
}
li
{
    margin-bottom: 20px;
}
.column li + li
{
    padding-top: 18px;
    background-image: url('images4/line.png');
    background-repeat: repeat-x;
    background-position: top;
}
.topStripe
{
    height: 47px;
    background-color: #0a1114;
}
.middleStripe
{
    background-color: #ffffff;
    padding-top: 17px;
}
.column
{
    width: 488px;
    float: left;
    display: block;
    padding: 12px 0px;
}
.column + .column
{
    margin-left: 20px;
}
.column h2
{
    font-weight: bold;
    font-size: 17px;
}
.column h3
{
    font-weight: bold;
    font-size: 15px;
}
.downloadButton3d
{
    height: 61px;
    width: 269px;
    background-image: url('images4/bt_download_3d.png');
    background-position: 0px -61px;
    display: block;
    margin: 20px auto;
    margin-top: 50px;
}
.downloadButton3d:hover
{
    background-position: 0px 0px;
}
.downloadButton3d:active
{
    background-position: 0px -122px;
}
.buttonsBlock
{
    margin: 16px 0px 0px 0px;
}
.lightBlock
{
    height: 62px;
    width: 488px;
    display: block;
    background-image: url('images4/blocks_light.png');
    background-position: 0px -62px;
    position: relative;
    color: #2c506c;
    text-decoration: none;
}
.lightBlock:hover
{
    background-position: 0px 0px;
}
.lightBlock:active
{
    background-position: 0px -124px;
}
.lightBlock img
{
    position: absolute;
    right: 388px;
    border: none;
}
.lightBlock .title
{
    display: block;
    position: absolute;
    left: 110px;
    top: 14px;
    font-weight: bold;
    font-size: 14px;
}
.lightBlock .text
{
    display: block;
    position: absolute;
    left: 110px;
    bottom: 10px;
    font-size: 12px;
}
.centerer
{
    width: 996px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
.floatCleaner
{
    clear: both;
}
.bottomStripe
{
    height: 70px;
    background-color: #bfcfdc;
    color: #ffffff;
    font-size: 10px;
    font-family: Arial;
    line-height: 300%;
    text-align: center;
    margin-top: 20px;
}
.bottomStripe a
{
    text-decoration: none;
    color: #2c506c;
    margin-left: 10px;
}