div#headerBlock {
	height: 530px;
}

	#bgTopImage {
		position: absolute;
		width: 100%;
		height: 530px;
		left: 0px;
		top: 0px;
		z-index: 0;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
		#homeDiapoImg {
			width: 100%;
			height: 530px;
			left: 0px;
			top: 0px;
			z-index: 0;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			overflow: hidden;
		}
			#homeDiapoImg li {
				display: block;
				float: left;
				width: 100%;
				height: 530px;
				margin: 0px;
				padding: 0px;
				overflow: hidden;
				text-align: left;
			}
				#homeDiapoImg li img {
				}

	#homeDiapo {
		position: absolute;
		width: 570px;
		height: 240px;
		left: 50%;
		top: 210px;
		z-index: 0;
		margin: 0px 0px 0px -80px;
		padding: 0px;
		overflow: hidden;
	}
		#homeDiapo ul {
			height: 230px;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
			#homeDiapo li {
				width: 480px;
				height: 230px;
				display: block;
				margin: 0px 0px 15px 0px;
				padding: 0px;
			}
			.homeDiapoContainer {
				width: 440px;
				height: 190px;
				display: block;
				margin: 0px;
				padding: 20px;
				color: #fff;
				background: url(../img/bgRed75.png) left top repeat;
				-o-border-radius: 8px;
				-icab-border-radius: 8px;
				-khtml-border-radius: 8px;
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
				border-radius: 8px;
				-moz-box-shadow: 1px 1px 3px 0px #333333;
				-webkit-box-shadow: 1px 1px 3px 0px #333333;
				-o-box-shadow: 1px 1px 3px 0px #333333;
				box-shadow: 1px 1px 3px 0px #333333;
			}
				#homeDiapo li h2 {
					margin: 5px 0px 15px 0px;
					font-size: 2.692em;
					font-weight: normal;
					line-height: 1em;
				}
				#homeDiapo li p {
					font-size: 1.154em;
				}

	#homeNewsBlock,
	#homeUpdateBlock,
	#homePartnerBlock,
	#homeVideoBlock,
	#homeAboutBlock	{
		width: 306px;
		padding: 10px;
		display: block;
		float: left;
		margin: 0px 9px 9px 0px;
		background: #ffffff url(../img/iconNews.png) 15px 15px no-repeat;
		-o-border-radius: 8px;
		-icab-border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-box-shadow: 1px 1px 3px 0px #B2B2B2;
		-webkit-box-shadow: 1px 1px 3px 0px #B2B2B2;
		-o-box-shadow: 1px 1px 3px 0px #B2B2B2;
		box-shadow: 1px 1px 3px 0px #B2B2B2;
	}
	#homeUpdateBlock {
		background: #ffffff url(../img/iconUpdate.png) 15px 15px no-repeat;
	}
	#homePartnerBlock {
		margin-right: 0px;
		padding: 0px 10px;
		float: right;
		background: #ffffff;
	}
	#homeVideoBlock {
		float: right;
		margin-right: 0px;
		background: #ffffff url(../img/iconVideo.png) 15px 15px no-repeat;
	}
	#homeAboutBlock	{
		width: 641px;
		margin-bottom: 0px;
		background: #ffffff url(../img/iconAbout.png) 15px 15px no-repeat;
	}
	
		#homeNewsBlock h2,
		#homeUpdateBlock h2,
		#homeVideoBlock h2,
		#homeAboutBlock h1 {
			font-size: 1.539em;
			font-weight: normal;
			text-transform: uppercase;
			margin: 15px 0px 15px 50px;
		}
		#homeNewsBlock hr,
		#homeUpdateBlock hr,
		#homeVideoBlock hr,
		#homeAboutBlock hr {
			height: 1px;
			color: #E3E3E3;
			border: 0px;
			margin: 1em 0px 2em 0px;
			padding: 0px;
			background: #E3E3E3;
			line-height: 1px;
			font-size: 1px;
		}
		#homeAboutBlock hr {
			margin: 0px 0px 20px 0px;
		}
		
		#newsList,
		#updateList {
			position: relative;
			width: 306px;
			height: 265px;
			padding: 0px;
			margin: 0px;
			list-style-type: none;
			overflow: hidden;
		}
			#newsList li {
				position: relative;
				width: 270px;
				height: 231px;
				display: block;
				margin: 10px 3px 3px 3px;
				padding: 10px 15px;
				line-height: 140%;
			}
				#newsList li p,
				#updateList li p {
					text-align: justify;
				}
				#updateList li p {
					margin-top: 0;
				}
				#newsList li p.date {
					color: #E31818;
					margin: 0px;
				}
				#newsList li h3,
				#updateList li h3 {
					font-size: 1.154em;
					font-weight: 700;
					text-transform: uppercase;
					display: block;
					margin: 0px 0px 20px 0px;
					padding: 0px;
				}
				#updateList li h3 {
					margin: 20px 0px 0px 0px;
				}
				div#centerBlock #newsList li a.btnReadMore,
				div#centerBlock #updateList li a.btnReadMore {
					color: #fff;
					left: 7px;
					bottom: 7px;
				}

		.bx-wrapper #newsList,
		.bx-wrapper #updateList {
			height: 265px;
		}
		.bx-wrapper #newsList li,
		.bx-wrapper #updateList li {
			margin: 0px;
			padding: 0px;
			height: 265px;
		}
			.bx-wrapper #newsList li p {
				margin: 1em 15px;
			}
			.bx-wrapper #newsList li p.date {
				margin: 10px 15px 0px 15px;
			}
			.bx-wrapper #newsList li h3 {
					margin: 0px 15px 20px 15px;
			}
		
			#updateList li {
				position: relative;
				width: 288px;
				height: 235px;
				display: block;
				margin: 10px 3px 3px 3px;
				padding: 6px 6px 10px 6px;
				line-height: 140%;
			}
				#updateList li .img {
					width: 286px;
					height: 128px;
					display: block;
					
				}
					#updateList li img {
						width: 286px;
						height: 128px;
						display: block;
						padding: 1px;
						margin: 0px;
						background: #fff;
						-moz-box-shadow: 0px 1px 3px 0px #B2B2B2;
						-webkit-box-shadow: 0px 1px 3px 0px #B2B2B2;
						-o-box-shadow: 0px 1px 3px 0px #B2B2B2;
						box-shadow: 0px 1px 3px 0px #B2B2B2;
					}
			
			.bx-wrapper #updateList li .img {
				margin: 16px 9px 0px 9px;
			}
			.bx-wrapper #updateList li h3 {
				margin: 20px 15px 0px 15px;
			}
			.bx-wrapper #updateList li p {
				margin: 0 15px 1em 15px;
			}
	#homePartnerBlock {
		padding-bottom: 40px;
	}
		#homePartnerBlock ul {
			position: relative;
			width: 300px;
			height: 272px;
			margin: 3px;
			padding: 0px 0px 0px 0px;
			list-style-type: none;
			overflow: hidden;
		}
			#homePartnerBlock ul li {
				position: relative;
				display: block;
				float: left;
				width: 300px;
				height: 272px;
				margin: 0px;
				padding: 0px;
			}
				#homePartnerBlock ul li .blockPartner {
					width: 300px;
					height: 70px;
					display: block;
					margin: 0px;
					padding: 10px 0px;
					border-top: 1px solid #E3E3E3;
				}
				#homePartnerBlock ul li .blockPartner.first {
					border-top: 0px;
				}
					#homePartnerBlock ul li .img {
						width: 108px;
						height: 58px;
						display: block;
						float: left;
						margin: 0px 10px 0px 0px;
						padding: 5px;
						border: 1px solid #E3E3E3;
					}
					#homePartnerBlock ul li h3 {
						margin: 5px 0px 0px 0px;
						padding: 0px;
						color: #E31818;
						font-size: 1.154em;
						font-weight: 700;
						text-transform: uppercase;
					}
					#homePartnerBlock ul li p {
						margin: 0px 0px 5px 0px;
						padding: 0px;
						font-size: 1.154em;
					}
					#homePartnerBlock ul li a {
						margin: 0px;
						padding: 0px;
					}
		#homePartnerBlock .bx-wrapper .bx-controls-direction a {
			bottom: -25px;
		}
		#homeVideoBlock #video {
			width: 286px;
			height: 188px;
			display: block;
			padding: 1px;
			margin: 10px 9px;
			background: #fff;
			-moz-box-shadow: 0px 1px 3px 0px #B2B2B2;
			-webkit-box-shadow: 0px 1px 3px 0px #B2B2B2;
			-o-box-shadow: 0px 1px 3px 0px #B2B2B2;
			box-shadow: 0px 1px 3px 0px #B2B2B2;
		}
		#homeVideoBlock #btnViewAll {
			float: right;
			margin: 0px 10px;
		}
		
		#homeAboutBlock p {
			margin: 1em 15px;
			text-align: justify;
		}




