*{
	font-family: 'Trebuchet MS', sans-serif;
	text-align:left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.container{
	width:1050px;
	margin:0 auto;
	clear: both;
}

.wrap{
	margin: 0 auto;
}

.half{
	width: 50%;
}

/* 
Равномерное изменение размеров изображения
в зависимости от ширины родительского блока
*/

.img-responsive {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}


h1, h2, h3, h4, h5, h6{ font-family: 'Trebuchet MS', sans-serif; } 

.hiden {display:none;}
* html div#around
{
	width: expression(
	(
		document.getElementById('measurer')
		&& document.getElementById('measurer').clientWidth < 750
	)
	?	'750px'
	:	(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1200
		)
		?	'100%'
		:	'1200px'
	);
}

#zoom
{
	z-index:100;
}

.nameLink{
	display: block;
}

#error404Block
{
	padding: 0 0 100px 200px;
}

#error404Block span
{
	background-color: #fff;
}

#error404Block h1
{
	font-size:150%;
	color:#333;
	margin:0;
}

#error404Block p
{
	margin: 0.4em 0 2.5em 0;
}

#error404Block a
{
	background-color: #fff;
	font-size:100%;
}

/* general
-------------------------*/

p
{
	font-size:14px;
	color:#333;
	line-height:1.2em;
	margin-top:0.5em;
}

h1
{
	font-size:130%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h2
{
	font-size:160%;
	margin: 0 0 0.5em 0;
	font-weight:bold;
}

h3
{
	font-size:120%;
	font-weight:normal;
	color:#333;
	margin: 0.5em 0 0.4em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:normal;
}

ul, ol
{
	margin-top: 0.5em;
	padding-left:0;
	margin-left:0;
	font-size:75%;
	color:#333;
	line-height:1.4em;
}

li
{
	list-style-type: none;
	text-indent:-1.5em;
	margin: 0.4em 0 0.4em 3em;
}

ol li
{
	list-style-type:decimal;
	text-indent:0;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

img.borderImg
{
	border: 1px solid #ccc;
}

.paragraphBlock
{
	padding: 2em 20px 0 5px;
}

.textParagraphBlock
{
	padding: 0 20px 0 10px;
}

.imgBlock{float:left; border: 1px solid #ccc; background-color:#fff;}
.imgBlock img{margin: 4px; border:0;}


.none
{
	display:none;
}

.visible
{
	display:block;
}

.png
{
	behavior: url('png.htc');
}


/* links
-------------------------*/

a
{
	text-decoration:underline;
	/*color:#0c3132; */
	color:#3098e8;
}
a:hover
{
	text-decoration:underline;
	color:#165758;
}


/* paragraph
-------------------------*/

div.pContent
{
	clear:both;
	padding-bottom:1em;
}

div.pContent p
{
	line-height:1.6em;
}

div.imgTop
{
	padding: 0.8em 0 0.5em 0;
}

div.imgLeft
{
	float:left;
	padding: 0.5em 1em 0.8em 0;
}

div.imgRight
{
	float:right;
	padding: 0.5em 0 0.8em 1em;
}

div.imgBottom
{
	padding: 0.4em 0 0.8em 0;
}

p.caption
{
	font-size:70%;
	color:#999;
	font-style:italic;
	margin: 0.5em 0;
}

table.pTable
{
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin: 0.5em 0 1.2em 0;
}

table.pTable th
{
	font-size:80%;
	padding: 1.2em 10px 0.5em 10px;
}

table.pTable td
{
	font-size:75%;
	padding: 0.5em 10px;
	border-bottom: 1px solid #efefef;
}

table.pTable td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

div#paragraphFile
{
	padding: 0.5em 10px 0.5em 28px;
	height: 26px;
}

div#paragraphFile a
{
	font-size:80%;
}

div#paragraphFile small
{
	font-size:70%;
	color:#ccc;
}

div.attach
{
	background: url('/assets/img/icons/default.gif') no-repeat left center;
}

div.pdf
{
	background: url('/assets/img/icons/pdf.gif') no-repeat left center;
}

div.word
{
	background: url('/assets/img/icons/word.gif') no-repeat left center;
}

div.excel
{
	background: url('/assets/img/icons/excel.gif') no-repeat left center;
}

div.zip
{
	background: url('/assets/img/icons/zip.gif') no-repeat left center;
}

h3.pHeader
{
	font-size:85%;
}

h3.pHeader a
{
	text-decoration:none;
	border-bottom: 1px dashed #3e79b3;
}

h3.pHeader a:hover
{
	text-decoration:none;
	border-bottom: 1px dashed #74b5e0;
}

h3.pHeader a.cur
{
	border-bottom: 1px dashed #f28b05;
	color:#f28b05;
	text-decoration:none;
}

/* path
-------------------------*/

div.path
{
	color:#333;
}

div.path a
{
	font-size:75%;
}

div.path span
{
	font-size: 85%;
	color:#333;
}

div.path h1
{
	display: block;
	font-size:160%;
	margin: 0.1em 0 0.5em 0;
}


/* mask image */

.maskImage
{
	position: relative;
	width:258;
	height:278px;
	overflow: hidden;
	left:0;
}

.maskImage .image
{
	position: absolute;
	left:19px;
	top:19px;
	background-repeat:repeat;
	background-position: center top;
	overflow: hidden;
	width:200px;
	height:220px;
	z-index: 1;
}

.maskImage .mask
{
	position: absolute;
	width:258px;
	height:278px;
	left:0;
	top:0;
	background: url('/assets/img/mask.png') no-repeat left top;
	behavior: url('/assets/css/png-root.htc');
	z-index: 5;
}

.header-phone{
	text-align: right;
	margin: 25px 0 0 0;
}

.header-phone span{
	font-size: 30px;
	color:#333;
}

nav{
	background-color: #BDB2F4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	border-bottom:1px solid rgba(0,0,0,.2);
	margin-left: -10px;
	margin-right: -10px;
}

nav .menu_item{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	padding: 5px 10px;
	margin-right: 6px;
	font-size: 18px;
	position: relative;
}

nav .menu_item::before{
	position: absolute;
	left: 0;
	height: 6px;
	width: 100%;
	bottom:-6px;
	content:'';
}

.menu_item--current{
	background-color: #815EEC;
}

nav .menu_item::after{
	position: absolute;
	width: 2px;
	height: 20px;
	content: '';
	background-color: #fff;
	top:5px;
	right: -4px;
}

nav .menu_item:last-child::after{
	display: none;
}

nav .menu_item:hover{
	background-color: #AC95F2;
}

nav .menu_item_link{
	color:#fff;
	text-decoration: none;
}

nav .menu_item_submenu{
	position: absolute;
	min-width: 100%;
	overflow: hidden;
	left: 0;
	top:37px;
	white-space:nowrap;
	background-color: #B8AEED;
	visibility: hidden;
	opacity: 0;
}

nav .menu_item:hover .menu_item_submenu{
	visibility: visible;
	opacity: 1;
}

nav .submenu_item_link{
	color:#fff;
	text-decoration: none;
	font-size: 16px;
}

nav .submenu_item{
	padding: 6px 15px;
}

nav .submenu_item--current{
	background-color: #815EEC;
}

nav .submenu_item:hover{
	background-color: #AC95F2;
}



.content{
	margin-bottom: 10px;
}

.footer{
	clear: both;
}