*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	overflow-x: hidden;
}

a{
	color: #818181;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:visited{
}

h1{
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #50758d;
}

h2{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

h3{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

h4{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

h5{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

ul{
	list-style: none;
}
ul li{margin-bottom:10px;}

ol{
	list-style-position: inside;
}

p{
	line-height: 1.5;
	margin-bottom: 24px;
}

table, td, tr{
	border-collapse: collapse;
	border-spacing: 1px;
	border-color: #000;
	padding: 3px;
}

table[border="1"] td, tr{
	border: 1px solid #000;
}

table[border="0"]{
	border: 0px;
}

table[border="0"] td, tr{
	border: 0px;
}

img{
	border: none;
}

.content_right div{
	text-indent: 1.5em;
	line-height: 1.5;
	margin-bottom: 24px;
}

fieldset{
	border: none;
	margin-top: 20px;
	padding-top: 10px;
}

fieldset legend{
	font-size: 12px;
	font-weight: bold;
}

fieldset p{
	margin-bottom: 5px;
	text-indent: 0;
}

label{
	float: left;
}

textarea{
	width: 275px;
	min-height: 70px;
}

input[type="text"], textarea{
	border: 1px solid #9c9c9c;
}

input.error{
	border-color: red;
}

.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%;
}

/*header start*/

.header{
	width: 912px;
	margin: 24px auto 0px auto;
}

	.logo{
		float: left;
	}
	
	.search{
		float: right;
		margin-right: 88px;
		padding-top: 27px;
	}
		
		.search fieldset{
			margin: 0;
			padding: 0;
		}
	
		.search input[type="text"]{
			padding: 5px 9px;
			position: relative;
			z-index: 3;
			border: 1px solid #8a8a8a;
			width: 175px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
		}
		
		.search .placeholder{
			padding: 5px 9px;
			width: 160px;
			height: 15px;
		}
		
		#search_form{
			position: relative;
			z-index: 3;
		}
		
		#search_form input[type=image]{
			position: absolute;
			top: 8px;
			right: 6px;
			z-index: 4;
		}
	
	.navigation{
		float: right;
		padding-top: 24px;
	}
	
		.navigation a{
			text-decoration: none;
		}
		
		.navigation div{
			width: 32px;
			height: 32px;
		}
	
		.navigation ul{
			list-style: none;
			letter-spacing: -.36em;
			overflow: hidden;
			width: 176px;
		}
		
		.navigation li{
			display: inline-block;
			//display : inline;
			zoom : 1;
			letter-spacing: normal;
			margin-right: 24px;
			width: 32px;
			height: 32px;
		}
		
		.nav_home, .nav_map, .nav_mail{
			background: url("../pic/nav_sprite.png") no-repeat top center;
		}
		
		.nav_home{
			background-position: -33px 0;
		} 
		
		.nav_home:hover, .nav_home.active{
			background-position: 0 0;
		}
		
		.nav_mail{
			background-position: -99px 0;
		}

		.nav_mail:hover, .nav_mail.active{
			background-position: -66px 0;
		} 		
		
		.nav_map{
			background-position: -165px 0;
		} 
		
		.nav_map:hover, .nav_map.active{
			background-position: -132px 0;
		} 
	
	.top_menu{
		margin: 11px 0px 0px 0px;
		background: url('../pic/top_shadow.png') no-repeat bottom center;
	}
		
		.top_menu a{
			color: #0a75e3;
		}

	
		.top_menu ul{
			list-style: none;
			letter-spacing: -.36em;
			text-align: justify;
			overflow: hidden;
			width: 912px;
			padding-top: 29px;
			margin: 0 auto;
		}
		
		.top_menu ul:after{
			content: "1";
			margin-left: 100%;
			height: 1px;
			overflow: hidden;
			display: inline-block;
		}
		
		.top_menu li{
			display : inline;
			zoom: 1;
			letter-spacing: normal;
			text-transform: uppercase;
			height: 37px;
			margin-left:-1px;
			border-left: 1px solid #d7d7d7;
			padding: 0px 27px 13px;
		}
		
			.top_menu li.first{
				padding-left: 0px;
			}
		
			.top_menu li a{
				display: inline-block;
			}
                        .top_menu li a.active{
				text-decoration:none;
			}

/*header end*/
/*center frame start*/
	.mainframe{
		
	}
	
		.title_bg{
			background: url("../pic/title_bg.jpg") top center no-repeat;
			width: 100%;
			height: 34px;
			text-align: center;
			padding-top: 2px;
		}
        
        .trans-back {
            background: url("blank.gif") repeat scroll 0 0 transparent;
            color: #000000;
            cursor: pointer;
            height: 100%;
            left: 0;
            line-height: 0;
            position: absolute;
            text-align: center;
            text-decoration: none;
            text-indent: -9000px;
            top: 0;
            width: 100%;
            z-index: 10;
        }
	
	.content{
		background: url("../pic/content_bg.jpg") no-repeat bottom center #dee1e4;
		padding-top: 20px;
	}
	
		.content_inner{
			margin: 0 auto;
			width: 912px;
		}
	
/*slider start*/
		#hero-slider {
			background: white;
			text-align: center;
			padding: 2px 0px;
			position: relative;
			z-index: 3;
		}

			#hero-slider .mask{ 
				height:352px; 
				overflow:hidden;
			}

			#hero-slider .panel{ 
				height:352px;
			}

			#hero-slider ul{
				position: absolute;
				bottom: -338px;
				left: 0px;
				z-index: 2;
			}

			#hero-slider ul li{
				display: inline-block;
			}

			#hero-slider ul img{
				border: 2px solid white;
			}

			#hero-slider ul .active img{
				border: 2px solid #75c044;
			}
			
			#hero-slider .slogan{
				position: absolute;
				top: 0;
				left: -25px;
				z-index: 3;
			}
	
			.slider_block{
				height: 100%;
				width: 912px;
				margin: 0 auto;
				position: relative;
			}
