BODY {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #f00;
	background-color: #e3eaf1;
	cursor: default;
	background-image: url('../pics/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
HTML {
	height: 100%;
}
/*****************/
#place {
	width: 1060px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #ecf2f7;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}
#topnavi {
	height: 60px;
	background-color: #0b5aa5;
	background-color: #009999;
	background-image: url('../pics/topnavi_bg1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 55px;
}
#topnavi A {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: solid 5px #016666;
	height: 51px;
	line-height: 51px;
	margin-top: 4px;
	padding-left: 27px;
	padding-right: 27px;
}
#topnavi IMG {
	display: block;
	float: left;
	margin-top: 8px;
}
#topnavi A:hover {
	text-decoration: none;
	border-bottom: solid 5px #5ccccc;
}
#topnavi A.current {
	border-bottom: solid 5px #5ccccc;
}
#topnavi FORM {
	display: block;
	float: right;
	margin: 0px;
	margin-top: 8px;
	margin-right: 50px;
	padding: 0px;
	border: solid 1px #5d96d1;
	border-radius: 20px;
	height: 38px;
}
#topnavi FORM INPUT.field {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: solid 0px;
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	background: transparent;
	outline: none;
	font-family: 'Open Sans', serif;
	font-size: 13px;
	color: #f00;
	width: 200px;
	color: #fff;
}
#topnavi FORM INPUT.field::-webkit-input-placeholder { /* WebKit browsers */
   color: #66ccff;
}
#topnavi FORM INPUT.field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #66ccff;
}
#topnavi FORM INPUT.field::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #66ccff;
}
#topnavi FORM INPUT.field:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #66ccff;
}
#topnavi FORM INPUT.button {
	display: block;
	float: left;
	margin: 0px;
	margin-top: 6px;
	margin-right: 10px;
	padding: 0px;
	border: solid 0px;
	height: 27px;
	width: 27px;
	outline: none;
	background: transparent;
	background-image: url('../pics/find_loupe.png');
	background-position: center center;
	background-repeat: no-repeat;
}
/*********************************/
#head {
	background-color: #fff;
	height: 140px;
}
#head A.logo {
	display: block;
	float: left;
	width: 315px;
	height: 113px;
	padding-left: 165px;
	padding-top: 27px;
	background-image: url('../pics/logo.gif');
	background-position: 30px 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #084d9b;
	font-size: 13px;
}
#head A.logo B {
	display: block;
	padding-top: 7px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
#head .node {
	display: block;
	float: left;
	width: 210px;
	padding-left: 80px;
	height: 110px;
	padding-top: 30px;
	color: #084d9b;
	background-position: 50px 20px;
	background-repeat: no-repeat;	
	text-transform: uppercase;
}
#head .node I {
	display: block;
	font-size: 13px;
	font-style: normal;	
}
#head .node B {
	display: block;
	font-size: 14px;
	font-weight: 700;	
	padding-bottom: 10px;
}
#head .node SPAN {
	color: #0b95bd;
	text-transform: none;	
	border-bottom: dashed 1px #0b95bd;
}
#head .node SPAN:hover {
	color: #0b95bd;
	border-bottom: solid 1px #0b95bd;
	cursor: pointer;
}
#head .node A.pse {
	text-decoration: none;
	color: #0b95bd;
	text-transform: none;	
	border-bottom: dashed 1px #0b95bd;
}
#head .node A.pse:hover {
	text-decoration: none;
	color: #0b95bd;
	border-bottom: solid 1px #0b95bd;
	cursor: pointer;
}
/*********************************/
#lcol {
	float: left;
	width: 260px;
	margin: 10px;
	padding-bottom: 50px;
}
/*****/
#lcol UL.block_info {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #5ccccc;
}
#lcol UL.block_info LI {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: solid 1px #62d1d1;
	border-left: solid 5px #5ccccc;
	background-color: #5ccccc;
	transition: 0.2s;
	background-position: 250px center;
}
#lcol UL.block_info LI.current {
	border-left: solid 5px #55baba;
}
#lcol UL.block_info LI A {
	display: block;
	text-decoration: none;
	height: 43px;
	padding-top: 26px;
	padding-left: 85px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	background-position: -5px 10px;
	background-repeat: no-repeat;
}
#lcol UL.block_info LI:hover {
	background-image: url('../pics/side_navi_arrow.png');
	background-image: url('../pics/side_navi_arrow1.png');
	background-position: 230px center;
	background-repeat: no-repeat;
}
/*****/
#rcol UL.block_services {
	padding: 0px;
	margin: 0px;
	background-color: #0c5fa8;
	width: 770px;
	height: 65px;
	margin-left: -30px;
	margin-top: -23px;
	margin-bottom: 30px;
}
#rcol UL.block_services LI {
	display: block;
	float: left;
	width: 191px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-left: solid 1px #2670b1;
	border-left: solid 1px #00abab;
	background-color: #0c5fa8;
	background-color: #009999;
	transition: 0.2s;
}
#rcol UL.block_services LI A {
	display: block;
	text-decoration: none;
	height: 50px;
	padding-top: 15px;
	padding-left: 25px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
