#siteContent {
	position: relative;
	overflow: hidden;
	background: transparent url(/images/blocks/yellow.gif) repeat-y top left;
}

.clearMain {
	position: relative;
	clear: left;
}

.label.range1 { background-image: url(/images/blocks/purple.gif); }
.label.range2 { background-image: url(/images/blocks/sage.gif); }
.label.range3 { background-image: url(/images/blocks/blue.gif); }
.label.range4 { background-image: url(/images/blocks/red.gif); }
.label.range5 { background-image: url(/images/blocks/green.gif); }

#siteContent .inner {
	position: relative;
	padding-left: 10px;
}

#siteCapsules {
	position: relative;
	width: 100%;
	background: #e5e5e5;
	overflow: hidden;
	border-top: 1px solid white;
}

#siteCapsules .subsectionLinks {
	position: relative;
	width: 100%;
	background: #e5e5e5;
	overflow: hidden;
	border-top: 1px solid white;
}

#siteCapsules .link {
	position: relative;
	float: left;
	width: 135px;
}

#siteCapsules .link.item1 { width: 189px; }
#siteCapsules .link.item2 { width: 82px; }
#siteCapsules .link.item3 { width: 105px; }
#siteCapsules .link.item4 { width: 124px; }
#siteCapsules .link.item5 { width: 115px; }

#siteCapsules .item0 { background: transparent url(/images/blocks/yellow.gif) repeat-y top left; }
#siteCapsules .item1 { background: transparent url(/images/blocks/purple.gif) repeat-y top left; }
#siteCapsules .item2 { background: transparent url(/images/blocks/sage.gif) repeat-y top left; }
#siteCapsules .item3 { background: transparent url(/images/blocks/blue.gif) repeat-y top left; }
#siteCapsules .item4 { background: transparent url(/images/blocks/red.gif) repeat-y top left; }
#siteCapsules .item5 { background: transparent url(/images/blocks/green.gif) repeat-y top left; }

#siteCapsules .link a {
	display: block;
	position: relative;
	font: normal 11px arial,verdana,sans-serif;
	padding: 6px 5px 6px 15px; 
	color: #444;
	text-decoration: none;
	background: url(/images/global/pointer_bg_rightpad.gif) no-repeat center right;
}

#siteCapsules .item0 a:hover,
#siteCapsules .capsuleRange0 .link.item0 a {
	background-color: #edc001;
}

#siteCapsules .item1 a:hover,
#siteCapsules .capsuleRange1 .link.item1 a {
	background-color: #620063;
	background-image: url(/images/global/pointerwhite_bg_rightpad.gif);
	color: #fff;
}

#siteCapsules .item2 a:hover,
#siteCapsules .capsuleRange2 .link.item2 a {
	background-color: #657C74;
	background-image: url(/images/global/pointerwhite_bg_rightpad.gif);
	color: #fff;
}

#siteCapsules .item3 a:hover,
#siteCapsules .capsuleRange3 .link.item3 a {
	background-color: #003399;
	background-image: url(/images/global/pointerwhite_bg_rightpad.gif);
	color: #fff;
}

#siteCapsules .item4 a:hover,
#siteCapsules .capsuleRange4 .link.item4 a {
	background-color: #cd0400;
	background-image: url(/images/global/pointerwhite_bg_rightpad.gif);
	color: #fff;
}

#siteCapsules .item5 a:hover,
#siteCapsules .capsuleRange5 .link.item5 a {
	background-color: #578423;
	background-image: url(/images/global/pointerwhite_bg_rightpad.gif);
	color: #fff;
}

#siteCapsules .item0 a,
#siteCapsules .item1 a,
#siteCapsules .item2 a,
#siteCapsules .item3 a {
	border-right: 1px solid white;
}

#siteContent .introHolder {
	position: relative;
	padding: 10px;
}

.introHolder h2 {
	margin: 0px;
	padding-bottom: 5px;
}

.range0 .introHolder h2 {
	color: #edc001;
}

.range1 .introHolder h2 {
	color: #620063;
}

.range2 .introHolder h2 {
	color: #657C74;
}

.range3 .introHolder h2 {
	color: #003399;
}

.range4 .introHolder h2 {
	color: #cd0400;
}

.range5 .introHolder h2 {
	color: #578423;
}


.productItems .label.range1  {
	background-image: url(/images/blocks/purple.gif);
}

.productItems .label.range2 {
	background-image: url(/images/blocks/green.gif);
}

.productItems .label.range3 {
	background-image: url(/images/blocks/blue.gif);
}

.productItems .label.range4 {
	background-image: url(/images/blocks/red.gif);
}

.productItems .label.range5 {
	background-image: url(/images/blocks/sage.gif);
}

.productItems {
	position: relative;
	width: 740px;
	overflow: hidden;
}

.productItems .capsule {
	position: relative;
	float: left;
	width: 246px;
	overflow: hidden;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

.productItems .label {
	position: relative;
	border-left: 1px solid white;
	background: #ccc url(/images/blocks/yellow.gif) repeat-y -8px 0px;
}

.productItems .label h4 {
	margin: 0px;
	padding: 3px 5px 3px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.productItems .label h4 a {
	color: #333;
	text-decoration: none;
}

.productItems .label h4 a:hover {
	color: #666;
}

.range .productItems .label {
	background-image: url(/images/blocks/blue.gif);
}

.productItems .image {
	position: relative;
	float: left;
	width: 90px;
	text-align: center;
	padding: 4px 0px;
}

.productItems .html {
	position: relative;
	float: left;
	width: 150px;
	padding: 4px 0px;
}

.productItems .link {
	position: relative;
	float: left;
	width: 80px;
}

.productItems .link a {
	position: relative;
	display: block;
	font: bold 11px arial,verdana,sans-serif;
	color: #345f03;
	text-decoration: none;
	background: url(/images/global/pointer_bg_rightpad.gif) no-repeat center right;
}

.productItems .capsuleRow {
	position: relative;
	width: 100%;
	overflow: hidden;
}