/* 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 {
	font-weight: normal;
	line-height: 1.5;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top center;
	background-color: #2A2017;
	background-image: url('bg.jpg');
	color: #beaa97;
}
/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Francois One', sans-serif;
}
h1 {
	margin: 10px 0 4px;
	font-size: 2.9em;
	line-height: 1.2;
	font-weight: normal;
}
h2 {
	margin: 40px 0 4px;
	font-size: 2.2em;
	line-height: 1.2;
	font-weight: normal;
}
h3 {
	margin: 40px 0 4px;
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
}
h4 {
	margin: 40px 0 4px;
	font-size: 1.3em;
	line-height: 1.3;
}
h5 {
	margin: 40px 0 4px;
	font-size: 1.3em;
	line-height: 1.4;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
h6 {
	margin: 40px 0 4px;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
a:link, a:visited, a:active {
	color: #aa8b73;
	text-decoration: underline;
}
a:hover {
	color: #aa8b73;
	text-decoration: none;
}
input, textarea {
	padding: 4px 6px;
	border: 1px solid #2B1E18;
	color: #CBB5A5;
	background-color: #59483C;
	font-size: 13px;
	box-shadow: 0 0 1px #000 inset;
	font-family: Tahoma, Geneva, sans-serif;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
	background: none;
}
input[type="submit"], input[type="button"] {
	font: bold 14px/24px Tahoma, Geneva, sans-serif;
	display: block;
	white-space: nowrap;
	background-color: #35271E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#59483C), to(#35271E));
	background-image: -webkit-linear-gradient(top, #59483C, #35271E);
	background-image: -moz-linear-gradient(top, #59483C, #35271E);
	background-image: -ms-linear-gradient(top, #59483C, #35271E);
	background-image: -o-linear-gradient(top, #59483C, #35271E);
	background-image: linear-gradient(top, #59483C, #35271E);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#59483C', EndColorStr='#35271E');
	border: 1px solid #2B1E18;
	padding: 5px 15px;
	font: bold 16px/26px Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #CBB5A5;
	text-shadow: #000 0 1px 0;
	box-shadow: 0 0 1px 1px #2B1E18 inset;
	cursor: pointer;
	text-align: center;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #35271E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6f5746), to(#35271E));
	background-image: -webkit-linear-gradient(top, #6f5746, #35271E);
	background-image: -moz-linear-gradient(top, #6f5746, #35271E);
	background-image: -ms-linear-gradient(top, #6f5746, #35271E);
	background-image: -o-linear-gradient(top, #6f5746, #35271E);
	background-image: linear-gradient(top, #6f5746, #35271E);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6f5746', EndColorStr='#35271E');
}
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: 0 0 1px 2px #2B1E18 inset;
	background-color: #35271E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#47382e), to(#35271E));
	background-image: -webkit-linear-gradient(top, #47382e, #35271E);
	background-image: -moz-linear-gradient(top, #47382e, #35271E);
	background-image: -ms-linear-gradient(top, #47382e, #35271E);
	background-image: -o-linear-gradient(top, #47382e, #35271E);
	background-image: linear-gradient(top, #47382e, #35271E);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#47382e', EndColorStr='#35271E');
	position: relative;
	top: 1px;
	outline: none;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #291e16;
	border-bottom: 1px solid #473b32;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #beaa97;
}
fieldset {
	border: 1px solid #473b32;
	background-color: #2E211B;
}
blockquote {
	background-color: #2a1f17;
	margin: 30px 0;
	padding: 20px 30px;
	font-style: italic;
}
blockquote p {
	margin: 0;
}
pre {
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	background-color: #2a1f17;
	padding: 10px;
}
p {
	margin: 1.414em 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%;
}
/* Header
================================================= */
.top {
	width: 940px;
	margin: 20px auto 10px auto;
	position: relative;
}
.header_wrap {
	background: url("logo_header.gif") top center no-repeat;
	width: 940px;
	height: 470px;
	margin-top: -93px;
}
.logo {
	width: 140px;
	height: 93px;
	float: left;
	margin-left: 20px;
}
.top h1 {
	margin: 0 20px;
	float: right;
	width: 740px;
	height: 93px;
	color: #a88f7c;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	font-size: 37px;
	line-height: 93px;
}
.header {
	width: 860px;
	height: 300px;
	padding: 130px 40px 40px 40px;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 860px;
}
.px_header_caption {
	padding: 0 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	width: 820px
}
.px_header_caption h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 0;
	color: #beaa97;
}
.px_header_caption h2 a {
	color: #beaa97;
	text-decoration: underline;
}
.px_header_caption h2 a:hover {
	text-decoration: none;
}
.bx-wrapper .bx-pager {
	text-align: right;
	color: #a88f7c;
	position: relative;
	bottom: -15px;
	min-width: 100%;
	z-index: 9999;
	line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background: #a88f7c;
	text-indent: -9999em;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	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: #000;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999em;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: -40px;
	background: url("arrows.png") no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -40px;
	background: url("arrows.png") no-repeat -40px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -40px;
}
.bx-wrapper .bx-next:hover {
	background-position: -40px -40px;
}
.px_tray {
	width: 940px;
	line-height: 24px;
	height: 24px;
	margin: 0 auto;
	font-size: 12px;
}
.px_tray_group1 {
	float: left;
	margin-top: 5px;
}
.px_tray_group2 {
	float: right;
	margin-top: 5px;
}
.px_tray_group2 a {
	margin-left: 10px;
}
.px_tray_group2 a:first-child {
	margin-left: 0;
}
.px_language a span {
	display: block;
	float: left;
	line-height: 24px;
}
.px_language a:hover span {
	text-decoration: underline;
}
.px_language a img {
	margin-right: 4px;
	border: none;
	display: block;
	float: left;
}
.px_tray a {
	color: #beaa97;
}
.px_tray a:hover {
	color: #beaa97;
}

