body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	color: #282828;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Georgia;
	font-size: 16px;
}

ul {
    margin: 0;
    padding: 0;
}

.wrapper {
	width: 995px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

.left {
	width: 742px;
	float: left;
}

.right {
	width: 240px;
	float: right;
}

.white_bg {
	background: white;
	padding: 4px;
	border: 1px solid rgb(181, 207, 255);
	box-shadow: 1px 1px 2px #525252;
	opacity: 0.95;
}

.white_bg-con {
	background: white;
	padding: 4px;
	border: 1px solid rgb(181, 207, 255);
	box-shadow: 1px 1px 2px #525252;
}

.logo span {
position: absolute;
text-align: center;
display: block;
width: 104px;
font-size: 11px;
top: 100px;
left: 20px;
color: yellow;
font-weight: bold;
}

.h3 {
font-size: 24px;
padding: 9px;
border: 1px solid rgb(181, 207, 255);
box-shadow: 1px 1px 2px #525252;
font-weight: normal;
padding-left: 18px;
line-height: 33px;
margin: 14px 0;
color: #135BC7;
background: #ffee05; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ffee05 40%, #edc604 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%,#ffee05), color-stop(100%,#edc604)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #ffee05 40%,#edc604 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #ffee05 40%,#edc604 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #ffee05 40%,#edc604 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #ffee05 40%,#edc604 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee05', endColorstr='#edc604',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#header {
	height: 140px;
	position: relative;
}

.header_bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: -1px;
	background: white;
	opacity: 0.3;
	border: 1px solid rgb(181, 207, 255);
	box-shadow: 1px 1px 2px #525252;
}

