﻿@font-face {
    font-family: 'HeliosCondLightRegular';
    src: url('/css/fonts/heliol-webfont.eot');
    src: url('/css/fonts/heliol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/heliol-webfont.ttf') format('truetype'),
         url('/css/fonts/heliol-webfont.woff') format('woff'),
         url('/css/fonts/heliol-webfont.svg#HeliosCondLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px HeliosCondLightRegular, Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background: #2a416b;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
/*	min-width: 950px;*/
	min-width: 1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../img/footer-bg.png) repeat-x left bottom;
}

.wrap {
	width: 850px;
	position: relative;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 79px;
	background: url(../img/header-bg.png) no-repeat center top;
	margin-bottom: 15px;
}
#header .logo {
	position: absolute;
	top: 20px;
	left: 65px;
}
#header .htext {
	position: absolute;
	top: 20px;
	left: 238px;
	color: #FFF;
	font-size: 11px;
	font-style: italic;
	font-family: Arial;
	line-height: 15px;
	font-weight: bold;
}
#header .line {
	position: absolute;
	width: 4px;
	height: 36px;
	left: 520px;
	top: 17px;
	background: url(../img/header-line.png) no-repeat;
}
#header .contact {
	position: absolute;
	left: 565px;
	color: #FFF;
	font-size: 10px;
	top: 20px;
	line-height: 14px;
}
#header .contact .phones{
	font-size: 12px;
	font-weight: bold;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 36px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
}
#content {
	padding: 0 184px 0 0;
}
#catalog {
	overflow: hidden;
	width: 570px;
	position: relative;
	/*min-height: 480px;*/
	min-height: 520px;
}
#catalog-left {
	position: absolute;
	left: -40px;
	top: 30px;
}
#catalog-right {
	position: absolute;
	left: 580px;
	top: 30px;
}
#catalog td {
	vertical-align: top;
	padding-left: 10px;
}
#catalog td.first {
	padding-left: 0px;
}
#catalog td .item1 {
	width: 135px;
	height: 117px;
	margin-bottom: 5px;
	position: relative;
}
#catalog td .item1 .item1-pic{
	display: block;
	cursor: pointer;
}
#catalog  .item1 .show {
	display: none;
}
#catalog  .item1 .more {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 117px;
	background: url(../img/item1-a.png) no-repeat;
	padding-left: 5px;
	cursor: pointer;
}
#catalog .item1 .more .title {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	height: 16px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#catalog  .item1 .more .info {
	font-size: 10px;
	color: #2a323f;
	line-height: 12px;
	white-space: pre-line;
}



#content .icons-h {
	margin-top: 10px;
	margin-left: -29px;
	position: relative;
	z-index: 201;
}
#content .icons-h .ico {
	text-align: center;
	color: #FFF;
	line-height: 13px;
	font-size: 11px;
	display: inline-block;
	
	width: 80px;
    min-height: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0;
    zoom: 1;
    *display: inline;
    _height: 50px;
}
#content .icons-h .ico img{
	margin: 0;
	padding: 0;
}


#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top_nav li {
	float: left;
	margin: 0 47px 0 0;
	position: relative;
}
#top_nav li .pdf {
	width: 18px;
	height: 18px;
	background: url(../img/ico-pdf-0.png) no-repeat;
	position: absolute;
	right: -25px;
	top: -2px;
}
#top_nav li .pdf a {
	display: block;
	width: 100%;
	height: 100%;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 164px;
	margin-left: -164px;
	position: relative;
	background: url(../img/right-line.png) no-repeat left 18px;
	min-height: 565px;
}
#sideRight .title {
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

