/**************************************************************************************
******* CONTENT AREA STYLES
***************************************************************************************/
#bannerArea {margin: 20px 0 40px;}
	#bannerArea #banner {
		height: 465px;
		padding: 0;
		position: relative;
	}
		#bannerArea .banner {
			display: block;
			height: 465px;
			left: 0;
			position: absolute;
			top: 0;
			width: 958px;
		}
			#bannerArea .banner img {
				display: block;
				height: 465px;
				width: 958px;
			}
		#bannerArea ul {
			bottom: 0;
			height: 50px;
			position: absolute;
			right: 20px;
			text-align: right;
			width: 960px;
		}
			#bannerArea ul li {
				display: inline-block;
				*display: inline;
				margin: 0 0 0 -10px;
				position: relative;
				width: 32px;
			}
				#bannerArea ul li a {
					background: transparent url(/elements/images/home/rotator_icon.png) center 0 no-repeat;
					display: block;
					height: 38px;
					*display: inline;
					*line-height: 0;
					*width: 0;
					*padding: 20px 36px 0 0;
				}
				#bannerArea ul li a.current,
				#bannerArea ul li a:hover {background-position: center -38px;}
#primaryContent {
	background: transparent url(/elements/images/misc/onePixelGrayBox.gif) top center repeat-y;
}
	#primaryContent .column {
		float: left;
		width: 450px;
	}
	#primaryContent .featured-products {padding: 0 30px 0 0;}
	#primaryContent .eco-products {padding: 0 0 0 30px;}
		#primaryContent .column h1 {width: 320px;}
		#primaryContent .column img {
			display: block;
			float: right;
			margin: 0 0 0 5px;
		}
