
var HNlight = {
	src: '/themes/zen/leye2/_ui/fonts/HelveticaNeueLight.swf'
};

var HNthin = {
	src: '/themes/zen/leye2/_ui/fonts/HelveticaNeueThin.swf'
};

var HNmedium = {
	src: '/themes/zen/leye2/_ui/fonts/HelveticaNeueMedium.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(HNlight, HNthin, HNmedium);


//  helvetica neue Medium --------------------------------------------------

sIFR.replace(HNmedium, {
	selector: '#content h2.plain',
	css: {
		'.sIFR-root': { 'color': '#24201d', 'font-weight': 'normal', 'leading': 6 }
	},
	wmode: 'transparent'
});


sIFR.replace(HNmedium, {
	selector: '#content #partners_header h2',
	css: {
		'.sIFR-root': { 'color': '#24201d', 'font-weight': 'normal', 'padding': 0, 'margin': 0 }
	},
	wmode: 'transparent'
});

//  helvetica neue Thin --------------------------------------------------


sIFR.replace(HNthin, {
	selector: '#content #top_blurb h1',
	css: {
		'.sIFR-root': { 'color': '#89a42b', 'font-weight': 'normal' }
	},
	wmode: 'transparent'
});

sIFR.replace(HNthin, {
	selector: '#content #partners_header h1',
	css: {
		'.sIFR-root': { 'color': '#7c7977', 'font-weight': 'normal', 'padding': 0, 'margin': 0 }
	},
	wmode: 'transparent'
});



/*
  sIFR.replace(rockwell, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
*/
sIFR.replace(HNthin, {
	selector: '#content h1',
	css: [
		'.sIFR-root { font-size: 35px; color: #7c7977; font-weight: normal; }'
	],
	wmode: 'transparent',
	fitExactly: true
});

sIFR.replace(HNthin, {
	selector: '#content sup.reg',
	css: [
		'.sIFR-root { font-size: 12px; color: #7c7977; font-weight: normal; }'
	],
	wmode: 'transparent'
});

sIFR.replace(HNthin, {
	selector: '#content sup.trade',
	css: [
		'.sIFR-root { font-size: 12px; color: #7c7977; font-weight: normal; }'
	],
	wmode: 'transparent'
});


sIFR.replace(HNthin, {
	selector: 'body.page-consulting .column_2 h3',
	css: {
		'.sIFR-root': { 'color': '#7c7977', 'font-weight': 'normal', 'padding': 0, 'margin': 0 }
	},
	wmode: 'transparent'
});


//  helvetica neue Light --------------------------------------------------


sIFR.replace(HNlight, {
	selector: '#nav_side .callout h3',
	css: {
		'.sIFR-root': { 'color': '#adba29', 'font-weight': 'normal', 'cursor': 'pointer' }
	},
	wmode: 'transparent'
});

sIFR.replace(HNlight, {
	selector: '.box_grey_full h2',
	css: {
		'.sIFR-root': { 'color': '#171512', 'font-weight': 'normal' }
	},
	wmode: 'transparent'
});

sIFR.replace(HNlight, {
	selector: '.box_grey_330 h2',
	css: {
		'.sIFR-root': { 'color': '#171512', 'font-weight': 'normal' }
	},
	wmode: 'transparent'
});

sIFR.replace(HNlight, {
	selector: '.box_grey h2',
	css: {
		'.sIFR-root': { 'color': '#171512', 'font-weight': 'normal' }
	},
	wmode: 'transparent'
});


sIFR.replace(HNlight, {
	selector: '.box_color_full h2',
	css: {
		'.sIFR-root': { 'color': '#171512', 'font-weight': 'normal' }
	},
	wmode: 'transparent'
});

sIFR.replace(HNlight, {
	selector: '.box_color_330 h2',
	css: {
		'.sIFR-root': { 'color': '#171512', 'font-weight': 'normal' }
	},
	wmode: 'transparent'
});


sIFR.replace(HNlight, {
	selector: '.box_color h2',
	css: {
		'.sIFR-root': { 'color': '#171512', 'font-weight': 'normal' }
	},
	wmode: 'transparent'
});


/*
sIFR.replace(HNlight, {
	selector: '#filters h2',
	css: {
		'.sIFR-root': { 'color': '#24201d', 'font-weight': 'normal' }
	},
	wmode: 'transparent'
});*/