/*slider end*/
	
		.banners{
			
		}
		
		.complex_map, .complex_map_inner{
			margin: 0px 13px -18px -12px;
		}
		
			.complex_map, .banner{
				position: relative;
				float: left;
			}
			
			.complex_map_inner{
				position: relative;
			}
			
			.complex_map a, .banner a, .complex_map span, .complex_map_inner span{
				font-size: 15px;
				color: #0a75e3;
				text-decoration: underline;
			}
			
			.complex_map a:hover, .banner a:hover, .complex_map span:hover, .complex_map_inner span:hover{
				text-decoration: none;
			}
			
			.complex_map span{
				position: absolute;
				top: 122px;
				left: 95px;
			}
			
			.complex_map_inner span{
				position: absolute;
				top: 96px;
				left: 62px;
			}
		
		.banner{
			max-width: 281px;
			margin-left: 15px;
		}
		
			.banner p{
				text-indent: 0;
				line-height: 1.2;
				padding: 0px 5px;
			}
			
		.title{
			background: url("../pic/title_inner_bg.png") repeat-x;
			font-family: "Trebuchet MS";
			font-weight: bold;
			font-size: 30px;
			color: white;
			padding: 10px 20px;
			display: inline-block;
			position: absolute;
			top: -107px;
		}
		
		.cntnt{
			padding: 53px 0px;
		}
		
		.cntnt_left{
			float: left;
		}
		
		.cntnt_right{
			margin-left: 267px;
			position: relative;
		}
			
		.description_text{
			font-family: Arial;
			font-style: italic;
			font-size: 12px;
			margin-top: 48px;
			margin-left: 52px;
			color: 4c4c4c;
		}		
		
		.form_description{
			margin-top: 65px;
			font-family: Arial;
			font-size: 12px;
			font-style: italic;
			color: #4c4c4c;
			margin-left: 52px;
		}
		
		#request_form label{
			width: 300px;
		}
		
		#request_form input[type="text"]{
			width: 265px;
			height: 19px;
			padding: 3px 5px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			position: relative;
			z-index: 3;
		}
		
		#request_form div{
			margin-bottom: 5px;
		}
		
		#request_form #advt_desc{
			margin-left: 300px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			position: relative;
			z-index: 3;
		}
		
		#request_form .input_file_div{
			position: relative;
			margin-bottom: 20px;
		}
		
		#request_form #input_file{
			width: 242px;
			height: 27px;
			position: absolute;
			left: 300px;
			top: 0;
			opacity: 0;/* задаем нулевую видимость */
			filter:alpha(opacity=0);
		}
		
		#request_form #input_file_text, #request_form #change_file{
			float: left;
		}
		
		#request_form #input_file_text{
			margin-left: 300px;
			width: 155px;
		}
		
		#request_form #change_file{
			margin-left: 15px;
		}
		
		/*start gallery*/
		.gallery{
			overflow:hidden;
			list-style: none;
		}
		
		.gallery li{
			float:left;
			width:137px;
			margin:0px 16px 12px 0px;
		}

		.gallery li img{
			width:135px;
			height:89px;
			margin:0px 0px 2px 0px; 
		}

		.gallery li p{
			font-size:11px;
			text-align:center;
		}
		
		.pagination{
			margin: 20px 0px 20px 12px;
		}
		
		.pagination a{
			margin-right: 2px;
			padding: 2px 5px 4px 5px;
			font-size: 12px;
		}
		
		.pagination a.current{
			background-color: #4f738b;
			text-decoration: none;
			color: white;
		}
		/*end gallery*/
		
