.wrapper-holder { min-height:100%; }
* html .wrapper-holder { height:100%; }
.wrapper-holder .main-holder {padding-bottom:expression(document.getElementById("footer").offsetHeight + "px");}
#footer{
	position:relative;
	margin-top:expression(- this.offsetHeight + "px");
}
* html body { width:expression(document.documentElement.clientWidth < 1002 ? "1002px" : "auto"); }
* html html{width:980px;}
* html .logo a{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/logo.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html #header .proporties{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-proporties.png', sizingmethod='scale');
	background:url(../images/transparent.gif);
}
* html .carousel .holder{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-carousel.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html div.anythingSlider .arrow a { 
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/arrow-slider.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html .carousel .more{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-learn-more.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html .thumbNav a{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-switcher.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html .two-columns .t{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-two-columns-t.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html .two-columns .b{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-two-columns-b.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html .two-columns .c{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-two-columns-c.png', sizingmethod='scale');
	background:url(../images/transparent.gif);
}
* html #sidebar{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-sidebar.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html .item .image{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-item.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html #content a.c2a{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/c2a-right.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}
* html #content a.c2a span{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/c2a-left.png', sizingmethod='crop');
	background:url(../images/transparent.gif);
}

* html #content blockquote{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-blockquote.png', sizingmethod='scale');
	background:url(../images/transparent.gif);
}
.add-nav li,
.copyright ul li,
.offices .office span{
	z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 ); 
}
	