.ari-image-slider-wrapper
{
	margin: 0 auto;
}

body .ari-image-slider-wCtrlNav 
{
	margin-bottom: 30px;
}

.nivoSlider {
	position:relative;
	margin: 0;
/*	background:#202834 url(/images/loading.gif) no-repeat 50% 50%; */
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;a
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNavHolder {
	position:absolute;
	left:50%;
	width:auto;
	bottom:-23px;
}

.nivo-controlNav {
	position: relative;
	left: -50%;
	top: 0;
	width: auto;
}


.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
/*	background:url(/images/bullets.png) no-repeat; */
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.nivo-controlNav a.hover {
	background-position:-10px 0;
}
.nivo-controlNav .nivo-thumbNavWrapper img {
	display: block !important;
	position: absolute;
	top: -100%;
	left: -50%;
	margin-top: -12px;
	border: 1px solid #A0A0A0;
	background-color: #FFF;
	padding: 3px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}
.nivo-arrow-border {
  border-color: #0E0E0E transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  margin-bottom: -5px;
  left:0;
}
.nivo-arrow {
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  margin-bottom: -5px;
  left:0;
}
/*Languages*/


#lang input{
    
    color: #fff;
    cursor: pointer;
    border:1px solid #ccc;
    width:32px;
    height:19px;
    margin:3px 0;
    
}
.ru{ 
    background: url(/images/ru.gif);
     width:23px;
  }
.lv{ 
    background: url(/images/lv.gif);
     width:23px;
}  
.en{ 
    background: url(/images/en.gif);
     width:23px;
}
#lang input:hover{
    color: #ebf316;
    border:1px solid #ebf316;
}

.lang-active{
   display: none;
}

.block div {

margin-bottom:20px;
width: 100%;
position:relative;

}
 

.blocks div {
margin-bottom:20px;
position:relative;
}

.btn {
display:block;
float:left;
height:41px;
line-height:31px;
padding:0 10px;
background:url(skins/images/bg_grey.png) repeat-x;
color:#565e62;
font-weight:bold;
font-size:13px;
border:1px solid #e1e0df;
outline:none;
width: 150px;
}

.btn:hover {
background:url(skins/images/bg_green.png) repeat-x;
color:#ffffff;
}
.text,

.textarea,
.password {
padding:5px 10px;
height:27px;
border:1px solid #ddd;
color:#333;
background:url(../images/bginput.jpg) repeat-x bottom #fff;
position:relative;
z-index:2;
}

.text {
    height:27px !important;
}
.select {
padding:5px 10px;
height:37px;
width: 330px;
border:1px solid #ddd;
color:#333;
background:url(../images/bginput.jpg) repeat-x bottom #fff;
position:relative;
z-index:2;
}

.tv {

width: 430px !important;
}
.time {
    padding:5px 10px;
    height:27px;
    border:1px solid #ddd;
    color:#333;
    background:url(../images/bginput.jpg) repeat-x bottom #fff;
    position:relative;
    z-index:2;
    width: 100px;
}

.text {
   height:37px;
   width:210px;
}

.date {
width:300px;
}

.textarea {
height:150px;
width:350px;
}

.blocks label {
float:left;
width:155px;
line-height:37px;
text-align:right;
margin-right:15px;
font-weight:bold;
color:#666;
}


.blocks label.error,
.blocks label.ok {
position:absolute;
z-index:1;
top:-4px;
left:175px;
padding:5px 15px 5px 260px;
/*Ñáðàñûâàåì ìåòêó*/
width:auto;
text-align:left;
margin:0;
background-repeat:no-repeat;
background-position:237px 16px;
}

.blocks label.ok {
background-image:url(../images/icook.gif);
background-color:#e2f7e4;
color:#577530;
}

.blocks label.error {
background-image:url(../images/icofail.gif);
background-color:transparent;
color:#c81925;
/*border-style:solid;
border-width:1px;	
border-right-color:red;*/
 
}
.results{
height: 50px;
background-color:#e2f7e4;
color:#115528;
font-weight: bold;  
text-indent: 20px;  
padding: 5px 10px 5px 10px;
border-bottom: 3px solid #115528;
border-top: 3px solid #115528;
    
}
.area label.ok,
.area label.error {
height:163px;
padding-left:410px;
background-position:387px 16px;
}

/* CSS3 */

