/*=: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;
}


{visibility: hidden;}

.sIFR-active h1, #js h1 {visibility: hidden; display:block; line-height: 45px; height:45px; margin-top: 0;}
.sIFR-active ul.location li, #js ul.location li {visibility: hidden; display:block; line-height: 23px; height:23px; margin-top: 0;}
.sIFR-active #product h3, #js #product h3 {visibility: hidden; display:block; line-height: 35px; height:35px; margin-top: 0;}

.sIFR-active #number, #js #number {visibility: hidden; display:block; line-height: 24px; height:24px; margin-top: 0;}
.sIFR-active #phone, #js #phone {visibility: hidden; display:block; line-height: 18px; height:18px; margin-top: 0;} 
.sIFR-active #briefly p, #js #briefly p {visibility: hidden; display:block; line-height: 35px; height:35px; margin-top: 0;} 

.sIFR-active a.lightbox, #js a.lightbox {visibility: hidden; display:block; line-height: 28px; height:28px; margin-top: 0;} 
.sIFR-active div.lightbox-title, #js div.lightbox-title {visibility: hidden; display:block; line-height: 28px; height:28px; margin-top: 0;} 


	
/*---- Header styling ---*/