body {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background:url(back.gif) #565759; padding:0px; margin:0px; height:100%;}

img {border:0px}
input.text { border:1px solid #808080; font-size:12px; color:#4B4B45; height:20px; width:90%; padding-left:5px;  }
form { padding:0px; margin:0px; }
a{color:#1876C6;}
a:hover{text-decoration:none;}
td{vertical-align:top; font-size:75%; line-height:1.5em;}

#mainBlock{width:100%; height:100%; margin:0; z-index:10; padding:0 0 0 0; position:fixed; }
#topBlock{ padding:100px 0 0 0; position:absolute; z-index:100;}

.menu_white{background-color:#FFF; width:3px;}
.menu_item{ padding:0 17px; vertical-align:middle; cursor:pointer;}
.menu_item a{color:#FFF; text-decoration:none;}

.menu_item_over{ padding:0 17px; vertical-align:middle; background-color:#5d5d5e; cursor:pointer;}
.menu_item_over a{color:#FFF; text-decoration:none;}

.copyright{width:200px; color:#e9e9e9; font-size:11px; vertical-align:middle; white-space:nowrap;}
.copyright a{ color:#787878;}

.menu_bottom{color:#333; font-size:11px;}
.menu_bottom a{color:#787878; text-decoration:none;}

.photo img{ border:10px solid #000;}


.note{background-color:#000; top:-90px; position:relative; width:100%; height:80px; color:#787878;}
.note div{padding:10px;}
.note span{padding:12px 30px 0 0; line-height:1em; display:block;}
.note a{font-size:20px; color:#FFF;}
	/*
	.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}
	*/
	
	/*  фикс резины  */
		#ruler {position:absolute; width:100%; top:0; height:1px; line-height:1px;}

		#body {position:relative; min-height:100%; min-width:800px; max-width:1200px;}

		#body {
		height:100%;
		width:expression(
			(
				document.getElementById('ruler')
				&& document.getElementById('ruler').clientWidth < 800
			)
			?	'800px'
			:	(
					document.getElementById('ruler')
					&& document.getElementById('ruler').clientWidth < 1200
				)
				?	'100%'
				:	'1200px'
		);
		}
