/*
MAIN (CENTRAL) CONTENT AREA
-------------------------------------*/
#main-left-column {
	float: left;
	width: 454px;
	margin-right: 7px;
}
#main-right-column {
	float: left;
	width: 234px;
}
#main-right-column img {
	float: left;
	margin-bottom: 2px;
}

/*
FEATURED ARTICLE
-------------------------------------*/
#featured-article {
	width: 454px;
	float: left;
	background-color: #202020;
}
#featured-article .header {
	background-color: #8F191C;
	background-image: url(/images/design/three_blips_red.gif);
	background-repeat: no-repeat;
	background-position: 446px;
}
#featured-article .header h2 {
	background-image: url(/images/design/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding: 2px 0 2px 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f0f0f0;
	text-transform: uppercase;
	margin: 0;
	height: 18px;
}
#featured-article p, #featured-article h3 {
	width: 442px;
	color: #FFFFFF;
	padding: 3px 6px;
}
#featured-article h3 {
	font-size: 130%;
	font-weight: bold;
}
#featured-article p {
	padding-top: 0;
	padding-bottom: 8px;
	margin: 0;
	color: #ddd;
}

/*
PRODUCT SPOTLIGHT
-------------------------------------*/
#product-spotlight {
	background-color: #474747;
	margin-top: 5px;
	float: left;
	width: 454px;
}
#product-spotlight .header {
	background-image: url(/images/design/three_blips_gray.gif);
	background-repeat: no-repeat;
	background-position: 446px;
	border-bottom: 1px solid #666;
}
#product-spotlight .header h2 {
	background-image: url(/images/design/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding: 2px 0 2px 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f0f0f0;
	text-transform: uppercase;
	margin: 0;
	height: 18px;
}
#product-spotlight h3 {
	padding: 3px 6px;
	color: #fff;
	font-size: 135%;
text-transform: uppercase;
line-height: 1.2em;
font-weight: normal;
}
#product-spotlight h3 strong {
font-weight: bold;
}
#product-spotlight p {
	padding: 3px 6px;
	padding: 0 6px 8px 6px;
	margin: 0;
	color: #ddd;
}
#product-spotlight img {
	margin: 6px;
	border: 1px solid #999;
	float: left;
}

/*
LATEST REVIEWS
-------------------------------------*/
#reviews {
	background-color: #603;
	margin-top: 5px;
	float: left;
	width: 454px;
	background-image: url(/images/design/reviews_bg.gif);
	background-repeat: no-repeat;
	background-position: 360px 20px;
}
#reviews .header {
	background-image: url(/images/design/three_blips_purple.gif);
	background-repeat: no-repeat;
	background-position: 446px;
	border-bottom: 1px solid #966;
}
#reviews .header h2 {
	background-image: url(/images/design/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding: 2px 0 2px 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f0f0f0;
	text-transform: uppercase;
	margin: 0;
	height: 18px;
}
#reviews li {
	font-size: 14px;
	padding-left: 22px;
	list-style-type: none;
	background-image: url(/images/design/review_blip.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
#reviews li a {
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
}
#reviews ul {
	margin-top: 4px;
}

/*
IN THE NEWS
-------------------------------------*/
#news {
	background-color: #000;
	float: left;
	width: 234px;
	margin: 0 0 4px 0;
	overflow: hidden;
	max-width: 234px;

}
#news .header {
	background-image: url(/images/design/three_blips_gray.gif);
	background-repeat: no-repeat;
	background-position: 226px;
	border-bottom: 1px solid #666;
}
#news .header h2 {
	background-image: url(/images/design/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding: 2px 0 2px 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f0f0f0;
	text-transform: uppercase;
	margin: 0;
	height: 18px;
}
#news h3 {
	color: #fff;
	padding: 3px 6px;
	font-size: 120%;
	font-weight: bold;
	margin-top: 4px;
}
#news p {
	padding-top: 0;
	padding: 3px 6px 8px 6px;
	margin: 0;
	color: #ddd;
}
#news img {
	margin: 6px;
	border: 1px solid #999;
	float: left;
}
#news h3.news-item, #news h3.news-item-first {
	padding-top: 2px;
	width: 220px;
line-height: 1.2em;
}
#news h3.news-item {
	background-image: url(/images/design/news_hr.gif);
	background-repeat: no-repeat;
margin-top: 8px;
padding-top: 8px;
}
