html {
	height: 100%;
}

body {
	margin: 0;
	color: #000;
	font: 12px/ 14px Verdana, Arial, Tahoma, sans-serif;
	height: 100%;
	min-width: 960px;
}

img {
	border: none;
}

input,textarea,select {
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	outline: none;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

a {
	color: #575556;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

.wrap {
	min-height: 100%;
}

.page-bg {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1360px;
}

/* header */
.header-wrap {
	margin: 0 0px;
}

#header {
	position: relative;
	z-index: 10;
	height: 137px;
	width: 100%;
}

strong.logo a {
	position: absolute;
	margin: 0;
	left: 0px;
	top: 10px;
	width: 500px;
	height: 70px;
	padding: 0px 0px 0 0px;
	overflow: hidden;
	color: #575556;
	font: 13px/ 16px Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: url(/images/logo.png) no-repeat;
}

strong.logo a:hover {
	text-decoration: none;
}

.lang,.jflanguageselection {
	position: absolute;
	left: 13px;
	top: 154px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lang li,.jflanguageselection li {
	float: left;
	margin-right: 3px;
}

.lang a,.jflanguageselection a {
	float: left;
	width: 22px;
	height: 13px;
	overflow: hidden;
}

.lang li.ru a {
	background: url(../images/ico-ru.gif) no-repeat;
}

.lang li.en a {
	background: url(../images/ico-en.gif) no-repeat;
}

/* main nav start */
#nav {
	position: absolute;
	left: 0px;
	top: 100px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/separator.jpg) no-repeat 100% 0;
}

#nav li {
	float: left;
	vertical-align: top;
	height: 1%;
}

#nav a {
	float: left;
	padding: 0 18px;
	color: #404040;
	border: 0;
	position: relative;
	font: 12px/ 29px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(../images/sep.gif) no-repeat 0 50%;
}

#nav li.active a {
	color: #000;
	background: #f0f0f0;
}

#nav li:hover a,#nav li.hover a,#nav li a:hover {
	text-decoration: none;
	background: #f0f0f0;
}

#nav li:hover,#nav li.hover {
	position: relative;
}

#nav li:hover .drop,#nav li.hover .drop {
	display: block;
}

#nav .drop {
	position: absolute;
	display: none;
	left: 3px;
	top: 28px;
	width: 187px;
}

#nav .drop-bg {
	width: 187px;
	background: url(../images/bg-drop.png) repeat-y;
}

#nav .drop-btm {
	width: 187px;
	height: 118px;
	overflow: hidden;
	background: url(../images/bg-drop-btm.png) no-repeat;
}

#nav .drop ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#nav .drop ul li {
	float: none;
	margin: -1px 0 0;
	background: none;
	border-top: 1px solid #e3e3e3;
	background: url(../images/none.gif);
}

#nav .drop ul li a {
	padding: 5px 10px;
	float: none;
	position: relative;
	display: block; /* must be block */
	height: auto;
	background: url(../images/none.gif);
	color: #333;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
}

#nav .drop ul li a:hover {
	background: #f0f0f0;
}

#nav li.hover .drop .drop,#nav li:hover .drop .drop {
	display: none;
}

#nav li.hover .drop li.hover,#nav li:hover .drop li:hover {
	position: relative;
}

#nav li.hover .drop li.hover .drop,#nav li:hover .drop li:hover .drop {
	display: block;
	left: 176px;
	top: 0;
}

.pict-list {
	position: absolute;
	right: -10px;
	top: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pict-list li {
	float: left;
	width: 140px;
	height: 140px;
	padding: 13px 10px 13px 13px;
	background: url(../images/bg-pict1.png) no-repeat;
}

.pict-list li img {
	display: block;
}

.workers {
	position: absolute;
	right: 5px;
	top: 20px;
	width: 232px;
	height: 180px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/img-workers.png) no-repeat;
}

/* columns holder */
.columns-holder {
	overflow: hidden;
	height: 1%;
}

.cont-l {
	background: url(../images/bg-content-left.gif) no-repeat;
}

.cont-r {
	padding: 5px 4px 0 10px;
	overflow: hidden;
	height: 1%;
	background: url(../images/bg-content-right.gif) no-repeat 100% 0;
}

.nav-bar {
	float: left;
	padding: 15px 15px 0 6px;
	width: 202px;
	background: url(../images/bg-nav-bar.gif) no-repeat;
}

