* {
	margin: 0; 
	padding: 0;
	font-size: 100.01%;
}

body {
	background: #ffffff url(../images/bg.gif) 1300px repeat-y;	
	font: normal 0.7em tahoma, verdana;
	color: #373737;
}

a {color: #1d74e3;}
a:visited {color: #929292;}
a:hover {color: #e10000;}
a:active {color: #e10000; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal; 
}

h1 {
	padding: 0.3em 0 1.3em;
	font-size: 1.8em;
	text-transform: uppercase;
}

h2 {
	padding-bottom: 0.8em;
	font-size: 1.4em;
	font-weight: bold;
}

h3, h4, h5, h6 {
	padding: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}

p, ul, ol {
	padding-bottom: 1.5em;
}

ul {
	padding-left: 14px;
	//padding-left: 16px;
}

ol {
	padding-left: 24px;
	//padding-left: 26px;
}

table {
	width: 100%; 
	border-collapse: collapse;
}

td {
	vertical-align: top; 
	padding: 0;
}
	
input, textarea {
	font-family: tahoma, verdana;
	color: #a6a6a6;
}	

/*--------------------*/

#measurer {
	width: 100%; 
	height: 0;
	position: absolute; 
	visibility: hidden;
}

#container {
	min-width: 1000px;	
	width: 100%;
	max-width: 1300px;
	_width: expression( document.getElementById('measurer').clientWidth > 1300 ? '1300px' : document.getElementById('measurer').clientWidth < 1000 ? '1000px' : '100%' );
}

#content {padding: 0 50px;}

/*--------------------*/

#logo {
	padding: 20px 0 30px 4px;
	font-size: 1.15em;
	color: #bcbcbc;
}

#logo div {
	width: 100%;
	height: 0;
	position: relative;
	font-size: 0;
}

#logo div ul {
	padding: 11px;
	position: absolute;
	right: 0;
}

#logo div ul li {
	margin: 0 0 0 27px;
	padding: 0;
	float: left;
	list-style-type: none;
}

#logo div ul li, #logo div ul li a {
	width: 31px;
	height: 31px;
	display: block;
	background-color: #ffffff;
}

#home {background: url(../images/home_on.gif);}
#mail {background: url(../images/mail_on.gif);}
#find {background: url(../images/find_on.gif);}

#home a {background: url(../images/home.gif);}
#mail a {background: url(../images/mail.gif);}
#find a {background: url(../images/find.gif);}

#logo img {margin-bottom: -9px;}

#logo span {margin: 0 0.75em 0 1.2em;}

/*--------------------*/

.clear {
	width: 100%;
	clear: both;
}

.navigation {
	width: 22%;
	float: left;
	_overflow-x: hidden;	
}

.wrapper {
	width: 72%;
	float: right;
}

.cont {
	padding-bottom: 140px; 
	x_overflow: hidden;
}

.cont ul {list-style-type: none;}

* html .cont ul li {
	behavior: expression( !this.before && this.parentNode && this.parentNode.nodeName == 'UL' ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' ); 
	text-indent: expression( this.parentNode && this.parentNode.nodeName == 'UL' ? '-1.3em' : 0 );
	margin-bottom: 0.5em;
}

.cont ul>li {text-indent: -1.2em;}

.cont ul>li:before {content: '\2014\a0';}



.rama {
	padding: 0 12px;
	//height: 1%;
}

/*--------------------*/

.line {
	height: 21px;
	border-top: 1px solid #cccccc;
	background: url(../images/line.gif) center 2px no-repeat;
	clear: both;
}

/*--------------------*/

.icom .line {
	height: 3.4em;
	background: none;
}

.wrapper_2 {overflow: hidden;}

.part_left, .part_right {
	margin-bottom: -32767px;
	padding-bottom: 32767px;
	width: 49%;
	float: left;
	border-left: 1px dotted #999999;
}

.part_right {
	width: 50%;
	float: right;
}

.extra {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	color: #7d7d7d;
}

.icom p {
	padding-bottom: 0.7em;
}

/*--------------------*/

.icom .wrapper .find {margin-top: -131px;}

.wrapper .find {
	x_width: 77%;
	width: 100%;
	position: relative;
	bottom: -1px;
}

.find .rama div {
	height: 2px;
	border-top: 1px solid #cccccc;
	font-size: 0;
}

.find .rama p {
	height: 2px;
	border-bottom: 1px solid #cccccc;
	font-size: 0;
}

.search {
	height: 125px;
	position: relative;
	x_background: url(../images/search.jpg) 100% 0 no-repeat;
	background: url(../images/disp.jpg);
}

.disp {
	height: 125px;
	position: relative;
	x_background: url(../images/disp.jpg) 100% 0 no-repeat;
	background: url(../images/disp.jpg);
}

.in {padding: 0 14px;}

.in p {
	padding: 37px 10px 7px;
	font-size: 1.8em;
	text-transform: uppercase;
}

.in form {
	width: 70%;
	position: relative;
}

.in_1 {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/in_1.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/in_1.png,sizingMethod=crop);
}