#sideRight .icons {
	margin-top: 10px;
	z-index: 201;
	position: relative;
}
#sideRight .icons .ico {
	text-align: center;
	color: #FFF;
	line-height: 13px;
	margin-bottom: 10px;
	font-size: 11px;
}
#sideRight .slogan {
	text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -36px auto 0;
	min-width: 950px;
	height: 36px;
	position: relative;
}
#footer .block {
	width: 662px;
	margin: 0 auto;
	height: 32px;
	padding-top: 4px;
	background: url(../img/footer-bg2.png) repeat-x 0 4px;
	position: relative;
}
#footer .block .left {
	position: absolute;
	left: -5px;
	top: 4px;
	width: 5px;
	height: 32px;
	background: url(../img/footer-left.png) no-repeat;
}
#footer .block .right {
	position: absolute;
	right: -4px;
	top: 4px;
	width: 4px;
	height: 32px;
	background: url(../img/footer-right.png) no-repeat;
}
#footer .block .map {
	width: 98px;
	height: 31px;
	background: url(../img/map-button.png) no-repeat;
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 1099;
}
#footer .block .map a {
	width: 100%;
	height: 100%;
	display: block;
}
#footer .block .contact {
	font-size: 10px;
	position: relative;
	line-height: 12px;
	padding-top: 2px;
	margin-left: 120px;
}
#footer .block .contact .address {
	margin-right: 15px;
	display: block;
	position: absolute;
	left: 0px;
	top: 4px;
}
#footer .block .contact .phone{
	display: block;
	position: absolute;
	left: 230px;
	top: 4px;
}
#footer .block .contact .number{
	color: #ee7115;
	font-weight: bold;
	margin-right: 5px;
}
#footer .block .contact .email{
	display: block;
	position: absolute;
	left: 230px;
	top: 16px;
}
#footer .block .contact .email a{
	color: #000;
}




.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}



#mi-bg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 200;
	display: none;
}
* html #mi-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.mi {
	position: absolute;
	z-index: 204;
	width: 663px;
	left: 0;
	top: 112px;
	background: #FFF;
	min-height: 468px;
	display: none;
}
.mi .header {
	height: 58px;
	position: relative;
	margin-bottom: 15px;
}
.mi .header img {
	display: block;
}
.mi .header .contact {
	position: absolute;
	left: 470px;
	color: #FFF;
	font-size: 10px;
	top: 7px;
	line-height: 14px;
}
.mi .header .contact .phones{
	font-size: 12px;
	font-weight: bold;
}
.mi .title {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 58px;
	left: 19px;
	font-family: Arial;
}
.mi .pic {
	position: absolute;
	top: 78px;
	left: 19px;
}
.mi .close {
	width: 97px;
	height: 59px;
	background: url(../img/mi-close-0.jpg) no-repeat;
	position: absolute;
	top: 329px;
	left: 12px;
	cursor: pointer;
}
.mi .print {
	width: 97px;
	height: 59px;
	background: url(../img/mi-print-0.jpg) no-repeat;
	position: absolute;
	top: 329px;
	left: 239px;
	cursor: pointer;
}
.mi .properties {
	padding-left: 350px;
	line-height: 13px;
}
.mi table{
	width: 100%;
	margin-bottom: 15px;
	font-size: 12pt;
	color: #151f33;
}
.mi .mi-ico img {
	margin-right: 14px;
	margin-bottom: 5px;
	display: block;
}
.mi .mi-text {
	width: 50%;
}

.z202 {
	z-index: 204;
}
.download{
	background: url(../img/btn-download-backgr.png) no-repeat;
	position: absolute;
	height: 100px;
	width: 98px;
	left: -112px;
	top: 160px;
}
.download a{
	background: url(../img/btn-download.png) no-repeat;
	display: block;
	width: 94px;
	height: 53px;
	position: absolute;
	bottom: 16px;
	left: 5px;
}
.download a:hover{
	background: url(../img/btn-download-active.png) no-repeat;
}

.key3d {
       	background: url(../img/3d_norm.png) no-repeat;
	position: absolute;
	display:block;
	width: 125px;
	height:59px;
	bottom: -76px;
	left: -119px;
}

.key3d:hover {
       	background: url(../img/3d_act.png) no-repeat;
}

.back_3d {
       	background: url(../img/3d_back.png) no-repeat;
	position: absolute;
	display:block;
	width: 97px;
	height:61px;
	bottom: -83px;
	left: -97px;
}

.back_3d:hover {
       	background: url(../img/3d_back_a.png) no-repeat;
}
