(function($) { $(function() {

	if (jQuery.browser.msie) {
		$('h1 .productCategory, h1 .product').each(function(){
			if ($(this).height() < 30) {
				$(this).css({'padding-top': '7px', 'background-position': '0px 9px' });
			}
		});
	}
	
	$('.downloads a[href$=.pdf], .downloads a[href$=.PDF], #overlaymap area').live('click', function() {
		window.open($(this).attr('href'));
		return false;
	});
	
	$('.content p').hyphenate();
	
}); })(jQuery)
