@media print
{
	body, a { color: #000000; background: #FFFFFF; } /* all text colors black, all backgrounds white */
	#nav-level-2 { visibility:hidden; }
	#description { visibility:hidden; }
}

#container
{
	margin:0px auto;
	width:1000px;
	border:15px solid white;
	border-top:none;
}

#frame-header
{
	border-bottom: 1px solid white;
}

#frame-header-flash
{
	background: url("/images/public/page_header_bg.jpg") no-repeat top center;
}

#frame-header-flash #logo
{
	padding:26px 0 0 60px;
	font-size:0;
	height: 146px;
}


#frame-modules
{
	padding:0;
}

#footer
{
	clear:both;
	border-top: 15px solid white;
	background: white;
	color: #cccccc;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px;
}

#frame-header #flags
{
	font-size:0px;
	background-color:white;
	text-align:center;
	padding:5px 0;
}

#frame-header #flags img
{
	padding:0px 5px;
}

.link-arrow-right
{
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=4f89ff&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
	padding: 0 12px 2px 0;
}

.link-arrow-right:hover
{
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=ffffff&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
}

.link-arrow-left
{
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=4f89ff&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
     padding: 0 0 2px 12px;
}

.link-arrow-left:hover
{
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=ffffff&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
}

iframe.popup_visible{

	width:5px;
	height:5px;
	display: inline;
	position:absolute;
	z-index:500;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

iframe.popup_hidden{
	display: inline;
	position:absolute;
	display: none;
	z-index:500;
}

.page-content-block
{
	padding-bottom:20px;
}

