html,body {
	margin: 0px;
	padding: 0px;
	font-family:Arial;
}
body
{
	position:relative;
	min-width:1002px;
	background:url(body-bg.jpg) center top;
	max-width:1264px;
}
/* том меню */
#tmenu
{
	padding:5px;
	background:#000;
	position:relative;
	top:110px;
	height:22px;
}
#tmenu ul, #tmenu li
{
	margin:0;
	padding:0;
}
#tmenu ul
{
	margin-left:300px;
}
#tmenu li
{
	list-style:none;
	float:left;
	display:block;
}
#tmenu a
{
	color:#FFFFFF;
	margin:0 10px;
	text-decoration:none;
}
/**/
/* левое меню*/
#lmenu
{
	width:220px;
	position:absolute;
	top:250px;
	left:50px;
}
#lmenu ul, #lmenu li
{
	margin:0;
	padding:0;
}
#lmenu li
{
	background:url(menu-btn.png) no-repeat;
	height:32px;
	width:220px;
	display:block;
	padding:8px 0 0 25px;
	position:relative;
}
#lmenu a
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	display:block;
	width:180px;
}
/**/
#logotext *
{
	margin:0;
	padding:0;
}
#logotext
{
	margin:0;
	width:350px;
	height:90px;
	position:absolute;
	left:450px;
	top:10px;
}
#rus,#eng
{
	width:36px;
	height:28px;
	background:url(rus.png);
	display:block;
	float:left;
}
#eng{background:url(eng.png);}
#logo
{
	position:absolute;
	left:350px;
	top:10px;
	background:url(logo.png) no-repeat;
	width:95px;
	height:97px;
}
#sublogo
{
	position:absolute;
	left:0px;
	top:0px;
	background:url(sublogo.png) no-repeat;
	width:295px;
	height:256px;
}
#content
{
	margin-top:110px;
}
#content a
{
	color:magenta;
}
#contacts
{
	background:url(phone.png) no-repeat;
	width:393px;
	height:41px;
	position:absolute;
	right:10px;
	top:50px;
}
a { color:#000;text-decoration:none}
a:hover { color:#000; text-decoration:underline;}
#footer
{
	text-align:center;
}
span.frame-block
{
	width:230px;
	height:173px;
	display:block;
	float:right;
	position:relative;
	margin:5px;
	overflow:hidden;
}
span.significant
{
	position:absolute;
	top:18px;
	left:22px;
	color:#000;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}
span.frame
{
	display:block;
	float:left;
	width:286px;
	height:276px;
	background:url(frame.png) no-repeat;
}
