
.header-columns {
  width: 650px;
	padding-top: 10px;
  text-transform: none;
	font-size: 14px;
}
.header-columns a {
	text-decoration: none;
}
.header-columns a:hover {
	text-decoration: underline;
}
.header-columns ul li {
	padding: 1px 0;
}
.countries li img {
    vertical-align: middle;
}

.left-column {
	width: 33%;
	float: left;
}
.center-column {	
	 width: 33%;
  float: left;
}
.right-column {
   width: 33%;
}
.logo {
	position: absolute;
	top: 30px;
  margin-left: 610px;
	width: 300px;
}
.contacts {
  position: absolute;
	top: 200px; 
  margin-left: 730px;
	color: #FD0505;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
}
.contacts span {
  font-size: 32px;	
	margin-left: 10px;
}
.contacts div {
	margin-bottom: 20px;
}
.contacts span.text {
  font-size: 15px;  	
}
.address {
  font-size: 16px;
	line-height: 18px;
}


/* Content */

h1 {
  font-family: Arial,Verdana,sans-serif;
  font-weight: bold;
	font-size: 21px;
  color: rgb(19, 40, 94);
  text-align: left;
	padding: 0 0 10px 0;
	line-height: 30px;
}
h2 {
  font-family: Arial,Verdana,sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: rgb(19, 40, 94);
  text-align: left;
  padding: 10px 0;	
}
h3, h4 {
  font-family: Arial,Verdana,sans-serif;
  font-weight: bold;
  font-size: 13px;
	line-height: 16px;
  color: rgb(19, 40, 94);
  text-align: left;	
	padding: 0 0 5px 0;
}

/*
h1, h2, h3, h4, h5 {
  font-family: Arial,Verdana,sans-serif;
  font-weight: bold;
  color: rgb(19, 40, 94);
  margin: 0px 0px 0.5em;
}*/

.main-area {
	line-height: 22px;
}

.main-area {
	padding: 20px 0 20px 10px;
	-webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
	
  background: #e6eaf4; /* Old browsers */
  background: -moz-linear-gradient(left,  #e6eaf4 0%, #f1f3f9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6eaf4), color-stop(100%,#f1f3f9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #e6eaf4 0%,#f1f3f9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #e6eaf4 0%,#f1f3f9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #e6eaf4 0%,#f1f3f9 100%); /* IE10+ */
  background: linear-gradient(to right,  #e6eaf4 0%,#f1f3f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eaf4', endColorstr='#f1f3f9',GradientType=1 ); /* IE6-9 */
}
.main-area p {
	margin-bottom: 10px;
}

/* Files */
.csc-uploads-fileName {
  position: relative;
  top: -15px;
  left: 10px;
}
.csc-uploads-fileSize {
  position: relative;
  top: -22px;
  left: 35px;
}
p.file {
  margin-bottom: -5px;
}
p.file img {
  background: transparent !important;
}

/* Table */
table { 
  width: auto;
  border-collapse: collapse; 
	margin: 10px 0px 10px 0px; 
	border-top: 2px solid #1C2659;
	border-bottom: 2px solid #1C2659;
}
table tr td { 
  padding: 5px;
}
table td { 
  border: 1px solid #fff;
}
table tr:nth-child(2n) {
	background: #E1DBF5;
}
table tr td p.bodytext { 
  font-size: 12px; 
	text-align:left; 
}
table tr { 
  background-color: #f2f2f2; 
}	
table tr:hover { 
  background: #ffcc99;
}
tbody th { 
  background: #C4D1DD; 
	color: #333; 
	padding: 5px;
	text-align: left;
}
	
.bigflag {
	float: right;
}	

.main-area ul li {
  list-style: disc;
  padding: 1px 0;
}
.main-area ul {
  padding: 5px 0 10px 30px;
  /*margin-top: -5px;*/
  font-size: 13px;
  font-weight: normal;
}

ol { 
  counter-reset: list1; 
	padding: 10px;
} 
ol li {
  margin-bottom: 5px;
}
ol li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
}
ol ol { 
  counter-reset: list2; 
	padding: 10px; 
}
ol ol li:before {
  padding: 5px 15px 0px 15px;
  counter-increment: list2; 
  content: counter(list1) "." counter(list2) ". "; 
}
.footer-info {
	color: #333;
	line-height: 16px;
}

/*breadcrumb*/
.breadcrumb {
  position: relative;
  top: -5px;
  left: -30px;
  font-size: 11px;
  color: #A7AFBC;
}

.breadcrumb ul li {
	list-style: none;
	display: inline;
}
.breadcrumb ul li a {
  background:url(../images/more.png) right 5px no-repeat; 
  padding-right: 10px;
  color: #1D365E;
}


/* Right menu */
.vmenu a {
	color: #2F1E3E;
	text-decoration: none;
}
.vmenu a:hover {
	text-decoration: underline;
}
.vmenu ul li {
  padding: 5px 0;	
}

.vmenu {
	/*background: #F79E74;*/
  padding: 30px 10px 30px 40px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;  
  font-size: 16px;
	
  background: #fabea2; /* Old browsers */
  background: -moz-linear-gradient(left,  #fabea2 0%, #f9b493 38%, #f7996c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fabea2), color-stop(38%,#f9b493), color-stop(100%,#f7996c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #fabea2 0%,#f9b493 38%,#f7996c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #fabea2 0%,#f9b493 38%,#f7996c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #fabea2 0%,#f9b493 38%,#f7996c 100%); /* IE10+ */
  background: linear-gradient(to right,  #fabea2 0%,#f9b493 38%,#f7996c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabea2', endColorstr='#f7996c',GradientType=1 ); /* IE6-9 */

}
.vmenu ul ul {
	padding-left: 20px;
}

.vmenu ul ul li {
	font-size: 12px;
	padding: 5px 0 0 0;
}
li.active a {
	text-decoration: underline;
}

.info {
	margin: 0 auto;
	margin-top: 10px;
	width: 200px;
	text-align: center;
	line-height: 14px;
}

.live-operator {
  text-align: center;
  position: relative;
  top: 10px;
  margin: 0 auto;
	margin-bottom: 10px;
}


/* Last News */
.lastnews {
  margin: 0 auto;
	width: 200px;
	margin-top: 10px;
}
.news .article {
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-title {
  font-size: 22px;
	padding: 10px 0;	
	font-weight: normal;
}
.news-title a {
	color: #192756;
	text-decoration: underline;
}
.news-title a:hover {
	text-decoration: none;
}
.news-backlink-wrap {
	margin-bottom: 10px;
	font-weight: bold;
}

/* Paginator */
.page-navigation {

}
.page-navigation p {
  display: none;
}
ul.f3-widget-paginator {
  width: 50%;	
	float: right !important;
  text-align: center !important;
}
ul.f3-widget-paginator li {
	font-weight: bold;
	margin: 0 3px;
}

/* Video */
.video {
	padding: 0 0 20px 0;
	margin-left: 20px;
}