.in_2 {
	position: absolute;
	right: 0;
	_right: expression( parentNode.offsetWidth % 2 ? '-1px' : 0 );
	top: 0;
	background: url(../images/in_2.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/in_2.png,sizingMethod=crop);
}

.in_3 {
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: expression( parentNode.offsetHeight % 2 ? '-1px' : 0 );
	background: url(../images/in_3.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/in_3.png,sizingMethod=crop);
}

.in_4 {
	position: absolute;
	right: 0;
	_right: expression( parentNode.offsetWidth % 2 ? '-1px' : 0 );
	bottom: 0; 
	_bottom: expression( parentNode.offsetHeight % 2 ? '-1px' : 0 );
	background: url(../images/in_4.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/in_4.png,sizingMethod=crop);
}

.in_left {
	width: 100%;
	background: url(../images/in_left.gif) 0 10px no-repeat;
}

.in_right {
	padding: 0 10px;
	background: url(../images/in_right.gif) 100% 10px no-repeat;
}

.in_bot {padding: 0 10px;}

.in_bot div {
	height: 10px;
	font-size: 0;
	background: #ffffff;
	border-bottom: 1px solid #adadad;
}

.in_top {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #adadad;
}

.in_top table {
	width: 100%;
	margin-top: -10px;
	position: relative;
	top: 10px;
}

.in_top table td {
	height: 19px;
	vertical-align: middle;
}

.in_top input {
	width: 100%;
	border-width: 0;
}

.in_top .imag {
	width: 17px;
	height: 17px;
	display: block;
	float: right;
	position: relative;
	right: -8px;
}


/*--------------------*/

.navigation .find {margin-bottom: 1.5em;}

.koler, .filt {
	height: 165px;
	position: relative;
}

.koler {background: url(../images/koler_bg.jpg) top left no-repeat;}

.filt {background: url(../images/filt_bg.jpg) top center no-repeat;}

.koler a, .filt a {
	width: 126px;
	height: 52px;
	display: block;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	right: 0;
	right: expression( parentNode.offsetWidth % 2 ? '-1px' : 0 );
	bottom: 0; 
	bottom: expression( parentNode.offsetHeight % 2 ? '-1px' : 0 );
}

.koler a {
	background: url(../images/koler.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/koler.png,sizingMethod=crop);
}

.filt a {
	background: url(../images/filt.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/filt.png,sizingMethod=crop);
}
/*--------------------*/

.navigation ul {padding: 0;}

.navigation ul li {
	margin-bottom: 1.1em;
	padding: 0;
	list-style-type: none;
	font-size: 1.15em;
	font-weight: bold;
	color: #8b6fba;
}

.navigation ul li ul {padding: 1em 0 0 22px;}

.navigation ul li ul li {font-size: 0.85em;}

.navigation ul li ul li a {font-weight: normal;}

/*--------------------*/

.banner {
	margin-bottom: 1.2em;
	position: relative;
	zoom: 1;
}

.u_1 {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/u_1.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/u_1.png,sizingMethod=crop);
}

.u_2 {
	position: absolute;
	right: 0;
	right: expression( parentNode.offsetWidth % 2 ? '-1px' : 0 );
	top: 0;
	background: url(../images/u_2.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/u_2.png,sizingMethod=crop);
}

