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

#bg-repeat {
	width:100%;
	height:986px;
	background:url('/images/public/bg_body.jpg') repeat-x;
}

/* frame containers */
#container {
	width:1000px;
	margin:-1000px auto 0px auto;
}

#header {
	width:920px;
	padding:40px;
	height:40px;
	background:url('/images/public/bg_container.png') repeat-y;
	position:relative;
}

#header-cap {
	width:1000px;
	height:40px;
	background:url('/images/public/bg_header.png') no-repeat;
}

#logo-top, 
#logo-bottom {
	display:block;
	position:absolute;
	top:-30px;
	left:310px;
	background:url('/images/public/logo_top.png') no-repeat;
	width:410px;
	height:132px;
	z-index:5;
}

#logo-bottom {
	top:102px;
	left:391px;
	background:url('/images/public/logo_bottom.png') no-repeat;
	width:228px;
	height:53px;
	z-index:10;
}

#logo-onatural {
	position:absolute;
	top:50px;
	left:80px;
	background:url('/images/public/logo_onatural.png') no-repeat;
	width:220px;
	height:28px;
}

#advertisement {
	position:absolute;
	right:90px;
	top:-5px;
	width:175px;
	height:90px;
	text-align:right;
}

#logo-usopen {
	display:none;
	position:absolute;
	right:90px;
	top:-5px;
	background:url('/images/public/logo_usopen.png') no-repeat;
	width:145px;
	height:90px;
}

#frame-modules {
	width:920px;
	background:url('/images/public/bg_container.png') repeat-y;
	padding:0px 40px 40px 40px;
	min-height:585px;
}


#footer-cap {
	width:1000px;
	height:80px;
	background:url('/images/public/bg_footer_cap.png') no-repeat -4px 0px;
}


#footer {
	height:60px;
	color:#FFF;
	background:url('/images/public/bg_footer.png') no-repeat 10px 40px;
}

#footer a {
	color:#FFF;
	text-decoration:underline;
}

#partner {
	position:relative;
	height:120px;
}

#logo-partner {
	position:absolute;
	left:288px;
	top:10px;
}

#partner-left {
	position:absolute;
	top:35px;
	left:155px
}

#partner-right {
	left:480px;
	position:absolute;
	top:35px;
	width:440px; 
}




#footer-contact {
	text-align:center;
}

/* arrows */

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

