/*
var theSans = {
src: 'js/theSans.swf'
};
*/
var AvenirLTStd = {
    src: siteurl+'js/sifr/swf/AvenirLTStd95Black.swf'
  };

sIFR.activate(AvenirLTStd);
sIFR.fitExactly = false;
sIFR.preventWrap = false;

function dosIFR() {
	sIFR.replace(AvenirLTStd, {
	    selector: 'h1.subheader',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #ffffff; background-color: none; font-size: 41px; font-weight: bold; }'
	    ],
		filters: {
	        DropShadow: {
	           distance: 1
	          ,color: '#000000'
	          ,strength: 2
	          ,alpha: .5
	        }
		}
	  }); 

	sIFR.replace(AvenirLTStd, {
	    selector: 'h1.subheadernext',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #ffffff; background-color: none; font-size: 25px; font-weight: bold; }'
	    ],
		filters: {
	        DropShadow: {
	           distance: 1
	          ,color: '#000000'
	          ,strength: 2
	          ,alpha: .5
	        }
		}
	  }); 

	sIFR.replace(AvenirLTStd, {
	    selector: 'h1.shop',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #4a4a4a; background-color: none; font-size: 16px; font-weight: bold; margin: 0; padding: 0; }'
	    ]	    
	  }); 


	sIFR.replace(AvenirLTStd, {
	    selector: 'h1',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #4a4a4a; background-color: none; font-size: 22px; font-weight: bold; margin: 0; padding: 0; }'
	    ]	    
	  }); 

	sIFR.replace(AvenirLTStd, {
	    selector: 'h2.menu',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #ffffff; background-color: none; font-size: 14px; } a { color: #ffffff; text-decoration: none; } a:hover { color: #ffffff; }'
	    ]
	  });

	sIFR.replace(AvenirLTStd, {
	    selector: 'h2.menuorange',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #ffffff; background-color: none; font-size: 14px; } a { color: #ff9816; text-decoration: none; } a:hover { color: #ff9816; }'
	    ]
	  });
	
	sIFR.replace(AvenirLTStd, {
	    selector: 'h2.sifrgreen',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #2f8f5b; background-color: none; font-size: 22px; padding: 0; margin: 0; }'
	    ]
	  });

	sIFR.replace(AvenirLTStd, {
	    selector: 'h2.sifrwhite',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #ffffff; background-color: none; font-size: 21px; padding: 0; margin: 0; }'
	    ]
	  });

	sIFR.replace(AvenirLTStd, {
	    selector: 'h2.sifrorange',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #f45e0b; background-color: none; font-size: 22px; }'
	    ]
	  });

	sIFR.replace(AvenirLTStd, {
	    selector: 'h2.sifr',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #002246; background-color: none; font-size: 22px; }'
	    ]
	  });
	 
	sIFR.replace(AvenirLTStd, {
	    selector: 'h3.sifr',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #ff9816; background-color: none; font-size: 16px; }'
	    ]
	  });

}


dosIFR();
