@charset "utf-8";
/* Central Vacuum - default template IE Corrections Document */

/* *********************** LEGEND *********************** */
/*                                                        */
/* Use ie classes to target specific version              */
/* For instance: .ie6 + selector will target IE6          */
/* .ie7 + selector => IE7                                 */
/* etc                                                    */
/*                                                        */
/* ****************************************************** */


/* ----------- Defaults ----------- */
.ie9 .gradient{filter: none;}



/* ------ Breadcrumb ------ */
.ie8 #breadcrumb .last-child-arrow { display: none; }


/* ------ Employment Application ------ */
.ie8 .apply #footer-wrapper { display: none; }

/* Product Page Styles
-----------------------------------*/
/* ----------- Product Images ----------- */
	.ie8 #pi-stock{
		/*background: rgba( 0, 0, 0, .6);*/
		background:none;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		/* AARRGGBB */ /* AA = alpha in hex; 00 = 0%; FF = 100% */
		/* Each number pair must be converted to Hex */
		/* Original rgba(21,14,1,.9) becomes 21=>15 14=>0E 1=>01 */
		/* The max for each is 255. So for Alpha: toHex(255 * .9)  = E5 */
		}

