.home {
	padding-left: 5px;
}
.home .ladder-image {
	float: left;
	width: 95px;
	height: 480px;
}
.home .box {
	float: right;
	width: 770px;
	height: 227px;
	margin: 0 0 10px 0;
	padding: 24px 25px;
	background: url(../img/box_home.gif) no-repeat top left;
	color: #fff;
}

.home .box h2 {
	margin: 0;
	color: #D20005;
	font-size: 2.15em;
	font-weight: normal;
}

body.fr .home .box h2 {
	font-size: 2.1em;
}

.home .box ul {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 1.4em;
	line-height: 150%;
}

.home .box li {
	margin: 0.25em 0 0 0;
	padding: 0;
}

.home .box .clip {
	float: right;
	margin-left: 10px;
}

.home .product-item {
	float: left;
	width: 400px;
	margin: 0 0 10px 20px;
	padding: 0 0 10px 0;
	background: url(../img/box_small_bottom.gif) no-repeat bottom left;
}

.home .product-item.even {
	float: right;
}

.home .product-item .container {
	padding: 10px 10px 0 10px;
	background: url(../img/box_small_top.gif) no-repeat top left;
}

.home .product-item .image {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}

.home .product-item .details {
	float: right;
	width: 220px;
}

.home .product-item h2 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}

.home .product-item .description {
	line-height: 1.3em;
}

.promotion {
	float: right;
	width: 820px;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #B1161A;
}

.gallery img {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 18px 18px 0;
	padding: 10px;
	background: url(../img/box_image.gif) no-repeat top left;
}
