	* {
		margin:0;
		padding:0;
	}
	* html html,body	{
		height:100%;
	}
	html	{
		height:100%;
	}
	body	{ 
		behavior:url("../tmpl/csshover.htc"); 
		font-family:Tahoma, Arial, Verdana, sans-serif;
		color:white;
		font-size:12px;
		background:#0A2C51;
		text-align:center;
	}
	* html div	{
		height:1px;
	}
	a	{
		color:#50AFD3;
		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;
	}
	.htmlMakeup	{
		text-align:left;
		position:relative;
		min-height:100%;
		background:url(images/leftColBg.gif) 0 0 repeat-y;
		width:995px;
		margin:0 auto;
	}
	* html .htmlMakeup	{
		height:100%;
	}
	.header	{
		height:60px;
		position:relative;
		background:url(images/header_bg.gif) 0 0 repeat-x #0A2C51;
	}
	.header span	{
		display:block;
		position:absolute;
		left:35px;
		top:16px;
		height:22px;
	}
	.header span a	{
		float:left;
		width:20px;
		height:20px;
		background-position:50%;
		background-repeat:no-repeat;
		margin-right:8px;
		text-indent:-700em;
		overflow:hidden;
		white-space: nowrap;
	}
	.header span a.home	{
		background:url(images/ic_home.gif) no-repeat;
	}
	.header span a.map	{
		background:url(images/ic_map.gif) no-repeat;
	}
	.header span a.contact	{
		background:url(images/ic_contact.gif) no-repeat;
	}
	.header ul	{
		display:block;
		position:absolute;
		left:300px;
		top:0;
		height:36px;
		border-left:solid 1px #2C5E7D;
		border-bottom:solid 1px #11375B;
		z-index:6000;
	}
	.header ul li	{
		width:113px;
		text-align:center;
		color:white;
		font-size:14px;
		line-height:36px;
		float:left;
		border-right:solid 1px #2C5E7D;
		background:#093058;
		position:relative;
	}
	.header ul li a	{
		display:block;
		line-height:36px;
		height:36px;
		font-size:14px;
		text-decoration:none;
		color:white;
	}
	.header ul li a:hover	{
		color:#58BBCC;
	}
	.header ul ul	{
		display:block;
		position:absolute;
		left:-10000000px;
		top:36px;
		height:auto;
		z-index:100000;
		border:none;
		background:#093058;
		padding-bottom:5px;
	}
	.header ul li:hover ul	{
		left:-1px;
	}
	.header ul ul li	{
width:150px;
		border:none;
		text-align:left;
		color:white;
		font-size:11px;
		line-height:normal;
		padding-right:10px;
	}
	.header ul li li a	{
		display:block;
		line-height:normal;
		height: auto;
		font-size:12px;
		text-decoration:none;
		color:white;
		padding-left:10px;
		line-height:normal;
		padding-bottom:4px;
		padding-top:4px;
	}
	.header ul li li a:hover	{
text-decoration: underline;

	}

	
	.content	{
		overflow:auto;
		border-top:solid 1px #32587B;
		position:relative;
		z-index:2;
/*		padding-bottom:65px;*/
	}
	* html .content	{
		overflow:visible;
		z-index:-1;
	}
	.leftCol	{
		padding:0 12px 0 10px;
		width:280px;
		float:left;
	}
	.leftCol .logo	{
		background:url(images/ecotex_logo.jpg);
		width:302px;
		height:130px;
		display:block;
		text-indent: 700em;
		overflow:hidden;
		white-space: nowrap;
		margin-bottom:17px;
		position:relative;
		left:-10px;
		margin-right:-22px;
		top:-1px;
	}
	.leftCol ul.news	{
	}
	.leftCol ul.news h3	{
		font-weight:normal;
		font-style:italic;
		text-transform:uppercase;
		background:url(images/ic_news.gif) 0 0 no-repeat;
		height:24px;
		line-height:24px;
		padding-left:32px;
		font-size:12px;
	}
	.leftCol ul.news li	{
		margin-bottom:10px;
	}
	.leftCol ul.news li	a	{
		text-decoration:none;
	}
	.leftCol ul.news li	a:hover	{
		text-decoration:underline;
	}
	.leftCol ul.news li	b	{
		display:block;
		text-align:right;
		font-weight:normal;
		font-size:11px;
	}
	.leftCol ul.news li	b a	{
		text-decoration:underline;
	}
	.leftCol ul.news li	b a:hover	{
		text-decoration:none;
	}
	.feedBackForm	{
		background:url(images/feedbackFormBg.jpg) 0 0 repeat-x #60C8D1;
		height:382px;
		padding:5px 7px;
		margin-bottom:7px;
	list-style:none;
/*		width:600px;*/
	}
	.feedBackForm li	{
	list-style:none;
		min-height:20px;
		font-size:11px;
	}
	* html .feedBackForm li	{
		height:20px;
	}
	.feedBackForm li .i	{
/*		float:left;*/
		background:white;
		border: solid 1px #BCC1C5;
		font-size:11px;
		width:190px;
/*		margin-left:50px;*/

	}
	.feedBackForm li textarea	{
		width:412px;
		height:60px;
		background:white;
		border: solid 1px #BCC1C5;
		font-size:11px;
		overflow:auto;
		margin-bottom:5px;
	}
	.feedBackForm li i	{
		display:block;
		text-align:center;
	}
	.feedBackForm li strong	{
		font-weight:normal;
		text-transform:uppercase;
		font-size:12px;
	}
	
	.rightCol	{
		padding:10px 15px;
		margin-left: 300px;
	}
	.rightCol p	{
		padding:10px; 
margin:10px;
	}
	.rightCol blockquote {
margin-right: 10px
	}
	.rightCol ul {
padding-left: 15px;
list-style:disc;

	}

	.rightCol table {

	 border: 1px solid; /* Рамка вокруг таблицы */

	 border-collapse: collapse; /* Отображать только одинарные линии */
	 border-color:white;

	}

	.rightCol table td{
		padding: 3px; /* Поля вокруг содержимого ячеек */

		border: 1px solid white; /* Граница вокруг ячеек */

		text-align:center;
		font-weight:normal;

		}



	.wayFinder	{
		color:#50AFD3;
		font-size:11px;
		margin-bottom:20px;
	}
	.back{
		color:#50AFD3;
		font-size:11px;
		vertical-align:top;
		text-align:right;
	}

	p	{

		line-height:18px;
	}
	.imgCenterAlign	{
		margin:15px;
		text-align:center;
	}
	.imgCenterAlign img	{
		padding:5px;
	}
	.footer	{
		position:absolute;
		bottom:-65px;
		left:0;
		width:100%;
		height:258px;
		background:url(images/footer_bg.gif) 0 100% repeat-x;
		z-index:1;
	}
	* html .footer	{
		z-index:-2;
/*		bottom:0px;*/
	}
	.footer .leftBg	{
		background:url(images/footer_bg_left.gif) 0 0 no-repeat;
		height:50px;
		padding:207px 0 0 0;
	}
	.footer .leftBg span	{
		width:302px;
		color:#90A2B3;
		font-size:11px;
		text-align:center;
		height:50px;
		background:url(images/logo_webDesign.gif) 50% 100% no-repeat;
		display:block;
		float:left;
	}
	.footer .leftBg span a	{
		color:#90A2B3;
	}
	.footer .leftBg cite	{
		display:block;
		margin-left:302px;
		text-align:center;
		color:#50AFD3;
		font-size:11px;
		font-style:normal;
		padding-top:4px;
	}
	.footer .leftBg cite a	{
		color:#50AFD3;
		font-size:11px;
		margin:0 8px;
	}