/* 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: url("bg.jpg") top center repeat;
	font-weight: normal;
	line-height: 1.5;
	font-size: 16px;
	font-family: 'Caudex', serif;
	color: #c1acb4;
	min-width: 978px;
}
/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Caudex', serif;
}
h1 {
	margin: 10px 0 4px;
	font-size: 2.9em;
	line-height: 1.27;
	font-weight: bold;
}
h2 {
	margin: 35px 0 4px;
	font-size: 2.1em;
	line-height: 1.27;
	font-weight: bold;
}
h3 {
	margin: 35px 0 4px;
	font-size: 2em;
	line-height: 1.3;
	font-weight: normal;
}
h4 {
	margin: 35px 0 4px;
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
}
h5 {
	margin: 35px 0 4px;
	font-size: 1.4em;
	line-height: 1.36;
}
h6 {
	margin: 35px 0 4px;
	font-size: 1.1em;
	line-height: 1.38;
	font-weight: bold;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #7a3643;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #7a3643;
	text-decoration: underline;
}
input, textarea {
	padding: 6px 8px;
	border: 1px solid #4b3238;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	box-shadow: 1px 1px 1px #000 inset;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, 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: #4b3238;
	border: 1px solid #000;
	padding: 5px 15px;
	font: bold 15px/26px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-decoration: none;
	color: #c1acb4;
	text-shadow: #000 0 1px 0;
	cursor: pointer;
	text-align: center;
	box-shadow: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #7a3643; /* Old browsers */
	background: -moz-linear-gradient(top, #7a3643 0%, #4b3238 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a3643), color-stop(100%,#4b3238)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7a3643 0%,#4b3238 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7a3643 0%,#4b3238 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7a3643 0%,#4b3238 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7a3643 0%,#4b3238 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a3643', endColorstr='#4b3238',GradientType=0 ); /* IE6-9 */
}
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: 0 1px 1px #000 inset;
	background: #4b3238; /* Old browsers */
	background: -moz-linear-gradient(top, #4b3238 0%, #7a3643 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b3238), color-stop(100%,#7a3643)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4b3238 0%,#7a3643 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4b3238 0%,#7a3643 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4b3238 0%,#7a3643 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4b3238 0%,#7a3643 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b3238', endColorstr='#7a3643',GradientType=0 ); /* IE6-9 */
	position: relative;
	top: 1px;
	text-shadow: #333 0 1px 0;
	color: #c1acb4;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #7a3643;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #7a3643;
}
fieldset {
	border: 1px solid #4b3238;
}
blockquote {
	border: 1px solid #4b3238;
	background: url("submenu_bg.png") top center repeat;
	margin: 20px 0;
	padding: 20px 30px;
	font-style: italic;
}

blockquote p {
	margin: 0;
}
pre {
	color: #c1acb4;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #4b3238;
	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
================================================= */
.bg {
	background-image: url('rock.jpg');
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: transparent;
}
.wrapper {
	width: 978px;
	margin: 0 auto;
	min-height: 1060px;
}

/* Top
================================================= */
header {
	width: 978px;
	height: 100px;
	margin: 20px 0;
}
.logo {
	width: 150px;
	height: 100px;
	float: left;
}
header h1 {
	color: #7a3643;
	text-shadow: 0 2px 0px #000;
	width: 808px;
	height: 100px;
	line-height: 100px;
	display: block;
	float: right;
	margin: 0 0 0 20px;
	font-size: 42px;
	text-align: center;
	overflow: hidden;
	padding: 0;
}
.px_tray {
	width: 978px;
	line-height: 24px;
	height: 24px;
	margin: 0 auto;
	padding: 13px 0;
	font-size: 12px;
}
.px_tray a {
	color: #c1acb4;
}
.px_tray a:hover {
	color: #c1acb4;
}
.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;
}
.px_language a:hover span {
	text-decoration: underline;
}
.px_language a img {
	margin-right: 4px;
	border: none;
	display: block;
	float: left;
}
.px_sitemap_link span {
	display: none;
}
.px_users_link span {
	display: none;
}

/* Navigation Main
================================================= */
.navigation {
	width: 978px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
	padding: 0 3px;
	margin-bottom: 10px;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	text-decoration: none;
	color: #c1acb4;
	height: 45px;
	display: block;
	padding: 0 15px;
}
.navigation a.px_menu_selected_parent,
.navigation a.px_menu_selected,
.navigation a:hover {
	color: #7a3643;
	background: url("menu_bg.png") top center repeat;
	text-shadow: 0 2px 0 #000;
}

