
@import url('/css/index.css');

#content {
	padding-bottom: 80px;
}
#slidebase,
#slidetop {
	width: 900px;
	height: 295px;
	background: center no-repeat;
}
#slidetop {
	position: absolute;
	top: 0;
	left: 0;
}
#blocks {
	padding-top: 14px;
	width: 100%;
	overflow: hidden;
	color: #7D7D7D;
	font: 0.9em/1.2 Tahoma, sans-serif;
}
#blocks div {
	padding: 50px 16px 10px;
	height: 76px;
}
#blocks img {
	vertical-align: middle;
}
#blocks-sale {
	margin-right: 14px;
	width: 197px;
	float: left;
	background: url('/img/blocks/sale.png') no-repeat;
}
#blocks-price {
	width: 197px;
	float: left;
	background: url('/img/blocks/price.png') no-repeat;
}
#blocks-news {
	width: 381px;
	float: right;
	background: url('/img/blocks/news.png') no-repeat;
}
#blocks-news a {
	font-weight: bold;
}
#blocks-news p {
	margin: 0;
}