@font-face 
{
	font-family: MetaPro-BoldItalic; /* Имя шрифта */
    src: url(fonts/arafTNUa.otf); /* Путь к файлу со шрифтом */
}

main img {border:1px #000 solid; margin: 0 10px 10px 0;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }


body
{
	height:100%;
	margin:0;
	padding:0;
	font-size: 80.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
	background-size: cover;
	background-attachment: fixed;
}

header
{
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: top center;
}

div, header, footer, aside,article, main
{
	box-sizing: border-box;
}

div.body
{
	width: 1100px;
	border: 1px #000 solid;
	position: relative;
	left: 50%;
	margin-left: -550px;
}

header
{
	height: 300px;
}

footer
{

}

nav
{
	/*height: 30px;*/
	background-color: #0e4c0e;
}

main
{
	background-color:#fff;
	padding: 15px;
	min-height: 300px;
	width: 600px;
	display: table-cell;
}

.dtrow
{
	xdisplay: table-row;
}

.dtable
{
	display: table;
	
}

aside.alcol
{
	display: table-cell;
	
}
aside.arcol
{
	display: table-cell;
	padding: 0 5px;
	
}

aside {xbackground-color: #F00;width: 250px;}



.blocktitle
{
	font-size: 17px;
	text-align: center;
	padding: 5px;
}

.blockbody
{
	min-height: 50px;
	padding: 5px;
}
.blockmain
{
	margin-bottom:20px;
}

a {text-decoration: none;}
a:hover {border-bottom-width: 1px; border-bottom-style: dotted;}
a.single_image:hover, a#fancybox-close:hover {border: none;}
.specbottom {border: 3px rgba(255,255,255,0) solid;}
.specbottom:hover {background-color: #fff; border: 3px #000 solid; color: #000;}


div.logo
{
	position: absolute;
    top: 15px;
    left: 50%;
    margin: -23px 30px 0 -626px;
    width: 180px;
    height: 190px;
    float: left;
    background-image: url(images/geraldic.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
}




.navline
{
	min-height: 20px;
	padding: 5px;
	background-color: #fff;
}

.dmap
{
	width: 500px;
	padding: 10px;
	box-shadow: 1px 1px 11px #000 inset;
	height: 100%;
	
}

.copyrightdev
{
	margin: 10px;
	xtext-shadow: 1px 1px 3px #fff;
	
}

.dfooter
{
	display: table;
	height: 400px;
	color:#fff;
}

.fdlcol, .fdrcol
{
	display: table-cell;
	vertical-align: top;
}

.fdrcol
{
	padding: 10px;
}

.copyrightdev
{
	text-align: center;
	border-top: 1px #fff dashed;
	margin-top: 30px;
}