.nav-bar h2 {
	margin: 0 0 0 11px;
	color: #072a6f;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

ul.blue-nav {
	margin: 13px 0 0;
	padding: 0;
}

ul.blue-nav ul {
	margin: 0;
	padding: 0;
}

ul.blue-nav li {
	list-style: none;
	background: #8ea7d7;
	vertical-align: top;
}

ul.blue-nav li a {
	display: block;
	color: #8EA7D7;
	font-size: 14px;
	line-height: 16px;
	background: #072a6f;
	border-bottom: 1px solid #8ea7d7;
}

ul.blue-nav li a:hover {
	text-decoration: none;
	position: relative;
	color: #fff;
}

ul.blue-nav li a span {
	display: block;
	padding: 6px 0 6px 22px;
}

ul.blue-nav li.active a,ul.blue-nav li a:hover {
	background: #072a6f url(../images/arrow-red.gif) no-repeat 0 50%;
}

ul.blue-nav li.active ul li.active a,ul.blue-nav li.active ul li a:hover
	{
	background: url(../images/arrow-white.gif) no-repeat 0 50%;
}

ul.blue-nav li.active ul li a span {
	background: #6985ba;
}

ul.blue-nav li.active ul li.active a span,ul.blue-nav li.active ul li a:hover span
	{
	color: #fff;
	background: url(../images/bg-nav-active.gif) no-repeat;
}

ul.blue-nav li.active ul li a {
	padding-left: 13px;
	font-size: 11px;
	background: none;
	color: #036;
}

ul.blue-nav li.active ul li a span {
	padding-left: 10px;
}

ul.blue-nav li.active ul li.active ul a {
	background: none;
	padding-left: 23px;
}

ul.blue-nav li.active ul li.active ul a span {
	background: #6985ba;
	color: #036;
}

ul.blue-nav li.active ul li.active ul li.active a span,ul.blue-nav li.active ul li.active ul a:hover span
	{
	color: #fff;
	background: url(../images/bg-nav-active.gif) no-repeat;
}

ul.blue-nav li.active ul li.active ul li.active ul a {
	padding-left: 33px;
}

ul.blue-nav li.active ul li.active ul li a:hover {
	background: none;
}

ul.blue-nav li.active ul li.active ul li.active ul a span {
	background: #6985ba;
	color: #036;
}

ul.blue-nav li.active ul li.active ul li.active ul li.active a span,ul.blue-nav li.active ul li.active ul li.active ul a:hover span
	{
	background: url(../images/bg-nav-active.gif) no-repeat;
	color: #fff;
}

/* grey nav */
ul.grey-nav {
	margin: 0;
	padding: 0;
}

ul.grey-nav li {
	list-style: none;
	vertical-align: top;
	background: #d44444;
}

ul.grey-nav a {
	display: block;
	padding: 0px 0 0px 21px;
	background: #d44444;
	color: #072a6f;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #fff;
}

ul.grey-nav a:hover {
	background: #f0f0f0;
	text-decoration: none;
}

.nav-bar h3 {
	margin: 10px 0 0;
	padding-left: 12px;
	color: #072a6f;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	background: url(../images/bg-nav-h3.gif) no-repeat;
}

.nav-bar p {
	margin: 10px 10px 0;
	color: #333;
	font-size: 12px;
	line-height: 16px;
}

.nav-bar p a {
	color: #333;
}

/* content */
.content-wrap {
	margin: 0 255px 0 230px;
}

.content {
	float: left;
	width: 100%;
}

.content ul.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}

.content ul.breadcrumbs li {
	float: left;
	color: #616161;
	line-height: 16px;
	padding: 0 6px 0 14px;
	padding-left: 14px;
	background: url(../images/bullet.gif) no-repeat 0 50%;
}

.content ul.breadcrumbs li:first-child {
	background: none;
	padding-left: 3px;
}

.content ul.breadcrumbs a {
	color: #616161;
}

.content h1 {
	margin: 10px 0 0;
	color: #293a81;
	padding-left: 15px;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}

.content h2,.componentheading {
	margin: 10px 0 0;
	color: #293a81;
	font-size: 18px;
	line-height: 24px;
	padding: 3px 0 3px 15px;
	font-weight: normal;
	background: url(../images/bg-title-h2.png) no-repeat;
}

.xmap .componentheading {
	margin-bottom: 10px;
}

.gallery {
	overflow: hidden;
	height: 1%;
}

.gallery ul {
	margin: 13px 0 0;
	padding: 0;
	list-style: none;
}

.gallery ul li {
	float: left;
	display: inline;
	margin: 10px 13px 0;
	width: 122px;
	display: inline-block;
	vertical-align: top;
}

* html .gallery ul li {
	display: inline;
	vertical-align: top;
}

.gallery ul .pict {
	border: 1px solid #a9a9a9;
	padding: 2px;
	margin: 0 0 3px;
}

.gallery ul .pict img {
	display: inline;
	vertical-align: top;
	overflow: hidden;
}

.gallery ul a {
	color: #293a81;
	font-size: 11px;
}

.content-text {
	padding: 40px 14px 0;
}

