html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';font-size: 12px;}
p{padding-top: 5px;padding-bottom: 5px;}
a{color: #62665f;}
a:hover{color: #888f83;}
a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
img { border: none; border-width: 0px; }
h1{padding-bottom: 10px; padding-top: 10px; font-size: 18px;}
div.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
div.main { width: 100%; min-width: 1000px; margin: 0 auto; font-size: 12px; _height: 100%; }
* html  div.main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}
div.header{
	background: url('../img/top_fon.jpg') repeat-x;
	height: 142px;
}
div.logo{
	background: url('../img/logo.jpg') no-repeat;
	width: 655px;
	height: 142px;
	margin: 0 auto;
}
div.menu{
	background: url('../img/shadow_top.jpg') repeat-x;
	height: 272px;
}
div.categories{
	background: url('../img/categories.jpg') no-repeat;
	width: 437px;
	height: 272px;
}
div.menu_block{
	width: 550px;
	_width: 560px;
	color: #62665f;
	/*margin-left: -40px;*/
	/*margin-top: 15px;*/
	/*height: 272px;*/
}
div.punkt_menu{
	margin-left: 20px;
	float: left;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.tab{
	border: 0px;
	height: 272px;
}
table.tab td.menu_right{
	margin: 0 auto;
}
div.content{
	padding-top: 20px;
	background: url('../img/shadow_middle.jpg') repeat-x;
	padding-left: 100px;
	padding-right: 100px;
}
div.shadow_bottom{
	background: url('../img/shadow_bottom.jpg') repeat-x;
	height: 58px;
}
div.footer{
	background: url('../img/footer_fon.jpg') repeat-x;
	height: 149px;
}
div.google{
	width: 400px;
	float: left;
	padding-top: 50px;
	padding-left: 100px;
}
input.inp{
	background: #375464;
	width: 230px;
	height: 34px;
	border: 0px;
	font-size: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}
input.sub{
	margin-left: 10px;
	background: #375464;
	width: 138px;
	height: 40px;
	border: 0px;
	font-size: 18px;
}
div.copyright{
	font-size: 18px;
	height: 50px;
	width: 300px;
	float: left;
	padding-top: 60px;
	padding-left: 200px;
}