/* @override 
	http://localhost/WORK/Asfalte/css/index.css
*/
#menu .skateboard {
	left: 177px;
	width: 118px;
	background-image: url(../images/menu-skateboard-index.jpg);
}
#page {
	background: url(../images/asphalte-index.jpg) no-repeat center 0;
}
#products {
	position: absolute;
	top: 122px;
	left: 92px;
	display: block;
	width: 752px;
	height: 100px;
	padding: 64px 50px 82px;
	overflow: hidden;
	cursor: pointer;
	z-index: 0;
}
#products_mask {
	position: relative;
	overflow: hidden;
	display: block;
	width: 750px;
	height: 100px;
	z-index: 20;
}
#lst_products {
	position: relative;
	display: block;
	width: 2000px;
	height: 100px;
}
#products .product {
	float: left;
	position: absolute;
	width: 360px;
	height: 100px;
	margin-bottom: 82px;
	padding-right: 15px;
	overflow: hidden;
	color: #fff;
}
#product_1 { left: 0; }
#product_2 { left: 375px; }
#product_3 { left: 750px; }
#product_4 { left: 1125px; }
#products img {
	float: left;
	padding-right: 10px;
}
#products h2 {
}
#products p {
	font-size: 0.8em;
	line-height: 1.1em;
}
#products p.price {
	font-weight: bold;
}

#videos {
	position: absolute;
	top: 308px;
	left: 0;
	width: 840px;
	padding: 0 80px;
	z-index: 100;
}
#videos .left {
	float: left;
}
#videos .right {
	float: right;
}

#footer {
	position: absolute;
	top: 710px;
	left: 90px;
}
