/* PNG Fix */

* html img,
* html .png {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

.emboss-top{height:6px !important;background:url(../images/embos_top.jpg) no-repeat;margin:0px !important;}
.emboss-middle{background:url(../images/embos_middle.jpg) repeat-y top left;margin:0px; padding:0px;}

#header-top .left span{background-position:0px 0px;height:24px;display:block;width:400px;}
#header-top #submenu_top ul li a.login-top{position:absolute;}
#content .breadcrumb{margin-left:10px;position:relative;top:-5px;}

#content .sidebar{float:right;width:270px;margin:20px 20px 0px 0px;}

#footer .wrapper{height:180px;}