/*=:project
 scalable Inman Flash Replacement (sIFR) version 3.

 =:file
 Copyright: 2006 Mark Wubben.
 Author: Mark Wubben, <http://novemberborn.net/>

 =:history
 * IFR: Shaun Inman
 * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
 * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

 =:license
 This software is licensed and provided under the CC-GNU LGPL.
 See <http://creativecommons.org/licenses/LGPL/2.1/> 
*/

/*---- sIFR ---*/
.sIFR-flash {
 visibility: visible !important;
 margin: 0;
 padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
 visibility: visible !important;
}

.sIFR-alternate {
 position: absolute;
 left: 0;
 top: 0;
 width: 0;
 height: 0;
 display: block;
 overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
 margin: 0pt; 
 padding: 0pt; 
 overflow: auto; 
 letter-spacing: 0px; 
 float: none;
}

/*---- Header styling ---*/

.sIFR-active h2,
.sIFR-active h3,
.sIFR-active h4,
.sIFR-active cite,
.sIFR-active p.corp,
.sIFR-active p.see,
.sIFR-active #technology #primary-content ul li,
.sIFR-active ul#nav-main li,
.sIFR-active #secondary-content ul li {
	visibility: hidden;
	font-family: Verdana, sans-serif;
	line-height: 1em;
	display: block;
}

.sIFR-active h2 {
	font-size: 28px;
	display: block;
	margin-bottom: 0;
}
	.sIFR-active #collection h2 {margin: 5px 0pt 0pt 30px !important;}
	
	.sIFR-active #technology h2, .sIFR-active #testimonials h2 {font-size: 30px;margin: 20px 0pt 0pt 0pt !important;}
	
.sIFR-active h3 {
	font-size: 14px;
	display: block;
	margin: 28px 0pt 6px 0pt;
}
	.sIFR-active #collection h3 {
		font-size: 12px;
		margin: -20px 0pt 10px 30px !important;
	}
	
	.sIFR-active #collection h3.nodescend {margin: -30px 0pt 10px 30px !important;}	
	
	.sIFR-active #technology h3 {																																																																																																																								
		font-size: 14px;
		margin: 0pt;
		text-align: center !important;
	}

.sIFR-active #technology #primary-content ul li {
	font-size: 11px;
	display: block;
	margin: -15px 0pt 0pt 0pt;
	text-align: center;
}

.sIFR-active p.see, .sIFR-active h3.see {
	font-size: 12px;
	display: block;
	margin: 0pt;
}

.sIFR-active #secondary-content ul li {
	font-size: 12px;
	display: block;
	margin: 20px 0pt;
}

.sIFR-active cite {
	font-size: 13px;
	display: block;
	margin: -15px 0pt 15px 0pt;
}

.sIFR-active ul#nav-main li {
	font-size: 13px;
	display: block;
}

