﻿body
{
    font-family: Arial;
    font-size: 12px;
    margin: 0; padding: 0;
    background-image:url(../images/back.gif);
}
a
{
    color: #333;
}
h1
{
    color: #E22B13;
    font-family:Cambria,Times New Roman;
    font-size:22px;
    font-weight:normal;
    margin: 0;
    padding: 0;
}
h1 span
{
    color: #333;
    font-size: 20px;
}
.logo
{
    margin: 60px auto 30px auto;
    width: 100%;
    text-align: center;
}
.slogan
{
    /*background: #F2F2FF;*/
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
}
.line
{
    background: #E3351A;
    height: 5px;
    font-size: 0;     
    width: 100%;
}
.main
{
    min-height: 230px;
    padding:50px 0;
}
.countries
{
    height: 83px;
    margin: 0 auto;
    padding: 1px 0 0 75px;
    width:590px;
    background: url(../images/countries_flags.png) repeat-x;
}
.country_item
{
    float: left;
    width: 130px;
    text-align: center;
    margin: 5px 0 0;
}
.country_item img
{
    border: 0;
}
.country_item span, .country_item a span
{
    font-size: 11px;
}
.foot  
{
    border-top:1px solid silver;
    height:40px;
    line-height:40px;
    margin:100px auto 0;
    text-align:center;
    width:800px;
}
.foot a { margin: 0 5px; font-size:11px; }