html,body {
	text-align: center; /* horizontal centering for IE Win quirks */
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	background: #fff;
	color: #06889f;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	height: 95%;
}

.all {
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.top {
	margin: 0 0 90px 0;
}

.column {
	position: relative;
	left: 20px;
	color: #88b8c1;
	font-size: 14px;
}

.content {
	width: 320px;
	font-size: 14px;
}

.brands {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	width: 190px;
	height: 140px;
	float: left;
	border-bottom: 1px solid #88b8c1;
}

.products {
	width: 200px;
	float: left;
	font-size: 14px
}

.pale {
	color: #88b8c1;
}

.dark {
	color: #06889f;
}

a {
	color: #88b8c1;
	text-decoration: none;
}

a:hover {
	color: #06889f;
	text-decoration: none;
}

img {
	border: 0;
}