#rcol UL.block_services LI:hover {
	background-color: #064a86;
	background-color: #008484;
}
#rcol UL.block_services LI.current {
	background-color: #064a86;
	background-color: #008484;
}
/*****/
#rcol UL.sub {
	padding: 0px;
	margin: 0px;
	width: 770px;
	height: 60px;
	margin-left: -30px;
	background-color: #064a86;
	background-color: #008484;
	margin-bottom: 30px;
	margin-top: -30px;
}
#rcol UL.sub LI {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #064a86;
	background-color: #008484;
	transition: 0.2s;
	width: 192px;
}
#rcol UL.sub LI.current {
	background-color: #044176;
	background-color: #017676;
}
#rcol UL.sub LI A {
	display: block;
	text-decoration: none;
	height: auto;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 13px;
	color: #b0ebeb;
	text-transform: none;
}
#rcol UL.sub LI:hover {
	background-color: #044176;
	background-color: #017676;
}
#rcol UL.sub LI.current A {
	color: #fff;
}
#rcol UL.sub LI:hover A {
	color: #fff;
}
/***********************************************/
#lcol #block_news {
	margin-bottom: 10px;
}
#lcol #block_news .header {
	color: #1d507e;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-image: url('../pics/block_news_header.gif');
	background-position: 40px 20px;
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 90px;
}
#lcol #block_news .node {
	background-color: #f4f7f9;
	margin-top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#lcol #block_news .node SPAN.date {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	color: #cc6600;
	text-align: right;
	border-right: solid 1px #e8cbae;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 13px;
}
#lcol #block_news .node SPAN.date B {
	display: block;
	font-weight: 700;
	font-size: 18px;
}
#lcol #block_news .node SPAN.date I {
	display: block;
	font-style: normal;
	font-size: 12px;
}
#lcol #block_news .node P {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
#lcol #block_news .node P A {
	color: #0b95bd;
	text-decoration: none;
}
#lcol #block_news .node P A:hover {
	color: #0b95bd;
	text-decoration: underline;
}
#lcol #block_news .arch {
	padding: 20px 0px 20px 105px;
	background-image: url('../pics/news_arch.gif');
	background-position: 87px 25px;
	background-repeat: no-repeat;
}
#lcol #block_news .arch A {
	color: #0c5fa8;
	text-decoration: none;
	font-size: 13px;
}
#lcol #block_news .arch A:hover {
	color: #0e70c7;
	text-decoration: none;
}
/***************************************************************/
#rcol {
	float: left;
	width: 700px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 10px;
	margin: 10px;
	margin-left: 0px;
	color: #000;
}
#rcol A {
	text-decoration: underline;
	color: #0b95bd;
}
#rcol A:hover {
	text-decoration: none;
	color: #0b95bd;
}
#rcol H1 {
	font-size: 26px;
}
#rcol H2 {
	font-size: 24px;
}
#rcol H3 {
	font-size: 22px;
}
#rcol H4 {
	font-size: 20px;
}
#rcol H5 {
	font-size: 18px;
}
/***************************************************************/
#wrap_onmain_obr {
	padding-bottom: 10px;
}
#wrap_onmain_obr .header {
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
}
#wrap_onmain_obr .node {
	display: block;
	float: left;
	width: 170px;
	margin-right: 5px;
	background-color: #fff;
	padding-top: 185px;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 70px;
	overflow: hidden;
}
#wrap_onmain_obr .node SPAN {
	display: block;
	background-color: #0b74bd;
	background-color: #006363;
	border-top: solid 5px #0b5495;
	border-top: solid 5px #008e8e;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 13px 23px 0px 23px;
	height: 53px;
	transition: 0.2s;
}
#wrap_onmain_obr .node:hover SPAN {
	border-top: solid 5px #99cc00;
	margin-top: -70px;
}
#wrap_onmain_obr .node P {
	display: block;
	background-color: #006363;
	height: 70px;
	margin: 0px;
}
#wrap_onmain_obr .node P A.more {
	display: block;
	width: 110px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	color: #94c1e0;
	font-size: 12px;
	text-transform: uppercase;
	border: solid 1px #94c1e0;
	border-radius: 20px;
}
#wrap_onmain_obr .node P A.more:hover {
	color: #0b74bd;
	border: solid 1px #fff;
	background-color: #fff;
}
/***************************************************************/
#wrap_onmain_usl {
	padding-bottom: 10px;
}
#wrap_onmain_usl .header {
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
}
#wrap_onmain_usl .node {
	display: block;
	float: left;
	width: 225px;
	margin-right: 5px;
	background-color: #fff;
	padding-top: 140px;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 70px;
	overflow: hidden;
}
#wrap_onmain_usl .node SPAN {
	display: block;
	background-color: #0b5495;
	background-color: #008e8e;
	border-top: solid 5px #0b74bd;
	border-top: solid 5px #006363;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 13px 23px 0px 23px;
	height: 53px;
	transition: 0.2s;
}
#wrap_onmain_usl .node:hover SPAN {
	border-top: solid 5px #99cc00;
	margin-top: -70px;
}
#wrap_onmain_usl .node P {
	display: block;
	background-color: #008e8e;
	height: 70px;
	margin: 0px;
}
#wrap_onmain_usl .node P A.more {
	display: block;
	width: 110px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	color: #94c1e0;
	font-size: 12px;
	text-transform: uppercase;
	border: solid 1px #94c1e0;
	border-radius: 20px;
}
#wrap_onmain_usl .node P A.more:hover {
	color: #0b5495;
	border: solid 1px #fff;
	background-color: #fff;
}
/**********************************************/
#slides {
	height: 380px;
	width: 770px;
	margin-left: -30px;
	margin-top: -10px;
	position: relative;
	overflow: hidden;
}
/**********************************************/
#foot {
	clear: both;
	height: 200px;
	background-image: url('../pics/foot_bg1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#foot .cright {
	display: block;
	float: left;
	width: 153px;
	padding-left: 127px;
	padding-top: 50px;
	background-image: url('../pics/foot_logo.png');
	background-position: 55px 35px;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #62d0de;
}
#foot .cright B {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #62d0de;
	margin-top: -5px;
	margin-bottom: 2px;
}
#foot .cright SPAN {
	display: block;
	font-size: 11px;
	color: #62d0de;
	margin-top: 22px;
}
#foot .cright SPAN IMG {
	display: block;
	border: 0px;
}
#foot .cright SPAN A {
	text-decoration: none;
	color: #62d0de;
}
#foot .navi {
	display: block;
	float: left;
	padding-top: 40px;
}
#foot .navi B {
	display: block;
	color: #ecf2f7;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 12px;
}
#foot .navi A {
	display: block;
	color: #62d0de;
	font-size: 13px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#foot .navi A:hover {
	color: #fff;
	text-decoration: none;
}
#foot .contacts {
	display: block;
	float: left;
	padding-top: 40px;
	width: 220px;
	color: #62d0de;
	font-size: 13px;
}
#foot .contacts B {
	display: block;
	color: #ecf2f7;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 12px;
}
#foot .contacts SPAN {
	display: block;
	color: #ecf2f7;
	font-size: 24px;
	font-weight: 700;
	margin-top: -12px;
	margin-bottom: 8px;
}
#foot .contacts A.letter {
	color: #fff;
	text-decoration: none;
	border-bottom: dashed 1px #fff;
	margin-left: 2px;
}
#foot .contacts A.letter:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: dashed 0px #fff;
}
#foot .contacts P {
	display: block;
	margin: 0px;
	padding-top: 15px;
}
#foot .contacts A.soc {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	opacity: 0.5;
}
#foot .contacts A.soc:hover {
	opacity: 1.0;
}
/**************************************************/
#subfoot {
	width: 710px;
	height: 50px;
	padding-left: 350px;
	padding-top: 20px;
	margin: 0 auto;
	background-image: url('../pics/subfoot_bg1.png');
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #084d9b;
}
#subfoot A {
	text-decoration: none;
	color: #084d9b;
	border-bottom: solid 1px #85addb;
}
#subfoot A:hover {
	text-decoration: none;
	color: #084d9b;
	border-bottom: solid 1px #084d9b;
}
/**************************************************/
#breadcrumbs {
	font-size: 12px;
	color: #8cafd3;
	padding-bottom: 5px;
}
#breadcrumbs A {
	text-decoration: none;
	color: #8cafd3;
}
#breadcrumbs A:hover {
	text-decoration: none;
	color: #0c5fa8;
}
#breadcrumbs IMG {
	margin-left: 7px;
	margin-right: 7px;
}
/**************************************************/
#childs_listing {
	padding-top: 20px;
}
#childs_listing A.node {
	display: block;
	text-decoration: none;
	background-color: #f9fafa;
	color: #0b95bd;
	margin-top: 1px;
	padding: 15px 40px 15px 42px;
	background-image: url('../pics/child_link.png');
	background-position: 20px 15px;
	background-repeat: no-repeat;
	transition: 0.2s;
}
#childs_listing A.node:hover {
	text-decoration: none;
	background-color: #fff;
	color: #0b95bd;
	box-shadow: 0px 0px 20px rgba(20,70,110,0.2);
	position: relative;
} 
/**************************************************/
#portrait_listing {
	padding-top: 15px;
}
#portrait_listing #node {
	display: block;
	float: left;
	background-color: #f4f7f9;
	background-image: url('../pics/portrait_anon.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 170px;
	padding-top: 165px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
#portrait_listing #node:hover {
	box-shadow: 0px 0px 20px rgba(20,70,110,0.2);
}
#portrait_listing #node P {
	display: block;
	margin: 0px;
	background-color: #fff;
	font-size: 13px;
	color: #000;
	font-weight: 700;
	padding: 15px 10px 15px 20px;
}
#portrait_listing #node P B {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
#portrait_listing #node P I {
	display: block;
	font-size: 12px;
	color: #999;
	font-style: normal;
	font-weight: 400;
	padding-top: 7px;
}
/**************************************************/
#wrap_links {
	display: block;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: #fff;
	width: 180px;
	padding: 25px 10px 25px 20px;
}
#wrap_links A {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #0b95bd;
	background-image: url('../pics/wrap_links.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 5px 0px 5px 20px;
}
/**************************************************/
#gallery_listing {
	padding-top: 10px;
}
#gallery_listing A {
	display: block;
	float: left;
	width: 218px;
	height: 145px;
	border: solid 5px #fff;
	position: relative;
	box-shadow: 0px 0px 5px rgba(20,70,110,0.1);
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
#gallery_listing A I {
	display: none;
	width: 218px;
	height: 145px;
	background-image: url('../pics/loupe.png');
	background-repeat: repeat;
	background-position: center center;
}
#gallery_listing A:hover {
	box-shadow: 0px 0px 15px rgba(20,70,110,0.2);
}
#gallery_listing A:hover I {
	display: block;
}
/**************************************************/
#text_listing {
	padding-top: 10px;
}
#text_listing #node {
	padding-bottom: 30px;
}
#text_listing #node SPAN.date {
	display: block;
	font-size: 13px;
	color: #c60;
}
#text_listing #node A.header {
	display: block;
	font-size: 20px;
	color: #0c5fa8;
	text-decoration: none;
	font-weight: 700;
}
#text_listing #node A.header:hover {
	color: #0b95bd;
	text-decoration: none;
}
#text_listing #node P {
	display: block;
	margin: 0px;
}
/**************************************************/
#paging {
	padding-top: 10px;
}
#paging B {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	background-color: #0b95bd;
	color: #fff;
	margin-right: 1px;
}
#paging A {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	background-color: #fff;
	margin-right: 1px;
}
/**************************************************/
.fly_form_recall {
	position: absolute;
	left: 30px;
	top: 120px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	z-index: 9999;
	padding: 20px 20px 20px 20px;
}
.fly_form_recall FORM INPUT.field {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #084d9b;
	border: solid 1px #96c3f6;
	background-color: #fff;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	margin-bottom: 10px;
	display: block;
	width: 188px;
}
.fly_form_recall FORM INPUT.butt {
	display: inline-block;
	vertical-align: top;
	clear: both;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #2d5ea3;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	height: 40px;
	border: solid 2px #2d5ea3;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	transition: 0.2s;
}
.fly_form_recall FORM INPUT.butt:hover {
	color: #fff;
	background-color: #2d5ea3;
	border: solid 2px #2d5ea3;
	cursor: pointer;
}
#head .node .fly_form_recall FORM I.close {
	display: inline-block;
	vertical-align: top;
	outline: none;
	height: 40px;
	width: 40px;
	background: url('../pics/fly_close.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 10px;
	cursor: pointer;
}
.fly_form_recall FORM I.post_close {
	display: block;
	width: 58px;
	font-style: normal;
	outline: none;
	margin: 0 auto;
	text-align: center;
	border-bottom: dashed 1px;
}
.fly_form_recall FORM I.post_close:hover {
	cursor: pointer;
	border-bottom: solid 1px;
}
#fly_form_mess_err {
	padding-bottom: 10px;
	color: #f00;
	text-transform: none;
}
#fly_form_mess_ok {
	padding-bottom: 10px;
	color: #690;
	text-transform: none;
}
/**************************************************/
#rcol TABLE.persons {
	width: 100%;
	background-color:#fff;
}
#rcol TABLE.persons TR TD {
	border-bottom: solid 1px #ecf2f7;
	padding: 8px 20px 8px 20px;
}
#rcol TABLE.persons TR.headers TD {
	background-color:#0c5fa8;
	color:#fff;
}
#rcol TABLE.persons TR TD I {
	font-size:13px;
	color: #666666;
	font-style:normal;
}
#rcol TABLE.persons TR TD EM {
	font-size:13px;
	color: #666666;
	font-style:normal;
}
/***************************************/
#topnavi a.eye {
	float: right;
	line-height: unset;
	text-transform: none;
	padding-top: 7px;
	font-size: 12px;
	background-image: url('../../eye/eye.png');
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 55px;
	cursor: pointer;
}