body
{
    color: #666;
    font-size: 14px;
    font-family: 'DIN Next W01 Regular';
    background: #f5f5f5 url(../Images/grad.jpg) repeat-x top left;
    cursor: default;
    height: 100%;
}

body.ru
{
    font-family: 'BarnaulGroteskW10-Regul';
}

a
{
    color: #0099cb;
    text-decoration: underline;
}

p
{
    line-height: 1.5em;
    margin: 13px 0;
    text-align: justify;
    text-justify: inter-word;
}

.container
{
    margin: 0 auto;
    width: 920px;
}

h1, h2, h3
{
    text-transform: uppercase;
}

h1
{
    font-size: 24px;
    color: #666;
    font-family: 'DIN Next W01 Regular';
}

h2
{
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'EurostileW01-ExtendedBl';
}

h3
{
    font-size: 18px;
    color: #000;
    margin: 50px 0 20px 0;
    font-family: 'EurostileW01-ExtendedBl';
}

body.pl h2, body.tr h2, body.pl h3, body.tr h3
{
    font-family: 'EurostileNextW02-SemiBd 693874';
}

body.ru h2, body.ru h3
{
    font-family: 'BarnaulGroteskW10-Bold';
}

a
{
    font-weight: bold;
}

#wrapper_top
{
    background-color: #000;
    border-bottom: 1px solid #666;
}

#header
{
    position: relative;
    height: 45px;
}

#header img
{
    margin-top: 4px;
}

#flags
{
    position: absolute;
    right: 0;
    top: 13px;
}

#flags li
{
    float: left;
    padding: 5px 5px;
}

#flags li a
{
    display: block;
    overflow: hidden;
    width: 14px;
    height: 11px;
    background-image: url(../Images/flags.png);
    text-indent: -99999px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#flags li a.active, #flags li a:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

#flags li a.en
{
    background-position: 0 0;
}
#flags li a.fr
{
    background-position: -14px 0;
}
#flags li a.de
{
    background-position: -28px 0;
}
#flags li a.es
{
    background-position: -42px 0;
}
#flags li a.it
{
    background-position: -56px 0;
}
#flags li a.nl
{
    background-position: -70px 0;
}
#flags li a.pl
{
    background-position: -84px 0;
}
#flags li a.tr
{
    background-position: -98px 0;
}
#flags li a.ru
{
    background-position: -112px 0;
}
#flags li a.br
{
    background-position: -126px 0;
}

#main
{
    margin-left: 30px;
    padding-top: 69px;
    padding-bottom: 120px;
    width: 730px;
}

#background_image
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: transparent url(../Images/codemasters-biglogo.png) no-repeat bottom center;
}

#footer p
{
    text-align: center;
}

#footer img
{
    vertical-align: top;
    margin-right: 6px;
}

ol
{
    margin-left: 14px;
}

ol li
{
    list-style: decimal;
    margin-left: 20px;
    line-height: 1.5em;
}
