
var garamond = { src: 'swf/pf-garamond-classic.swf' };

sIFR.activate(garamond);




sIFR.replace(garamond, {
      selector: '.menuitem ',
	   wmode: 'transparent',
	   css: [
		'.sIFR-root { cursor:pointer; font-size:17px; color:#45412E;  text-decoration: none;  font-weight: normal; }'
		,'a:link { color:#45412e;}'
		,'.menuitem:hover { color: #cb5b3e; }'
		,'.sub_menu_active { color: #cb5b3e; }'		
      ]
    });




sIFR.replace(garamond, {
      selector: '.lang_menu ul li',
	   wmode: 'transparent'
      ,css: [
		'.sIFR-root { font-size:14px; color: #45412e; font-weight: normal;}'
		,'a {text-decoration: none; font-size:14px; color: #45412e; margin:0 0 0 30px; }'
		,'a:link {font-size:14px; color: #45412e; }'
		,'a:hover { font-size:14px; color: #bfaf70;}'
		,'.lang_active { font-size:14px; color: #bfaf70;}'
      ]
    });

sIFR.replace(garamond, {
      selector: 'h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:24px; color: #bfaf70; font-weight: normal; margin:0; }'
      ]
    });

sIFR.replace(garamond, {
      selector: '.seo_one',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:24px; color: #bfaf70; font-weight: normal; margin:0; display:inline; }'
      ]
    });




sIFR.replace(garamond, {
      selector: '.seo_one_small',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20px; color: #cb5b3e; font-weight: normal; margin:0; display:inline; }'
      ]
    });


sIFR.replace(garamond, {
      selector: '.seo_two',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20px; color: #cb5b3e; font-weight: normal; margin:0; display:inline; }'
      ]
    });


sIFR.replace(garamond, {
      selector: '.big_title',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:24px; color: #bfaf70; font-weight: normal; margin:0; }'
		,'a {text-decoration: none; font-size:24px; color: #bfaf70; }'
        ,'a:link {font-size:24px; color: #bfaf70; }'
        ,'a:hover { font-size:24px; color: #bfaf70;}'
      ]
    });

sIFR.replace(garamond, {
      selector: 'h2',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20px; color: #cb5b3e; font-weight: normal; margin:0; }'
      ]
    });

sIFR.replace(garamond, {
      selector: 'h3',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20px; color: #cb5b3e; font-weight: normal; margin:0; }'
      ]
    });

sIFR.replace(garamond, {
      selector: 'h4',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20px; color: #cb5b3e; font-weight: normal; margin:0; }'
      ]
    });


sIFR.replace(garamond, {
      selector: '.rate_title',
	   wmode: 'transparent',
	   css: [
        '.sIFR-root { font-size:16px;  font-weight: normal; color:#cb5b3e; margin:5px 0 0 0;	line-height:16px; }'
		
      ]
    });

