if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
	/*HEADER*/
	document.styleSheets[0].addRule('img.pngfix', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#header h1', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	/*Whats now?*/
	/*document.styleSheets[0].addRule('#onethird h3 a', 'behavior: url(/js/pngfix/iepngfix.htc)');*/
	
	
	/*INDEX PAGE*/
	document.styleSheets[0].addRule('#featured', 'behavior: url(/js/pngfix/iepngfix.htc)');	
	
	document.styleSheets[0].addRule('#define', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#define h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#webinfo', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#webinfo h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#hq', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	
	document.styleSheets[0].addRule('#onethird h3', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('.projects', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('.project-content', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('p#back-to-work', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#fullproject-header', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#fullproject-info', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#fullproject-commentsHead', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#fullproject-comments', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	/*document.styleSheets[0].addRule('#fullproject-form', 'behavior: url(/js/pngfix/iepngfix.htc)');*/
	
	/*About Us*/
	
	document.styleSheets[0].addRule('#about-us', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#about-us #about-us-text h4#overview', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#about-us #about-us-text h4#people', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#about-us #about-flickr h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#management h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#management .the-team', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#partners', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	/*Blog*/
	document.styleSheets[0].addRule('h4#full-h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#press-content', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('page-bottom', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	/*Press*/
	document.styleSheets[0].addRule('h4#press-h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('h4#events-h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#events-bottom', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#events-content', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	/*Contact*/
	document.styleSheets[0].addRule('.contact-content #contact-details h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('.contact-content #contact-form h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('.contact-content #contact-address h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	/*Privacy Policy*/
	
	document.styleSheets[0].addRule('h4#privacy-h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#page-content', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#terms-h4', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	 
	/*Footer*/
	document.styleSheets[0].addRule('#footer', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#footer p#copyright', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#page-bottom', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('p#back', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
}