/* CSS Document */


body {font-family:Times New Roman; padding:0px; margin:0px; height:100%; background-color:#000000; color:#848484}
a {color:#848484}
img { border:0px }

	/*
	.p10{font-size:65%}
	.p11{font-size:70%}
	.p12{font-size:75%}
	.p13{font-size:80%}
	.p14{font-size:90%}
	.p15{font-size:100%}
	.p16{font-size:105%}
	.p17{font-size:110%}

	.f10{font-size:10px}
	.f11{font-size:11px}
	.f12{font-size:12px}
	.f13{font-size:13px}
	.f14{font-size:14px}
	.f15{font-size:15px}
	.f16{font-size:16px}
	.f17{font-size:17px}
	*/
.menu_block{ padding:0px 18px 0px 21px;}
.menu_b{font-family:Arial; font-size:90%; font-weight:bold; padding-right:10px;}
.menu_b a{color:#848484;}
.top_b {margin-top:45px;}

.about{ font-family:Arial; font-size:90%; padding:18px 0px 21px 21px;}
.menu_active_b{color:#848484; text-decoration:none;font-family:Arial; font-size:90%; font-weight:bold; padding-right:10px;}
.about_link_b{display:block; color:#848484; margin-bottom:12px;}
.about_active_b{display:block; margin-bottom:12px; color:#848484; text-decoration:none;}

.rb{border:#292929 solid 1px; margin-top:10px; padding:10px;}
.rtab{font-size:105%;}
.rtab td{padding-right:0px; padding-bottom:5px;}
.cost{font-size:75%;}

.path {font-family:Tahoma; font-size:70%; margin-bottom:26px; padding-top:20px;}
.old_tx{color:#FFFFFF; font-size:120%;}
.mkn_tx{color:#f5a700; font-size:100%;}

.flash{margin-top:15px;}
.text_block{margin-top:22px; font-size:105%; line-height:1.2em;}
.info{padding-top:40px; font-size:90%;}
.baner td{padding-right:30px; padding-top:8px;}

.where {font-family:Times New Roman; font-size:100%;}


/*фикс резины  */
		#ruler {position: absolute; width: 100%; top: 0; height: 1px; line-height: 1px;}

		#body {position: relative; min-height: 100%; min-width: 750px; max-width: 1280px; border:0px solid #2D1B17;}

		#body {
		height: 100%;
		width: expression(
			(
				document.getElementById('ruler')
				&& document.getElementById('ruler').clientWidth < 750
			)
			?	'750px'
			:	(
					document.getElementById('ruler')
					&& document.getElementById('ruler').clientWidth < 1280
				)
				?	'100%'
				:	'1280px'
		);
		}
		



