﻿@charset "utf-8";
/* CSS Document */

#bodyBgr {
	min-height:239px;
	background:url(/images/design/bodyBgr.jpg) no-repeat center top;
	}
#body {
	padding:20px 0;
	}
.blok1,
.blok1m,
.blok2,
.blok3 {
	position:relative;
	margin-right:10px;
	border: 1px solid #475773;
	box-shadow: #AAA 2px 2px 8px;
	}
.blok1,
.blok1m {
	background:#e5e7ec;
	min-height:400px;
	}
.blok1 {
	width:966px;
	}
.blok1m {
	width:836px;
	}
.blok2,
.blok3 {
	display:inline-block;
	background: linear-gradient(#c9ced8, #ffffff);
	-pie-background: linear-gradient(#c9ced8, #ffffff);
	vertical-align:top;
	behavior: url(css/PIE.htc);
	}
.blok2,
.blok3 {
	height:217px;
	}
.blok2 {
	width:475px;
	}
.blok2 #img {
	display:table-cell;
	padding:15px 0 0 15px;
	}
.blok2 #blokText,
.blok3 #blokText {
	display:table-cell;
	vertical-align:top;
	padding:0 20px;
	}
.blok3 {
	width:311px;
	}
.blok3 #img {
	display:table-cell;
	padding-right:10px;
	}
.blok2 #title,
.blok3 #title {
	border-bottom: 1px solid #475773;
	font-weight:bold;
	font-size:1.6em;
	color:#d55800;
	margin:15px 0;
	padding-bottom:5px;
	}
.blok2 #text,
.blok3 #text {
	font-size:1.1em;
	display:table-cell;
	vertical-align:top;
	}
.blok2 #vice,
.blok3 #vice {
	background:url(/images/design/vice.png) no-repeat;
	position:absolute;
	right:15px;
	bottom:15px;
	}
.blok2 #vice a,
.blok3 #vice a {	
	width:53px;
	height:17px;
	display:block;
	}
.blok2 #vice:hover,
.blok3 #vice:hover {
	background:url(/images/design/viceHover.png) no-repeat;
	}