#mainWrapper #mainArea #leftMenu{
	width: var(--one-column-width);
	margin: 0;
	padding: 10px 0;
	list-style: none;
	display: block;
	background-color: #fff;
	border-radius: var(--block-border-radius);
	box-shadow: var(--block-shadow);
	height: 354px;
	overflow-y: hidden;
}

	#mainWrapper #mainArea #leftMenu a{
		list-style: none;
		display: block;
		padding: 12px 0;
		cursor: pointer;
		background: transparent none no-repeat 18px center;
	}
		#mainWrapper #mainArea #leftMenu a:hover{
			background-color: #f0f0f0;
			text-decoration: none;
		}

		#mainWrapper #mainArea #leftMenu a span.name{
			display: block;
			width: 190px;
			margin: 0 0 0 70px;
			font-family: Arial, Tahoma, Verdana;
			font-size: 16px;
			color: #333;
/*			color: #ff5050;*/
		}

		#mainWrapper #mainArea #leftMenu a span.description{
			display: block;
			width: 190px;
			margin: 0 0 0 70px;
			font-family: Tahoma, Arial, Verdana;
			font-size: 14px;
			color: #c0c0c0;
		}


#indexPromo{
	width: 876px;
	height: 374px;
	border-radius: 9px;
	background-color: #ccc;
	position: relative;
}

	#indexPromo .promoLeftArrow{
		left: 0;
		transform: rotate(180deg);
	}
	#indexPromo .promoRightArrow{
		right: 0;
	}
	#indexPromo .promoLeftArrow,
	#indexPromo .promoRightArrow{
		width: 39px;
		height: 78px;
		top: 148px;
		position: absolute;
		cursor: pointer;
		opacity: .7;
		background: transparent url("/gfx/indxarr.png") no-repeat center center;
	}
	#indexPromo .promoLeftArrow:hover,
	#indexPromo .promoRightArrow:hover{
		opacity: 1;
	}
	#indexPromo .promoItemsWrap{
		border-radius: 9px;
		width: 876px;
		height: 374px;
		position: absolute;
		left: 0;
		overflow: hidden;
	}
		#indexPromo .promoItemsWrap #promoItems{
			width: 876px;
			height: 374px;
			position: absolute;
			left: 0;
			transition: all 1s;
		}
			#indexPromo .promoItemsWrap #promoItems .promoItem{
				width: 876px;
				height: 374px;
				float: left;
				overflow: hidden;
			}


.indexPageWrap .fourColumns{
	margin-top: 30px;
}

	.indexPageWrap .fourColumns .indexSubHead{
		margin: 0;
		font-family: Tahoma, Arial, Verdana;
		font-size: 22px;
		line-height: 22px;
		font-weight: normal;
		color: #444;
	}

	.indexPageWrap .fourColumns .blocksBttmMarg{
		margin-bottom: 30px;
	}