/*
Publer
@author: Rick Stoopman
@version: 20090807-01

Used colors:
Orange: #ffa200;
Grey: #8d8d8d;
*/
/* Default
**********************************/		
body{
	background:#FFF;
	background-image:none;
	color:black;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:20px;
	}
a, img{
	border: none;
}	
h1{
	color:#FFB61F;
}
a#logo img{
	margin-left: -16px;
}


#navigation, #footer, ul#usps, div#col2, div#col3, div#intro, ul#languages, .hide,
form#feedback-box, ul#bottom-navigation{
	display: none;
}

.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;
}