/* Navigation Main
================================================= */
.navigation {
	margin: 0 auto;
	width: 940px;
}
.navigation_main {
	width: 940px;
	height: 47px;
	margin: 0;
	overflow: hidden;
	position: relative;
	background: url("bg_footer_top.jpg") 0 37px no-repeat;
}
.navigation_main_bg {
	width: 940px;
	background: url("bg_footer.jpg") 0 39px no-repeat;
	height: 47px;
}
.navigation_main ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
html>body .navigation_main {
	bottom: 0px;
}
.navigation_main li {
	display: inline;
}
.navigation_main a:link, .navigation_main a:visited, .navigation_main a:active {
	background: url("menu_left.png") top left no-repeat;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	color: #a88f7c;
	height: 47px;
	line-height: 47px;
	margin-top: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
}
.navigation_main span {
	display: block;
	float: left;
	height: 47px;
	line-height: 39px;
	text-align: left;
	font-size: 15px;
	cursor: pointer;
	padding: 0 20px;
}
.navigation_main a.px_menu_selected,
.navigation_main a.px_menu_selected_parent,
.navigation_main a:hover {
	margin: 0 8px 0 5px;
	height: 47px;
	background: url("active_left.png") top left no-repeat;
	color: #a88f7c;
	font-weight: bold;
}
.navigation_main .px_menu_selected span,
.navigation_main .px_menu_selected_parent span,
.navigation_main a:hover span {
	background: url("active_right.png") top right no-repeat;
	display: block;
	float: left;
	line-height: 42px;
	height: 47px;
	text-align: left;
	font-size: 15px;
	cursor: pointer;
	padding: 0 29px;
	margin-right: -9px;
	position:relative;
}

/* Navigation Sub
================================================= */
.navigation_sub {
	width: 940px;
	background: url("bg_footer.jpg") top left repeat;
	position: relative;
	z-index: 9999;
}
.navigation_sub > ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	float: left;
	text-align: left;
	z-index: 10;
}
.navigation_sub a:link, .navigation_sub a:visited, .navigation_sub a:active {
	text-decoration: none;
	color: #8d7969;
	line-height: 24px;
	float: left;
	font-size: 13px;
	text-shadow: 1px 1px 0 #000;
	font-weight: bold;
	display: block;
	padding: 0 10px;
}
.navigation_sub a:hover span {
	text-decoration: underline;
}
.navigation_sub span {
	display: inline;
	line-height: 24px;
	text-align: left;
	font-size: 13px;
	cursor: pointer;
	margin: 0 15px;
	float: left;
}

