body
{
	background: #EEEEE4;
	background-image: url('../images/gradient-top.jpg');
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: "Tahoma", "Arial", sans-serif;
}

*html body {
   width: expression((document.documentElement.clientWidth < 1000) ? '920px' : '100%');
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#str_middle {padding-bottom: 100px;}  /* отступ должен быть равен высоте футера */

#str_bottom {position: relative;
	margin-top: -100px; /* отрицательное значение высоты футера */
	height: 100px;
	clear:both;} 


a {
	text-decoration: underline;
	color: #8D363B;
}
a.a_lgray {
	color: #A3A39B;
}
a.a_dgray {
	color: #696964;
}

h1
{
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#str_top
{
	width: 100%;
	height: 3px;
	overflow: hidden;
	background: #1E2128;
	text-align: left;
}
#str_top_green
{
	width: 250px;
	height: 3px;
	overflow: hidden;
	background: #89A502;
}

#str_middle
{
	padding: 0 30px 100px 30px;
	/*padding-bottom:100px;
	height:100%;
	min-height:100%;height:auto !important;height:100%;*/
}

#str_bottom
{
	/*width: auto;*/
	height: 100px;
	overflow: hidden;
	background: #1E2128;
	padding: 0 30px;
	/*margin-left:-30px;
	margin-right:-30px;*/
}
.clear
{
	clear: both;
	/*font-size: 0;
	overflow: hidden;*/
}

.image_span{
	display:inline-block;
	margin-right:20px;
	width:120px;
	height:150px;
	vertical-align:top;
	
}

#modal_img{
	position:absolute;
	background:white;
	width:430px;
	height:451px;
	left:30%;
	top:50%;
	border:1px solid gray;
	display:none;
}
.left_div{
	float:left;
	width:100px;
	margin-bottom:10px;
}
.right_div{
	margin:0px 0px 10px 100px;
}

#ininter{
	position:absolute;
	padding:10px;
	border:1px solid gray;
	left:30%;
	width:600px;
	top:30%;
	background:white;
	z-index:999;
	display:none;
}

.modal_iframe{
	width:430px;
	height:400px;
	margin:0;
	border:none;
}

#interrest_form {
	font-size:13px;
	font-weight:normal;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.new_button, .new_button2{
	display:block; 
	background-image:url("/netcat_files/images/btn-small2.jpg"); 
	border:medium none; 
	color:#FFFFFF; 
	font-family:Tahoma,Arial,Helvetica,sans-serif; 
	font-size:11px; 
	height:20px; 
	width:70px; 
	line-height:20px; 
	text-align:center; 
	text-decoration:none
}
.new_button2{
	background-image:url("/netcat_files/images/btn-small3.jpg"); 
	width:140px; 
}

.middled {
margin:0;
  //margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}

