img, div, a {
	behavior: url(/styles/iepngfix.htc);
}
*{
	margin:0px;
	padding:0px;
}
/*html, body{
	width: expression(document.childNodes[1].offsetWidth < 1000 ? '1000px' : 'auto');
}*/
html{
	height:100%;
}
h1{
	font-family: Myriad Pro;
	font-style: /*italic*/normal;	
	font-weight: normal;
	text-decoration: /*underline*/none;
	font-size: /*30*/26px;
	margin: 0px 0px 30px 0px;
	line-height: 100%;
}
body{
	height:auto;
	min-height: 100%;
	_height: expression(document.childNodes[1].offsetHeight < 600? '600px' : '100%');	
	width:100%;
	min-width:998px;
	font:13px arial,tahoma,verdana,helvetica,sans-serif;
	text-align:left;	
	color:#c7b299;	
	position: relative;
	background:url('/pics/geo_bg.jpg') repeat 0 0;
	line-height: 145%;
}
fieldset, img{
	border:none;
}
a{
	outline: none;
	color:#398092;
}
a:hover{
	text-decoration:none;
	color: #fff;
}
#overlay{
	background:url("/pics/back.jpg") no-repeat center 0;
	height:auto;
	position:relative;
	width:100%;
	min-height: 960px;
	_height: expression(document.childNodes[1].offsetHeight < 960? '960px' : '100%');
	padding-bottom: 90px;
}
#inner #overlay{
	background: none;
	padding-bottom: 146px;
	min-height: 600px;
	_height: expression(document.childNodes[1].offsetHeight < 600? '600px' : '100%');
}
#main{
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;	
}
#inner #main{
	background:url("/pics/inner_header.jpg") no-repeat right 0;
}
/* -------------- Header --------------- */
#header{
	width:100%;
	height: 150px;
	position:relative;	
}
#logo{
	width: 231px;
	height: 66px;
	position: absolute;
	top: 70px;
	left: 7px;
}
#icons{
	position: absolute;
	left: 420px;
	top: 80px;
}
#icons ul{
	list-style:none;
	margin:0px;
}
#icons li{
	float:left;
	margin-right:2px;
	width:32px;
	height:33px;
}	
#icons li img{
	width:32px;
	height:33px;
	background:url('/pics/icons.jpg') no-repeat;
}
#icons li.ic1 img{
	background-position:0 -33px;
}	
#icons li.ic2 img{
	background-position:-34px -33px;
}	
#icons li.ic3 img{
	background-position:-68px -33px;
}	
#icons li.ic1 a#active img{
	background-position:0 0px;
}	
#icons li.ic2 a#active img{
	background-position:-34px 0px;
}	
#icons li.ic3 a#active img{
	background-position:-68px 0px;
}
#search{
	top:80px;
	right:10px;
	position:absolute;
	_width: 250px;
	_overflow: hidden;
}
#search input{
	font:normal 11px arial;
	color:#627b88;
	width:158px;
	height:15px;
	border:1px solid #627b88;
	padding:2px 1px 1px 9px;
	float:left;
	background-color: #000306;
}
#search input.but{
	background:none;
	border:0px;
	width:43px;
	text-align:center;
	cursor:pointer;
	/* border-bottom:1px solid #627b88;*/
	text-decoration: underline;
	color: #627b88;
	padding:0px;
	margin:3px 0 0 21px;
	text-transform: uppercase;
}
/* -------------- \Header --------------- */
/* -------------- Footer --------------- */
#footer{
	width: 100%;
	height: 90px;
	position: absolute;	
	bottom: 0px;
	$position: static;
	$margin-top: -125px;
	overflow:hidden;
}
#inner #footer{
	width: 100%;
	height: 146px;
	background: url('/pics/footer_inner.jpg') no-repeat center 0;
}
#footer_inner{	
	width: 1000px;
	height: 75px;
	overflow: hidden;
	margin: 0 auto;	
	position: relative;	
}
#inner #footer_inner{
	top: 56px;
}
#copy, #copy1{
	text-transform: uppercase;
	font-size: 10px;	
	position: absolute;
	top: 7px;
}
#copy{right: 136px;}
	#copy span{display:block;width: 125px; text-align: right;float:left; line-height: 143%; margin:2px 7px 0 0;}
	#copy img{float: left;}
#copy1{left: 25px;}
#li{position:relative; left:48%; top:13px; width:35px;}

