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, font, 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, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a:link, a:visited { text-decoration: underline; color: #000; }
a:hover, a:active, a:focus { text-decoration: none; }
a:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

hr { margin: 1em 0; height: 1px; border: 1px solid #eee; background: #464646; }

sup { position: relative; top: -5px; font-size: 60%; }

fieldset { border: 0 solid transparent; }

* { margin: 0; padding: 0; }
html { width: 100%; height: 100%; }
body { height: 100%; width: 100%; }
img { border: none; }

/* GLOBAL CLASSES */

.g-hide { display: none; }
.g-clr-both { float: none !important; clear: both !important; }
.g-clr-left { clear: left !important; }
.g-clr-right { clear: right !important; }
.g-flt-none { float: none !important; }
.g-flt-left { float: left !important; }
.g-flt-right { float: right !important; }
.g-wdh-auto { width: auto !important; }
.g-alg-right { text-align: right !important; }
.g-alg-left { text-align: left !important; }

body { font: 62.5%/1 'Palatino Linotype','Times new Roman', 'Book Antiqua3', 'Palatino6', serif; color: #000; background: #000; }

/* LAYOUT CLASSES */

	.l-container { /* min-width: 1004px; max- */width: 1240px; height: 650px; margin: 20px auto 0 auto; position: relative; background: #FFF; }
		.l-sidebar { width: 230px; height: 615px; margin-bottom: 35px; position: absolute; left: 0; top: 0; background: url(../img/l-sidebar-bg.jpg) no-repeat 0 100%; }
		.l-content { height: 475px; margin-left: 230px; border-bottom: 35px solid #E3E3E3; overflow: hidden; }
		.l-content_index { padding: 120px 369px 20px 0; background: url(../img/l-content-index-bg.jpg) no-repeat 100% 0; }
		.l-content_manufacturers { padding: 120px 369px 20px 0; background: url(../img/l-content-manufacturers-bg.jpg) no-repeat 100% 100%; }
		.l-content_catalog { height: 650px; border-bottom: none; }
		.l-content_contact { padding: 120px 369px 20px 0; background: url(../img/l-content-contact-bg.jpg) no-repeat 100% 0; }
		.l-footer { width: 230px; height: 32px; padding-top: 3px; position: absolute; left: 0; bottom: 0; text-align: center; font-size: 1.2em; line-height: 1.2em; color: #FFF; background: #666; }
	
/* NAVIGATION CLASSES */

.n-glob { width: 100%; position: absolute; left: 0; top: 220px; text-align: right; font-size: 1.8em; background: #666; }
	.n-glob li { line-height: 1.22em; }
	.n-glob li:hover { background: #ADADAD; }
		.n-glob a { padding: 0 10px; display: block; color: #FFF; text-decoration: none; }
	.n-glob .g-active { padding: 0 10px; background: #ADADAD; }
		.n-glob .g-active a { padding: 0 ; }
	.n-glob li.n-submenu { background: #fff; /*padding-top: 5px; padding-bottom: 5px;*/ }
	.n-glob li.n-submenu li { height: 18px; }
	.n-glob li.n-submenu a { color: #000; text-transform: lowercase; font-size: 13px; position: relative; top: -3px; }
	.n-glob li.n-submenu ul li:hover { background: #ADADAD; cursor: pointer; }
		
/* BLOCKS CLASSES */

.b-slider { height: 615px; border-bottom: 35px solid #E3E3E3; }
	.b-slider li { height: 615px; position: relative; }
		.b-slider li li { height: 75px; margin-bottom: 1px; background: none; }
		.b-slider li div { width: 647px; padding: 0 2px; height: 615px; margin: 0 auto; position: relative; background: #dbdada; }
		.b-slider img { display: block; }
		.b-slider .b-slider__main-image { position: absolute; left: 2px; top: 55px; }
	.b-slider .b-text { height: auto; width: auto; padding: 10px 20px; position: absolute; left: 2px; top: 434px; }
.b-list { width: 152px; overflow: hidden; position: absolute; right: 2px; top: 55px; }
	.b-list li { margin-right: 1px; float: left; position: relative; }
	.b-list__magnifier { width: 75px; height: 75px; display: block; position: absolute; left: 0; top: 0; background: url(../img/ico-zoom.png) no-repeat 100% 0; }
	.b-list__magnifier:hover { background-position: 100% -75px; }
	.b-slider .b-list-caption { width: 474px; height: 40px; padding: 10px; position: absolute; left: 2px; bottom: 181px; font-size: 14px; text-align: left; color: #FFF; background: rgba(0, 0, 0, 0.5); }
		.b-list-caption .h-label { background-color: transparent; width: 345px; float: left; }
		.b-list-caption .h-label strong { display: block; margin-bottom: 3px; font-size: 18px; }
		.b-list-caption .h-pdf { background-color: transparent; margin-top: 1px; }
		.b-list-caption .h-pdf a { color: inherit; }
		.b-list-caption .h-pdf img { float: left; padding-right: 10px; margin-top: 0px; }
		.b-list-caption .h-pdf span { font-weight: bold; font-size: 16px; }
	*|html[xmlns*=""]  .b-list-caption { background: url(../img/b-caption-bg.png) repeat 0 0; }



.l-content_index .b-text { margin: 180px 0 0 7px; }
.l-content_manufacturers .b-text { margin: 30px 0 0 7px; }
.l-content_contact .b-text { margin: 30px 0 0 7px; }

.jcarousel-container { position: relative; }
	.jcarousel-prev, .jcarousel-next { z-index: 3; display: none; }
	.jcarousel-next-horizontal, .jcarousel-prev-horizontal { width: 90px; height: 35px; position: absolute; bottom: 0; background: transparent url(../img/btn-arrows.png) no-repeat 0 0; cursor: pointer; }
	.jcarousel-skin-tango .jcarousel-prev-horizontal { left: 50px; background-position: 0 -35px; }
	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position: 0 0; }
	.jcarousel-skin-tango .jcarousel-next-horizontal { right: 50px; background-position:  -90px -35px; }
	.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position: -90px 0; }
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active  { cursor: default; background-position: -200px 0; }
	.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
		.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
			.jcarousel-list li, .jcarousel-item { float: left; }
			.jcarousel-skin-tango .jcarousel-item-horizontal { width: 1010px; }

/* TEXT  & DATA*/
h1 a { width: 230px; height: 142px; display: block; position: absolute; left: 0; top: 78px; text-indent: -9999px; background: url(../img/logo.jpg) no-repeat 0 0; }
h2 { font-size: 2.4em; }
h3 { height: 55px; text-align: center; font-size: 1.8em; line-height: 55px; font-weight: normal; }

.b-text { font-size: 1.6em; line-height: 1.4em; }
.b-content_catalog .b-text { font-size: 1.4em; line-height: 1.4em; }
.b-text p { margin-bottom: 1em; }
.b-text ol, .b-text ul { margin-left: 4em; }

.l-footer a { color: #FFF; }

.l-content_contact__map { position: absolute; right: 0; bottom: 35px; }

.b-slider li:nth-child(odd) { background: url(../img/b-slider-item-odd-bg.jpg) no-repeat 0 0; }
.b-slider li:nth-child(even) { background: url(../img/b-slider-item-even-bg.jpg) no-repeat 0 0; }
/* WEBKIT RULES */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.n-glob li { height: 1.12em; }
}

#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333333; }
#TB_secondLine { font: 10px Arial, Helvetica, sans-serif; color:#666666; }
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay { position: fixed; z-index: 100; top: 0px; left: 0px; height: 100%; width: 100%; }
.TB_overlayMacFFBGHack { background: url(macFFBgHack.png) repeat; }
.TB_overlayBG { background-color: #000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }
* html #TB_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; }
* html #TB_window { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_window img#TB_Image { display:block; 	margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666; }
#TB_caption{ height:25px; padding:7px 30px 10px 25px; float:left; }
#TB_closeWindow{ height:25px; padding:11px 25px 10px 0; float:right; }
#TB_title{ background-color:#e8e8e8; height:27px; }
#TB_load{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }
* html #TB_load { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_HideSelect{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%;	width:100%; }
* html #TB_HideSelect { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
