@charset "utf-8";
/* CSS Document */

.header {
	padding-bottom: 40px;
}
.content_header_sub {
	display: none;
}
.top_navigation {
	display: none;
}
.selectlang {
	display: none;
}

#td_left,
#td_normal,
.left_column,
.normal_column {
	border: none;
}

#td_left,
.left_column {
	display: none;
}

/* Footer */
.footer {
	background: #e3e3e3;
	padding: 20px 0 8px 0;
}
.footer_info {
	padding: 0;
	margin: 0;
	overflow:hidden;
}
.footer_info li  {
	float: left;
	display: inline;
	margin: 0 30px 0 0px;
}

/* Sub navigation markers */
.sub_navigation_markers,
.sub_navigation_markers li {
	list-style:none;
	
	margin:0;
	padding:0;
}
.sub_navigation_markers {
	padding-bottom: 30px;
}
.sub_navigation_markers li a {
	display: block;

	font-size: 11px;
	color:#666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;

	background-image: url(/fileadmin/mediabank/www.paragona.com/res/img/layout/li_marker_no.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding-left: 0px;
	line-height: 20px;
}
.nomarkers li a {
	background-image: none;
	
	padding-left: 0px;
}
.sub_navigation_markers li a:HOVER,
.sub_navigation_markers .ui-tabs-selected a {
	background-image: url(/fileadmin/mediabank/www.paragona.com/res/img/layout/li_marker_ao.gif);
	color: #CC0033;
}
.nomarkers li a:HOVER,
.nomarkers .ui-tabs-selected a {
	background-image: none;
}
.right_col_padding {
	width: 30%;
}
.column_tools {
	display:none;
}
