
body {
    background: #f0f7fe url(/resources/images/layout/bg.gif) top repeat-x;
    padding: 0px;
    margin: 0px;
}

body, td {
/*  font size and family  */
    font-size: 14px;
    color: #00263f;
    font-family: Tahoma;
    /*font-family: Century Gothic;*/
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }

a {
    color: #00263f;
}

p {
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}

ol,
ul {
    padding: 0px 0px 20px 25px;
    margin: 0px 0px 0px 0px;
}

ol {
    padding: 0px 0px 20px 29px;
}

ol li,
ul li {
    padding: 0px 0px 5px 5px;
}

.clear {
    clear: left;
    width: 100%;
}

#root {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 1000px;
    padding: 0px 0px 0px 0px;
}

#bg1 {
    width: 1000px;
    padding: 0px 0px 0px 0px;
    background: url(/resources/images/layout/l.gif) left repeat-y;
    min-height: 900px;
}

#bg1-t {
    width: 1000px;
    padding: 0px 0px 0px 0px;
    background: url(/resources/images/layout/lt.gif) left top no-repeat;
    min-height: 900px;
}

#bg1-b {
    width: 991px;
    padding: 0px 0px 0px 9px;
    background: url(/resources/images/layout/lb.gif) left bottom no-repeat;
    min-height: 900px;
}

#bg2 {
    width: 991px;
    padding: 0px 0px 0px 0px;
    background: url(/resources/images/layout/r.gif) right repeat-y;
    min-height: 900px;
}

#bg2-t {
    width: 991px;
    padding: 0px 0px 0px 0px;
    background: url(/resources/images/layout/rt.gif) right top no-repeat;
    min-height: 900px;
}

#bg2-b {
    width: 982px;
    padding: 0px 9px 0px 0px;
    background: url(/resources/images/layout/rb.gif) right bottom no-repeat;
    min-height: 900px;
}

#top {
    width: 982px;
    height: 125px;
}

#top.ru {
    background: url(/resources/images/layout/logo-ru.png) no-repeat;
}

#top.en {
    background: url(/resources/images/layout/logo-en.png) no-repeat;
}

#top #logo img {
    border: 0px;
    width: 156px;
    height: 89px;
    margin: 29px 0px 0px 36px;
}

.v24 {
    float: right;
    margin-top: 30px;
}

#langs {
    width: 127px;
    height: 25px;
    margin: 0px 0px 0px 854px;
    position: absolute;
}

#langs img {
    border: 0px;
}

#menu, 
#menu td {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 130%;
}

#menu {
    width: 100%;
    background: url(/resources/images/layout/m.gif) no-repeat;
    text-align: center;
    margin: 0px 0px 0px 1px;
}

#menu table {
    padding: 0px 0px 0px 0px;
    margin: 5px auto;
    width: 99%;
}

#menu table tr td {
    border-left: 1px solid #fff;
    border-right: 1px solid #26303e;
    height: 40px;
}

#menu table tr td.f {
    border-left: 0px;
}

#menu table tr td a {
    color: #f2f2f2;
    font-size: 11px;
    text-decoration: none;
}

#menu table tr td a.selected {
    text-decoration: underline;
    color: #fff;
}

#flash {
    width: 100%;
    height: 350px;
    background: #000;
    border: 1px solid #fff;
    overflow: hidden;
}

#content {
    min-height: 500px;
}

#bottom,
#bottom td {
    font-size: 12px;    
    vertical-align: middle;
    text-align: center;
}

#bottom {
    background: url(/resources/images/layout/b.gif) no-repeat;
    padding: 10px 0px 10px 60px;
}

#bottom table {
    width: 100%;
}

#content .cl, 
#content .cr {
    float: left;
}


#content .cl {
    width: 150px;
    padding: 20px 0px 50px;
    text-align: center;
}

#content .cl img {
    border: 0px;
}

#content .cr {
    width: 802px;
    padding: 20px 20px 20px 10px;
}





#ImageBoxOuterContainer {
    z-index: 1000;
}

#ImageBoxOverlay
{
    background-color: #000;
}
#ImageBoxCaption
{
    background-color: #F4F4EC;
}
#ImageBoxContainer
{
    width: 250px;
    height: 250px;
    background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
    color: #000;
}
#ImageBoxCaptionImages
{
    margin: 0;
}
#ImageBoxNextImage
{
    background-image: url(images/imagebox/spacer.gif);
    background-color: transparent;
}
#ImageBoxPrevImage
{
    background-image: url(images/imagebox/spacer.gif);
    background-color: transparent;
}
#ImageBoxNextImage:hover
{
    background-image: url(images/imagebox/next_image.jpg);
    background-repeat:    no-repeat;
    background-position: right top;
}
#ImageBoxPrevImage:hover
{
    background-image: url(images/imagebox/prev_image.jpg);
    background-repeat:    no-repeat;
    background-position: left bottom;
}

