BODY {
	background-color: #0e1314;
	color: #FFF;
	margin: 0 0 35px; 0;
	padding: 0;
}

* {
	padding: 0;
	margin: 0;
}

td, div {
	font-family: Tahoma, Verdana, sans-serif; 
/*	font-size: 10pt;	 */
	font-size: 12px;	 
	text-align: left;
}

td { 
	margin: 0em;
	padding: 0em;
}

table {
	border-collapse: collapse;
	border-width: 0em;
}

a:link, a:active {
	color: #c7effe;
	text-decoration: underline;
}
a:visited {color: #9fc8d7;}
a:hover {text-decoration: none;}

.blacklink a:link, .blacklink a:active, .blacklink a:visited { color: #191819; text-decoration: none; }
.blacklink a:hover {text-decoration: underline;}

img {border: none;}

.img-border, .contimg-border {

	border:1px solid #598494;
	padding:3px;

}

.col { float: left; margin: 5px 0 0 5px; }

.clear { clear: both; }



.container {
	width: 945px;
        margin:0 auto;
	background: url(/img/bg_main_new.jpg) no-repeat top left;
	_height: 1%;
}

.rightcol {
	width: 186px;
	float: right;
	background: #386779 url(/img/bg_rightcol_top.gif) no-repeat top;
}

	.rightcol-bg {	background: url(/img/bg_rightcol.gif) repeat-y top;	}

	.rightcol-bg-foot {
		background: url(/img/bg_rightcol_foot.gif) repeat-x bottom;
		height: 860px;
		padding: 10px 15px 10px 15px;
	}
	
	
.topicons { 
	padding-top: 14px; height: 23px; 
}	

	.ico-home, .ico-contacts, .ico-sitemap {
		display: block;
		float: left;
		margin-left: 60px;
		width: 23px; height: 23px;
	}
	
		.ico-home {	background: url(/img/ico_home.gif) no-repeat top left; margin-left: 45px; _margin-left: 22px;}
		.ico-contacts {	background: url(/img/ico_contacts.gif) no-repeat top left; }
		.ico-sitemap {	background: url(/img/ico_sitemap.gif) no-repeat top left; }


.contacts {
	float: right;
	margin-right: 60px;
	margin-top: -7px;
	height: 24px;
}		

	.contacts-mail {
		background: url(/img/ico_contacts.gif) no-repeat top left;
		font-size: 11px;
		padding: 3px 0 2px 25px;
		float: left;
		margin-left: 15px;
	}
		
		.contacts-mail a:link, .contacts-mail a:active, .contacts-mail a:visited {
			color: #9ebcc8;
			text-decoration: underline;
		}
		
		.contacts-mail a:hover { text-decoration: none;	}
		
		
		#foot-cont {
			float: none;
			margin-left: 450px;
			margin-top: 15px;
		}
		
			#foot-cont .contacts-mail { background: url(/img/ico_contacts_foot.gif) no-repeat top left;	}
			#foot-cont .contacts-mail a:link, #foot-cont .contacts-mail a:active, #foot-cont .contacts-mail a:visited {	color: #505050;}
				
.logobox	{
	margin: 20px 0 0 25px;
	_margin-left: 22px;
	width: 72px;
	float: left;
}

.logobox img:hover{
        transform: scale(1.03,1.03);
	-o-transform: scale(1.03,1.03); /* Opera */
	-moz-transform: scale(1.03,1.03); /* Firefox */
	-webkit-transform: scale(1.03,1.03); /* Safari, Chrome */
	-ms-transform: scale(1.03,1.03); /* IE9 */
}


.menu {
	margin: 51px 255px 0 205px;
	font-size: 10px !important;
	color: #1e4858;
	padding: 0 5px 10px 5px;
	white-space: nowrap;
	font-weight:bold;
}

.active-top-item {
	color: #1e4858;
}

	.menu a:link, .menu a:active, .menu a:visited, .active-top-item  {
		margin-left: 5px;
		
		
			}
	.menu a:hover { /* text-decoration: underline; */ }
	
		.menu a.first:link, .menu a.first:active, .menu a.first:visited {	margin-left: 0;	}
		
	.active-top-item {
/*		color:red; 
		color: #9ebcc8;
		background-color:
		background-color: #67a2b8; font-weight: bold;*/
		color: #1e4858;
		margin-left:0px;
		
	}

/* .menubutton{
		background: #65a9d7;
		background: -o-linear-gradient(top, #3E779D, #65A9D7);
		background: -moz-linear-gradient(top, #3E779D, #65A9D7);
		background: linear-gradient(top, #3E779D, #65A9D7);
		background: -webkit-linear-gradient(top, #3E779D, #65A9D7);
		border-radius: 8px;
		border-top: 1px solid #96D1F8;
		box-shadow: #000000 0px 1px 0px;
		color: #FFFFFF;
		font-family: "Georgia", serif;
		font-size: 10px;
		padding: 5px 10px;
		text-decoration: none;
		text-shadow: rgba(0, 0, 0, 0.400) 0px 1px 0px;
		vertical-align: middle;
} */

.menu a:link, .menu a:active, .menu a:visited{
	color: #1e4858;
}

.menu a:hover{
	color: #1e4858;
}

div.menu a{
		background: rgb(242,246,248); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
		border-radius: 8px;
		border-top: 1px solid #96D1F8;
		box-shadow: #222 1px 1px 2px;
		color: #1e4858;
		font-family: Arial, sans-serif;
		font-size: 13px;
		padding: 5px 10px;
		text-decoration: none;
		text-shadow: rgba(0, 0, 0, 0.400) 0px 1px 0px;
		vertical-align: middle;
		
		text-shadow:1px 1px 3px #999;
} 

div.menu a:hover { 
		background: rgb(228,232,234); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(228,232,234,1) 0%, rgba(33,80,100,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,232,234,1)), color-stop(100%,rgba(33,80,100,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(228,232,234,1) 0%,rgba(33,80,100,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(228,232,234,1) 0%,rgba(33,80,100,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(228,232,234,1) 0%,rgba(33,80,100,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(228,232,234,1) 0%,rgba(33,80,100,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e8ea', endColorstr='#215064',GradientType=0 ); /* IE6-9 */
		border-top-color: #28597A;
		color: #CCCCCC;
		
		box-shadow: #999 1px 1px 4px;
		
		text-shadow:1px 1px 3px #999;
 }

div.menu a:active { 
		background: rgb(228,232,234); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(228,232,234,1) 0%, rgba(33,80,100,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,232,234,1)), color-stop(100%,rgba(33,80,100,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(228,232,234,1) 0%,rgba(33,80,100,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(228,232,234,1) 0%,rgba(33,80,100,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(228,232,234,1) 0%,rgba(33,80,100,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(228,232,234,1) 0%,rgba(33,80,100,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e8ea', endColorstr='#215064',GradientType=0 ); /* IE6-9 */
		border-top-color: #28597A;
		color: #CCCCCC;
		
		box-shadow: #999 1px 1px 4px;
 }
		
.front-center { margin: 50px 220px 0 260px; }		

	.fc-text { margin-left: 120px; padding-left:40px !important; }
	
	.nextlink {
		background: url(/img/ar_next.gif) no-repeat right;
		width: 75px;
		margin-top: 25px;
		padding-bottom: 3px;
	}
	
	#art-next, #art-center-next {
		background: url(/img/ar_next2.gif) no-repeat right;
		margin-top: 5px;
	}
	
		.nextlink a:link, .nextlink a:active, .nextlink a:visited {
			color: #9ebcc8;
			text-decoration: underline;
		}
		.nextlink a:hover {text-decoration: none;	}
		
	#art-center-next {
		background: url(/img/ar_next2.gif) no-repeat right;
		padding: 0px 20px 3px 0px !important;
		/* margin-top: 5px; */
	}
		
.catalog-box { padding: 0 1px; }

table.catalog-box td{
 text-align:center !important;
}		

	.catalog-header {
		border-bottom: 1px solid #5c8b9c;
		margin-bottom: 20px;
	}
	
	ul.catalog-list {
		padding-left: 15px;
		padding-bottom:10px;
		margin-left: 0;	
		margin-bottom: 20px;
		list-style-image: url(/img/ar_catalog.gif);
		border-bottom: 1px solid #5c8b9c;
	}
	
		ul.catalog-list li {
			margin-bottom: 5px;
		}
		ul.catalog-list li div { padding: 2px 5px; }
		
			ul.catalog-list li a:link, ul.catalog-list li a:active, ul.catalog-list li a:visited {
				color: #FFF;
				text-decoration: underline;
				font-size:12px !important;
			}
			ul.catalog-list li a:hover { text-decoration: none;	}
			
			ul.catalog-list li div.active {	
				background-color: #67a2b8; 
				font-size:11px !important;
				}
			ul.catalog-list li div.active a:link, ul.catalog-list li div.active a:active, ul.catalog-list li div.active a:visited {
				color: #FFF;
				background-color: #67a2b8 !important;

			}
			ul.catalog-list li div.active li a:hover { text-decoration: underline ;	}
			

.art-box { padding-bottom: 10px; }			
	
	.art-text {
		color: #b3c8d1;
		padding: 10px 0 0px 0;
	}			
	
	div.art-box div.art-title {
		font-weight:bold;
		margin:5px 0 10px 0;
		
	}
	
	div.art-title a {
		color: #b3c8d1;
		text-decoration:underline;
	}
	
	div.art-title a:hover {
		text-decoration:none;
	}
	
	div.art-next {
		color: #b3c8d1;
	}
	
/* Subpage */	

.subpage-center {
	/*margin: 0px 220px 0 240px;*/
        margin: 0px 200px 0 180px;
	background-color: #3a6778;
	border-top: 4px solid #67a2b8;
	padding: 20px;	
	}
.subpage-center h2{
 text-align:center;
}
	
.part-title	{
	margin: 30px 220px 10px 180px; 	
	font-size: 18px;
	color: #9ebcc8;
}
.subpage-center table tr td { text-align:right; }
table.catalog-box td { 
	padding: 5px 20px 5px 20px; 
	vertical-align: top;
	}
	
	table.catalog-box a:link, table.catalog-box a:active, table.catalog-box a:visited {
		color: #FFF;
		text-decoration: none;
	}
		
	table.catalog-box a:hover { text-decoration: underline; }	

	table.catalog-box td h1 { font-size: 12px; font-weight: bold; }
	
	table.catalog-box td span {font-size: 12px; }
	
	.catalog-next {
		background: url(/img/ar_next2.gif) no-repeat right;
		font-size: 10px;
		padding: 0 5px 2px 0;
		margin: 10px 0 30px 0;
		width: 65px;
	}
	
		table.catalog-box div.catalog-next a:link, 
		table.catalog-box div.catalog-next a:active, 
		table.catalog-box div.catalog-next a:visited {
		color: #9ebcc8;
		text-decoration: underline;
		}
		
		table.catalog-box div.catalog-next a:hover { text-decoration: none; }	
	
.paging {
	border-top: 1px solid #5a90a5;
	text-align: right;
	color: #8bb3c3;
	padding: 15px 0 0 0;
	font-size: 10px;
}	

	.paging a:link, .paging a:active, .paging a:visited {
		color: #FFF;
		font-size: 11px;
		text-decoration: underline;
	}
	
	.paging a:hover {	text-decoration: none; }
	

.cat-item-img {
	float: left;
	margin-right: 15px;
}	

.cat-item-img-right {
	float: right;
	margin-left: 15px;
}	


.zoom {
	background: url(/img/large_ico.gif) no-repeat left;
	font-size: 10px;
	padding: 2px 0 2px 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}

	.zoom a:link, 
	.zoom a:active, 
	.zoom a:visited {
		color: #9ebcc8;
		text-decoration: underline;
		}
		
		.zoom a:hover { text-decoration: none; }	
		
.photo-box, .ico-box, .delimiter  {
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #598494;
	padding: 5px;
}

.ico-box {
	border:0px 	!important;
	margin:0px !important;
}

.ico-box img {
	margin: 0px;
	margin:0px 3px 3px 3px !important;
	padding:1px !important;
	border: 1px solid #598494 !important;
}

.brand-list {
	margin:0px !important; 
	padding:0px !important; 
	margin-bottom:15px !important;
	
}

.brand-list table tr td {
	vertical-align:top !important;
	text-align:left !important;
	
}


.delimiter {
	margin: 10px 0px 10px 0px !important;
	border:0px !important;
}

	.photo-box img { padding-right: 5px; }
	
	.photo-box img.active {
		border: 1px solid #a2c7d5;
		padding: 1px;
	}

.img { border: 1px solid #c9c9c9; }	


h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}


h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	margin-bottom: 10px;
}

.contimg, .contimg-border { margin-right: 15px;}



p {line-height: 1.3em; margin: 20px 0; }

.warning {
	background: url(/img/rem_ar.gif) no-repeat top left;
	padding-left: 46px;
}

	.warning div {
		border-left: 3px solid #5a8c9f;
		padding: 0 15px;
	}

ul, ol {
	margin: 15px 0;
	padding-left: 25px;

   }
ul {list-style: disc;}
ul li, ol li {margin-bottom: 3px;}

.warn-text {
	border: solid #5a8c9f;
	border-width: 1px 1px 1px 3px; 
	padding: 15px;
	margin: 15px 0;
}


.table-cat-title { 
	padding-bottom: 5px;
	font-weight: bold; 
	font-size: 12px; 
	text-align: left; 
}

.table-cat { margin: 15px 0px 15px 0px; }
.table-cat td {
	padding: 5px;
	border-right: 1px solid #3a6778;
	border-bottom: 1px solid #3a6778;	
}

.table-cat-head td { 
	background: #89b8ca; 
	font-size: 11px;
	color: #FFFFFF; 
	text-align: center; 
	vertical-align: middle; 
	font-weight: bold; 
	border-right: 1px solid #3a6778;
	border-bottom: 1px solid #3a6778;
}

.table-cat-body { 
	background-color: #518193; 
	text-align: center; 
	vertical-align: middle; 
}

.table-cat-body td {font-size: 11px;}

#small td { font-size: 10px; }

.nextlink-page {
	font-size: 11px;
	color: #c7effe;
	margin-top: 5px;
}

.nextlink-page a:link, .nextlink-page a:active, .nextlink-page a:visited {
	color: #c7effe;
	text-decoration: underline;
}
.nextlink-page a:hover { text-decoration: none; }

.of-form td {padding: 3px; font-size: 11px;}
.of-form td.nosep {border-bottom: none; padding-left: 10px;}
.of-form td input, .of-form td textarea {
	border: 1px solid;
	border-color: #676d72 #9ca3a9 #9ca3a9 #676d72;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	padding: 3px;
}

.button {
	background: #eaeaea url(/img/bg_button.gif) repeat-x top; 
	border: 1px solid;
	border-color: #989796 #686868 #686868 #989796;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
}
	

	
.copy {
	width: 90px;
	text-align: center;
	color: #505050;
	margin-left: 85px;
}

.copy div {
	text-align:center;
}


.project-header {
}

a.href-standart:link, a.href-standart:active, a.href-standart:visited {
	font-size:10pt !important;
	font-weight: bold !important;
	color:white !important;
	text-decoration: none !important;
}

a.href-standart:hover {text-decoration: underline !important;}

.print {
	margin:0px !important;
	padding:0px !important;

}

.print div {
	margin-left:10px;
	display: inline !important;
	vertical-align:top;
}

a.blink1 {
	margin-right: 10px;
}

h3.sub-title {
	font-size:10pt;
	font-weigth:bold;
}

table.row-3 {
	margin:0px;
	padding:0px;
}

table.row-3 tr td a {
	color:#c7effe;
	text-decoration:none;
}

table.row-3 tr td a:hover {
	text-decoration:underline !important;
}

table.row-3 tr td h1  {
	margin:0px;
	padding:0px;
}

table.row-3 tr td div.brand-title {
	padding:0px; 
	margin:0px 0px 10px 0px;
}

table.row-3 tr td h3.sub-title a {
	text-decoration:underline;
}

table.row-3 tr td h3.sub-title a:hover {
	text-decoration:none !important;
}

table.row-3 tr td a {
	color:white;
}

table.row-3 tr td h1  {
	margin:0px;
	padding:0px;
}

.brand-item {
	margin:0px 0px 5px 0px;
}

div.back {
	border-top: 1px solid #67a2b8; 
	margin-top:30px; 
	padding-top:10px;
}

.sep1 {
	width:100%; 
	height:1px; 
	background-color:#598494; 
	margin: 10px 0px 10px 0px;
}

table.nav-arr {
	border:none;
	width:60px;
}

table.nav-arr tr td {
	width:33%;
	vertical-align:middle;
	text-align:center;
	height:13px;
}

div.nav-arr, div.nav-arr2 {
	background-color:#67A2B8;
	border-top:none;
	border-left:1px solid #5c8b9c;
	border-right:1px solid #5c8b9c;
	border-bottom: 1px solid #5c8b9c;
}

/*div.nav-arr2 { border-right: none; width:100%} */

div.nav-arr {	width:150px;  }


table.sitemap {
	margin-bottom:10px;
}

table.sitemap tr td {
	vertical-align:top;
	padding:0px;
}

table.sitemap tr td.sm-title li  {

}

table.sitemap tr td.sm-title li h2 {
	margin:0 0 10px 0;
	padding:0;
}

table.sitemap tr td ul {
	margin:0 0 0 0;

}

ul.small li a {
	font-size:8pt;
}

table.sitemap tr td ul.cat-list {
	margin-bottom:10px;
}

table.cat-wp {
	padding:0px;
	margin:0px;
}

table.cat-wp tr td {
	padding:0px;
	vertical-align:top;
}

table.cat-wp tr td a {
	color: #c7effe;
	text-decoration:none;
}

table.cat-wp tr td a:hover {
	text-decoration:underline !important;
}

table.cat-wp tr td h3 a {
	text-decoration:underline !important;
}

table.cat-wp tr td h3 a:hover {
	text-decoration:none !important;
}

div.btm-line {
	border-bottom: 1px solid #67a2b8; 
	margin:0;
	padding:0;
}

ul.small li a {
	font-size:8pt;
}

td.pages {
	text-align:right;
}

td.pages span.act-page {
	color:white;
}

td.pages a, td.path a {
	text-decoration: underline;
}

a.close {
	text-decoration: none !important;
}

#pre-load {
	width:420px; 
	height:315px; 
	background-color:black; 
	text-align:center; 
	vertical-align:middle; 
	border: 1px solid #67A2B8;
}

#pre-load img.pre-load{
	margin-top:127px;
}
	