﻿* html .header {
    background:url(/images/hdr_default.gif) no-repeat 50% 0% transparent;
}

* html #footer .bgContainer {background:url(/images/ftr_default.gif) no-repeat transparent 50% 0%;}



* html .checkoutPage .header {
    background:url(/images/hdr_checkout.gif) no-repeat 50% 0% transparent;
}

* html .checkoutPage #footer .bgContainer {background:url(/images/ftr_checkout.gif) no-repeat transparent 50% 0%;}


   

* html .OverLayBg {

    position:absolute; 
    top:0;
    left:0;
    height:200px;
    filter:alpha(opacity=50); /* For IE6&7 */
}

* html .OverLayBg .OverLayContent {

    border:1px solid red;
}

img.pngfix {
	behavior: url(/js/iepngfix.htc);
}

input.pngfix {
	behavior: url(/js/iepngfix.htc);
}