.u_3 {
	position: absolute;
	left: 0;
	bottom: 0;
	bottom: expression( parentNode.offsetHeight % 2 ? '-1px' : 0 );
	background: url(../images/u_3.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/u_3.png,sizingMethod=crop);
}

.u_4 {
	position: absolute;
	right: 0;
	right: expression( parentNode.offsetWidth % 2 ? '-1px' : 0 );
	bottom: 0; 
	bottom: expression( parentNode.offsetHeight % 2 ? '-1px' : 0 );
	background: url(../images/u_4.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/u_4.png,sizingMethod=crop);
}

.banner div {
	height: 227px;
	background: #e7e7e7;
}

/*--------------------*/

.track {
	padding-bottom: 1.5em;
	font-weight: bold;
	color: #8b6fba;
}

.track span {
	white-space: nowrap;
}

.track span img {
	margin: 0 0.4em -2px 0;
	position: relative;
}

.track span a {
	margin-right: 0.8em;
	font-weight: normal;
}

/*--------------------*/

.trade {
	width: 48%;
	float: left;
	position: relative;
	background: url(../images/trade_vert.gif) 0 0 no-repeat;
	_overflow-x: hidden;
}

.no {background: none;}

.r {float: right;}

/*--------------------*/

.t_1 {
	position: absolute;
	left: 0;
	top: 0;
}

.t_2 {
	position: absolute;
	right: 0; 
	right: expression( parentNode.offsetWidth % 2 ? '-1px' : 0 );
	top: 0;
}

.trade_2 {
	padding: 0 1px;
	min-height: 152px;
	_height: 152px;
	background: url(../images/trade_vert.gif) 100% 0 no-repeat;
	border-top: 1px solid #c1c1c1;
}

.color_1bg {background: url(../images/color_1bg.gif) 0 0 repeat-y;}
.color_1 {
	background: url(../images/color_1.gif) 0 0 no-repeat;
	color: #365b82;	
}

.color_2bg {background: url(../images/color_2bg.gif) 0 0 repeat-y;}
.color_2 {
	background: url(../images/color_2.gif) 0 0 no-repeat;
	color: #316339;
}

.color_3bg {background: url(../images/color_3bg.gif) 0 0 repeat-y;}
.color_3 {
	background: url(../images/color_3.gif) 0 0 no-repeat;
	color: #754545;
}

.color_4bg, .color_0bg {background: url(../images/color_4bg.gif) 0 0 repeat-y;}
.color_4, .color_0 {
	background: url(../images/color_4.gif) 0 0 no-repeat;
	color: #414186;	
}


.trade_3 {
	height: 67px;
    display: table-cell;
    vertical-align: middle;	
	background: url(../images/trade_gor.gif) 0 100% no-repeat;
}

*:first-child+html .trade_3 {
	min-height: 67px;
	height: auto;
}

.trade_3 div {
	margin-top: expression( ((parentNode.offsetHeight / 2) - parseInt(offsetHeight) / 2) < 0 ? '0' : (parentNode.offsetHeight / 2) - (parseInt(offsetHeight) / 2) + 'px' );
	font-size: 1.15em;
	font-weight: bold;
}

.trade_3, .trade_text {padding: 14px 120px 14px 14px;}

.trade_text div {
	margin: -35px -120px 0 0;
	_margin-right: -60px;
	width: 120px;
	float: right;
	overflow-x: hidden;
	text-align: center;
}

.trade_text div img {
	margin: 0 14px;
	max-width: 98px;
}

/*--------------------*/

.trade p {
	padding: 0 14px 50px;
	clear: both;
}

.trade p img {
	margin: 0 0.5em -3px 0;
}

/*--------------------*/

.panel, .panel_text {
	overflow: hidden;
	width: 100%;
	clear: both;	
}

.panel {padding-top: 1.5em;}

.panel_text {padding-bottom: 1.5em;}

.panel div, .panel_text div {
	width: 19.8%;
	float: left;
	text-align: center;
	font-size: 1.15em;
	overflow: hidden;
}

.panel div {
	margin-bottom: -32767px;
	padding-bottom: 32767px;
	border-left: 1px dotted #cccccc;
}

