/***************************************************************************************
 ******* CONTENT AREA STYLES
 ***************************************************************************************/
 #middle {background: #fff url(/elements/images/global/sidebarBG.gif) right top repeat-y;}
 #primaryContent {
	 float: left;
	 margin: 20px 10px 10px;
	 width: 630px;
 }
 	#primaryContent h1 {
		color: #7d0123;
		font: bold 1.250em/1em Arial, Helvetica, sans-serif;
		margin: 0 0 0.5em;
	}
 	#primaryContent h2 {
		color: #666;
		font: bold 1.125em/1em Arial, Helvetica, sans-serif;
		margin: 0 0 0.25em;
	}
 	#primaryContent p,
	#primaryContent address {
		font: normal 13px/1.333em Arial, Helvetica, sans-serif;
		margin: 0 0 1.333em;
	}
	#primaryContent cite {
		color: #7d0123;
		font: italic 13px/1.333em Arial, Helvetica, sans-serif;
		margin: 0;
	}
	#primaryContent blockquote {margin: 0 1em 1.333em 2em;}
		#primaryContent blockquote p {margin: 0;}
 	#primaryContent ul,
 	#primaryContent ol {
		margin: 0 0 1.333em 2em;
		padding: 0;
	}
 	#primaryContent ol {list-style: decimal;}
		#primaryContent li {
			font: normal 13px/1.333em Arial, Helvetica, sans-serif;
		}
 	#primaryContent a {color: #9c012b;}
 	#primaryContent a:hover {color: #7d0123;}
	#primaryContent .productCategories {
		height: 135px;
		margin: 1em auto;
	}
		#primaryContent .productCategories div {
			border: 1px solid #9c012b;
			float: left;
			margin: 0 0 0 10px;
			position: relative;
			width: 145px;
		}
		#primaryContent .productCategories div.expander {
			border: none;
			color: #fff;
			cursor: pointer;
			float: none;
			font-weight: bold;
			margin: 0;
			position: absolute;
			right: 5px;
			top: 5px;
			width: auto;
		}
		#primaryContent .productCategories div:first-child,
		#primaryContent .productCategories div.first-child {margin: 0;}
			#primaryContent .productCategories div h3 {
				background: #9c012b;
				border-bottom: 1px solid #9c012b;
				font-size: 0.857em;
				padding: 3px 5px;
			}
				#primaryContent .productCategories div h3 a {color: #fff;}
			#primaryContent .productCategories div ul {margin: 0;}
				#primaryContent .productCategories div ul li {color: #9c012b;}
					#primaryContent .productCategories div ul li a {
						display: block;
						padding: 5px;
					}
					#primaryContent .productCategories div ul li a:hover {
						background: #9c012b;
						color: #fff;
					}
 #secondaryContent {
	 float: right;
	 padding: 10px 0 0;
	 width: 320px;
 }
 	#secondaryContent img.videoTrigger {
		cursor: pointer;
		display: block;
		margin: 0 auto 10px;
	}