.content-text img {
	float: left;
	margin: 0 12px 0 0;
	border: 5px solid #a9a9a9;
}

.content-text p {
	margin: 0 0 10px;
	color: #333;
	font-size: 13px;
	line-height: 14px;
}

.content-text h4 {
	margin: 0 0 5px;
	color: #1d2971;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

.content-text h3 {
	margin: 10px 0 0;
	color: #1d2971;
	font-size: 16px;
	line-height: 18px;
}

.content a.more {
	display: block;
	margin: 0 0 0 -14px;
	padding-left: 14px;
	color: #ff0000;
	font-size: 11px;
	line-height: 23px;
	background: url(../images/bg-more.gif) no-repeat;
}

.links {
	margin: 5px 0 0 14px;
	padding: 0;
	list-style: none;
}

.links a {
	color: #1d2971;
	font-size: 11px;
	line-height: 18px;
}

.contacts {
	position: absolute;
	left: 650px;
	width: 600px;
	height: 40px;
	top: 0px;
	margin: 0;
	padding: 10px 0 0 11px;
}

/* sidebar */
.sidebar {
	float: right;
	width: 240px;
	padding: 0px 0 0;
	margin: -5px;
}

/* search */
.search {
	position: absolute;
	left: 400px;
	width: 300px;
	height: 40px;
	top: 20px;
	margin: 0;
	padding: 10px 0 0 11px;
}

.search input.field {
	float: left;
	display: inline;
	margin: 1px 0 0;
	width: 146px;
	height: 15px;
	font-size: 12px;
	padding: 1px 4px;
	background: #fff;
	border: 1px solid #a5a5a5;
}

.search input.submit {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}

.sidebar h2 {
	margin: 17px 0 0;
	padding-left: 13px;
	color: #344486;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	background: url(../images/bg-title-sidebar.png) no-repeat;
}

/* news */
.banner {
	margin: 5px;
	margin-right: 20px;
	padding: 8px 13px 8px;
	font-size: 11px;
	line-height: 13px;
	height: 100px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
}

.banner em {
	display: block;
	color: #999;
	font-style: normal;
}

.banner p {
	margin: 0;
	color: #333;
}

.banner a.more,p.all-news a {
	color: #f0362e;
}

.banners {
	margin-top: 10px;
}


.video-box {
	padding: 10px 0 0 13px;
}

.video-box img {
	display: block;
}

.catalog {
	padding: 16px 0 0;
}

.catalog img {
	display: block;
	margin: 0 auto;
	border: 5px solid #a9a9a9;
}

/* footer */
#footer {
	font-size: 11px;
	background: url(../images/bg-footer-left.gif) no-repeat;
}

.footer-bg {
	background: url(../images/bg-footer-right.gif) no-repeat 100% 0;
}

.footer-hold {
	overflow: hidden;
	height: 1%;
	padding: 45px 15px;
	background: url(../images/bg-light.png) repeat-y 50% 0;
}

.foot-wrap {
	overflow: hidden;
	height: 1%;
}

#footer p {
	margin: 0;
	float: left;
	color: #333;
}

.foot-wrap ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.foot-wrap ul li {
	float: left;
	display: inline;
	margin-left: 15px;
}

.foot-wrap ul a {
	color: #666;
}

#footer .counter {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

#footer .counter li {
	float: left;
	margin-right: 5px;
}

.content-body {
	margin-top: 15px;
}

#product-card {
	margin-top: 13px;
}

.form_table {
	width: 70%;
}

.form_table .inp {
	width: 100%;
	margin-bottom: 5px;
}

.form_table .textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
}

.category-description {
	margin-top: 10px;
}

.faq {
	padding-top: 20px;
	margin-bottom: -30px;
}

.faq .faq-item {
	margin-bottom: 40px;
}

.category {
	background: whitesmoke;
}

.category-readmore {
	font-color: black;
	margin-left: 10px; position absolute;
	margin-bottom: 0;
	vertical-align: bottom;
}

.category-article {
	text-decoration: none;
	color: black;
	valign: top;
	font-size: 10;
	width: 300px;
	margin: 2px;
	padding: 2px;
	margin-bottom: 20px;
	padding-right: 50px;
	overflow: hidden;
	float: right;
}

.category-article-price {
	margin-top: 5px;
	font-size: 15px;
	color: red;
}

.category-article-img {
	float: left;
	margin-right: 10px;
}

.category-article-img img {
	width: 100px;
}

.category-table {
	border: 0px;
}

.feedback {
	width: 300px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: georgia, times, serif;
}

.feedback fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.feedback label {
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
}

.feedback input.text,textarea {
	width: 300px;
	font: 12px/ 12px 'courier new', courier, monospace;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
}

.feedback input.submit {
	padding: 2px 5px;
	font: bold 12px/ 12px verdana, arial, sans-serif;
}