
#contentHead {
	padding-bottom: 0;
	}

#catAHero {
	margin: 0 0 20px 0;
	}

#catAHeroTag {
	z-index: 4;
	min-width: 240px;
	}

	
#tabbedNav {
	height: 40px;
	line-height: 40px;
	background: #3A3637;
	}

#tabbedNav ul:after, .basicsGridRow:after {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	}
	
#tabbedNav ul {
	list-style: none;
	padding: 0 0 0 10px;
	*height: 1%;
	}

#tabbedNav li {
	float: left;
	padding: 0 15px;
	
	}

#tabbedNav li.last, #tabbedNav li:last-child {
	background: none;
	}

#tabbedNav li.targetIcon {
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0 0 0 5px;
	height: 40px;
	}

#tabbedNav li a {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #effb01;
	}

#tabbedNav li.active {
	padding: 0 1px 0 0;
	margin-left:-1px;
	}

#tabbedNav li.active a {
	color: #ec008c;
	padding: 3px 6px 12px 6px;
	border: 0;
	margin-right:-1px;
	}

#tabbedNav li a:hover {
	text-decoration: none;
	}

.colABox {
	padding-bottom: 20px;
	}

.basicsGrid {
	font-size: 1.4em;
	}
	
.basicsGridRow {
	
	*height: 1%;
	}
	
.basicsGridRow div {
	float: left;
	width: 185px;
	padding: 0 10px 12px 10px;
	_padding: expression((this==this.parentNode.firstChild) ? "0 10px 12px 0" : "0 10px 12px 10px");
	}

.basicsGridRow div:first-child {
	padding: 0 10px 12px 0;
	}

.basicsGridSubRow h5 {
	padding: 20px 0 0 0;
	border-top: 1px solid #ededed;
	}

.basicsGrid h4 {
	font-size: 100%;
	padding: 0 0 6px 0;
	}

.basicsGrid h5 {
	font-size: 100%;
	font-weight: normal;
	}
	
.basicsGrid ul {
	list-style: inside;
	color: #999999;
	margin-left: 0;
	padding: 7px 0 5px 1em;
	text-indent: -1em;
	}
	
.basicsGrid li {
	padding: 3px 0;
	}

.gridSeparator {
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px 0 20px 0;
	border-top: 1px solid #ededed;
	}