.text,
.textarea,
.select,
.time/*,
.blocks label.error*/ {
    -moz-border-radius-bottomright:8px; border-bottom-right-radius:8px; 
    -moz-border-radius-topleft:8px;border-top-left-radius:8px; 
    -moz-box-shadow:0 0 25px #ccc;-webkit-box-shadow:0 0 20px #ccc;box-shadow:0 0 20px #ccc; 
}
.btn,
.blocks label.ok { 
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}

#info-placement {position:absolute; top: 280px; float: left;}
#info  {
    display:block;
	background:url(../images/contacts.png) 0 0 no-repeat;
	width:185px;
	height:75px;
    position:fixed; 
    z-index:100;
     }
#inf-placement {
    position:relative;
    top:140px;
    left: -180px;
    float:left;
    width: 180px;
   
    z-index: 300;}     
.contacts {
    top:40px;
    width: 180px;
    height: 70px;
    float:right;
    background-image: url('../images/contacts.png');
    position:relative; 
    z-index:400; 
    padding:0 0 0 0;
}     
div.inter_kab_ru{
    background: url('../images/inter_kab_tv_ru.png') no-repeat;
    width: 330px;
    height: 256px;
    margin:0 auto;
}
div.inter_kab_ru:hover{
    background-image: url('../images/inter_kab_tv_hov_ru.png');
    
}
div.inter_kab_lv{
    background: url('../images/inter_kab_tv_lv.png') no-repeat;
    width: 330px;
    height: 256px;
    margin:0 auto;
}
div.inter_kab_lv:hover{
    background-image: url('../images/inter_kab_tv_hov_lv.png');
    
}
div.inter_kab_en{
    background: url('../images/inter_kab_tv_en.png') no-repeat;
    width: 330px;
    height: 256px;
    margin:0 auto;
}
div.inter_kab_en:hover{
    background-image: url('../images/inter_kab_tv_hov_en.png');
    
}


div.inter_ru{
    background: url('../images/internet_ru.png') no-repeat;
    width: 330px;
    height: 256px;
    margin: 0 auto;
}
div.inter_ru:hover{
    background-image: url('../images/internet_hov_ru.png');
    
}
div.inter_lv{
    background: url('../images/internet_lv.png') no-repeat;
    width: 330px;
    height: 256px;
    margin: 0 auto;
}
div.inter_lv:hover{
    background-image: url('../images/internet_hov_lv.png');
    
}
div.inter_en{
    background: url('../images/internet_en.png') no-repeat;
    width: 330px;
    height: 256px;
    margin: 0 auto;
}
div.inter_en:hover{
    background-image: url('../images/internet_hov_en.png');
    
}

div.inter_sat_ru{
    background: url('../images/inter_sat_tv_ru.png') no-repeat;
    width: 330px;
    height: 256px;
    margin:0 auto;
}
div.inter_sat_ru:hover{
    background-image: url('../images/inter_sat_tv_hov_ru.png');
    
}
div.inter_sat_lv{
    background: url('../images/inter_sat_tv_lv.png') no-repeat;
    width: 330px;
    height: 256px;
    margin:0 auto;
}
div.inter_sat_lv:hover{
    background-image: url('../images/inter_sat_tv_hov_lv.png');
    
}
div.inter_sat_en{
    background: url('../images/inter_sat_tv_en.png') no-repeat;
    width: 330px;
    height: 256px;
    margin:0 auto;
}
div.inter_sat_en:hover{
    background-image: url('../images/inter_sat_tv_hov_en.png');
    
}
#home 
{
	margin: 0px auto 0px auto;
	overflow: visible;	
}

#home .colleft,
#home .colcent,
#home .colright
{
	float: left;
	min-height: 0%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	background-color: transparent;
    width: 33%;
}


.answ {
     -moz-border-radius:8px;border-radius:8px;-webkit-border-radius:8px;
     -moz-box-shadow:0 0 12px #ccc;-webkit-box-shadow:0 0 8px #ccc;box-shadow:0 0 8px #ccc; 
     background: transparent;
     padding: 10px 10px 10px 10px;
     margin: 0 10px 5px 10px;
}

.odd {
  background-color: transparent; 
}
 
.even {
  background-color: #e2f7e4; 
}
td.gb {font-size: 18px; 
       font-weight: bold;
       text-align: center;
       color:#115528;
}
td.bb {font-size: 18px; 
       font-weight: bold;
       text-align: center;
       color:#000000;
}

