html, body {
	width: 100%;
	height: 100%;
	min-width: 10px;

	margin: 0px;
	padding: 0px;

	background-image: url('../images/page-all-bg.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #ffffff;
	color: #333333;

	font-family: Arial;
	font-size: 1em;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #3e6194;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #3e6194;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

p {
	font-size: 1em;
}

div.error {
	padding: 10px;
	margin: 10px 0 10px 0;
	background-color: #3e6194;
	color: #ffffff;
	font-size: 1em;
}

div.clearing {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

div.page-spacer {
	width: 1024px;
	min-width: 1024px;
	height: 1px;
}

/* -------------------------------------------------------------------------------- */

p.warning {
	color: #c90000;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- */

html>body div.page-all {
	height: auto;
	min-height: 100%;
}

div.page-all {
	position: relative;
	width: 80%;
	min-width: 980px;
	height: 100%;
	margin: 0 auto;
}

/* -------------------------------------------------------------------------------- */

div.footer-empty, div.footer {
	height: 50px;
}

div.pre-footer {
	padding: 0 0 20px 0;
}

div.footer {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin-bottom: 10px;
	font-size: 0.8em;
	text-align: center;
}

div.footer-addon {
	display: none;
}

/* -------------------------------------------------------------------------------- */

.rcs {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* -------------------------------------------------------------------------------- */

div.section {
	padding: 10px 0 10px 0;
}

/* -------------------------------------------------------------------------------- */

div.page-contacts {
	padding: 20px 0 25px 0 !important;
}

div.page-address {
	float: left;
	padding: 5px 0 0 0;
	font-size: 0.75em;
}

div.page-phones {
	float: right;
	padding: 0 0 0 20px;
	color: #3e6194;
	font-size: 1.2em;
	font-weight: bold;
}
div.page-phones span {
	padding: 0 0 0 15px;
}

div.page-email {
	float: right;
	padding: 2px 0 0 0;
}

/* -------------------------------------------------------------------------------- */

div.page-header {
	padding: 0;
	height: 147px;
	background-image: url("../images/bg-header.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.logo {
	padding: 0;
	height: 147px;
}

/* -------------------------------------------------------------------------------- */

div.menu-container {
	height: 31px;
	background-image: url("../images/menu-bg-left.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

div.menu-elems {
	float: right;
}

div.menu {
	height: 31px;
	background-image: url("../images/menu-bg-right.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

div.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.menu ul li {
	display: inline-block;
	height: 31px;
	padding: 0 7px 0 0;
	background-image: url("../images/menu-separate.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
div.menu ul li:last-child {
	background-image: none;
}

div.menu ul li a {
	display: block;
	padding: 7px 5px 7px 5px;
	color: #ffffff;
	font-size: 0.75em;
}

/* -------------------------------------------------------------------------------- */

div.catalog-categories {
	float: left;
	width: 290px;
	position: relative;
	z-index: 1;
	border: 1px solid #3e6194;
}

div.catalog-categories ul {
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
}
div.catalog-categories ul li {
	padding: 0 5px 2px 5px;
}

div.catalog-categories ul li div {
	padding: 5px;
	color: #3e6194;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px solid #d3e1ed;
	cursor: pointer;
}

div.catalog-categories ul li div.catalog-root-item-select {
	background-color: #3e6194;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
div.catalog-categories ul li div:hover {
	background-color: #d3e1ed;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

div.catalog-categories ul li ul {
	display: none;
}
div.catalog-categories ul li ul.catalog-childs-selected {
	display: block;
}

div.catalog-categories ul li ul li {
	padding: 0 0 0 30px;
}

div.catalog-categories ul li a {
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: 0.75em;
	border-bottom: 1px solid #d3e1ed;
}
div.catalog-categories ul li a:hover {
	background-color: #d3e1ed;
	border-bottom: 1px solid transparent;
}

.catalog-selected-link {
	background-color: #3e6194;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.content-container {
	float: right;
	width: 100%;
	margin-left: -300px;
}
div.content {
	margin-left: 300px;
	padding: 10px 10px 10px 15px;
	border: 1px solid #d3e1ed;
	font-size: 0.75em;
}

/* -------------------------------------------------------------------------------- */

table.catalog {
	width: 100%;
}
table.catalog th {
	padding: 5px;
	background-color: #cccccc;
	border: 1px solid #999999;
}
table.catalog td {
	padding: 5px;
	border: 1px solid #cccccc;
}
table.catalog th.main, table.catalog td.main {
	width: 100%;
}
table.catalog td.code {
	white-space: nowrap;
}
table.catalog td.price-1 {
	background-color: #b5c4d8;
	text-align: right;
	white-space: nowrap;
}
table.catalog td.price-2 {
	background-color: #c4d0e0;
	text-align: right;
	white-space: nowrap;
}
table.catalog td.price-3 {
	background-color: #d3dce8;
	text-align: right;
	white-space: nowrap;
}
table.catalog td.price-4 {
	background-color: #e1e7ef;
	text-align: right;
	white-space: nowrap;
}
table.catalog td.price-5 {
	background-color: #f0f3f7;
	text-align: right;
	white-space: nowrap;
}

div.price-indication {
	padding: 5px 0px 10px 5px;
}
div.price-indication table td {
	padding: 5px;
}
div.price-indication td.description {
	width: 150px;
	font-weight: bold;
}
div.price-indication td.price-from-1, div.price-indication td.price-from-2, div.price-indication td.price-from-3, div.price-indication td.price-from-4 {
	width: 90px;
	text-align: right;
}
div.price-indication td.price-from-1 {
	background-color: #b5c4d8;
}
div.price-indication td.price-from-2 {
	background-color: #c4d0e0;
}
div.price-indication td.price-from-3 {
	background-color: #d3dce8;
}
div.price-indication td.price-from-4 {
	background-color: #e1e7ef;
}

div.position-head {
	padding: 10px 0px 10px 0px;
}

div.position-photo {
	padding: 5px;
	background-color: #b5c4d8;
}

div.download {
	width: 370px;
	margin: 10px;
	padding: 15px;
	background-color: #b5c4d8;
}
div.download table td {
	padding: 5px;
}
div.download a {
	font-family: Arial Narrow;
	font-size: 25px;
}
div.download a:hover {
	color: #016eb9;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */

table.contacts {
	margin: 10px 0 0 0;
}
table.contacts {
	width: auto;
}
table.contacts td {
	padding: 5px;
	vertical-align: top;
}
table.contacts td.title {
	text-align: right;
}
table.contacts td ul {
	margin: 0 0 0 20px;
	padding: 0;
}
table.contacts td ul li {
	padding: 2px;
}

div.map-yandex {
	width: 100%;
	height: 550px;
	margin: 10px 0 0 0;
	border: 1px solid #c8cfcf;
}

/* -------------------------------------------------------------------------------- */

