/* SIFR 3.0 */
var segoe = {
  	src: '/swf/segoe.swf'
	};    
  sIFR.activate(segoe);

	sIFR.replace(segoe, {
		selector: '.home-crossroad p, .crossroad p'
		
		,css: [
		'.sIFR-root{text-align: left; color:#3e3c36; padding:0; margin:0; font-size:13px; font-weight: bold; leading: -3;}',
		]
		,selectable: true
		,transparent: true
		,fixFocus: true
		,tuneWidth: 1
		,tuneHeight: 0
		,offsetLeft:1
	});

	sIFR.replace(segoe, {
		selector: '.desc-box h2'
		
		,css: [
		'.sIFR-root{color: #ffffff; text-align: left; padding:0; margin:0; font-size:20px; font-weight: bold;}',
		]
		,selectable: true
		,transparent: true
		,fixFocus: true
		,tuneWidth: 1
		,tuneHeight: -2
		,offsetLeft:1
	});

	sIFR.replace(segoe, {
		selector: '#main .main-bottom h2:not(.out), .contact .col-l h2, .contact .col-r h2'
		
		,css: [
		'.sIFR-root{text-align: left; color:#333333; padding:0; margin:0; font-size:20px; font-weight: bold;}',
		]
		,selectable: true
		,transparent: true
		,fixFocus: true
		,tuneWidth: 1
		,tuneHeight: -2
		,offsetLeft:1
	});
	

	sIFR.replace(segoe, {
		selector: '#main h1'
		
		,css: [
		'.sIFR-root{text-align: left; color:#333333; padding:0; margin:0; font-size:30px; font-weight: bold;}',
		]
		,selectable: true
		,transparent: true
		,fixFocus: true
		,tuneWidth: 1
		,tuneHeight: -4
		,offsetLeft:1
	});
          