td.b {font-size: 16px; 
       font-weight: bold;
       text-align: center;
       background-color: #e2f7e4;
}
td.bs {font-size: 14px; 
       
       text-align: center;
       background-color: #e2f7e4;
}
table.tar {
      font-size: 14px;
      border:1px;
      border-collapse: separate;
      width: 750px;
      } 
.sm { 
    font-size: 12px;
}
.sm_nts { 
    font-size: 12px;
    color: #D11515;
}
.sml { 
    font-size: 12px;
    text-align: left;
}
.wid {
    width: 130px;
}

/*tabs*/



#tabs
{
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#tabs li
{
    margin: 0;
    padding: 0;
    float: left;
}
#ta ul 
{
	padding: 0px 0px 0px 0px !important;
	text-align: left;
}

#ta ul li  
{
    padding: 0px 0px 0px 10px !important;
	list-style: outside none;
	list-style-image: none;
	line-height: 21px;
}
 
#tabs a
{
    -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    background:#ffffff;
    -moz-border-radius-bottomright:8px; border-bottom-right-radius:8px; 
    -moz-border-radius-topleft:8px;border-top-left-radius:8px;
    /*background:    -moz-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    background:         linear-gradient(220deg, transparent 10px, #ad1c1c 10px);*/
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    color: #17712a !important;
    border: solid #c4c4c4 1px;
    float: left;
    font: bold 14px/35px Arial, Helvetica;
    height: 35px;
    padding: 0 30px;
    text-decoration: none;
}
 
#tabs a:hover
{
    background: url(skins/images/bg_green.png) repeat-x;
    color:#ffffff !important;
    -moz-border-radius-bottomright:8px; border-bottom-right-radius:8px; 
    -moz-border-radius-topleft:8px;border-top-left-radius:8px; 
    /*background:    -moz-linear-gradient(220deg, transparent 10px, #c93434 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #c93434 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #c93434 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #c93434 10px);
    background:         linear-gradient(220deg, transparent 10px, #c93434 10px);*/
}
 
#tabs a:focus
{
    outline: 0;
    
}
 
#tabs #current a
{
    
    -moz-border-radius-bottomright:8px; border-bottom-right-radius:8px; 
    -moz-border-radius-topleft:8px;border-top-left-radius:8px; 
     background: url(skins/images/bg_green.png) repeat-x;
    /*background:    -moz-linear-gradient(220deg, transparent 10px, #fff 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #fff 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #fff 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #fff 10px);
    background:         linear-gradient(220deg, transparent 10px, #fff 10px);*/
    text-shadow: none;
    color: #fff !important;
}
 
#cont
{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fff, #ddd);
    background-image:    -moz-linear-gradient(top, #fff, #ddd);
    background-image:     -ms-linear-gradient(top, #fff, #ddd);
    background-image:      -o-linear-gradient(top, #fff, #ddd);
    background-image:         linear-gradient(top, #fff, #ddd);
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -moz-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    -webkit-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    padding: 30px;
    height:2000px;
}
 
#cont div
{
    height: 220px;
}

div.chlist {
    
    
    width: 500px;
	background: #ffffff;
    margin:10px 0px 10px 0px;
    text-align:left;
    padding:5px;
    border: solid #ñ4ñ4ñ4 10px;
    z-index:5;
   /* -moz-border-radius-bottomright:8px; border-bottom-right-radius:8px;  
    -moz-border-radius-topleft:8px;border-top-left-radius:8px; 
    -moz-box-shadow:0 0 25px #ccc;-webkit-box-shadow:0 0 20px #ccc;box-shadow:0 0 20px #ccc; */
  

}
.cleft { 
    float:left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width:50%;
    
}
.cright {
    float:right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width:50%;
    
}    
#cl {
    width: 100%;
 
}

#cl tbody tr th {
    width: 70%;
    float:left;
    
}

.lt {
  float:left;
  margin: 7px 7px 0 0;
  width: 100px;
  
}
.r {float: right;
    padding-right: 10px;
    color: #000000;
    }

#cl tbody tr td{
    width: 30%;
    float:left;
    
}

.headgr:hover {
    background:url(skins/images/bg_green.png) repeat-x !important;
}
