/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .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;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

@media screen {
	
	/*.sIFR-active #nav li { margin:3px 10px 0}
	
	.sIFR-active #nav a	{	font-size:15px;  padding:0 1px 0 1px;}
	
	.sIFR-active #nav li.sIFR-replaced:hover, 
	.sIFR-active #nav li.selected		{	background:white; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px}
	*/
	
	.sIFR-active .t-gray	{	height:28px}
	.sIFR-active .t-orange	{	height:26px}
	
	.sIFR-active .gradbox .title strong	{	font-size:24px}
	.sIFR-active .gradbox .subtitle		{	font-size:18px; letter-spacing:0.01em}
	
	.sIFR-active #service-nav li		{	}
	
	.sIFR-active #service-nav li .sIFR-flash	{	display:block; position:relative; right:5px}
	
	
	
 #sIFR_replacement_28 { /*width:190px;*/ }
 #sIFR_replacement_32  { width:280px; }
}














