*, form, fieldset {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
}
table, td, th {
	border: none;
	border-collapse: collapse;
	font-size: 100%;
}
a {
	color: #369;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #369;
	text-decoration: none;
}
img, fieldset {
	border: 0px;
	vertical-align: top;
}
html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font: 12px/1.5 Arial;
	background: #8c8e8e;
	color: #000;
}

#wrapper {
	background: white;
	margin: 0 auto;
	position: relative;
	width: 980px;
	min-height: 100%;
	-moz-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.5);
}
#content {
	padding: 30px 40px;
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	visibility: hidden;
}
#header {
	background: url(/includes/img/head-photo.jpg) no-repeat 50% 140px;
	height: 310px;
	position: relative;
}
#logo {
	background: url("/includes/img/logo.jpg") no-repeat scroll 30px 50% transparent;
	display: block;
	height: 114px;
	text-indent: -9999px;
	width: 300px;
	position: absolute;
}
#logo_eng {
	background: url("/includes/img/logo_eng.jpg") no-repeat scroll 30px 50% transparent;
	display: block;
	height: 114px;
	text-indent: -9999px;
	width: 300px;
	position: absolute;
}
#logo:hover, #logo:focus, #logo_eng:hover, #logo_eng:focus {
	opacity: 0.8;
}

#slogan {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #7aa6b1;
	width: 600px;
	position: absolute;
	left: 310px;
	top: 40px;
}

#nav-lang {
	position: absolute;
	right: 10px;
	top: 75px;
}
#nav-lang a {
	display: block;
	line-height: 15px;
	height: 15px;
	width: 20px;
	text-indent: -999px;
	overflow: hidden;
}
#nav-lang li {
	float: left;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #e0e6e6;
	opacity: 0.5;
}
#nav-lang li:hover, #nav-lang li:focus {
	opacity: 1;
	border: 1px solid #ccc;
}
#russian {
	background: url(/includes/img/lang.gif) 0px 50% no-repeat;
}
#english {
	background: url(/includes/img/lang.gif) -20px 50% no-repeat;
}
#chinese {
	background: url(/includes/img/lang.gif) -40px 50% no-repeat;
}

#nav {
	background: #e0e5e5;
	border-top: 1px solid #2c5783;
	border-bottom: 1px solid #2c5783;
	height: 38px;
	width: 100%;
	position: absolute;
	top: 115px;
	-moz-box-shadow: inset 0 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#nav li {
	border-left: 1px dashed #999999;
	display: block;
	float: left;
}
#nav li:first-child {
	border-left: none;
}
#nav li:last-child {
	border-right: 1px dashed #999999;
}
#nav li a {
	color: #1f1f1f;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 18px;
}
#nav li a:hover, #nav li a:focus {
	background: #f1f6f6;
	color: #369;
}
#nav li.act a {
	background: #387587;
	color: #fff;
}
#nav li.act a:hover, #nav li.act a:focus {
	background: #498698;
}


#article {
	width: 600px;
	float: left;
}
#aside {
	width: 260px;
	float: right;
}

.breadcrumb-navigation {
	color: #aaa;
	margin: 0 0 18px;
}
.breadcrumb-navigation a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.breadcrumb-navigation span {
	font-size: 10px;
}

h1, h2, h3 {
	color: #387587;
	line-height: 1.2;
}
#content h1 {
	font-size: 20px;
}
#content h2 {
	font-size: 16px;
	margin: .75em 0 1em;
}
#content h3 {
	font-size: 14px;
	margin: 0.5em 0 0.5em;
	/*margin: 1.5em 0 1em;*/
	text-transform: uppercase;
}
#content h4 {
	font-size: 12px;
}
#content p {
	margin: 0 0 0.5em;
	font-face: Arial;
	font-size: 12px;
}
#content table ul {
	margin: 0px;
}
#content table ul li {
	list-style: none;
	margin: 0px;
}
#content ul, #content ol {
	margin: 0 0 0px/*1em*/ 1em;
}
#content ul li {
	list-style-type: square;
	margin: 0px 0px 3px 20px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 3px 20px;
}
#content table {
	border: 1px solid #93A9C0;
}
#content th, #content td {
	border: 1px solid #93A9C0;
	background: #fff;
	color: #333;
	padding: 0px/*3px*/ 10px;
	margin: 0 0 1em;
}
#content th {
	background: #e5e5e5;
}
#sertificates:after, #customers:after {
	content: ".";
	display: block;
	width: 0px;
	height: 0px;
	visibility: hidden;
	clear: left;
}
#sertificates a.fancybox, #customers .customer {
	display: block;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px;
	text-align: center;
	overflow: hidden;
}
#sertificates a.fancybox img {
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#sertificates a.fancybox:hover img, #sertificates a.fancybox:focus img {
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
#customers .customer p {
	color: #387587;
	font-size: 16px;
	font-weight: bold;
}

