﻿/*Подключение Ресет.ЦСС*/
@import url("reset.css"); 

body {
    background: url(../gfx/bg.png) top repeat-x #283891;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
	line-height:150%;
	}
	
img {
    border: medium none;
}
a, a:hover, a:visited, a:active {color: #125297; outline: none;}
a:hover {color: #3a7fc9; outline: none;}

.clearboth { clear:both;}

h1, h2, h3, h4, h5, h6 { margin:0 0 10px 0; color:#2359A4;}
h1 { font-size:25px; font-family:Arial, Helvetica, sans-serif; color:#25aae1; font-weight:bold; margin:0 0 10px;}
h2 { font-size:18px;}
h3 { font-size:18px; color:#43086f; font-style:italic; margin:0 0 20px!;}
h4 { font-size:24px; color:#43086f; margin:20px 0 20px;}
h6 { clear:both; font-size:16px; margin:5px 0 5px 0; color:#000;}


/*----------------------------------------------------*/


#pager {
    background: url(../gfx/blue-menu-bg.png) no-repeat; background-position:50% 138px; height: auto; margin: 0 auto; overflow: hidden; position: relative; width:100%;}
	
.container {
    height: auto;
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
	z-index:1; 
	position: static;
	top:0;
	}

#header { height:70px; width:980px; background:#FFF;}
#header-pic { height:260px; width:980px; background:#CCC; position:relative;}

#kartinka {width:980px; height:260px; overflow:hidden;}
#kartinka img {width:980px; height:260px;}

#logo { position:absolute; z-index:200; top:55px; left:0;}
#footer { height:55px; width:940px; padding:0 20px; background:#25aae1; line-height:55px; color:#FFF; font-size:11px; float:left;}

#content { width:980px; background:url(../gfx/bg-content.png); float:left;}

#content-left { width:245px; float:left;}
	#content-left img { margin:15px;}
	#content-left div { padding:0 15px; height:55px; line-height:55px; background:#25aae1; color:#FFF; font-size:24px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
		#side-menu {}
		#side-menu li { padding:5px 15px 5px 30px; width:200px; color:#FFF; font-size:12px; line-height:14px;   font-family: Tahoma, Geneva, sans-serif; list-style:none; border-bottom:1px solid #cfcfcf; background:url(../gfx/galka.png) no-repeat top left;}
		#side-menu a { color:#25AAE1; text-decoration:none;}
		#side-menu a:hover { color:#7cc7e6; text-decoration:underline;}



#content-right { width:665px; padding:20px 35px 30px; float:left; color:#122696; line-height:18px;}
	#content-right p { margin:0 0 10px; text-indent:15px;}

#menu { padding:15px 0 0 15px;}
#menu li { display:inline;}
#menu a { display:block; padding:11px 15px; background:#fff; color:#283891; float:left; font-size:14px; font-family:Tahoma, Geneva, sans-serif; margin:0 10px 0 0; font-variant:small-caps; text-decoration:none;}
#menu a:hover { background: #4AB8E6; color:#fff;}

#address { height:45px; width:270px; padding:5px 20px 0 0; float:right; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-align: right; color:#283891;}

#slider { height:149px; width:980px; float:left; background:url(../gfx/slider-bg.png);}
#inside { height:149px; width:904px; float:left; overflow:hidden;}
#inside li { list-style:none; display:inline;}
#inside li a { border:1px solid #FFF; margin:19px 10px 5px 11px;}
#inside img { width:106px; height:106px;}
#slider a { float:left;}
#slider a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 5-7 */ filter: alpha(opacity=80); /* Netscape */ -moz-opacity: 0.8; /* Safari 1.x */ -khtml-opacity: 0.8; /* Good browsers */ opacity: 0.8;}
  
  /*-----------------------------------------------------------*/

.gallery { clear:both; display:block; width:100%; margin:10px 0 0; float:left;}
.gallery li, .gallery-text { width:209px;}
.gallery li { height:198px; margin:0 10px 10px 0; overflow:hidden; border:1px #666 solid; display:inline; float:left; position:relative; background:#000 url(../gfx/icon-zoom.png) center 60px no-repeat;}
.gallery-text { height:48px; margin:0; overflow:hidden; border-top:1px #666 solid; bottom:0; left:0; background:#000; color:#ccc; z-index:10; position:absolute; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; /*display:block;Виключає текст*/}
.gallery li a .gallery-text { display:none;}/*Виключати, щоб не моргали підказки*/
.gallery li a:hover .gallery-text { display: block;}/*Виключати, щоб не моргали підказки*/
.gallery li a img {}/*Виключати, щоб не моргали підказки*/
.gallery li a:hover img {filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}/*Виключати, щоб не моргали підказки*/
/*.gallery img { position:absolute; left:-50px; top:-100px;}*/
.gallery-inside { width:90%; margin:5%;}

/*-----------------------------------------------------------*/