/*--------------------*/

.news {
	padding: 2em 0 0.7em;
	border-top: 1px dotted #cccccc;
}

.news span {
	margin: 0 0.3em 0 -12px;
	position: relative;
	top: -0.3em;
	font-size: 2em;
	font-family: georgia;
	color: #e10000;
}

.pod {
	padding-bottom: 2.5em;
	text-align: right;
}

/*--------------------*/

.data {
	padding-bottom: 0.2em;
	font: normal 1.7em georgia;
	color: #8b6fba;
}

.answer {
	padding: 1em 0 2.3em;
	font-weight: bold;
	color: #000000;
}

.raz {
	height: 1.5em;
	border-top: 1px dotted #999999;
}

.arch {padding-top: 0.5em;}

.arch img {margin: 0 0.5em -3px 0;}

/*--------------------*/

.pages .arch {
	margin-top: -1.5em;
	padding: 0 0 2.3em;
}


.pages .trade {
	width: 100%;
	float: none;
	_overflow-x: visible;
}

.pages .trade_2 {
	padding-top: 1px;
	background: url(../images/trade_gor_2.gif) 0 0 no-repeat;
	border: 0;
}

.pages .trade_3, .pages .trade_text, .pages .trade_content {
	padding: 14px 0 14px 14px;
	}

.pages .trade_text {
	font-weight: bold;
	text-transform: uppercase;
}

/*--------------------*/

.send {width: 100%;}

.send input, .send textarea, .send select {
	margin-bottom: 0.95em;
	padding: 0.3em 0.5em;
	width: 76%;
	border: 1px solid #a6a6a6;
	display: block;
}

.send textarea {
	height: 12em;
	width: 100%;
}

.send p {
	padding-left: 8px;
	text-transform: uppercase;
}

/*--------------------*/

.not td {border-bottom: 1px solid #c1c1c1;}

.not div {
	position: relative;
	top: -1px;
	left: -1px;
}

.not div div {
	padding: 0.5em 0;
	top: 0;
	left: 2px;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	background: url(../images/not.gif) left center no-repeat;		
}

.not_2 td {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.not_2 div {
	width: 100%;
	position: relative;
	top: -1px;
	left: -1px;
	background: url(../images/trade_vert.gif) 0 0 no-repeat;
}

.not_2 div div {
	top: 0;
	left: 2px;
	background: url(../images/trade_vert.gif) 100% 0 no-repeat;
}

.not_2 div div div {
	left: -2px;
	background: url(../images/trade_1.gif) 0 0 no-repeat;
}


.not_2 div div div div {
	min-height: 152px;
	_height: 152px;
	left: 2px;
	background: url(../images/trade_2.gif) 100% 0 no-repeat;
}

.not_2 ul {
	margin: 3em 0 0;
	padding: 0;
	width: 49.9%;
	float: left;
}

.not_2 ul.ex {
	border-left: 1px dotted #cccccc;
	float: right;
}

.not_2 ul li {
	margin: 0 0 1.3em 0;
	padding: 0.2em 23px 0 45px;
	list-style: none;
	background: url(../images/mar.gif) 24px 0.4em no-repeat;
	zoom: 1;
}

* html .not_2 ul li {
	behavior: expression( 'none' ); 
	text-indent: expression( 'none' );
}

.not_2 ul>li {text-indent: 0;}

.not_2 ul>li:before {content: '';}

.head {
	padding-bottom: 0.7em;
	font-size: 2.2em;
	line-height: 1em;
	color: #6e6e6e;
}

#on {
	border: 1px solid #c1c1c1;
	border-bottom-color: #ffffff;
}

#on div {background: url(../images/trade_1.gif) 0 0 no-repeat;}

#on div div {background: url(../images/trade_2.gif) 100% 0 no-repeat;}

.tab {background: #ebf0f4;}
.tab div {text-align: left;}

#bold th {font-weight: bold;}
.tab th, .tab td {
        padding: 0.2em 1em;
        text-align: center;
        border: 1px solid #ffffff;
        font-weight: normal;
}
.tab th {background: #cadef6;}

/*-------------------Tolik---*/

.tip td {padding: 1em;}