@import url(css/common.css);

html, body {
	height: 100%;
}

.layout-row {
	width: 70.078125%;
	max-width: 897px;
	max-width: 74.75rem;
}

.header {
	background: transparent;
}

.logo {
	padding: 30px 0 0;
	text-align: center;
}

.main {
	position: relative;
	min-height: 100%;
}

.contents h1 { /* venteweb */
	margin: 25px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.blocks {
	padding: 0 0 40px 0;
}

.content-blocks {
	/*width: 445px;
	float: left;*/
	display: none; /* for venteweb */
}

.content-block-outer {
	width: 445px;
	padding-bottom: 28px;
	background: url(images/box-shadow-large.png) no-repeat center bottom;
}

.content-block {
	overflow: hidden;
	background-color: white; /* FIXME */
}

.product-blocks {
	width: 411px;
	margin: 0 auto; /* venteweb */
}

.product-block-wrapper {
	margin-bottom: 1.5em;
	position: relative;
}

.product-block-outer {
	width: 256px;
	padding-bottom: 15px;
	margin: 0 0 0 auto;
	overflow: hidden;
	background: url(images/box-shadow-small.png) no-repeat center bottom;
}

.product-img {
	position: absolute;
	top: -45px;
	right: 227px;
	z-index: -10;
}

.product-block {
	min-height: 12em;
	padding: 0.65em;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.5);
	overflow: hidden;
}

.product-block h1 {
	margin: 0 0 0.2em;
	font-size: 24px;
	font-size: 2rem;
	font-weight: bold;
}

.product-block p {
	margin-top: 0;
}

.product-name {
	font-style: italic;
	font-weight: normal;
}

.bg-canvases {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -100;
	overflow: hidden;
}

.bg-canvases img {
	width: 100%;
}

