	* {
		margin:0;
		padding:0;
	}
	html	{
		height:100%;
	}
	body	{ 
		behavior:url("js/csshover.htc"); 
		text-align:left;
		position:relative;
		width:803px;
		margin:0 auto;
		min-height:100%;
		background: url(../images/body_bg.gif) 0 0 repeat-x;
	}
	* html body	{
		height:100%;
	}
	* html div	{
		height:1px;
	}
	body, input, select, textarea	{
		color:black;
		font:12px Verdana, sans-serif;
	}
	a	{
		color:#8B001C;
		text-decoration:underline; 
	}
	a:hover	{
		text-decoration:none; 
	}
	img, table	{
		border:none;
	}
	
	table {
		border-collapse:collapse;
		width:100%;
	}

	td, th {
		vertical-align:top;
		text-align:left;
		font-weight:normal;
	}
	ul {
		list-style:none;
	}
/*
	Памятка по использованию селекторов browserCSSdetector.js:
		Селекторы ОСи:
			.win - Windows
			.linux - Linux
			.mac - MacOS
			
		Селекторы браузеров:
			.ie - все версии ИЕ
			.ie8 - ИЕ 8.х
			.ie7 - ИЕ 7.x
			.ie6 - ИЕ 6.x
			.ie5 - ИЕ 5.x
			.gecko - все версии фаерфокса, и остальные гекко-браузеры
			.ff2 - фаерфокс 2
			.ff3 - фаерфокс 3
			.opera - все версии оперы
			.opera8 - опера 8.x
			.opera9 - опера 9.x
			.konqueror - konqueror
			.safari - сафари

		Приоритеты на примере ФФ3:
		1	.win.ff3 #id{background: #aaa}
		2	.win.gecko #id{background: #f00}
		3	.ff3 #id{background:#333}
		4	.gecko #id{background:#00f}
		5	.win #id{background: #ff0}
 */
	.header	{
		padding:23px 0 20px 0;
		height:145px;
		position:relative;
	}
	.header .ill	{
		float:left;
	}
	.header .logo	{
		float:left;
		width:325px;
		height:120px;
		padding:25px 0 0 18px;
		background:white;
		position:relative;
	}
	.header .logo .name	{
		position:absolute;
		top:56px;
		left:123px;
		color:#858585;
	}
	.header .logo .name a	{
		color:#858585;
	}
	.topBanner	{
		margin-bottom:20px;
	}
	.content	{
		overflow:hidden;
		padding-bottom:75px;
	}
	.ie6 .content	{
		overflow:visible;
	}
	.content .leftCol	{
		float:left;
		width:180px;
	}
	.content .rightCol	{
		margin-left:225px;
	}
	.content .rightCol .metro	{
		float:right;
		width:150px;
		hight:150px;
		padding-left:10px;
		list-style:none;
	}
	.content .rightCol p {
		margin-top:15px;
		text-align:justify;
	}
	.ie6 .content .rightCol	{
		float:left;
		margin-left:50px;
		clear:right;
	}
	.content .leftCol .siteMenu	{
		text-align:right;
		font-weight:bold;
		margin-bottom:25px;
	}
	.content .leftCol .siteMenu li	{
		margin-bottom:7px;
	}
	.content .leftCol .siteMenu li strong	{
		color:#FF9933;
	}
	.content .leftCol .siteMenu li a	{
		color:black;
		text-decoration:none;
	}
	.content .leftCol .siteMenu li a:hover	{
		text-decoration:underline;
	}
	.content .leftCol .siteMenu li ul	{
		margin-top:5px;
		padding-right:20px;
		font-size:11px;
		font-weight:normal;
	}
	.content .leftCol .dwnLoad	{
		height:48px;
		padding:12px 30px 0 0;
		text-align:center;
		color:#B34BA9;
		width:130px;
		background:url(../images/ic_phito.jpg) 100% 0 no-repeat;
		display:block;
		text-decoration:none;	
	}
	.content .leftCol .dwnLoad:hover	{
		text-decoration:underline;
	}
	.componentsList	{
		overflow:hidden;
		margin:10px 0;
	}
	.ie6 .componentsList	{
		overflow:visible;
	}
	.componentsList div	{
		float:left;
		width:30%;
		margin-right:3%;
		margin-bottom:13px;
	}
	.componentsList div img	{
		vertical-align:middle;
		margin-right:10px;
	}
	.componentsList div span	{
		display:inline-block;
		vertical-align:middle;
		font-size:10px;
		width:80px;
	}
	.footer	{
		height:50px;
		position:absolute;
		width:100%;
		bottom:0;
		left:0;
		background:#E7E7E7;
		line-height:50px;
		text-align:center;
		font-size:9px;
	}
	.footer i	{
		font-style:normal;
		margin:0 10px;
	}
	.footer a	{
		color:#FF9933;
	}
	.count 	{
		font-style:normal;
		width:35px;
		float:right;
		margin-top:10px;
	}
