/* Begin Typography & Colors */
body
{
    background: #f4f4f4;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    text-align: center;
    color: #4e4e4e;
}

h1
{
    font-size: 16px;
}

h2
{
    font-size: 14px;
}

h1 em
{
    font-style: normal;
    color: #048300;
}

ul
{
    font-size: 12px;
}

address
{
    font-size: 13px;
    font-style: normal;
}

#sidebar li a
{
    color: #4e4e4e;
    text-decoration: none;
}

#sidebar li a:hover
{
    color: #0d5801;
    background: #f4f4f4;
}

#topmailus
{
    text-align: right;
    font-family: Tahoma;
}

#topmailus a
{
    color: #838383;
    text-decoration: none;
    line-height: 3em;
}

#topmailus a:hover
{
    text-decoration: underline;
}

#article
{
    text-align: left;
}

#article p
{
    font-size: 12px;
    text-align: justify;
    text-indent: 10px;
}

#article p strong, #article h2 em
{
    color: #048300;
    font-style: normal;
}

#article p em
{
    color: #222;
    font-style: normal;
}

#article a
{
    color: #777;
    text-decoration: none;
}

#article a:hover
{
    text-decoration: underline;
}

#content
{
    text-align: right;
}

#sidebar
{
    text-align: left;
}

#address
{
    text-align: center;
    font-size: 11px;
}

#footer, #footer a
{
    color: #7b7b7b;
}

#footer a
{
    font-weight: bold;
    text-decoration: none;
}
/* End Typography & Colors */

/* Begin Structure */
body
{
    margin: 0;
    padding: 0;
}

h1
{
    padding: 0 20px 10px 0;
    margin: 0;
}

p
{
    padding: 0;
    margin: 0;
}

pre
{
    font-size: 11px;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

address
{
    padding: 5px 0 10px 20px;
}

#article img
{
    padding: 2px 2px 3px 2px;
    margin: 20px 20px;
}

#article
{
    padding: 0 0 20px 0;
}

#article ul
{
    margin-left: 30px;
}

#article ul li
{
    padding: 0 20px 0 10px;
}

#address
{
	border-top: 1px solid #aeaeae;
}

#sidebar ul li
{
    border-top: 1px solid #aeaeae;
}

#sidebar li a
{
    padding: 7px 0 7px 10px;
    width: auto;
    height: auto;
    display: block;
}

* html #sidebar li a
{
    padding: 7px 0 7px 10px;
    width: auto;
    height: 18px;
    display: block;
}

#article p
{
    padding: 5px 20px 0 20px;
}

#article h2
{
    padding: 5px 20px 0 20px;
}

#menu
{
    margin: 20px 0 0 0;
}

#page
{
    margin: 20px auto;
    width: 802px;
}

#topmailus
{
    width: 802px;
    height: 31px;
}

#topmailus a
{
    padding: 0 15px 3px 20px;
}


#headerimg, #headerimg_en, #headerimg_ru
{
    width: 802px;
    height: 170px;
}

/* IE hooks :)*/
* html #sheet
{
    height: 10px;
}

* html #article img
{
    border: 1px solid #777;
}
/* IE hooks :)*/

#sheet
{
    display: block;
    height: auto;
}

#sidebar
{
    width: 221px;
    float: left;
    display: block;
}

#address
{
    padding: 40px 0 20px 0;
}

#content
{
    width: 581px;
    float: left;
    display: block;
}

#article_wrapper
{
    width: 581px;
    height: 8px;
}

#footer
{
    width: 802px;
    height: 68px;
    padding: 45px 0 0 0;
    margin-bottom: 40px;
}
/* End Structure */

/* Begin Images */
img
{
    background: url(../img/dot_bg.gif);
}

#topmailus
{
    background: url(../img/top_mailus.gif) top left no-repeat;
}

#headerimg
{
    background: url(../img/header_img.jpg) top left no-repeat;
}

#headerimg_en
{
    background: url(../img/header_img_en.jpg) top left no-repeat;
}

#headerimg_ru
{
    background: url(../img/header_img_ru.jpg) top left no-repeat;
}

#sheet
{
    background: url(../img/sheet_bg.gif) top left repeat-y;
}

#topmailus a
{
    background: url(../img/envelope.gif) center left no-repeat;
}

#article
{
    background: url(../img/article_bg.gif) top left repeat-y;
}

#footer
{
    background: url(../img/footer_bg.jpg) top left no-repeat;
}

#content h1
{
    background: url(../img/article_top_decor.gif) bottom left no-repeat;
}

#sidebar ul li a:hover
{
    background: #f4f4f4 url(../img/menu_over_decor.gif) center left no-repeat;
}

#article li
{
    background: url(../img/li_decor.gif) top left no-repeat;
}

#article_wrapper
{
    background: url(../img/article_bottom_decor.gif) top left no-repeat;
}
/* End Images */

/* Begin Trashes */
.spacer
{
    clear: both;
}

.last
{
    border-bottom: 1px solid #aeaeae;
}

.column
{
    float: left;
}

.thumb
{
    cursor: pointer;
}
/* End Trashes */