@media print {
	body, a { color: #000000; background: #FFFFFF; } /* all text colors black, all backgrounds white */
	#nav-level-2 { visibility:hidden; }
	#description { visibility:hidden; }
}

/* frame containers */
#container {
	width:100%;
	margin:0%;
	padding:0%;
}

#header {
	height:55px;
	background:#470101;
}

#page-top,
#page-bottom {
	height:9px;
	background:url('/images/public/bg_page_top.jpg') repeat-x;
}

#page-bottom {
	background:url('/images/public/bg_page_bottom.jpg') repeat-x;
}

#frame-modules {
	background:url('/images/public/bg_page.jpg');
}

#footer-contact {
	margin:35px 0px 15px 0px;
	color:#8d3300;
	text-align:center;
}

#footer-contact a {
	color:#8d3300;
	text-decoration:none;
}

#footer-contact a:hover {
	color:#f0d0a9;
}

#footer-copyright {
	text-align:center;
	margin-bottom:35px;
	color:#f0d0a9;
}

/* arrows */

.link-arrow-right {
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=000000&background=ffffff&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=666666&background=ffffff&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=000000&background=ffffff&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=666666&background=ffffff&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
}

/* ifram pop up - do we still use this? */
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;
}