#phone{
	top:/*0*/20px;
	/*left: 0px;	*/
	right: 15px;
	text-transform: uppercase;	
	position: absolute;
	font-size: /*39*/29px;
	line-height:100%;
}
#phone span{
	float: left;
	font-size: /*26*/18px;	
	font-family: Myread Pro;	
	line-height:120%;
}
/* -------------- \Footer --------------- */
#content{
	margin: 40px 0px 0px 0px;
	padding:0px;
	width: 520px;
	position: relative;
	overflow: hidden;
	min-height: 385px;
}
#inner #content{
	width: auto;	
}
#cont{	
	margin-right: 300px;
	width:auto; 
}
#content_inner{
	margin-left: 20px;
	width: 450px;
	overflow: hidden;
}
#inner #content_inner{
	width: auto;
}
/* ------------------ menu -------------- */
#men{
	width: 260px;
	height: 255px;
	overflow: hidden;	
}
#menu{
	float: right;
	margin: 0px 0px 0px -290px;
	width: 280px;
}
#menu ul{
	margin: 35px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #398092;
}
#menu ul li{
	list-style: none;	
	margin: 7px 0px;
}
#menu ul li a{
	color: #398092;	
	text-transform: uppercase;
	font-size: 12px;
}
#menu ul li a:hover{
	text-decoration:none;
	color: #fff;
}
#menu ul li a.active{
	font-weight: bold;
	text-decoration: none;
}
#top_menu{
	margin: 40px 0px 0px 20px;
	width: 610px;
	overflow: hidden;
}
#top_menu ul li{
	list-style: none;
	float: left;	
	margin: 0px /*0*/20px 10px;
	display: block;
	width: /*185px*/auto;
}
#top_menu ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #c7b299;
	font-size: 12px;	
}
#top_menu ul li a:hover{
	color: #fff;
}
#top_menu ul li a.active{
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
#calc{
	margin: 20px 0px 0px 0px;
}
#clac img{
	width: 267px;
	height: 111px;
}
/* --------------------------------------------*/
#content .message{
	padding: 7px;
	margin: 0px auto;
	color: #00CC00;
	background-color: #E4FAE3;
	text-align:center;
	width:445px;
	border: 1px solid #00CC00; 
}
/* ------------------ Paging -----------------*/
#paging{
	clear: both;
	width: 100%;
	margin: 10px 0px;
}
#paging a{
	margin: 0px 4px;
	text-decoration: none;
}
#paging span{
	font-weight: bold;
	font-size: 15px;
}
/* ------------------ \Paging -----------------*/
/* -------------------- Main ------------------*/
.more{
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	clear: both;
	margin: 20px 0px 0px 0px;
	font-size: 12px;
}
/* ------------------- \Main ----------------- */
/* --------------- News_on_main -------------- */
#news_on_main{
	margin: 40px 0px;
	width: 100%;
	overflow: hidden;
}
#news_on_main .news{
	width: 220px;
	float: left;
	margin: 0px 110px 0px 15px;
}
#news_on_main .news span{
	color: #398092;	
}
#news_on_main .news div a{	
	color: #C7B299;
	text-decoration: none;
}
#news_on_main .news div a:hover{	
	color: #fff;
}
#news_on_main .more{
	padding-top: 20px;
}
/* -------------- \News_on_main -------------- */
/* ---------------- Contacts ----------------- */
#content .clboth{
	height: 24px;
	clear: both;
	width: 100%;
	padding: 0px;
	text-align: right;
	vertical-align: top;
}
#content ._clboth{
	height: 2px;
	clear: both;
	width: 100%;
	padding: 0px;
}
#content .message{
	padding: 7px;
	margin-bottom: 10px;
	color: #00CC00;
	background-color: #E4FAE3;
	text-align:center;
	width:472px;
	border: 1px solid #00CC00; 
}

.oreder_info{
	font-weight: bold;
	margin: 10px 0px;
	width: 100%;
	clear: both;
	display: block;
}
#content #buts{
	margin-left: 215px;
	text-align:center;
}
/*#contacts{
	float: left;		
}*/
#content form{
	width: 475px;
	overflow: hidden;
	margin: 0 auto;
}
#content label{
	width: 215px;
	display: block;
	float: left;
}
#content input, #content textarea{
	width: 250px;	
	float: left;
}
#content textarea{
	height: 80px;
}
#content input.but{
	width: auto;
	float: none;
}
#content form img{
	float: left;
}
.error{
	display: none;
	color: red;
	margin: -1px 5px 0px 0px;
	font-size: 10px;
}

#content input#code{
	width: 155px;
	margin-left: 15px;
}
#contacts_text{
	margin: 10px  0px;
}
#content .chechboxes{
	clear: both;
	margin: 5px 0px;
}
#content .chechboxes input{
	width: auto;
	margin:  0px 5px;
}
#content .chechboxes label{
	margin: -3px 0 5px;
}
/* ---------------- \Contacts ----------------- */
/* ------------------- News --------------------*/
.news{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.n_date{
	clear: both;
	margin: 20px;
	font-style: italic;
}
/* ------------------ \News --------------------*/
#sitemap ul{
	list-style: none;
	padding: 0px 0px 10px 15px;
}
#sitemap ul li{
	margin: 5px 0px;
}
.s_item p{
	margin-left: 20px;
}
.w_type{
	font-weight: bold;
	text-decoration: underline;
	width: 100%;
	clear: both;
	margin: 0px 0px 15px;
	display: block;	
}
/* ------------------- Calc --------------------*/
#content #calc_form{
	width: 700px;
}
.work_name{
	width: 165px;
	float: left;
}
.fields{
	float: left;
	width: 520px;
	overflow: hidden;
}
.fields_item{
	float: left;
	width: 140px;
	overflow: hidden;
}
#content #calc_form .fields_item input{
	width: 130px;
} 
.fields_item{
	overflow: hidden;
	width: 155px;
}
#content #calc_form .fields_item select{
	width: 150px;
}
.res{
	color: red;
	font-weight: bold;
	display: block;
	width: 190px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 10px;
}
/* ------------------- \Calc --------------------*/
