/*if(document.location.hostname == '192.168.0.13') 
{ 		
	var dir = document.location.pathname.split('/');
	var end = 'http://'+document.location.hostname+'/'+dir[1]+'/';
} else
	var end = document.location.hostname+'/';*/

var myriad_light = {
      src: /*end+*/'includes/swf/myriadpro_light.swf'
};

var myriad = {
		src: /*end+*/'includes/swf/myriadpro.swf'
};

sIFR.activate(myriad_light);
sIFR.activate(myriad);


sIFR.replace(myriad, {
      selector: '#atendimento h2',
	   css: [
      '.sIFR-root { color:#465050; font-size:16px; font-weight:bold; font-style:italic; text-align:right; }',
	  'strong { color:#f8790c; font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: '#welcome h2',
	   css: [
      '.sIFR-root { color:#465050; font-size:22px; font-weight:bold; font-style:italic; }',
	  'strong {color:#f8790c}'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: '.coluna h3',
	   css: [
      '.sIFR-root { color:#a0a7aa; font-size:17px; font-weight:bold; font-style:italic; }',
	  ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: '.descricao h5',
	   css: [
      '.sIFR-root { color:#000064; font-size:1.2em; font-weight:bold; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: '.barraLateral h3',
	   css: [
      '.sIFR-root { color:#f8a11c; font-size:1.2em; font-weight:normal; }',
	  'a { color:#f48b38; text-decoration:none; }', 'a:hover { color: #f48b38;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: '.blocoInfo h4',
	   css: [
      '.sIFR-root { color:#515A5A; font-size:1.2em; font-weight:bold; font-style:italic; }',
	  ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: '#topo h4',
	   css: [
      '.sIFR-root { color:#000064; font-size:1.6em; font-weight:bold; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: '.listaEmp h5',
	   css: [
      '.sIFR-root { color:#a0a7aa; font-size:17px; font-weight:bold; font-style:italic; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: 'h2.pageTitle',
	   css: [
      '.sIFR-root { color:#ff9933; font-size:1.1em; font-weight:bold; font-style:italic; }',
	  ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: '#sidebar h3',
	   css: [
      '.sIFR-root { color:#a0a7aa; font-size:1.1em; font-weight:bold; font-style:italic; }',
	  ],
      wmode: 'transparent'
});

sIFR.replace(myriad_light, {
      selector: 'span.autor strong ',
	   css: [
      '.sIFR-root { color:#F8790C ; font-size:1.4em; font-weight:bold; font-style:italic; }',
	  ],
      wmode: 'transparent'
});



