/*=======================PNG FIX=========================*/

* html #logincall, * html #shopcall, * html #shopcall .callbottom, * html #supportcall, * html #supportcall .callbottom, * html #logincall .callbottom {
    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 = "../images/spacer.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)
    );
}


/*===========i.e6 fixs===============*/
* html .pngfix, * html #wrapper #logincall, * html #wrapper #supportcall, * html #wrapper #supportcallsmall, * html #wrapper #partnerscall, * html #wrapper #partnerscall .callbottom, * html #wrapper #partnerscall .callcenter, * html #wrapper #testimonial, * html #wrapper #supportcallsmall, * html #wrapper #supportcallsmall .callbottom {
   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 = "http://www.asdongroup.com/spacer.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)
    );
}

/*=======================PNG FIX=========================*/

* html #mainheader h1 {
font-size:20px;
}

* html #partnerscall .callcenter img {
text-align:left;
position:absolute;
left:-100px;
top:-40px;
	}
