/* Изображение в шапке сайта */
	.header-image {
		position: relative; width: 935px; height: 346px; margin: 0 auto; margin-top: 10px;
		background: url(../../common/images/index-image.jpg) 0 0 no-repeat;}

/* Структура сайта */
	.main {
		position: relative; //height: 1%; text-align: left;}

		.left {
			position: relative;	float: left; 
			width: 298px; _margin-right: -3px;
			padding-bottom: 30px; //padding-bottom: 50px;
			background: url(../../common/images/left-ind-bg.gif) 210px 100% no-repeat;} 
			


		.right {
			position: relative;	float: right; 
			width: 322px; _margin-left: -3px;
			padding-bottom: 37px; //padding-bottom: 57px;
			background: url(../../common/images/right-ind-bg.gif) 220px 100% no-repeat;} 

		.center {
			position: relative;	//height: 1%;
			margin: 0 322px 0 298px; _margin: 0 319px 0 295px;}

			.center-inner {
				position: relative; //height: 1%;
				float: left; //float: none; padding-bottom: 30px;
				background: url(../../common/images/cent-ind-bg.gif)  220px 100% no-repeat;}
				
/* Блоки на титульной странице */
	/* Заголовки на титульной странице */
		.index-header {
			position: relative; padding-left: 65px; margin-bottom: 10px;
			font-family: Arial; font-size: 1.5em; text-transform: uppercase; color: #c67772;
			background: url(../../common/images/head-bg.gif) 0 .5em no-repeat;}
	/* Конец заголовков */
	
	/* Новости */
		.side-news-item { position: relative; width: 265px;}
			.side-news-date { 
				width: 55px; text-align: right; vertical-align: top; line-height: 1.15em;
				font-family: Arial; font-size: 2.7em; color: #363636;}
			.side-news-content {padding-left: 11px; font-family: Tahoma; color: #7a7a7a;}
				.side-news-month 	 {}					
				.side-news-content a { font-size: 1.1em;}
				.side-news-content p { margin-top: 4px;}
				
		.news-more {margin-top: 25px;}
		
	/* О компании */
		.about-company {position: relative; padding-left: 30px; width: 244px; _width: 274px; font-family: Tahoma; color: #7a7a7a;}
		.about-more {margin-top: 33px;}
		
	/* Награды */
		.awards { position: relative; text-align: center; font-family: tahoma;}
			.awards td {padding: 0 10px 0 5px; width: 50%;}
			
			.awards-name 	td {font-size: 1.1em; text-transform: uppercase; color: #363636;}
			.awards-preview td {color: #7a7a7a;}
		.awards-more {margin-top: 33px;}
	
/* Конец блоков на титульной */
