
/* -----------------------------------------------
	banner (homepage)
----------------------------------------------- */
.banner {
	height: 302px;
	background: #4c8998 url(../images/bg-banner.jpg) no-repeat;
	position: relative;
	color: #fff;
}

.banner h1, .banner h2 { display: none; } 

.banner p {
	position: absolute;
	top: 165px; left: 31px;
	line-height: 160%;
	width: 380px;
} 

.banner .downloadflash {
	position: absolute;
	top: 244px; left: 455px;
	font-size: 0.9em;
	line-height: 160%;
}

.banner .downloadflash a { color: #e9e095; }

.banner .video {
	position: absolute;
	width: 384px; height: 288px;
	right: 7px; top: 7px;
}

a.blackLink:link, a.blackLink:visited { color:#203133; }
a.blackLink:hover { color:#000; }



/* -----------------------------------------------
	content
----------------------------------------------- */
.content-container {
	background: #fff;
	padding: 10px;
}

.content-container .left-column {
	float: left;
	width: 620px;
}

.content-container .right-column {
	float: right;
	width: 308px;
}

.content-container .right-column .panel {
	height: 162px;
	background: #f0eadf url(../images/bg-smallpanel-home.jpg) no-repeat;
	padding: 0 22px;
	padding-top: 10px;
}

.content-container .left-column .featured {
	height: 280px;
	background: #f0eadf url(../images/bg-featuredproducts.jpg) no-repeat;
	padding: 0 18px;
	padding-top: 10px;
}

body.home img.free-sample { margin-bottom: 9px; }

.title {
	position: relative;
	border-bottom: 2px solid #e2dbd1;
	height: 30px;
}

.title a.link {
	position: absolute;
	right: 0; bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

.content-container .right-column .panel img {
	border: 1px solid #b29b7f;
	margin-top: 10px;
}

.product-listing { margin-top: 10px; }