.item_list > .item {
	display: block;
	width: 225px;
	min-height: 320px;
	float: left;
	background: white;
	padding: 3px;
	border: 1px solid rgb(181, 207, 255);
	box-shadow: 1px 1px 2px #525252;
	margin: 0 12px 10px 0;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.item img {
	width: 220px;
	height: 220px;
	margin-top: 5px;
}

.item span {
	display: block;
	text-align: center;
	color:  #282828;
	text-decoration: none;
	font-size: 21px;
	margin-top: 13px;
}

a {
    color: #00008B;
}

.button {
border: 1px solid #74b2e2;
padding: 5px 6px;
background: #e4f1fb url(../img/menu_active.png) 50% 50% repeat-x;
font-weight: bold;
color: rgb(29, 109, 172);
}

.button:hover {
    background: #e2e9f9;
}

.button_holder {

padding:10px;
}

.topmenu table {
width: 100%;
margin-top: 15px;
border: 2px solid white;
box-shadow: 1px 1px 7px #000000;
border-spacing: 0;

}

.topmenu table td {
background: url(../img/menu_bg.jpg);	
}
.topmenu table td:hover {
	/*background: url(../img/menu_bg_active.jpg);*/	
	background: #fff311; /* Old browsers */
background: -moz-linear-gradient(top, #fff311 1%, #f2ca04 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff311), color-stop(55%,#f2ca04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fff311 1%,#f2ca04 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fff311 1%,#f2ca04 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fff311 1%,#f2ca04 55%); /* IE10+ */
background: linear-gradient(to bottom, #fff311 1%,#f2ca04 55%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff311', endColorstr='#f2ca04',GradientType=0 ); /* IE6-9 */
}

.topmenu table a {
display: block;
padding: 5px 6px;
text-align: center;
line-height: 36px;
text-decoration: none;
color: white;
background: url(../img/menu_border.jpg) left top no-repeat;
text-shadow: 1px 1px 1px rgb(0, 71, 255);
}
.topmenu table td:hover a {
    background: none;
    color: #00008B;
    text-shadow: none;
}

.topmenu table td:first-child a {
	background: none;
}
.menu {
	padding: 0;
margin: 25px 0;
}
.menu li {
	list-style-type: none;
	position: relative;
}
.menu a {
display: block;
line-height: 18px;
border-top: 1px solid #C0C0C0;
padding: 6px 2px 5px 10px;
margin: 0 13px;
text-decoration: none;
color: #00008B;
font-family: Arial;
font-size: 16px;
}

.menu > li:first-child > a, .submenu li:first-child > a  {
	border: none;
}

.menu li a:hover {
	background: #e4f1fb url(../img/menu_active.png) 50% 50% repeat-x;
	border: 1px solid #74b2e2;
	padding: 6px 2px 4px 22px;
	margin: 0;
}
.menu li:first-child a:hover {
    
	padding: 5px 2px 4px 22px;
}

.menu .submenu li a:hover {
border: none;

    background: none;
    text-decoration: underline;
line-height: 18px;
border-top: 1px solid #C0C0C0;
padding: 6px 2px 5px 10px;
margin: 0 13px;
}

.menu .submenu li:first-child a:hover {
    padding: 6px 2px 5px 10px;
    margin: 0 13px;
        border: none;
}
.menu .submenu {
    border: 1px solid rgb(181, 207, 255);
    position: absolute;
    box-shadow: 1px 1px 2px #525252;
    display: none;
top: 0px;
right: 220px;
background: rgba(255, 255, 255, 0.95);
z-index: 1000;
width: 195px;
padding: 4px;
}
.menu li:hover .submenu {
    display: block;
} 
.soc a {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin-left: 9px;
}

.soc a.tw {
	background: url(../img/tw.png) no-repeat;

}

.soc a.fb {
	background: url(../img/fb.png) no-repeat;
}

.soc a.vk {
	background: url(../img/vk.png) no-repeat;
}

.soc a.od {
	background: url(../img/od.png) no-repeat;
}

.logo img {
position: absolute;
display: block;
width: 85px;
height: 105px;
top: -1px;
left: 33px;
}
.b_gallary .Tgallery .Tdesc{
   position: absolute;
top: -13px;
background: white;
left: 15px;
border: 1px solid #636363;
border-radius: 3px;
display: none;
}

.b_gallary .Tgallery .Tcol {float: left;
width: 115px;
padding-bottom: 20px; position: relative;}
.b_gallary .Tgallery .Tcol:hover .Tdesc {
    display: block;
}
.header_text {
position: absolute;
left: 135px;
top: 33px;
color: #00008B;
font-family: Georgia;
font-size: 27px;
width: 319px;
}

.tel_icon {
position: absolute;
width: 69px;
height: 69px;
right: 251px;
top: 32px;
}

.tels {
position: absolute;
left: 777px;
top: 20px;
}

.tels span {
	display: block;
color: #00008B;
font-family: Arial;
font-size: 20px;
font-weight: bold;

}

.heaer_soc {
position: absolute;
left: 614px;
top: 18px;
width: 272px;
}

.slider {
border: 2px solid #fff;
height: 415px;
width: 100%;
margin-top: 12px;
position: relative;
}
.slider img {
	width: 100%;

}
.list_item {
list-style-type: none;
padding: 8px 6px;
margin: 0 5px;
border-top: 1px solid #D1D1D1;
    
}
.list_item:first-child {
    border: none;
}

.list_item p {
    margin: 0;
    padding: 3px 0;
}

.list_item .date {
    color: #555;
font-size: 10px;
font-family: Arial;
}

.content {
    margin: 10px 0;
    padding: 8px 24px 30px; 
}
.content h1 {
margin: 12px 0 24px;
font-size: 24px;
}
.botmenu {
    margin: 20px 0;
}
.botmenu table {
    width: 100%;
}
.botmenu a {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 18px;
}

.content_img {
    max-width: 300px;
margin: 5px 8px;
float: left;
box-shadow: 0px 0px 3px #444;
}
.popupform .Tsend{ width: 161px;
height: 35px;
display: block;
margin: 0 0 0 40px;
line-height: 40px;
text-align: center;
color: #202020;
cursor: pointer;
border: none;
margin-top: 4px;
background: url(/template/img/send.png) no-repeat;}
.popupform .otziv1 {width: 175px;
height: 45px;
display: block;
margin: 0 0 0 15px;
line-height: 40px;
text-align: center;
color: #202020;
cursor: pointer;
border: none; }
.popupform .Tsend:hover { background-position: center; }
.popupform .Tsend:active { background-position: bottom; }

.informer {
    position: absolute;
top: 6px;
right: 6px;
}

.clearboth {
    clear: both;
}

.right h4 {
    padding-top: 0;
margin: 15px 0 8px;
}

.Twrp h4 {width: 100px;
margin: 0px 0 7px 0;
text-align: center;
font-weight: normal;
font-size: 12px;
height: 36px;
color: black;}

.Twrp a {
    text-decoration: none;
}

.Twrp { width: 110px; float: left; }

#totop {
    cursor: pointer;
    top: 25px;
left: 43px;
display: none;
    position: fixed;
    z-index: 999;
    width: 64px;
    height: 64px;
    background: url(/template/img/up.png) no-repeat;
}
.slider:hover .arrow {
    opacity: 1;
}