html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px auto;
	padding: 149px 0px 0px;
	border-top: 5px solid #62CBFF;
	position: relative;
	font: 11px Tahoma, Arial, sans-serif;
	color: #6B6B6B;
	min-width: 770px;
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #009ACC;
}
a:hover {
	text-decoration: none;
}
a.inverted {
	text-decoration: none;
}
a.inverted:hover {
	text-decoration: underline;
}
:focus {
	outline: 0;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #282828;
	padding-bottom: 15px;
}
h2 {
	font-size: 11px;
	color: #282828;
	margin: 0px;
	padding: 0px 0px 20px;
}
h3 {
	font-size: 11px;
	color: #282828;
	margin: 0px;
	padding: 0px 0px 15px;
}
h4 {
	font-size: 11px;
	color: #282828;
	margin: 0px;
	padding: 0px 0px 10px;
}
h5, h6 {
	font-size: 11px;
	color: #282828;
	margin: 0px;
	padding: 0px 0px 5px;
}

.logo {
	position: absolute;
	left: 30px;
	top: 26px;
	z-index: 500;
	background-image: url(../images/logo.png);
	height: 69px;
	width: 241px;
	cursor: pointer;
}
.trail {
	color: #FFFFFF;
	background-color: #0C95D8;
	padding: 10px 28px 11px;
	margin-bottom: 13px;
}
.trail a {
	color: #FFFFFF;
	text-decoration: none;
}
.trail a:hover {
	text-decoration: underline;
}
.left_column {
	float: left;
	width: 24%;
	margin-left: 14px;
	display: inline;
	margin-bottom: 13px;
}
.left_column .coloured_box {
	height: 5px;
	width: 30px;
	font-size: 0px;
	margin-top: -16px;
	margin-bottom: 11px;
}

.left_column .hd {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #282828;
	padding-bottom: 15px;
}
.left_column .hd_previews {
	background-image: url(../images/dotted_hor.gif);
	background-repeat: repeat-x;
	background-position: 0px 9px;
}
.left_column .hd_previews span {
	background-color: #FFFFFF;
	padding-right: 5px;
}

.left_column .menu {
}
.left_column .menu ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
.left_column .menu li {
	list-style: none;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 7px;
	padding-left: 24px;
}
.left_column .menu a {
}
.left_column .menu ul ul {
	font-size: 11px;
	font-weight: normal;
	padding: 7px 0px 0px 19px;
}
.left_column .menu ul ul li {
	background-image: none;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left_column .menu ul ul a {
	color: #000000;
}

.left_column .menu ul ul ul li {
	background-image: none;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left_column .menu ul ul ul a {
	color: #f25b38;
	/*color: #009ACC;*/
}

.left_column .menu .active {
	background-image: url(../images/menu_bullet_active.gif);
}
.left_column .menu .active b {
	color: #000000;
}
.left_column .menu .active ul li b {
	color: #000000;
}
.left_column  .all {
	line-height: 12px;
	background-image: url(../images/all.gif);
	background-repeat: no-repeat;
	float: right;
	height: 13px;
	padding-left: 21px;
	margin-right: -14px;
	margin-top: 1px;
	background-color: #FFFFFF;
	background-position: 3px 2px;
	padding-bottom: 2px;
}
.left_column .more {
	line-height: 12px;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	height: 13px;
	padding-left: 41px;
}


.right_column {
	float: right;
	width: 72%;
	margin-right: 14px;
	display: inline;
	margin-bottom: 13px;
}
.right_column  .brands {
	margin: -15px -25px 20px;
	margin-bottom:0px;
	padding: 18px 25px;
	font-size: 12px;
	font-weight: bold;
	background-color: #F6F7F7;
}
.right_column .brands a {
	color: #F15B38;
	text-decoration: none;
	margin-right: 10px;
}
.right_column .brands a:hover {
	text-decoration: underline;
}


.dotted {
}
.dotted .bg_1 {
	min-height: 1px;
	background-image: url(../images/dotted_hor.gif);
	background-repeat: repeat-x;
}
.dotted .bg_2 {
	min-height: 1px;
	background-image: url(../images/dotted_hor.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.dotted .bg_3 {
	min-height: 1px;
	background-image: url(../images/dotted_vert.gif);
	background-repeat: repeat-y;
}
.dotted .bg_4 {
	min-height: 1px;
	background-image: url(../images/dotted_vert.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 16px 26px;
}



.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 104px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 100;
	text-align: right;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.header .contacts {
	padding-top: 46px;
	padding-right: 23px;
}

.header .phone {
	background-image: url(../images/contacts_divider.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-right: 12px;
	padding-right: 12px;
}
.header .phone b {
	color: #FE3000;
}
.header .contacts a {
	color: #000000;
	text-decoration: none;
}
.header .contacts a:hover {
	text-decoration: underline;
}
.top_nav {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 114px;
	dddborder-collapse:collapse;
	table-layout:fixed;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 34px;
}
.top_nav td {
	padding: 0px;
	width: 3%;
	background-color: #0C95D8;
	border-bottom: 4px solid #097FD0;
}
.top_nav th {
	padding: 0px;
	border-bottom: 4px solid #01558C;
	background-color: #016CA0;
}
.top_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.top_nav a:hover {
	text-decoration: underline;
}
.top_nav th.cyan {
	background-color: #33BCFF;
	border-bottom-color: #28AEFF;
}
.top_nav td.cyan {
	background-color: #65CCFF;
	border-bottom-color: #50C1FF;
}
.footer_divider {
	font-size: 0px;
	height: 2px;
	margin-bottom: 13px;
	border-top: 5px solid #62CBFF;
	border-bottom: 2px solid #62CBFF;
}
.footer_right_column {
	color: #009ACC;
}
.footer_right_column .contacts {
	float: right;
	padding-right: 23px;
	font-weight: bold;
	color: #6B6B6B;
}
.footer_right_column .contacts a {
	color: #6B6B6B;
	text-decoration: none;
}
.footer_right_column .contacts a:hover {
	text-decoration: underline;
}
.footer_right_column .contacts .phone {
	background-image: url(../images/contacts_divider.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-right: 12px;
	padding-right: 12px;
}
/* Внутренние таблицы*/
.tab1 {
	width: 100%;
	border-collapse:collapse;
	background-color: #EFEDE9;
	margin-bottom: 20px;
	border-right: 1px solid #C6BCB0;
}
.tab1 th {
	vertical-align: top;
	padding: 10px;
	background-color: #D5D2C8;
	border: 1px solid #8F886E;
	white-space: nowrap;
}
.tab1 td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #C6BCB0;
}
.tab1 .quant {
	width: 40px;
	border: 1px solid #C6BCB0;
	font: 11px Tahoma, Arial, sans-serif;
	color: #999999;
}
.tab1 .subm {
	margin-bottom: -2px;
	margin-left: 4px;
}
.tab1 .last {
	white-space: nowrap;
}