/*--------------------------------------------------------------------------------
GLOBAL
--------------------------------------------------------------------------------*/
html,body {
	background:#fff;
	color:#000;
	font-family: arial,tahoma,verdana,sans-serif;
	text-align:left;
	font-size:12px;
	line-height: 18px;
	}
.hide {
	display:none;
	}
/*--------------------------------------------------------------------------------
STRUCTURE
--------------------------------------------------------------------------------*/
#content {
	float:none;
	width:80%;
	}
#sidebar {
	display:none;
	}
/*--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------*/
h1 a,h1 a:link,h1 a:visited,h1 a:hover {
	display:block;
	height:109px;
	width:164px;
	border:0;
	}
#header img {
	border:0;
	}
#header ul {
	display:none;
}
/*--------------------------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------------------------*/
#navigation {
	display:none;
	}
/*--------------------------------------------------------------------------------
SUBNAVIGATION
--------------------------------------------------------------------------------*/
#subnavigation {
	display:none;
	}
/*--------------------------------------------------------------------------------
CONTENT
--------------------------------------------------------------------------------*/
.holderimage {
	display:none;
	}
/*--------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------*/
.footer ul {
	display:none
	}
.footer a {
	display:none
	}
/*--------------------------------------------------------------------------------
PRINT-BUTTON
--------------------------------------------------------------------------------*/
#print {
	display:none;
	}	
/*--------------------------------------------------------------------------------
LIGHTBOX
--------------------------------------------------------------------------------*/
#lightbox{
	display:none
}
/*--------------------------------------------------------------------------------
sIFR
--------------------------------------------------------------------------------*/
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}