var seravekl = {
	src: '/swfs/seravekl.swf'
	,ratios: [8, 1.42, 11, 1.38, 17, 1.32, 21, 1.3, 23, 1.27, 30, 1.28, 31, 1.27, 44, 1.26, 63, 1.25, 66, 1.24, 67, 1.25, 70, 1.24, 71, 1.25, 118, 1.24, 119, 1.23, 1.24]
	,wmode: 'transparent'
}
var seravek = {
	src: '/swfs/seravek.swf'
	,ratios: [8, 1.42, 11, 1.38, 17, 1.32, 21, 1.3, 23, 1.27, 30, 1.28, 31, 1.27, 44, 1.26, 63, 1.25, 66, 1.24, 67, 1.25, 70, 1.24, 71, 1.25, 118, 1.24, 119, 1.23, 1.24]
	,wmode: 'transparent'
}

sIFR.useDomLoaded = true;

//sIFR.debug.ratios({ src: '', selector: '' });

sIFR.activate(seravekl,seravek);

/* Contact feature city name headings - yellow */
sIFR.replace(seravekl, {
	selector: 'body#contact div#feature h2 '
 	,css: '.sIFR-root { color: #ffde00; }'
	,offsetTop: -6
	,thickness: -100
	,tuneHeight: -12
	,wmode: 'transparent'
});
/* Other feature headings - white */
sIFR.replace(seravekl, {
	selector: 'div#feature h2, div#feature h1 '
 	,css: '.sIFR-root { color: #ffffff; }'
	,offsetTop: -6
	,thickness: -100
	,tuneHeight: -12
	,wmode: 'transparent'
});
/* Black homepage headings */
sIFR.replace(seravek, {
	selector: 'body#home h2 '
 	,css: '.sIFR-root { color: #1e1e1e; text-transform: uppercase; font-size:16px; }, span { color: #57b7df; }'
	,offsetTop: -5
	,thickness: 50
	,tuneHeight: -7
	,fixWrap: true
});
/* Homepage strategy/design/development/infrastructure */
sIFR.replace(seravek, {
	selector: 'body#home h3, body#home #bright-life '
 	,css: '.sIFR-root { color: #007eb3; }, .sIFR-root a { color: #007eb3; text-decoration: none; }, .sIFR-root a:hover { color: #007eb3; text-decoration: underline; }'
	,offsetTop: -4
	,thickness: 50
	,tuneHeight: -9
});
/* Homepage welcome paragraph */
sIFR.replace(seravek, {
	selector: '#home #welcome p'
 	,css: '.sIFR-root { color: #757575;} strong { color: #0f5478; } em { color: #57b7df; font-style: normal; }'
	,offsetTop: -3
	,tuneHeight: -7
});
/* Product listing headings */
sIFR.replace(seravek, {
	selector: 'div#content-main  ul#product-listing li h3'
 	,css: '.sIFR-root { color: #0084b5; }'
	,offsetTop: -4
	,thickness: 50
	,tuneHeight: -10
});
/* Article title */
sIFR.replace(seravek, {
	selector: 'body.article div#content-main h1#article-title'
	,offsetTop: -4
	,thickness: 50
	,tuneHeight: -9
});
/* Content headings, "Pay an invoice" on contact page */
sIFR.replace(seravek, {
	selector: 'div#content h2, div#content h3, div#content #support-option-secondary h4'
 	,css: '.sIFR-root { color: #0084b5; } .sIFR-root a { color: #0084b5; text-decoration: none;} sIFR-root a:hover { color: #0084b5; text-decoration: none; }'
	,offsetTop: -4
	,thickness: 50
	,tuneHeight: -9
});
/* Article summary paragraph */
sIFR.replace(seravek, {
	selector: 'p#article-summary'
 	,css: '.sIFR-root { color: #868686; font-size: 17px; }'
	,offsetTop: -4
	,thickness: 50
	,tuneHeight: -9
});