form {
	
}
fieldset {
	padding: 10px 20px;
	border: 1px solid #93a9c0;
	margin: 0 0 10px;
}
legend {
	font-weight: bold;
}
.inp {
	overflow: hidden;
	padding: 5px 0;
}
.inp label {
	float: left;
	width: 200px;
	padding: 2px 10px 2px 0;
}
.inp input, .inp select, .inp textarea {
	width: 300px;
	padding: 2px 5px;
	font: 13px/1.25 Arial;
}
.inp select {
	width: 310px;
	padding: 2px 1px;
}
.btns {
	margin: 0 0 0 221px;
}
fieldset .btns {
	margin: 5px 0 5px 199px;
}
.inp textarea {
	resize: none;
	overflow-y: auto;
	width: 375px;
	height: 140px;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	margin-left: 10px;
}

.part-news {
	float: left;
	margin-bottom: 15px;
	width: 260px;
}
.part-news-date, .part-news-title {
	color: #427b8c;
}
.part-news-title {
	font-weight: bold;
}
.part-news.divider {
	background: url(/includes/img/part-news-divider.gif) repeat-y right top;
	margin: 0 50px 0 0;
	padding: 0 30px 0 0;
}
#aside .catalog {
	background: #e4e4e4;
	border: 1px solid #36608a;
	margin: 0;
	padding: 6px 12px;
	list-style: none;
}
#aside .catalog li {
	list-style: none;
	margin: 0;
	border-top: 1px dashed #36608a;
	padding: 6px 0;
}
#aside .catalog li:first-child {
	border-top: none;
}
#aside .catalog li a {
	color: black;
	display: block;
	padding: 2px 3px;
}
#aside .catalog li a:hover {
	text-decoration: underline;
}
.content-block {
	padding: 0 40px 30px 40px;
}
.content-block-marked {
	width: 874px;
}

.clients-link {
	display: block;
	float: left;
	width: 24.8%;
}

.footer-menu {
	border-top: none;
	font-weight: bold;
	width: 94%;
	height: 53px;
	list-style: none;
	margin: 0 40px 0 40px;
	padding: 15px 0 0 0;
	text-transform: uppercase;
}
.footer-menu li {
	border-right: none;
	float: left;
	margin: 0;
	padding: 0 20px;
}
.footer-menu li a {
	color: #387587;
}

#footer {
	background: #e5e5e5;
	border-top: 1px solid #2c5783;
	color: black;
	padding: 30px 40px;
	font-size: 16px;
	-moz-box-shadow: inset 0 5px 10px -2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 5px 10px -2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 5px 10px -2px rgba(0, 0, 0, 0.4);
}
#footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	width: 0px;
	height: 0px;
	opacity: 0;
	clear: both;
}
#copy {
	float: left;
}
#copy span {
	font-size: 12px;
}
#itgro {
	float: right;
}
#itgro:hover, #itgro:focus {
	opacity: 0.9;
}
#itgro a {
	display: block;
	color: #777;
}

img.left, .img_left, img[align="left"] {
	padding: 5px 15px 5px 0;
	float: left;
}
img.right, .img_right, img[align="right"] {
	padding: 5px 0 5px 15px;
	float: right;
}
.clear {
	clear: both;
}

.catalog-section-list ul {
	margin: 0px !important;
	list-style: none;
}
.catalog-section-list ul li {
	margin: 0 0 4px !important;
	list-style-type: none !important;
	position: relative;
}
.catalog-section-list > ul ul{
	display: none;
	margin-left: 20px !important;
}
.catalog-section-list span.plus
{
	width: 16px;
	height: 16px;
	text-indent: -999px;
	overflow: hidden;
	background: url("/includes/img/folder.png") no-repeat 0 0;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 2px;
	top: 0px;
}
.catalog-section-list span.element
{
	width: 16px;
	height: 16px;
	text-indent: -999px;
	overflow: hidden;
	background: url("/includes/img/router.png") no-repeat 0 0;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 2px;
	top: 0px;
}

.catalog-section-list li a
{
	padding: 0 0 1px 20px;
}
.catalog-section-list > ul a
{
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.catalog-section-list > ul a:hover
{
	background: #EBECEE;
}


#content .submenu, #content .submenu ul
{
	/*padding: 0 10px 0px;*/
	padding: 0px;
	list-style: none;
	position: relative;
	margin: 0px !important;
}
#content .submenu li
{
	margin: 0 0 4px !important;
	list-style-type: none !important;
	position: relative;
}
.submenu li a
{
	padding: 0 0 1px 20px;
}
.submenu ul
{
	list-style: none;
	display: none;
}
.submenu a
{
	display: block;
}
.submenu a:hover
{
	background: #ede0ee;
}
.submenu ul a
{
	padding: 0 0 0 12px;
}
.submenu ul li
{
	padding: 1px 0 2px 20px;
	margin: 0 0 2px;
}
.left_contacts
{
	float: left;
}
.right_contacts
{
	width: 500px;
	float:right;
}