/* Reset
================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	padding-left: 25px;
	margin: 10px 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Body
================================================= */
.clear:before,
.clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
body {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top left;
	background-color: #0f0a0f;
	background-image: url(customeditor/1691019760.jpg);
	font-weight: 400;
	line-height: 1.5;
	font-size: 19px;
	font-family: 'Titillium Web', sans-serif;
	color: #2b272b;
}
/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
}
h1 {
	margin: 10px 0 4px;
	font-size: 2.7em;
	line-height: 1.3;
	font-weight: 200;
}
h2 {
	margin: 40px 0 4px;
	font-size: 1.9em;
	line-height: 1.4;
	font-weight: 400;
}
h3 {
	margin: 40px 0 4px;
	font-size: 1.9em;
	line-height: 1.4;
	font-weight: 200;
}
h4 {
	margin: 40px 0 4px;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 700;
}
h5 {
	margin: 40px 0 4px;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 400;
}
h6 {
	margin: 40px 0 4px;
	font-size: 1.1em;
	line-height: 1.45;
	font-weight: 700;
}
a:link, a:visited, a:active {
	color: #e0572d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, textarea {
	padding: 6px 8px;
	border: 1px solid #0f0e0f;
	color: #e0572d;
	background-color: #0d0d0d;
	font-size: 14px;
	box-shadow: 1px 1px 1px #000 inset;
	font-family: 'Titillium Web', sans-serif;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
	background: none;
}
input[type="submit"], input[type="button"] {
	display: block;
	white-space: nowrap;
	background-color: #2a2a2a;
	border: 1px solid #09090a;
	padding: 3px 15px;
	font: bold 15px/24px 'Titillium Web', sans-serif;
	text-decoration: none;
	color: #0f0d0f;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	text-align: center;
	box-shadow: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #2a2a2a;
	border: 1px solid #0f0e0f;
	color: #fff;
}
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: 0 1px 1px #000 inset;
	background: #2a2a2a;
	position: relative;
	text-shadow: none;
	top: 1px;
	color: #0f0e0f;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #0d0d0d;
	border-bottom: 1px solid #2a2a2a;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #000;
}
fieldset {
	border: 1px solid #2a2a2a;
}
blockquote {
	border: 1px solid #2a2a2a;
	font-size: 16px;
	margin: 20px 0;
	padding: 20px 30px;
	font-style: italic;
	background-color: #0d0d0d;
}

