@charset "UTF-8";

/*Vertical scroll always visible*/
html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

/*Text styles*/
@font-face 
{
 font-family: 'Helvetica Neue Thin';
 src: url('../fonts/HelveticaNeueCyr-Thin.otf');
}

a
{
  color: #000000;
}

body
{
  margin: 0;
  padding: 0;
  background: #fff;    
  font-family: Georgia;  
  font-size: 14px;
  color: #000000;
}

h1, h2, h3, h4
{
  font-family: 'Helvetica Neue Thin', sans-serif;
  font-weight: normal;
}

h1
{
  font-size: 38px;  
  margin-top: 25px;
  margin-bottom: 25px;
  color: #AD1E2C;
}

h2
{
    margin-top: 0;
    font-size: 28px;
    color: #AD1E2C;
}

h3
{
    margin-top: 0;
    font-size: 25px;
    color: #AD1E2C;
}

hr
{
    border: none;
    height: 1px;
    background: #000;
}

ul
{
    padding: 0;
    margin: 0;
    text-indent: 0;    
}

ul li
{
    padding: 0;
    margin: 0;
    margin-left: 17px;
    text-indent: -7px;  
}

.djslider li 
{
    text-indent: 0;
}
/* Layout styles */

#MainContainer
{
    width: 875px;
    background: #ffffff;
    margin: 0 auto;
}

#TopContainer
{
  height: 282px;
}

#TopLeftContainer
{
    width: 240px;
    height: 210px;
    float: left;    
    text-align: left;
}

#TopCenterContainer
{
    width: 395px;
    height: 210px;
    float: left;
    text-align: center;
    vertical-align: bottom;
    font-size: 26px;
    font-family: 'Helvetica Neue Thin', sans-serif;
}

#TopRightContainer
{
    width: 240px;
    height: 210px;
    float: left;
    text-align: right;
}

#TopMenuContainer
{
    height: 25px;    
}

.clear
{
  clear: both;
}

#BottomContainer
{
    width: 875px;
    margin: 0 auto;
}

/*Top menu styles*/

#TopMenu
{
  margin: 0 auto;  
  height: 25px;
}

#TopMenu ul
{
  display: table;
  margin: 0 auto;
  padding: 0;
}

#TopMenu ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-right: 15px;
    text-indent: 0;
}

#TopMenu ul li.last
{
  margin-right: 0;
}

#TopMenu ul li a
{
  display: table-cell;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-family: Verdana;  
  font-size: 12px;
  width: 133px;
  height: 25px;
  color: #ffffff;
  background: #000000;  
}

#TopMenu ul li a:hover
{
   background: #AF1E2C;
}

/*Block styles*/

.block-container
{
    border-top: 1px solid #000000;    
    padding-bottom: 25px; 
}

/*Button styles*/
a.button
{
    background: #000000;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
}

a.button:hover
{
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

span.black-button
{
    display: block;
    width: 240px;
    height: 20px;
    background: #000000;
    color: #ffffff;    
    text-align: center;
}

span.white-button
{
    border: 1px solid #000000;
    display: block;
    width: 238px;
    height: 18px;
    background: #ffffff;    
    text-align: center;
}

span.white-button
{
    cursor: default;
}

span.load-button-active
{
    background: #ffffff;
    opacity: 1;
    filter: alpha(opacity = 100);
}

/*Simple Email Form*/
.mod_sef_input, .mod_sef_input_textarea
{
    width: 100%;
}

#mod_simpleemailform_captcha_1
{
    width: 100%;
}

#mod_simpleemailform_submit_1, #mod_simpleemailform_reset_1, #mod_simpleemailform_submit_2, #mod_simpleemailform_reset_2
{
    width: 148px;
    height: 25px;
    background: #000000;    
    color:#ffffff;
    border: none;
    cursor: pointer;
    font-family: Georgia;
}

#mod_simpleemailform_submit_1:hover, #mod_simpleemailform_reset_1:hover,#mod_simpleemailform_submit_2:hover, #mod_simpleemailform_reset_2:hover
{
    background: #ffffff;    
    color:#000000;
    border: 1px solid #000000;
}

#mod_simpleemailform_reset_1, #mod_simpleemailform_reset_2
{
    display: none;
}

#mod_simpleemailform_submit_1, #mod_simpleemailform_submit_2
{
    float: right;
    margin-right: -4px;
}

.mod_sef_th
{
    font-weight: normal;
}

.mod_sef_td
{
    text-align: left;
}

div.mod-languages
{
    margin-top: 17px;
}

div.mod-languages ul.lang-inline a
{
    text-decoration: none;
    text-transform: uppercase;   
    padding: 5px;
    background: #000;
    color: #fff;
}

div.mod-languages ul.lang-inline li.lang-active a
{
    border: solid 1px #000;
    padding: 4px;
    background: #fff;
    color: #000;
}

div.nn_tabs_nav li.hidden {
    display: none;
}

.nn_tabs_tabs
{
    border: none !important;
}

.nn_tabs_link
{
    text-decoration: none;
}

.gray-link
{
    color: #999999;
    font-size: 15px;
    margin-bottom: 10px;
}

.black-link
{
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
}

div.nn_tabs_container>div.nn_tabs_content {
    margin-bottom: 0;
    border: none;
    border-top: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.nn_tabs_nav 
{
    margin-top: -15px;
}

a.scroll-to
{
    text-decoration: none;
}