.navigation_sub ul ul {
	width: 180px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.navigation_sub ul li {
	position: relative;
	float: left;
}
.navigation_sub > ul li > ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 32px;
}
.navigation_sub ul ul ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 100%;
	top: 0;
}
.navigation_sub > ul > li > a:link,
.navigation_sub > ul > li > a:visited,
.navigation_sub > ul > li > a:active {
	line-height: 30px;
	height: 30px;
}
.navigation_sub ul ul a:link, .navigation_sub ul ul a:visited, .navigation_sub ul ul a:active {
	width: 150px;
	line-height: 24px;
	padding: 2px 15px;
	background-color: #2a1f17;
}
.navigation_sub ul ul ul a:link, .navigation_sub ul ul ul a:visited, .navigation_sub ul ul ul a:active {
	background-color: #2a1f17;
}
.navigation_sub ul ul ul a:hover,
.navigation_sub ul ul a:hover {
	background-color: #3d2c23;
}
.navigation_sub ul ul a.px_menu_selected:link,
.navigation_sub ul ul a.px_menu_selected:active,
.navigation_sub ul ul a.px_menu_selected:visited,
.navigation_sub ul ul a.px_menu_selected:hover,
.navigation_sub ul ul a.px_menu_selected_parent:link,
.navigation_sub ul ul a.px_menu_selected_parent:visited,
.navigation_sub ul ul a.px_menu_selected_parent:active,
.navigation_sub ul ul a.px_menu_selected_parent:hover {
	background-color: #3d2c23;
	text-decoration: underline;
}
.navigation_sub ul a.px_menu_selected:link span,
.navigation_sub ul a.px_menu_selected:active span,
.navigation_sub ul a.px_menu_selected:visited span,
.navigation_sub ul a.px_menu_selected:hover span,
.navigation_sub ul a.px_menu_selected_parent:link span,
.navigation_sub ul a.px_menu_selected_parent:visited span,
.navigation_sub ul a.px_menu_selected_parent:active span,
.navigation_sub ul a.px_menu_selected_parent:hover span {
	text-decoration: underline;
}
.navigation_sub_bg {
	width: 940px;
	height: 2px;
	background: url("bg_footer_bottom.jpg") top left no-repeat;
}

