@font-face {
	font-family: 'DinCyBd';
	/*src: url('fonts/DinCyBd.eot');*/
	src: local('O'), url('fonts/DinCyBd.svg') format('svg'), url('fonts/DinCyBd.woff') format('woff')/*, url('fonts/DinCyBd.ttf') format('truetype')*/;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DinCyMd';
	/*src: url('fonts/DinCyMd.eot');*/
	src: local('O'), url('fonts/DinCyMd.svg') format('svg'), url('fonts/DinCyMd.woff') format('woff')/*, url('fonts/DinCyMd.ttf') format('truetype')*/;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DinCyRg';
	/*src: url('fonts/DinCyRg.eot');*/
	src: local('O'), url('fonts/DinCyRg.svg') format('svg'), url('fonts/DinCyRg.woff') format('woff')/*, url('fonts/DinCyRg.ttf') format('truetype')*/;
	font-weight: normal;
	font-style: normal;
}

html {
    height: 100%;
}

body, #mainContainer, #hat_shadow {
  min-width: 1024px;
}

body {
  background-image: url('../img/background.png');
  font-family: Arial;
  font-weight: normal;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

img {
  border: 0;
}

#mainContainer {
  height: auto !important;
  min-height: 100%;
}

#header {
	background: url('../img/paralax_fon.png') center no-repeat;
	width: 100%;
}

#hat_shadow {
	width: 100%;
	height: 20px;
	position: absolute;
	background: url('../img/grey_up.png') repeat-x;
	z-index: 1;
}

#body_row {
	width: 975px;
	margin: 0 auto;
}

#left_block {
	display: inline-block;
	width: 200px;
	position: relative;
	vertical-align: top;
}

#left_menu {
	background: #B7CBD8;
	display: inline-block;
	margin-bottom: 25px;
}

#content {
	display: inline-block;
	background: #ffffff;
	padding: 25px 50px 125px;
	margin-bottom: 25px;
	width: 675px;
	min-height: 365px;
}

/* ******************************************************** */
/*                    MENU                                  */
/* ******************************************************** */

#top_menu {
	width: 675px;
	display: inline;
	position: relative;
	top: 45px;
	margin-left: 50px;
	white-space: nowrap;
	float: left;
}

#top_menu div {
	display: inline-block;
	font-size: 12pt;
	margin-left: 44px;
	/*max-width: 138px;*/
	text-align: center;
	vertical-align: top;
	white-space: normal;
	font-family: DinCyBd;
	cursor: pointer;
}
#top_menu div a, #top_menu, #left_menu, #left_menu a {
	color: white;
}

#top_menu div.active a, #top_menu div.active {
  color: #F7AA47;
}
#left_menu li.active a {
	color: #004F84;
}

.first_menu {
	margin-left: auto !important;
}

#left_menu > ul > li {
	font-size: 12pt;
	margin-top: 25px;
}

.second_level_top_menu a {
	color: #005785;
}

.second_level_top_menu a, #top_menu a, #left_menu a {
  text-decoration: none;
}
.second_level_top_menu a:hover, #top_menu a:hover, #left_menu a:hover {
	text-decoration: underline;
}

#left_menu > ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-left: 0px;
	font-family: DinCyMd;
	padding-bottom: 25px;
}
ul.second_level_left_menu {
	padding: 15px 5px 0px 0px;
	margin-left: 15px;
	list-style-image: url("../img/triangle.png");
}
ul.second_level_top_menu {
	padding: 0px 20px 0 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-image: url("../img/big_orange.png");
}

ul.second_level_left_menu li, ul.second_level_top_menu li{
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: 10pt;
	font-family: Arial;
}

ul.second_level_left_menu li {
	font-family: DinCyMd;
}

#left_menu > ul > li {
	background-color: #84B1D2;
	margin-left: -25px;
	padding-left: 25px;
}


#page_title {
	position: relative;
	top: -32px;
	z-index: 2;
}

#page_title_marker_1 {
	display: inline-block;
	height: 54px;
	width: 16px;
	background: url('../img/marker_1.png') no-repeat;
}

#page_title_marker_2 {
	display: inline-block;
	height: 50px;
	font-family: 'DinCyBd';
	font-size: 14pt;
	color: white;
	background: url('../img/marker_2.png') repeat-x;
	line-height: 50px;
	vertical-align: top;
	padding: 0 10px;
}

#page_title_marker_3 {
	display: inline-block;
	height: 54px;
	width: 11px;
	background: url('../img/marker_3.png') no-repeat;
}

#bottom_line {
  font-size: 8pt;
  color: white;
  margin-top: -25px;
  background: url('../img/bottom_line.png') center no-repeat;
  height: 25px;
  line-height: 25px;
  padding-left: 50%;
}

h1 {
	font-size: 24pt;
	font-weight: normal;
	font-family: DinCyMd;
}

h2 {
	font-size: 24pt;
	font-weight: normal;
	margin: 0;
	position: relative;
	top: -10px;
	color: #336699;
	font-family: DinCyMd;
}

h3 {
	font-size: 16pt;
	font-weight: normal;
	margin: 0;
	position: relative;
	top: -10px;
	color: #336699;
	font-family: DinCyMd;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	position: relative;
	color: #336699;
	font-family: DinCyMd;
}

#content, #content a {
	font-size: 10pt;
	color: #56698F;
}

p, #content ul, p a {
	margin-top: 0px;
}

.bottom_indent {
    padding-bottom: 25px;
}

div.error {
  color: red;
  font-size: 10pt;
}

p.error {
  color: red;
}

.noindent {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


ul.plain {
  list-style-image: url("../img/str_orange.png");
  list-style-position: inside;
  padding-left: 0px;
}

.qtip {
  max-width: 380px !important;
}

.qtip-default {
  background: white !important;
}

.table_cell {
  display: table-cell;
  width: 150px;
}
.label {
  color: white;
  font-size: 9pt;
  padding-top: 10px;
}
.label span {
  color: #F4A542;
}

.marked_text, .marked_text a {
    color: #FF6600 !important;
    font-weight: bold;
}
