body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding: 0px;
	margin: 0px;
	position: absolute;
	min-height: 100%;
	width: 100%;
	}
* html body {
	height: 100%;
	}	
small {
	font-size: 10px;
	}
a {
	color: #444444;
	}
a:link {
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	}	
img {
	border: 0px;
	font-size: 10px;
	color: #8f4540;	
	}
p {
	font-size: 14px;
	color: #444444;
	}
strong {
	font-size: 15px;
	color: #8f4540;
	}
h1 {
	font-size: 24px;
	color: #8f4540;
	margin-bottom: -12px;
	margin-top: 10px;
	}
h2 {
	font-size: 18px;
	color: #8f4540;
	margin-bottom: -12px;
	margin-top: 12px;
	}			
li {
	font-size: 14px;
	color: #444444;
	}
dl {
	font-size: 14px;
	color: #444444;
	}	
dt {
	font-weight: bold;
	color: #8f4540;
	}
dd {	
	margin-bottom: 12px;
	}
#top {
	margin: 0px;
	padding: 0px;
	}
#top h1 {
	margin: 3px 5px 10px 90px;	
	color: #8f4540;
	font-size: 16px;
	}
#top h2 {
	margin: 10px 5px 3px 30px;
	color: #000000;
	font-size: 17px;
	}	

#content {
	width: 98%;
	padding-bottom: 145px;
	}
	
#menu {
	margin: 26px 20px 180px 0;
	width: 250px;
	float: left;
	}
#menu p {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	}
#menu span {
	float: right;
	clear: both;
	}
#menu b {
	font-size: 10px;
	font-weight: bold;
	}	
		
#link {
	float: right;
	background-color: #f3f1f0;
	border: #e3e1e0 1px solid;
	padding: 5px 0px 5px 10px;
	}
#link p {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 15px;
	}
#link small {
	font-weight: 100;
	font-size: 11px;}	
#text {
	margin-left: 270px;
	margin-top: 10px;
	}
#text table {
	margin-bottom: 12px;
	margin-top: 12px;
	}
* #text table {
	width: 98%;
	}	
#techtab tr {
	vertical-align: top;
	}
#techtab a {
	text-decoration: none;
	}
#techtab h2 {
	margin-top: 0px;
	}
#techtab strong {
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	color: #444444;
	}	
#techtab p {
	margin:0;
	}
	
#indtab tr {
	vertical-align: top;
	}
#indtab td {
	width: 50%;
	}
		
#chip h2 {
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: left;
	}
#chip td.no {
	border-bottom: 0px;
	}				
#chip td {
	text-align: center;
	border-bottom: 1px solid #dadada;
	font-size: 16px;
	color:#000;
	height: 30px;
	}
#chip th {
	text-align: center;
	border-bottom: 1px solid #dadada;
	font-size: 16px;
	height: 35px;
	}
					
#bottom {
	 width:100%;
	 padding: 10px 0 0 0;
	 bottom:0;
	 position: absolute;
	}
	
	
	
.floats
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
margin: -3em 0 0 -2em;

/* Эти правила для IE */
position: relative;
display: inline-block;
clear: both;
}
.floats:after
{
content: '';
display: block;
clear: both;
}
.floats .left
{
position: relative;
float: left;

/* Убираем удвоение отступов в IE */
display: inline;

/* Прячем все, что вдруг вылезло за наши ограничения */
overflow: hidden;

/* Отсупы между float-блоками */
margin: 3em 0 0 2em;

/* Задаем минимальную ширину по картинке и тексту */
width: 14em;
min-width: 150px;
}
.floats .left .r
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.floats .left .min
{
/* Задаем минимальную высоту по картинке */
margin: 0 0 130px 0;

/* Задаем минимальную высоту по тексту */
height: 4em;

/* Дублируем значение минимальной ширины по картинке для IE */
width: 150px;
}

.news_menu { position: relative; margin-left: 10px;}
.rss_link { background: url('/images/rss.gif') no-repeat; width: 34px; height: 14px; position: absolute; top: 4px; left: 5px; padding:0; margin: 0;}