/* //////////////// FLASH-AREA //////////////// */
#flash-area {
	width: 1023px;
	height: 608px;
	border-bottom: 3px solid #fff;
}

/* //////////////// products //////////////// */
#products {
overflow:hidden;
width: 1023px;
padding-bottom: 30px;
}
	.productblock {
	float: left;
	width: 339px;
	overflow: hidden;
	border-right: 3px solid #fff;
	}
	.productblock.last {
	border: none;	
	}
		.productblock .product-title-header {
			display: block;
			width: 339px;
			padding: 14px 0;
			height: 16px;
			line-height: 16px;
			background:url(../../styleImages/design/home-product-header-bkg.jpg) top center no-repeat;
		}
		.productblock .product-title-header span {
			margin: 0 0 0 -10000px;	
		}
		.productblock .product-title-header h2 {
			margin: 0 auto;
			height: 16px;
			background-repeat: no-repeat;
			background-position: center center;
		}
		.productblock .product-title-header h2 a {
			display: block;
		}
		.productblock .product-title-header h2#scorpion {
			width: 136px;
			background-image:url(../../styleImages/design/scorpion-home-header.png);
		}
		.productblock .product-title-header h2#aerofly {
			width: 140px;
			background-image:url(../../styleImages/design/aerofly-home-header.png);
		}
		.productblock .product-title-header h2#extreme {
			width: 130px;
			background-image:url(../../styleImages/design/extreme-home-header.png);
		}
        .product-text {
			padding: 0 30px;	
		}
			.product-text h3 {
				font-size: 20px;
				text-transform:uppercase;
				text-align: center;
				padding-bottom:5px;
				margin-bottom: 10px;
				border-bottom: 2px solid #b0b0b0;
				font-weight: normal;
			}