// JavaScript Document
//<[CDATA[

var arialbold = {
	src: 'http://www.roobol.com/flash/arial.swf'
	,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
};

sIFR.delayCSS  = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(arialbold);

sIFR.replace(arialbold, {
	selector: '#homeTitle h1'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 36px; font-weight:bold; }'
	]
	,filters: {
		 DropShadow: {
			 distance: 1
			 ,color: '#000000'
			 ,strength: 0.5
		 }
	}
	
});

sIFR.replace(arialbold, {
	selector: '#containerMiddleTop3 h1'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 36px; font-weight:bold; }'
	]
	,filters: {
		 DropShadow: {
			 distance: 1
			 ,color: '#000000'
			 ,strength: 0.5
		 }
	}
	
});

sIFR.replace(arialbold, {
	selector: 'h1'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color:#ff0000; font-size: 24px; font-weight:bold; }'
	]
	
});

sIFR.replace(arialbold, {
	selector: 'h2'
	,wmode: 'transparent'		
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 22px; font-weight:bold; }'
	]
});

sIFR.replace(arialbold, {
	selector: '#containerRight .contact h3'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color: #b6c401; font-size: 18px; font-weight:bold; }'
	]
});

sIFR.replace(arialbold, {
	selector: '#containerRight h3'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 18px; font-weight:bold; }'
	    , '.sIFR-root a { color: #ffffff; text-decoration:none; }'
	    , '.sIFR-root a:hover { color: #ffffff; text-decoration:undeline; }'
	]
});

sIFR.replace(arialbold, {
    selector: '.bannerHolderText h3'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 18px; font-weight:bold; }'
	    , '.sIFR-root a { color: #ffffff; text-decoration:none; }'
	    , '.sIFR-root a:hover { color: #ffffff; text-decoration:undeline; }'
	]
});

sIFR.replace(arialbold, {
	selector: '.blok h3'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 18px; font-weight:bold; }'
	    , '.sIFR-root a { color: #ffffff; text-decoration:none; margin: 0; }'
	    , '.sIFR-root a:hover { color: #ffffff; text-decoration:undeline; }'
	]
});

sIFR.replace(arialbold, {
	selector: 'h3'
	,wmode: 'transparent'		
	,css: [
		'.sIFR-root { color: #f39600; font-size: 18px; font-weight:bold; }'
	]
});

sIFR.replace(arialbold, {
	selector: '#homeTitle h6'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color: #ed1b2e; font-size: 12px; font-weight:bold; text-transform:uppercase; }'
	,	'.sIFR-root a { color: #ed1b2e; text-decoration:none; }'
	,	'.sIFR-root a:hover { color: #ed1b2e; text-decoration:undeline; }'	
	]
	,filters: {
		 DropShadow: {
			 distance: 1
			 ,color: '#000000'
			 ,strength: 0.5
		 }
	}
	
});

sIFR.replace(arialbold, {
	selector: '#containerMiddleTop3 h6'
	,wmode: 'transparent'			
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 12px; font-weight:bold; text-transform:uppercase; }'
	,	'.sIFR-root a { color: #ffffff; text-decoration:none; }'
	,	'.sIFR-root a:hover { color: #ffffff; text-decoration:undeline; }'	
	]
	,filters: {
		 DropShadow: {
			 distance: 1
			 ,color: '#000000'
			 ,strength: 0.5
		 }
	}
	
});

//]]>