//<![CDATA[

/*
Mandatory css elements that have to be defined within the Javascript
The rest of the css attributes are retrieved from the css files (main.css)

background-color
leading
kerning (use letter-spacing)
opacity
text-transform
font-size (px?, number)
text-align (left, center, right)
text-decoration (none, underline)
margin-left (number)
margin-right (number)
font-weight (Normal, Bold)
font-style (Normal, Italic)
text-indent (Number)
color (6 digit)
display (inline, block, none)
*/
// GLOBAL DEFINITIONS FOR SIFR HEADERS
var ekPlain = {	
				src: "system/css/images/sifr/ekPlain_8.swf"
			};

	sIFR.prefetch(ekPlain);

	sIFR.compatMode = true;
	sIFR.activate(ekPlain);
			
	sIFR.replace(ekPlain, 	{
								selector: 	'h1',
								wmode:		'transparent',
								css: 		[
												'.sIFR-root { color: #C0BBAF; font-size: 28px; font-weight: normal; letter-spacing: 0.20; padding: 0px 0px 0px 10px; }'
											]								
							}
				);

	sIFR.replace(ekPlain, 	{
								selector: 	'h2.callout',	
								wmode:		'transparent',
								css:		[	
												'.sIFR-root { color: #C0BBAF; font-size: 18px; }',
												'.brownText { color: #554433; }',
												'.redText { color: #CC3333; }',
												'.whiteText { color: #FFFFFF; }'
											]
							}
				);

	sIFR.replace(ekPlain, 	{
								selector: 	'h2.specialOfferText',	
								wmode:		'transparent',
								css:		[	
												'.sIFR-root { color: #C0BBAF; font-size: 16px; }'
											]
							}
				);				

	sIFR.replace(ekPlain, 	{
								selector: 	'h2',	
								wmode:		'transparent',
								css:		[	
												'.sIFR-root { color: #C0BBAF; font-size: 22px; font-weight: normal; letter-spacing: -.025; }',
												'.brownText { color: #554433; }',
												'.redText { color: #CC3333; }',
												'.whiteText { color: #FFFFFF; }'
											]
							}
				);

	sIFR.replace(ekPlain,	{
								selector:	'h3.serviceFinderHeader',
								wmode:		'transparent',
								css:		[
												'.sIFR-root { color: #554433; font-size: 13px; font-weight: normal; text-align: left; }'
											]	
							}
				);  

	sIFR.replace(ekPlain,	{
								selector:	'h3.siteGateway',
								wmode:		'transparent',
								css:		[
												'.sIFR-root { color: #666666; font-size: 15px; font-weight: normal; text-align: left; }'
											]	
							}
				);  

	sIFR.replace(ekPlain,	{
								selector:	'h3.promoHeader_L2',
								wmode:		'transparent',
								css:		[
												'.sIFR-root { color: #FFFFFF; font-size: 16px; font-weight: bold; text-align: left; }'
											]	
							}
				);  

	sIFR.replace(ekPlain,	{
								selector:	'h3',
								wmode:		'transparent',
								css:		[
												'.sIFR-root { color: #666666; font-size: 19px; font-weight: normal; }',
												'.brownText { color: #554433; }',
												'.redText { color: #CC3333; }',
												'.whiteText { color: #FFFFFF; }',
												'.hilight { color: #554433; }'
											]	
							}
				);  

// Start up SIFR
if (sIFR)
{
    sIFR.initialize(true);
}
//]]>

