* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/16px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
}
a {
	color: #1e64a9;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
}
h1, h2, h3 {
	color: #747474;
	margin-bottom: 15px;	
}
h1 {
	font: bold 18px/22px Tahoma, Arial, Verdana, sans-serif;	
	text-transform: uppercase;
}
h2 {
	font: bold 16px/18px Tahoma, Arial, Verdana, sans-serif;	
	text-transform: uppercase;	
	color: #4a4a4a;	
}

/*Preload*/
.preload {display: none;}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 200px;
	position: relative;
}
.logo {
	position: absolute;
}
.slogan {
	position: absolute;
	left: 315px;
	top: 20px;
}
#kontakts {
	position: absolute;
	right: 50px;
	top: 10px;
	padding: 10px;
	color: #2e2e2e;
}
#kontakts p {
	font: 14px/16px Tahoma, Arial, Verdana, sans-serif;	
	margin-bottom: 14px;
}
.adres {
	margin-bottom: 10px;
	padding-left: 33px;
	background: url(img/adres.png);
	background-repeat: no-repeat;
	background-position: left 5px;	
}
.adres span { font-weight: bold;}
.pochta {
	padding-left: 33px;
	background: url(img/pochta.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.pochta span { color: #19538f;}
/*Search*/
.srch {
	position: absolute;
	bottom: 20px;
	left: 410px;
	height: 43px;
}
.srch label {
	color: #757575;
	padding-right: 5px;
}
.srch input {
	border: none;
}
.srch .zapros {
	width: 220px;
	background: #eaeaea;
	color: #a2a2a2;
	border-radius: 18px 0 0 18px;
	padding: 8px 20px 9px 15px;
	border-top: 1px solid #393e44;
}
.butsrch {
	cursor: pointer;
	position: absolute;
	right: -21px;
	top: -3px;
	width: 43px;
	height: 43px;
	background: url(img/but_srch.png);	
	background-repeat: no-repeat;
}
.butsrch:hover {
	background: url(img/but_srch_on.png);	
	background-repeat: no-repeat;	
}

/*Mainmenu*/
.mainmenu {
	position: absolute;
	margin: 0 18% 0 26%;
	width: 56%;
	height: 32px;
	bottom: -16px;
	background: url(img/bgmenu.png);
	background-repeat: repeat-x;
	border-radius: 16px;
	z-index: 1;
	border: 1px solid #fff;
}
.mainmenu ul {
	border-collapse: collapse;
	display: table;
	margin: 0 auto;
	width: 100%;	
}
.mainmenu li {
	display: table-cell;
	font: bold 13px/15px Tahoma,Arial,Verdana,sans-serif;
	padding: 0.5em 20px;
	text-align: center;
}
.mainmenu li:first-child {
	padding-left: 40px;
}
.mainmenu li:last-child {
	padding-right: 40px;
}

.mainmenu .active a {
	color: #52ffff;
}
.mainmenu a {
	text-decoration: none;
	color: #fff;
}
.mainmenu a:hover {
	color: #52ffff;
}
/*Slider*/
.slider {
	//overflow: hidden;
	height: 190px;
	margin: 0 60px 10px 40px;	
	border: 2px solid #fbfbfc;
	border-top: 2px solid #0f88b9;
	background: #f3f3f3;
	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.4);	
	position: relative;

	color: #793119;
	margin-bottom: 10px;
	font: bold 16px/18px Tahoma,Arial,Verdana,sans-serif;	
}
.slides li {
	display: block;
	float: left;
	height: 190px;
	overflow: hidden;	
}
.slides li img {
	display: block;
	width: 780px;
	height: 190px;
	float: left;
}
.sldintro {
	margin: 30px 20px 20px 800px;
	//color: #323232;
}
/*.sldintro h3 {
	color: #793119;
	margin-bottom: 10px;
	font: bold 14px/16px Tahoma,Arial,Verdana,sans-serif;
}*/
.flexslider {
    position: relative;
    zoom: 1;
	margin: 0 auto;
}
.flexslider .slides { zoom: 1; }

.flex-direction-nav {
    position: absolute;
    top: 74px;
    text-indent: -9999px;
	width: 100%;
	height: 43px;
}
.flex-direction-nav li {
	display: inline;
}
.flex-direction-nav a {
    display: block;
    position: absolute;
	width: 43px;
	height: 43px;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-direction-nav .flex-next {
	background: url(img/slider/right.png);
	background-repeat: no-repeat;
	background-position: center;
    right: -21.5px;
}
.flex-direction-nav .flex-prev {
	background: url(img/slider/left.png);
	background-repeat: no-repeat;
	background-position: center;
    left: -21.5px;
}
.flex-direction-nav .flex-next:hover {
	background: url(img/slider/righton.png);
	background-repeat: no-repeat;
	background-position: center;
}
.flex-direction-nav .flex-prev:hover {
	background: url(img/slider/lefton.png);
	background-repeat: no-repeat;
	background-position: center;
}
.flexslider ol {display: none;}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

/*dom*/
.dom {
	width: 800px;
	height: 430px;
	margin: 20px auto;
	background: url(img/dom.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 20px 350px;
	position: relative;
	text-align: center;
}
.dom li {
	list-style-type: none;
	position: absolute;
}
.dom li span {
	font: 10px/10px Tahoma, Arial, Verdana, sans-serif;	 	
}
.elm7, .elm13, .elm14 {
	font: 12px/10px Tahoma, Arial, Verdana, sans-serif;		
}
.elm1 {
	left: 47px;
	top: 63px;
}
.elm2 {
	left: 35px;
	top: 141px
}
.elm3 {
	left: 52px;
	top: 206px;
}
.elm4 {
	left: 68px;
	top: 288px;
}
.elm5 {
	left: 165px;
	top: 18px;
}
.elm6 {
	left: 277px;
	top: 71px;
}
.elm7 {
	left: 268px;
	top: 314px;
	font: 12px/10px Tahoma, Arial, Verdana, sans-serif;	    
}
.elm8 {
	left: 343px;
	top: 274px;
}
.elm9 {
	right: 237px;
	top: 17px;
}
.elm10 {
	right: 95px;
	top: 65px;
}
.elm11 {
	right: 150px;
	top: 135px;
}
.elm12 {
	right: 56px;
	top: 191px;
}
.elm13 {
	right: 107px;
	top: 237px;
}
.elm14 {
	right: 181px;
	top: 360px;
}
.dom a {
	text-decoration: none;
	color: #000;
}
.dom a:hover {
	color: #747474;
}

/*content*/
#content {
	margin-left: 320px;
	padding: 20px 40px 20px 20px;	
	//margin: 0 0 0 340px;
}
#content p, .botcontent p {
	text-align: justify;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 260px;
	margin-left: -100%;
	position: relative;
	padding: 20px 20px 0 40px;
}

/*leftblock*/
.leftblock {
	margin-bottom: 30px;
}
.bltitle {
	font: bold 14px/16px Tahoma,Arial,Verdana,sans-serif;
	color: #4a4a4a;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.leftblock li {
	list-style-type: none;
	margin-bottom: 10px;
}
.leftblock a {
	font: 14px/16px Tahoma,Arial,Verdana,sans-serif;	
}

/*news*/
.dtnews {
	float: left;
	width: 60px;
}
.news a {
	display: block;
	margin-left: 60px;
}

/*botblock*/
#botblock {
	min-height: 368px;
	background: url(img/bgbotblock.png);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	position: relative;
}
.botleft {
	float: left;
	width: 260px;
	position: relative;
	padding: 20px;
	padding-left: 40px;
}
.botcontent {
	margin-left: 320px;
	padding: 20px 40px 20px 20px;
}

.polosa {
	background: url(img/polosa.png);
	background-repeat: no-repeat;
	height: 9px;
	clear: both;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	height: 30px;
	padding-top: 20px;
	position: relative;	
	bottom: 0;
	text-align: center;
}
#content ul {
    margin-bottom: 10px;
}
#content li {
    list-style-position: inside;
}
#content table {
    margin-bottom: 10px;
}
#content td {
    padding: 5px;
    vertical-align: middle;
}
/*Galery---------------------------------------------------------------------*/
.galery{
	clear: both;
}
.galtitle{
	text-align: center;
	padding: 5px 0;
}
.gallery-box a{
	color: #7C7C7C;
}
.gallery-box{
	display: table-cell;
	padding: 2%;
	//padding-bottom: 10px;
	float: left;
	width: 21%;
	height: 170px;
	overflow:hidden;
}
.gallery-box img{
	display: block;
	height: 80%;
	max-width: 98%;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 5px;
}
.galdescr{
	height: 30%;
	overflow: hidden;
}
/*NewsBlcok------------------------------------------------------------------*/
#dtblock {

}
#dtblock li {
	list-style-type: none;
	margin-bottom: 20px;
}
.newsdate {
	color: #6B6B6B;
}
.newstitle a {
	text-decoration: none;
	color: #6B6B6B;
}
.newstitle a:hover {
	text-decoration: underline;
}
.newsimg {

}
.newstext a {
	text-decoration: underline;
	color: #6B6B6B;
}
.newstext a:hover {
	text-decoration: none;
}
/*Pagination-----------------------------------------------------------------*/
.pagination{
    clear: both;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.pagination a{

}
.ditto_page{
	padding: 7px;
}
.ditto_currentpage{
	padding: 5px 7px;
	background: #1e64a9;
	color: #fff;
}
.dtprev{
	padding-right: 10px;
}
.dtnext{
	padding-left: 10px;
}
/*newsnav-----------------------------------------------------------------*/
.blocknav{
	clear: both;
	padding: 0 10px;
}
.blockprev{
	float: left;
}
.blocknext{
	float: right;
}
/*Clear-------------------------------------------------------------------*/
.clear {
	clear: both;
}
/*Accordeon*/
.accordion h3 {
	cursor: pointer;
}
/*Navigation*/
#navigation a {
	color: #204F9B;
}
#navigation .B_crumbBox {
	display: block;
	margin-bottom: 20px;
}
/*Eform*/
.errors {
	margin-bottom: 15px;
	color: red;
}
.formthank {
	color: green;
}
/*Statiy*/
.statiy {position: relative; z-index: 5;}
.statiy li {
	display: block;
	height: 200px;
	overflow: hidden;
	float: left;
	width: 31%;
	margin: 0 1%;
	margin-bottom: 20px;
	text-align: center;
}
.statiy a {
	text-decoration: none;
	color: #6B6B6B;	
}
.statiy a:hover {
	text-decoration: underline;
}
.statiy img {
	width: 218px;
	height: 147px;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    4px 4px 5px rgba(0, 0, 0, 0.6);
	box-shadow:         4px 4px 5px rgba(0, 0, 0, 0.6);	
	border: 1px solid #000;
	border-radius: 10px;	
	margin-bottom: 10px;
}
/*.infoimg {
	width: 220px;
	height: 150px;
	float: left;
	margin-right: 20px;
}
.infoimg img {
	display: block;
	width: 218px;
	height: 147px;
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
-moz-box-shadow:    4px 4px 5px rgba(0, 0, 0, 0.6);
box-shadow:         4px 4px 5px rgba(0, 0, 0, 0.6);	
border: 1px solid #000;
border-radius: 10px;
}*/
#content .infotitle h2{
	margin-top: 5px;
	margin-bottom: 10px;
}
.infotitle a{
	text-decoration: none;
	color: #6B6B6B;
}
.infotitle a:hover {
	text-decoration: underline;
}
.infointro {
	font: 14px/18px Tahoma, Arial, Verdana, sans-serif;
}


/*uslugi*/
.uslugi {position: relative; z-index: 5;}
.uslugi li {
	display: block;
	height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}
.uslugiimg {
	width: 120px;
	height: 100%;
	float: left;
	margin-right: 20px;
}
.uslugiimg img {
	display: block;
	width: 100%;
	height: 100%;
}
#content .uslugititle h2{
	margin-top: 15px;
	margin-bottom: 5px;
}
.uslugititle a{
	text-decoration: none;
	color: #6B6B6B;
}
.uslugititle a:hover {
	text-decoration: underline;
}
.uslugiintro {

}

.ginfora {
	position: absolute;
	right: 80px;
	bottom: 0px;
	height: 19px;
	background: url(img/ginfora.png);
	background-repeat: no-repeat;
	background-position: top right;		
}
.ginfora a {
	text-decoration: none;
	display: block;
	height: 100%;
	font: 11px/18px Verdana, Arial, Tahoma, Verdana, sans-serif; 	
	color: #000;	
	padding-right: 60px;	
}

/*downprice*/
.leftblock .downprice {
	color: #C32A23;
	font: 16px/18px Tahoma,Arial,Verdana,sans-serif;
}