blockquote p {
	margin: 0;
}
pre {
	color: #0f0d0f;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #2a2a2a;
	padding: 10px;
}
p {
	margin: 1.25em 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
em, i, dfn, var {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
code, samp, kbd {
	font-family: "Consolas","Monaco","Courier";
}
abbr {
	border-bottom: .1em dotted;
	cursor: help;
}
small {
	font-size: 80%;
}
/* Layout
================================================= */
.wrapper {
	width: 978px;
	margin: 0 auto;
}
.content_wrapper {
	width: 978px;
	margin: 10px 0;
	background-color: #171717;
	box-shadow: 0 0 20px #000;
}
.line {
	background: url("line.gif") top left no-repeat;
	width: 978px;
	height: 2px;
}
.content_wrap {
	background: url("bg_content.gif") top left repeat-y;
}
/* Top
================================================= */
.px_tray {
	width: 978px;
	line-height: 24px;
	height: 24px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
}
.px_tray a {
	color: #8f3e18;
}
.px_tray a:hover {
	color: #8f3e18;
}
.px_tray_group1 {
	float: left;
}
.px_tray_group2 {
	float: right;
}
.px_tray_group2 a {
	margin-left: 10px;
}
.px_tray_group2 a:first-child {
	margin-left: 0;
}
.px_language a span {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	text-decoration: underline;
}
.px_language a:hover span {
	text-decoration: none;
}
.px_language a img {
	margin-right: 4px;
	border: none;
	display: block;
	float: left;
}

.logo {
	width: 222px;
	height: 70px;
	float: left;
}
h1.heading {
	color: #f06318;
	width: 736px;
	height: 70px;
	line-height: 70px;
	display: block;
	float: right;
	margin: 0 0 0 20px;
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	padding: 0;
}
/* Header
================================================= */
.header {
	padding: 26px;
	width: 926px;
	height: 298px;
	background: url("header.jpg") top left no-repeat;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 926px;
	display: block;
}
.px_header_caption {
	margin: 0;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: #000;
	background: rgba(0,0,0, 0.85);
	left: 0;
	width: 886px;
}
.px_header_caption h2 {
	font-size: 20px;
	line-height: 26px;
	margin: 5px 0;
	color: #d6d6d6;
}
.px_header_caption h2 a {
	color: #d6d6d6;
}
.bx-wrapper .bx-pager {
	text-align: center;
	color: #000;
	position: relative;
	bottom: 316px;
	right: 0px;
	min-width: 100%;
	z-index: 9999;
	line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background: #000;
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 5px;
	text-align: left;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #09090a;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: -16px;
	background: url("controls.png") no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -16px;
	background: url("controls.png") no-repeat -32px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
}
.bx-wrapper .bx-next:hover {
	background-position: -32px -32px;
}
/* Navigation Main
================================================= */
.navigation {
	font-size: 13px;
}
.navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	line-height: 24px;
	border-bottom: 1px solid #2a2a2a;
	padding: 4px 5px 4px 10px;
	display: block;
	text-align: left;
	color: #e0572d;
}
.navigation a:link span,
.navigation a:visited span,
.navigation a:active span {
	display: block;
	background: url("arrow_close.gif") center left no-repeat;
	padding-left: 15px;
}
.navigation a.px_menu_has_child span {
	display: block;
	background: url("arrow_open.gif") center left no-repeat;
	padding-left: 15px;
}
.navigation a.px_menu_selected,
.navigation a:hover {
	background-color: #0d0d0d;
}
.navigation ul ul a:link,
.navigation ul ul a:visited,
.navigation ul ul a:active {
	padding-left: 30px;
}
.navigation ul ul ul a:link,
.navigation ul ul ul a:visited,
.navigation ul ul ul a:active {
	padding-left: 50px;
}
.navigation ul ul ul ul a:link,
.navigation ul ul ul ul a:visited,
.navigation ul ul ul ul a:active {
	padding-left: 70px;
}
.navigation ul ul ul ul ul a:link,
.navigation ul ul ul ul ul a:visited,
.navigation ul ul ul ul ul a:active {
	padding-left: 90px;
}

/* Content
================================================= */
.sidebar {
	width: 227px;
	padding: 25px;
	float: left;
}
.content {
	width: 647px;
	padding: 25px;
	float: right;
}
.px_column_left {
	padding: 30px 0 10px;
}
.px_column_main,
.px_column_right {
	float: left;
}
.px_column_right .px_column_wrap {
	margin-left: 20px;
	padding-left: 19px;
	border-left: 1px solid #2a2a2a;
}
/* Additional styling for spaces and separators between modules */
.px_column_left .px_cell_wrap:first-child,
.px_column_main .px_cell_wrap:first-child,
.px_column_right .px_cell_wrap:first-child,
.px_column_left .px_cell_wrap:first-child .px_cell,
.px_column_main .px_cell_wrap:first-child .px_cell,
.px_column_right .px_cell_wrap:first-child .px_cell {
	margin-top: 0;
	border-top: none;
}
.px_column_left .px_cell_wrap,
.px_column_main .px_cell_wrap,
.px_column_right .px_cell_wrap {
	margin-top: 30px;
	border-top: 1px solid #2a2a2a;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}

.breadcrumbs {
	margin-bottom: 1.25em;
}

/* Footer
================================================= */
.footer {
	width: 928px;
	padding: 25px;
	overflow: hidden;
}
.px_footer_wrap:before,
.px_footer_wrap:after {
	content: "";
	display: table;
}
.px_footer_wrap:after {
	clear: both;
}
.px_footer_wrap {
	margin-bottom: 20px;
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.px_footer_cell {
	float: left;
	margin-left: 50px;
}
.px_footer_cell:first-child {
	margin: 0;
}

.provider {
	width: 978px;
	margin: 10px auto 20px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.px_column_left {width:227px;}
.px_column_main {width:647px;}
.px_footer_cell_dbuv2mo7iGKb3aoGpAaTlw_x {width:928px;}


#px_menu_responsive_button {
	display: none;
}

/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.8em;
	}
	h4 {
		font-size: 1.38em;
	}
	h5 {
		font-size: 1.38em;
	}
	.wrapper {
		width: 540px;
	}
	.content_wrapper {
		width: 540px;
	}
	.line {
		width: 540px;
	}
	.content_wrap {
		background: none;
	}
	.px_tray {
		width: 540px;
		height: auto;
	}
	.px_tray_group1 {
		float: none;
		padding: 4px 0;
	}
	.px_tray_group1 > div {
		float: none;
		clear: both;
		padding-top: 5px;
		margin: 0;
	}
	.px_tray_group2 {
		float: none;
		clear: both;
		padding: 4px 0;
	}
	h1.heading {
		width: 308px;
		height: 70px;
		line-height: 35px;
		margin: 0 0 0 10px;
		font-size: 26px;
	}
	.header {
		padding: 26px;
		width: 488px;
		height: 157px;
		background: url("header_m.jpg") top left no-repeat;
	}
	.px_header img {
		width: 488px;
	}
	.px_header_caption {
		padding: 0 10px;
		width: 468px;
	}
	.px_header_caption h2 {
		font-size: 15px;
		line-height: 22px;
		margin: 4px 0;
	}
	.bx-wrapper .bx-pager {
		bottom: 173px;
	}
	#px_menu_responsive_button {
		display: block;
		font-size: 22px;
		padding: 10px 5px;
		text-align: center;
	}
	#px_menu_responsive_button span {
		padding-left: 15px;
	}
	.navigation {
		display: none;
	}
	#px_menu_responsive {
		font-size: 13px;
	}
	#px_menu_responsive ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#px_menu_responsive a:link,
	#px_menu_responsive a:visited,
	#px_menu_responsive a:active {
		text-decoration: none;
		line-height: 24px;
		border-bottom: 1px solid #2a2a2a;
		padding: 7px 5px 7px 10px;
		display: block;
		text-align: left;
		color: #e0572d;
	}
	#px_menu_responsive a:link span,
	#px_menu_responsive a:visited span,
	#px_menu_responsive a:active span {
		display: block;
		background: url("arrow_close.gif") center left no-repeat;
		padding-left: 15px;
	}
	#px_menu_responsive a.px_menu_responsive_has_child span {
		display: block;
		background: url("arrow_open.gif") center left no-repeat;
		padding-left: 15px;
	}
	#px_menu_responsive a.px_menu_responsive_selected,
	#px_menu_responsive a:hover {
		background-color: #0d0d0d;
	}
	#px_menu_responsive ul ul a:link,
	#px_menu_responsive ul ul a:visited,
	#px_menu_responsive ul ul a:active {
		padding-left: 30px;
	}
	#px_menu_responsive ul ul ul a:link,
	#px_menu_responsive ul ul ul a:visited,
	#px_menu_responsive ul ul ul a:active {
		padding-left: 50px;
	}
	#px_menu_responsive ul ul ul ul a:link,
	#px_menu_responsive ul ul ul ul a:visited,
	#px_menu_responsive ul ul ul ul a:active {
		padding-left: 70px;
	}
	#px_menu_responsive ul ul ul ul ul a:link,
	#px_menu_responsive ul ul ul ul ul a:visited,
	#px_menu_responsive ul ul ul ul ul a:active {
		padding-left: 90px;
	}
	.sidebar {
		width: 490px;
		padding: 25px;
	}
	.content {
		width: 490px;
		padding: 25px;
	}
	.px_column_left table,
	.px_column_main table,
	.px_column_right table,
	.px_footer_cell table {
		width: 100% !important;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 490px !important;
		margin-bottom: 30px;
	}
	.px_column_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.footer {
		width: 490px;
		padding: 25px;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		width: 490px !important;
		margin: 0 0 30px 0;
	}
	.px_footer_cell:first-child {
		margin: 0 0 30px 0;
	}
	.provider {
		width: 540px;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 2.1em;
	}
	h2 {
		font-size: 1.7em;
	}
	h3 {
		font-size: 1.7em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.3em;
	}
	.wrapper {
		width: 320px;
	}
	.content_wrapper {
		width: 320px;
	}
	.line {
		width: 320px;
	}
	.px_tray {
		width: 320px;
	}
	h1.heading {
		width: 320px;
		height: 70px;
		line-height: 35px;
		margin: 10px 0 0;
		font-size: 26px;
		float: none;
	}
	.logo {
		float: none;
		margin: 10px auto;
	}
	.header {
		padding: 16px;
		width: 288px;
		height: 93px;
		background: url("header_s.jpg") top left no-repeat;
	}
	.px_header img {
		width: 288px;
	}
	.px_header_caption {
		padding: 0 5px;
		width: 278px;
	}
	.px_header_caption h2 {
		font-size: 13px;
		line-height: 18px;
		margin: 1px 0;
	}
	.bx-wrapper .bx-pager {
		bottom: 106px;
	}
	.sidebar {
		width: 300px;
		padding: 10px;
	}
	.content {
		width: 300px;
		padding: 10px;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 300px !important;
	}
	.footer {
		width: 300px;
		padding: 10px;
	}
	.px_footer_cell {
		width: 300px !important;
	}
	.provider {
		width: 320px;
	}
}
/* Print
================================================= */
@media print {
	.header, .navigation, .provider, .breadcrumbs {
		display: none;
	}
}