/*feedback start*/

		#feedback input[type="text"]{
			width: 350px;
			height: 17px;
			padding: 5px;
			color: black;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			margin: 5px 0px;
			position: relative;
			z-index: 3;
		}
		
		#feedback label{
			font-size: 12px;
			width: 100%;
			display: block;
		}
		
		#feedback textarea{
			resize: none;
			font-family: Tahoma;
			font-size: 12px;
			color: black;
			width: 352px;
			height: 120px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			padding: 5px;
			margin: 5px 0px;
			position: relative;
			z-index: 3;
		}

		#feedback span.r {
			color: #662426;
		}
		
/*feedback end*/
		
/*stock start*/

.stock .stock_item{
	margin: 0 0 20px;
	overflow: hidden;
	zoom: 1;
	list-style: none;
}

.stock .stock_item .picture{
	float: left;
	margin-right: 20px;
	width: 98px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.stock .stock_item .text{
	overflow: hidden;
	zoom: 1;
}

.stock .stock_item  .name{
font-size: 1.5em;
}

.stock .stock_item .description{
	margin: 5px 0 0;
}

img.detail_picture{
	float: left;
	margin: 0 8px 6px 1px;
}

/*stock end*/
		
/*footer start*/
		
.footer{
	clear: both;
	margin: 35px auto 20px auto;
	width: 912px;
}

	.copy{
		float: left;
		margin-right: 85px;
	}
	
	.address{
		float: left;
	}
	
	.creator{
		float: right;
		margin-right: 93px;
		padding-left: 31px;
		background: url("../pic/logo_dextra.png") no-repeat;
	}

/*footer end*/


.filledSpace { float:left; width:100%; margin-bottom: 30px; }
.filledSpace .cntnt { float: left; padding: 0; }
.filledSpace .title {top: -84px;}
#flash1 { margin-bottom: 20px; }
.map { margin: 30px 0px; width:100%; clear:both; float: left; position: relative; }
.listOfArendator { width:100%;clear:both; float: left; margin-bottom: 30px; }
    .listA { font: 13px Tahoma; margin: 18px -20px 0 0; }
        .listA li { display: block; float: left; width: 210px; margin-right: 20px;  }
.listA li p:before {
    content: "вЂ“ ";
    left: 0;
    position: absolute;
    top: 0;
}
            .listA li p { margin: 0; padding: 0 0 10px 15px; position: relative; color: #888888; font: 13px Tahoma; }
                .listA li a { margin: 0; padding: 0; color: #0a75e3; font: 13px Tahoma; }
.listA li a:hover, .listA li a:active { text-decoration: none; }

.legenda { background-color: #cacbcf; padding: 20px; }
.legendaElements { color: #3f3f3f; font: 13px Tahoma; }
/*    .legendaElements li { list-style: none; display: inline-block; margin: 0 15px 15px 0; }*/
    .legendaElements td { padding: 8px 15px 8px 0; vertical-align: middle; }
.legendaEl { float: left; /*border: 1px solid #fff;*/ }
.legendaName { float: left; margin-top: 3px; }
.block {
    width:40px;height:20px;
    padding: 1px;
    background-color: #fff;
    background: url("../pic/pixel.png") no-repeat top left,
    url("../pic/pixel.png") no-repeat top right,
    url("../pic/pixel.png") no-repeat bottom left,
    url("../pic/pixel.png") no-repeat bottom right #fff;
}
.round {
    overflow: hidden;
    width: 22px;height: 22px;
/*    border: 1px solid #fff;*/
/*    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
    background: url('../pic/round_green.png') no-repeat;
/*    behavior: url(styles/PIE.htc);*/
}
.round div { display: none; }
.color{ width:40px;height:20px; }


.block_name_ul { margin: 35px 0 10px;}
.block_name_ul ul { padding-left:10px;}
.block_name_ul .side_nav li{vertical-align:top; width:162px;margin-bottom:5px;color:#0A75E3;}
.block_name_ul .side_nav li a {margin-left:5px;line-height: 20px;color:#0A75E3;font-size: 15px;}
.block_name_ul .side_nav li a.current{text-decoration:none;color:#0A75E3;}
.block_name_ul .side_nav li a:hover{text-decoration:none;}

.error404 .text-error .offset {
    position: relative;
    top: -50%;
}

.error404 .text-error {
    color: #835A2F;
    font-family: 'Trebuchet MS';
    font-size: 19px;
}