/* Navigation Sub
================================================= */
.sidebar_top {
	margin-top: 25px;
	width: 240px;
	height: 35px;
	background: url("submenu_top.png") top center no-repeat;
}
.sidebar_bg {
	width: 240px;
	background: url("submenu_bg.png") top center repeat;
}
.sub_navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 13px;
}
.sidebar_bottom {
	width: 240px;
	height: 38px;
	background: url("submenu_bottom.png") top center no-repeat;
}
.sub_navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sub_navigation a:link, .sub_navigation a:visited, .sub_navigation a:active {
	text-decoration: none;
	line-height: 31px;
	border-bottom: 1px solid #000;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	text-align: left;
	color: #c1acb4;
}
.sub_navigation a.px_menu_selected_parent,
.sub_navigation a.px_menu_selected,
.sub_navigation a:hover {
	color: #7a3643;
	background: url("menu_bg.png") top center repeat;
	text-shadow: 0 2px 0 #000;
}

.sub_navigation ul ul a:link,
.sub_navigation ul ul a:visited,
.sub_navigation ul ul a:active {
	padding-left: 30px;
}
.sub_navigation ul ul ul a:link,
.sub_navigation ul ul ul a:visited,
.sub_navigation ul ul ul a:active {
	padding-left: 45px;
}
.sub_navigation ul ul ul ul a:link,
.sub_navigation ul ul ul ul a:visited,
.sub_navigation ul ul ul ul a:active {
	padding-left: 60px;
}
.sub_navigation ul ul ul ul ul a:link,
.sub_navigation ul ul ul ul ul a:visited,
.sub_navigation ul ul ul ul ul a:active {
	padding-left: 75px;
}

/* Header
================================================= */
.header {
	margin: 0 0 20px;
	width: 658px;
	height: 250px;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 658px;
	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.75);
	left: 0;
	width: 618px;
}
.px_header_caption h2 {
	font-size: 17px;
	line-height: 26px;
	margin: 3px 0;
	color: #c1acb4;
}
.px_header_caption h2 a {
	color: #7a3643;
}
.bx-wrapper .bx-pager {
	text-align: right;
	color: #c1acb4;
	position: relative;
	bottom: 265px;
	right: 3px;
	min-width: 100%;
	z-index: 9999;
	line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background: #c1acb4;
	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: #7a3643;
}
.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: -40px;
	background: url("controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: -40px;
	background: url("controls.png") no-repeat -32px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -32px 0;
}
/* Content
================================================= */
.content_wrap {
	width: 978px;
}
.sidebar {
	width: 240px;
	float: left;
}
.content {
	width: 658px;
	float: right;
	padding-top: 30px;
}
.px_column_left {
	padding: 30px 0 10px;
	margin: 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 #4b3238;
}
/* 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 #4b3238;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}

.breadcrumbs {
	margin-bottom: 1em;
	background: url("submenu_bg.png") top center repeat;
	padding: 5px 10px;
}

/* Footer
================================================= */
.footer {
	margin: 40px 0 10px;
	width: 918px;
	padding: 30px;
	overflow: hidden;
	background: url("submenu_bg.png") top center repeat;
}
.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: 40px;
}
.px_footer_cell:first-child {
	margin: 0;
}

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

.px_column_left {width:220px;}
.px_column_main {width:658px;}
#px_column_BOq4Ct_x5yqN-M3YDsaAMw_x {width:330px;}
#px_column_B4txVEFohgG_xEjqJlcwcg_x {width:328px;}
#px_column_21P5diepBHdTi6e-d1bHHg_x {width:330px;}
#px_column_eQi7xczaM2YxZXUsP6Absg_x {width:328px;}
#px_column_p8gDoraa5u1lTwxP4bMQaA_x {width:330px;}
#px_column_DvxAqRvEZVDE28vmAbEUzg_x {width:328px;}
#px_column_KWBGakkTiEWx4W4gfWc_7Q_x {width:330px;}
#px_column_P_B_1ZDY07e8raY9c0AHJQ_x {width:328px;}
#px_column_A9jSCH6dvQpmUzVgaflY7w_x {width:330px;}
#px_column_AKiUQvUkzEqrBo8tVwyK1w_x {width:328px;}
#px_column_vHwL4JlEiJ1rF2skDKXzOg_x {width:330px;}
#px_column_g7ZGT-cPZoqwdiryya_mJA_x {width:328px;}
.px_footer_cell_eypbKhmWqnkrY6nZCCOlIA_x {width:199px;}


#px_menu_responsive_button {
	display: none;
}

