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


#container {
	background:url("/images/public/container_top_bg.jpg") 20px 0px no-repeat;
	width:1040px;
	margin:auto;
	padding:0% 1%;
}

#header {
	margin-top:40px;
}

#header img {
	margin:0% auto;
	display:block;
}

#footer {
	text-align:center;
	color:#b7b7b7;
	margin:20px 0px;
}


#footer-copyright {
	display:block;
	margin-top:20px;
}

#bottom_bg {
	background:url("/images/public/bottom_bg.jpg") repeat-x;
	height:200px;
	position:absolute;
	bottom:0%;
	width:100%;
}

.link-arrow-right {
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=bbdf11&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=7efa03&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=bbdf11&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=7efa03&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;
}
