* {
	padding: 0;
	margin: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	color: #000000;	
	font: 0.8em Verdana, Arial, Serif;
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: center;
}
a {
	color: #1D3784;
	text-decoration: none;	
}
	a:hover { text-decoration: underline; }
ol { padding-left: 25px; }
ol li { padding: 1px 0px 1px 20px; }
h1, h2 { color: #1D3784; }
h1 { font-size: 2.9em; }
h2 { 
	font-size: 1.9em; 
	font-weight: normal;
}
h3 { font-size: 1em; }

/*===== Helper styles =====*/
address { 
	display: inline;
	font-style: normal; 
}
.adr, .tel, .email, .vcard .logo	{ display: none; }
.geo { visibility: hidden; }

.overflow {
	overflow: hidden !important;
	overflow: visible;
	height: auto !important;
	height: 1%;
}
.ul-nomarker ul { padding-left: 0px; }
	.ul-nomarker li { list-style: none; }

/*===== Template =====*/
.wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent url('/_common/img/logo404.jpg') no-repeat scroll 100% 0;
}
.content {
	float: left;
	width: 470px;	
	padding: 250px 0px 140px 105px;
}
	.reasons {
		margin-top: 85px;
		width: 310px; 
		font-size: 0.9em;
	}
.navigation { 
	margin-left: 575px; 
	padding-top: 355px; 
	zoom: 1;
}
	.navigation li {
		font-weight: bold;
		padding: 0px 0px 2px 12px;
		background: transparent url('/_common/img/submenu-bullet.gif') no-repeat scroll 0 50%;
	}
.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 100px;
	padding-left: 105px;
	zoom: 1;
}
	.copyright { 
		font-size: 0.85em;
		color: #666768;
	}
	.tech-menu { margin-bottom: 15px; }
		.tech-menu span { margin-right: 40px; }
		.tech-menu .icon {
			width: 13px;
			height: 13px;
			background: transparent url('/_common/img/tech-menu.gif') no-repeat scroll;
			padding: 0px;
			display: inline-block;
		}
		.tech-menu .home { background-position: -91px 0px; }
			.tech-menu a.home { background-position: -78px -13px; }
		.tech-menu .contacts { background-position: -65px -26px; }
			.tech-menu a.contacts { background-position: -52px -39px; }
		.tech-menu .sitemap { background-position: -39px -52px; }
			.tech-menu a.sitemap { background-position: -26px -65px; }
		.tech-menu .search { background-position: -13px -78px; }
			.tech-menu a.search{ background-position: 0px -91px; }