/* Responsive
================================================= */
@media only screen and (max-width: 1023px) {
	body {
		min-width: 1060px;
	}
}
@media only screen and (max-width: 767px) {
	body {
		min-width: auto;
		min-width: initial;
	}
	h1 {
		font-size: 2.6em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.9em;
	}
	h4 {
		font-size: 1.45em;
	}
	h5 {
		font-size: 1.35em;
	}
	.wrapper {
		width: 540px;
	}
	header {
		width: 540px;
		height: 100px;
		margin: 10px 0;
	}
	.logo {
		width: 150px;
		height: 100px;
		float: left;
	}
	header h1 {
		width: 380px;
		height: 100px;
		line-height: 50px;
		margin: 0 0 0 10px;
		font-size: 30px;
	}
	.px_tray {
		width: 540px;
		height: 60px;
		padding: 5px 0;
	}
	.px_tray_group1 {
		float: none;
		padding: 4px 0;
	}
	.px_tray_group1 > div {
		padding-top: 5px;
		margin: 0;
	}
	.px_tray_group2 {
		float: none;
		clear: both;
		padding: 4px 0;
	}
	.navigation {
		display: none;
	}
	#px_menu_responsive_button {
		display: block;
		width: 540px;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
		font-size: 15px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
		text-decoration: none;
		color: #c1acb4;
		text-align: center;
		font-size: 17px;
	}
	#px_menu_responsive_button span {
		padding-left: 15px;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected {
		color: #7a3643;
		background: url("menu_bg.png") top center repeat;
		text-shadow: 0 2px 0 #000;
	}
	.sidebar_top {
		display: none;
	}
	.sidebar_bottom {
		display: none;
	}
	#px_menu_responsive {
		width: 540px;
		background: url("submenu_bg.png") top center repeat;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
		font-size: 13px;
	}
	.sub_navigation {
		display: none;
	}
	#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 #000;
		padding: 8px 15px;
		display: block;
		text-align: left;
		color: #c1acb4;
	}
	#px_menu_responsive a.px_menu_responsive_selected_parent,
	#px_menu_responsive a.px_menu_responsive_selected,
	#px_menu_responsive a:hover {
		color: #7a3643;
		background: url("menu_bg.png") top center repeat;
		text-shadow: 0 2px 0 #000;
	}
	#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;
	}
	.header {
		width: 540px;
		height: 205px;
	}
	.px_header img {
		width: 540px;
	}
	.px_header_caption {
		padding: 0 10px;
		width: 520px;
	}
	.px_header_caption h2 {
		font-size: 15px;
		line-height: 23px;
		margin: 2px 0;
	}
	.bx-wrapper .bx-pager {
		bottom: 220px;
	}
	.content_wrap {
		width: 540px;
	}
	.sidebar {
		width: 540px;
		float: left;
	}
	.content {
		width: 540px;
		float: right;
	}
	.px_column_left {
		margin: 0 10px;
	}
	.sidebar_bg {
		width: 540px;
	}
	.px_column_left table,
	.px_column_main table,
	.px_column_right table,
	.px_footer_cell table {
		width: 100% !important;
	}
	.px_column_left {
		width: 520px !important;
		margin-bottom: 30px;
	}
	.px_column_right,
	.px_column_main {
		width: 540px !important;
		margin-bottom: 30px;
	}
	.px_column_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.footer {
		width: 500px;
		padding: 20px;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		width: 500px !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.9em;
	}
	h3 {
		font-size: 1.7em;
	}
	h4 {
		font-size: 1.35em;
	}
	h5 {
		font-size: 1.25em;
	}
	.wrapper {
		width: 320px;
	}
	header {
		width: 320px;
	}
	header h1 {
		width: 165px;
		height: 100px;
		line-height: 33px;
		margin: 0 0 0 5px;
		font-size: 20px;
	}
	.px_tray {
		width: 320px;
	}
	.px_eshop_cart_tray_search input {
		width: 75px;
		font-size: 11px;
	}
	#px_menu_responsive_button {
		width: 320px;
	}
	#px_menu_responsive {
		width: 320px;
	}
	.header {
		width: 320px;
		height: 122px;
	}
	.px_header img {
		width: 320px;
	}
	.px_header_caption {
		padding: 0 5px;
		width: 310px;
	}
	.px_header_caption h2 {
		font-size: 13px;
		line-height: 18px;
		margin: 1px 0;
	}
	.bx-wrapper .bx-pager {
		bottom: 137px;
	}
	.content_wrap,
	.sidebar,
	.content,
	.sidebar_bg {
		width: 320px;
	}
	.px_column_left {
		width: 300px !important;
	}
	.px_column_right,
	.px_column_main {
		width: 320px !important;
	}
	.footer {
		width: 300px;
		padding: 10px;
	}
	.px_footer_cell {
		width: 300px !important;
	}
	.provider {
		width: 320px;
	}
}
/* Print
================================================= */
@media print {
	.header, .navigation, .sub_navigation, .provider, .breadcrumbs {
		display: none;
	}
}