/* Content
================================================= */
.content {
	margin: 0 auto;
	width: 940px;
	background: url("bg_content.jpg") top left repeat;
}
.content_bg_top {
	width: 940px;
	height: 2px;
	background: url("bg_content_top.jpg") top left no-repeat;
}
.content_area {
	width: 860px;
	margin: 30px 40px;
}
.px_column_left,
.px_column_main,
.px_column_right {
	float: left;
}
.px_column_left .px_column_wrap {
	margin-right: 30px;
	padding-right: 29px;
	border-right: 1px solid #291e16;
}
.px_column_right .px_column_wrap {
	margin-left: 30px;
	padding-left: 29px;
	border-left: 1px solid #291e16;
}
/* 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: 25px;
	border-top: 1px solid #291e16;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 25px;
}

.content_bg_bottom {
	width: 940px;
	height: 2px;
	background: url("bg_content_bottom.jpg") top left no-repeat;
}

.breadcrumbs {
	margin-bottom: 1.25em;
}

/* Footer
================================================= */
.footer {
	margin: 0 auto;
	width: 940px;
	background: url("bg_footer.jpg") top left repeat;
	color: #beaa97;
	overflow: hidden;
}
.footer_bg_top  {
	width: 940px;
	height: 2px;
	background: url("bg_footer_top.jpg") top left no-repeat;
}
.footer_content {
	width: 860px;
	margin: 30px 40px;
}
.px_footer_wrap:before,
.px_footer_wrap:after {
	content: "";
	display: table;
}
.px_footer_wrap:after {
	clear: both;
}
.px_footer_wrap {
	margin-bottom: 30px;
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.px_footer_cell {
	float: left;
	margin-left: 60px;
}
.px_footer_cell:first-child {
	margin: 0;
}
.footer_bg_bottom  {
	width: 940px;
	height: 2px;
	background: url("bg_footer_bottom.jpg") top left no-repeat;
}
.provider {
	margin: 10px auto;
	width: 940px;
	text-align: center;
	font-size: 13px;
	color: #beaa97;
}
.px_column_main {width:860px;}
#px_column_Tn_iOjNHPAxTQaVMwpY2oQ_x {width:590px;}
#px_column_-S2Qza7ZD4sjI_E0sXrzcg_x {width:270px;}
.px_footer_cell_Hdi9kPPm_0Ju2itgmpclZg_x {width:246px;}


#px_menu_responsive_button {
	display: none;
}
/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.6em;
	}
	h2 {
		font-size: 1.9em;
	}
	h3 {
		font-size: 1.45em;
	}
	.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;
	}
	.top {
		width: 540px;
		margin-top: 10px;
	}
	.top h1 {
		width: 350px;
		height: 93px;
		font-size: 32px;
		margin: 0 20px 0 10px;
		height: 93px;
		line-height: 42px;
	}
	.header_wrap {
		background: url("logo_header_m.gif") top center no-repeat;
		width: 540px;
		height: 330px;
	}
	.header {
		width: 460px;
		height: 160px;
	}
	.px_header img {
		width: 460px;
	}
	.px_header_caption {
		padding: 0 5px;
		width: 450px;
	}
	.px_header_caption h2 {
		font-size: 16px;
		line-height: 24px;
		margin: 5px 0;
	}
	.navigation {
		width: 540px;
	}
	.navigation_main {
		width: 540px;
		background: url("bg_footer_top_m.jpg") 0 37px no-repeat;
	}
	.navigation_main_bg {
		width: 540px;
	}
	.navigation_main_bg ul {
		display: none;
	}
	#px_menu_responsive_button {
		display: block;
	}
	#px_menu_responsive_button i {
		float: left;
		line-height: 42px;
		padding-left: 20px;
	}
	#px_menu_responsive_button:hover i {
		padding-left: 29px;
	}
	#px_menu_responsive_button span {
		padding-left: 15px;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected {
		margin: 0 8px 0 5px;
		height: 47px;
		background: url("active_left.png") top left no-repeat;
		color: #a88f7c;
		font-weight: bold;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected span {
		background: url("active_right.png") top right no-repeat;
		display: block;
		float: left;
		line-height: 42px;
		height: 47px;
		text-align: left;
		font-size: 15px;
		cursor: pointer;
		padding: 0 29px 0 15px;
		margin-right: -9px;
		position:relative;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected i {
		padding-left: 29px;
	}
	.navigation_sub > ul {
		display: none;
	}
	.navigation_sub {
		width: 540px;
		background: url("bg_footer_m.jpg") top left repeat;
	}
	.navigation_sub_bg {
		width: 540px;
		background: url("bg_footer_bottom_m.jpg") top left no-repeat;
	}
	#px_menu_responsive ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 20px;
	}
	#px_menu_responsive a:link, #px_menu_responsive a:visited, #px_menu_responsive a:active {
		text-decoration: none;
		color: #8d7969;
		line-height: 24px;
		float: none;
		font-size: 13px;
		text-shadow: 1px 1px 0 #000;
		font-weight: bold;
		display: block;
		padding: 5px 20px;
	}
	#px_menu_responsive a:hover span {
		text-decoration: underline;
	}
	#px_menu_responsive span {
		display: inline;
		line-height: 24px;
		text-align: left;
		font-size: 13px;
		cursor: pointer;
		margin: 0;
		float: none;
	}
	#px_menu_responsive ul ul {
		width: auto;
		box-shadow: none;
	}
	#px_menu_responsive ul li {
		position: relative;
		float: none;
	}
	#px_menu_responsive ul ul ul {
		position: static;
		margin: 0;
		padding: 0 0 0 20px;
		left: 0;
		top: 0;
	}
	#px_menu_responsive ul ul ul {
		padding: 0 0 0 20px;
	}
	#px_menu_responsive ul ul a:link, #px_menu_responsive ul ul a:visited, #px_menu_responsive ul ul a:active {
		width: auto;
		line-height: 24px;
		padding: 5px 20px;
		background-color: transparent;
	}
	#px_menu_responsive ul ul ul a:link,
	#px_menu_responsive ul ul ul a:visited,
	#px_menu_responsive ul ul ul a:active {
		background-color: transparent;
	}
	#px_menu_responsive ul ul ul a:hover,
	#px_menu_responsive ul ul a:hover {
		background-color: transparent;
	}
	#px_menu_responsive ul ul a.px_menu_selected:link,
	#px_menu_responsive ul ul a.px_menu_selected:active,
	#px_menu_responsive ul ul a.px_menu_selected:visited,
	#px_menu_responsive ul ul a.px_menu_selected:hover,
	#px_menu_responsive ul ul a.px_menu_selected_parent:link,
	#px_menu_responsive ul ul a.px_menu_selected_parent:visited,
	#px_menu_responsive ul ul a.px_menu_selected_parent:active,
	#px_menu_responsive ul ul a.px_menu_selected_parent:hover {
		background-color: transparent;
		text-decoration: underline;
	}
	#px_menu_responsive ul a.px_menu_selected:link span,
	#px_menu_responsive ul a.px_menu_selected:active span,
	#px_menu_responsive ul a.px_menu_selected:visited span,
	#px_menu_responsive ul a.px_menu_selected:hover span,
	#px_menu_responsive ul a.px_menu_selected_parent:link span,
	#px_menu_responsive ul a.px_menu_selected_parent:visited span,
	#px_menu_responsive ul a.px_menu_selected_parent:active span,
	#px_menu_responsive ul a.px_menu_selected_parent:hover span {
		text-decoration: underline;
	}

	.content {
		width: 540px;
		background: url("bg_content_m.jpg") top left repeat;
	}
	.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: 460px !important;
		margin-bottom: 30px;
	}
	.px_column_left .px_column_wrap {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.px_column_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.content_bg_top {
		width: 540px;
		background: url("bg_content_top_m.jpg") top left no-repeat;
	}
	.content_area {
		width: 460px;
		margin: 30px 40px;
	}
	.content_bg_bottom {
		width: 540px;
		background: url("bg_content_bottom_m.jpg") top left no-repeat;
	}
	.footer {
		width: 540px;
		background: url("bg_footer_m.jpg") top left repeat;
	}
	.footer_bg_top  {
		width: 540px;
		background: url("bg_footer_top_m.jpg") top left no-repeat;
	}
	.footer_bg_bottom  {
		width: 540px;
		background: url("bg_footer_bottom_m.jpg") top left no-repeat;
	}
	.footer_content {
		width: 460px;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		width: 460px !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.35em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.05em;
	}

	.top {
		width: 320px;
	}
	.header_wrap {
		background: url("logo_header_s.gif") top center no-repeat;
		width: 320px;
		height: 241px;
	}
	.top h1 {
		width: 320px;
		height: 68px;
		margin: 0 0 5px 0;
		font-size: 27px;
		line-height: 34px;
	}
	.header {
		width: 260px;
		height: 91px;
		padding: 120px 30px 30px 30px;
	}
	.px_header img {
		width: 260px;
	}
	.px_header_caption {
		padding: 0 2px;
		width: 256px;
	}
	.px_header_caption h2 {
		font-size: 12px;
		line-height: 17px;
		margin: 1px 0;
	}
	.bx-wrapper .bx-pager {
		bottom: -10px;
	}
	.bx-wrapper .bx-prev {
		left: -35px;
	}
	.bx-wrapper .bx-next {
		right: -35px;
	}
	.px_tray {
		width: 320px;
	}
	.navigation {
		width: 320px;
	}
	.navigation_sub {
		width: 320px;
		background: url("bg_footer_s.jpg") top left repeat;
	}
	.navigation_main {
		width: 320px;
		background: url("bg_footer_top_s.jpg") 0 37px no-repeat;
	}
	.navigation_sub_bg {
		width: 320px;
		background: url("bg_footer_bottom_s.jpg") top left no-repeat;
	}
	.content {
		width: 320px;
		background: url("bg_content_s.jpg") top left repeat;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 290px !important;
	}
	.content_bg_top {
		width: 320px;
		background: url("bg_content_top_s.jpg") top left no-repeat;
	}
	.content_area {
		width: 290px;
		margin: 20px 15px;
	}
	.content_bg_bottom {
		width: 320px;
		background: url("bg_content_bottom_s.jpg") top left no-repeat;
	}
	.footer {
		width: 320px;
		background: url("bg_footer_s.jpg") top left repeat;
		font-size: 0.875em;
	}
	.footer_bg_top  {
		width: 320px;
		background: url("bg_footer_top_s.jpg") top left no-repeat;
	}
	.footer_bg_bottom  {
		width: 320px;
		background: url("bg_footer_bottom_s.jpg") top left no-repeat;
	}
	.footer_content {
		width: 290px;
		margin: 20px 15px;
	}
	.px_footer_cell {
		width: 290px !important;
	}
	.provider {
		width: 320px;
	}
}

/* Print
================================================= */
@media print {
	.header_wrap, .navigation, .provider, .breadcrumbs {
		display: none;
	}
}

