@import url('reset.css');

body{
	font-family:"Arial";
	color:Black;
	background: linear-gradient(0deg, rgb(128, 128, 128) 0%, rgb(192, 192, 192) 100%);
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:#FFFFFF;
}
.inner-container{
	margin:0px 5px 5px 5px;
	min-height:850px;
}

.mylink{
  text-decoration: none;
  cursor: pointer;
  font-size:13px;
  color:#598cc1;
}
table {
    border: 1px solid black;
    border-collapse: collapse;
}
table td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px 15px 5px 0;
}
table tr:first-child td {
    text-align: center;
    font-weight: bold;
}

/* Строка названия и эмблемы */

.title-line > img{
	float:right;
	margin:10px;
}
.title-name{
	margin:35px 0px 0px 15px;
	float:left;
}
.title-name h1{
	color:rgb(69, 131, 190);
	font-size: 30px;
}
.hr_blue {
    border: none; /* Убираем границу */
    background-color: rgb(69, 131, 190); /* Цвет линии */
    color: blue; /* Цвет линии для IE6-7 */
    height: 2px; /* Толщина линии */
}

/* Меню */
.line-menu{
}

.line-menu-item, .line-menu-item2{
	display:block;
	float:left;
	width:16.66%;
	text-align:center;
	line-height:32px;
}
.line-menu-item2{width:20%;}

