
var avenir = {
      src: '/flash/avenir55.swf'
};

var avenirlt = {
      src: '/flash/avenirlight.swf'
};
 
sIFR.activate(avenir, avenirlt);
 
sIFR.replace(avenirlt, {
    selector: 'h3.droptab',
	css: [
    '.sIFR-root { font-size: 16px; letter-spacing: 1; text-transform: uppercase; color:#FFFFFF; }'
    ],
    wmode: 'transparent'
});

/* sIFR.replace(avenir, {
	selector: 'h2 a',
	css: [
	'.sIFR-root { font-size: 24px; font-weight: bold; color:#00263c; cursor: pointer;}',
	'a:hover { text-decoration: underline;}',
	'.sm { font-size: 85%;}'
	],
	wmode: 'transparent'
}); */

/*sIFR.replace(avenir, {
	selector: 'body.prod h2',
	css: [
	'.sIFR-root { font-size: 30px; font-weight: bold; color:#00263c; }'
	],
	wmode: 'transparent'
});*/
sIFR.replace(avenir, {
	selector: 'span.day',
	css: ['.sIFR-root { font-size: 18px; color: #999999; text-align: right; }'],
	tuneHeight: '-6',
	offsetTop: '-2'
});
sIFR.replace(avenir, {
	selector: 'span.month',
	css: ['.sIFR-root { font-size: 14px; color: #999999; text-align: right; }'],
	tuneHeight: '-7'
});
sIFR.replace(avenir, {
	selector: 'span.year',
	css: ['.sIFR-root { font-size: 14px; color: #999999; text-align: right; }'],
});
sIFR.replace(avenir, {
	selector: 'h4.avenir',
	css: ['.sIFR-root { font-weight: bold; color: #2D526B; }',
	'a { text-decoration: none; }',
	'a:link { color: #2D526B; }',
	'a:hover { color: #cb6602; }']
});
sIFR.replace(avenir, {
	selector: 'h1.testsifr,h2.testsifr',
	css: ['.sIFR-root { color: #00334E; }',
	'a { text-decoration: none; }',
	'a:link { font-weight: bold; color: #00334E; }',
	'a:hover { color: #cb6602; }'],
	tuneHeight: '-2'
});
sIFR.replace(avenir, {
	selector: '.max h3',
	css: ['.sIFR-root {text-transform: uppercase; color: #00334E;}'],
});
/* sIFR.replace(avenir, {
	selector: 'body.products h2',
	css: [
	'.sIFR-root { font-size: 16px; font-weight: normal; color:#999999; text-transform: uppercase; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #999999; }'
	,'a:hover { color: #00263c;}'
	],
	wmode: 'transparent'
}); */

/* sIFR.replace(avenir, {
	selector: 'h2',
	css: [
	'.sIFR-root { font-size: 24px; font-weight: bold; color:#00263c; }',
	'.sm { font-size: 85%;}'
	],
	wmode: 'transparent'
}); */

sIFR.replace(avenir, {
    selector: 'h5.overline',
	css: [
    '.sIFR-root { font-size: 16px; text-transform: uppercase; color:#16384B; }'
    ],
    wmode: 'transparent'
});

sIFR.replace(avenir, {
    selector: 'body.home h5',
	css: [
    '.sIFR-root { font-size: 16px; text-transform: uppercase; color:#16384B; }'
    ],
    wmode: 'transparent'
});

