/* Body */

body {
	overflow-x: hidden;
}

#contenthomepage {
	margin: 100px 10px 10px 10px;
	padding: 10px;
	height: 1;
	background-color: #fff;
}

/* Product sections menu */

.productsections a:link {
	color: #fff;
	text-decoration: none;
}

.productsections a:active {
	color: #fff;
	text-decoration: none;
}

.productsections a:visited {
	color: #fff;
	text-decoration: none;
}

.productsections a:hover {
	color: #fff;
	text-decoration: none;
}

.productsections {
	width: 300px;
	height: 64px;
	padding: 10px 0 10px 5px;
	border-bottom: solid 3px #ccc;
	font-weight: bold;
	background-color: #666;
}

.productsectionshover a:link {
	color: #fff;
	text-decoration: none;
}

.productsectionshover a:active {
	color: #fff;
	text-decoration: none;
}

.productsectionshover a:visited {
	color: #fff;
	text-decoration: none;
}

.productsectionshover a:hover {
	color: #fff;
	text-decoration: none;
}

.productsectionshover {
	width: 300px;
	height: 64px;
	padding: 10px 0 10px 5px;
	border-bottom: solid 3px #ccc;
	font-weight: bold;
	background-color: #999;
	cursor: hand;
}

/* Reviews area */

.reviewlogos {
	margin: 0 10px 0 0;
	float: left;
}

.reviewseperator {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}