.line-menu-item a, .line-menu-item2 a{
	cursor:pointer;
	display:block;
	background: -moz-linear-gradient(0% 100% 90deg, #D0D0D0, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D0D0D0));
	background: -o-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
	border-bottom: 1px solid rgba(0,0,0,0.25); 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-size:13px;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.line-menu-item a:hover, .line-menu-item2 a:hover{
	color: #FFFFFF;
	background: rgb(69, 131, 190);
	background: -webkit-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: -o-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: -ms-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
}



/* Кнопки */

h2 {
	font-weight: normal;
	margin-top:5px;
	line-height:30px;
	display:block;
	color: #FFFFFF;
	text-align:center;
	background: rgb(69, 131, 190);
	background: -webkit-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: -o-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: -ms-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
}


.pimpa {
	color: #FFFFFF;
	text-align: center;
	font-size:13px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background: rgb(69, 131, 190);
	background: -webkit-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: -o-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: -ms-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	border-bottom: 1px solid rgba(0,0,0,0.25); 
   }


.pimpa2 { 
	color: #000000;
	text-align: center;
	cursor: pointer;
	background: -moz-linear-gradient(0% 100% 90deg, #D0D0D0, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D0D0D0));
	background: -o-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
	border-bottom: 1px solid rgba(0,0,0,0.25); 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-size:13px;
//	height:30;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.pimpa2:hover { 
    color: #FFFFFF;
    background: rgb(69, 131, 190);
    background: -webkit-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
    background: -o-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
    background: -ms-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
    background: linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
    cursor:pointer;
   }

.button{
	display:block;
	cursor:pointer;
	height:30px;
	width:200px;
	float:left;
	line-height:30px;
	color: #000000;
	text-align: center;

	background: -moz-linear-gradient(0% 100% 90deg, #D0D0D0, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D0D0D0));
	background: -o-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
	border-bottom: 1px solid rgba(0,0,0,0.25); 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	font-size:13px;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.button:hover { 
    color: #FFFFFF;
    background: rgb(69, 131, 190);
    background: -webkit-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
    background: -o-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
    background: -ms-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
    background: linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
   }

.button2{
	display:block;
	height:30px;
	width:200px;
	float:left;
	line-height:30px;
	color: #aaaaaa;
	text-align: center;

	background: -moz-linear-gradient(0% 100% 90deg, #D0D0D0, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D0D0D0));
	background: -o-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #D0D0D0 100%);
	border-bottom: 1px solid rgba(0,0,0,0.25); 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	font-size:13px;
}



.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
   }

/* Текст */

.block-text { 
    padding: 5px 5px 5px 5px;
    margin: 10px; 
    border: solid 0px black; 
    float: center;
    font-size: 13px;
    line-height:20px;
   }

.block-text p{
    text-indent: 20px;
   }

/* Новости*/

.news-block { 
    padding: 5px 0px 10px 0px;
    float: center;
    font-size: 13px;
    line-height:20px;
   }

.news-block a{
	display:block;
	width:33%;
	line-height:30px;
	float:left;
	margin-right:3px;
}

.news-block-content{
//	color:red;
	min-height:200px;
	margin-top:3px;
	padding:5px;
	display : block;
	border: 2px solid rgb(69, 131, 190);
}

.news-block-content img{
	width:300px;
	margin-right:10px;
	float:left;
}
.news-block-content h3{
	margin-top:10px;
	font-size:16px;
	font-weight: bold;
	text-align:center;
}
.news-block-content .news-date{
	margin: 10px 0px;
	font-size:12px;
	color:#598cc1;
}
.news-block-content .news-content{
	font-size:13px;
	color:#000000;
}

.news-block-content .news-content p{
    text-indent: 20px;
	line-height:1.5;
   }

.brd {
    border: 2px solid rgb(69, 131, 190); /* Параметры границы */
    background: white; /* Цвет фона */
    padding: 10px; /* Поля вокруг текста */
    font-size: 13px;
   }


/* Контакты */

.contact{
	width: 440px;
	height:100px;
	float:left;
	margin:10px;
	padding:15px;
	font-size: 13px;
//	border: 2px solid rgb(69, 131, 190); /* Параметры границы */
}
.contact img{
	float:left;
	margin-right:10px;
}

/* Галерея */

.item-box {
    margin-bottom: 5px;
//    background-color: #ccc;
//    color: #333;
    padding: 0px;
    text-align: center;
    width: 200px;
    height:150px;
    float:left;

    text-indent: 0px;
    border: 2px solid rgb(69, 131, 190); /* Параметры границы */
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    cursor: pointer;
}

.item-box:hover {
    background-color: #97CE68;
    color: #000;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
}

div#wrap {
 width: 980px;
 margin-top: 0px;	
}

div#wrap img{
	border: 2px solid rgb(69, 131, 190); /* Параметры границы */
	padding:2px;
}
		
.green 
 {color:#060; font-size:14px
 position:absolute;
 z-index:100;
}



/* Футер */
.footer{
	background: rgb(69, 131, 190);
	background: -webkit-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: -o-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: -ms-linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
	background: linear-gradient(180deg, rgb(69, 131, 190) 0%, rgb(2, 86, 167) 100%);
}
.r-col{
	padding:30px 0px;
	float:right;
	width:250px;
	font-size: 10px;
	font-weight: normal;
	color:#C0C0C0;
}
.l-col{
	padding:45px 0px;
	text-align:center;	
}

/* Выбор языка */

.lang {
	margin-top:10px;
//	background:#eeeeee;
	width: 150px;
	height: 30px;
	float:right;
	line-height:30px;
}
.lang img{float:right;}
.lang p{
	font-size: 13px;
	float:right;
	padding-right:5px;
}
.lang ul{
    position:absolute;
    list-style:none;
    text-align:center;
    width:45px;
    margin-left:105px;
    margin-top:31px;
    max-height:0px;
    overflow:hidden;
    -webkit-transition:max-height 0.2s linear;
    -moz-transition:max-height 0.2s linear;
    -o-transition:max-height 0.2s linear;
    -ms-transition:max-height 0.2s linear;
    transition:max-height 0.2s linear;
    z-index:101;
}
.lang:hover ul{max-height:92px;}
.lang ul li{cursor:pointer;}
.lang ul li a{
    color:#fff !important;
    text-decoration:none !important;
    display:block;
    border-bottom:1px solid #FFFFFF;
}
.lang ul li:first-child{
//    border-radius:3px 3px 0 0;
//    margin-top:10px;
    position:relative;
}
 
.lang li:last-child{
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}

.flag1{background: url('../img/ru.png'); height:30px;}
.flag2{background: url('../img/en.png'); height:30px;}
.flag3{background: url('../img/ua.png'); height:30px;}

.green_informer 
 {color:#060; font-size:125%;
 position:absolute;
 z-index:100;
 padding: 5px 5px 5px 5px;
 float: center;
 line-height:20px;

 }
