@import url(topCarousel.css);

#contentHead { 
	}

#catAHero {
	margin: 0 0 20px 0;
	}

#catAHeroTag {
	z-index: 4;
	min-width: 240px;
	}

#galleryWrapper {
	position: relative;
	float: left;
	width: 460px;
	}

#galleryRoundedNav a.topCarouselPrev {
	background: url(../images/carousel/carouselRoundedNavsLeftDarkGray.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/carousel/carouselRoundedNavsLeftDarkGray.png', sizingMethod='crop');
	}

#galleryRoundedNav a.topCarouselNext {
	background: url(../images/carousel/carouselRoundedNavsRightDarkGray.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/carousel/carouselRoundedNavsRightDarkGray.png', sizingMethod='crop');
	}

#gallery li {
	height: auto !important;
	}

#gallery li img {
	display: block;
	}

#gallery li div { padding: 7px 10px; background: #969696; 
	}

#gallery h3 {
	font-size: 1.8em;
	}

#gallery p {
	font-size: 1.2em;
	}

.carouselNavContainer { padding: 0 0 4px 0; background: #969696; 
	}

.carouselPrev {
	background: url(../images/carousel/carouselArrowLYellow.gif) no-repeat;
	}

.carouselNext {
	background: url(../images/carousel/carouselArrowRYellow.gif) no-repeat;
	}

.carouselBullet {
	background: url(../images/carousel/carouselBulletYellow.gif) no-repeat;
	}

.carouselBulletOn, .carouselBullet:hover {
	background-position: 0 -12px;
	}

#tabbedNav {
	height: 40px;
	line-height: 40px;
	background: #ec008c;
	}

#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;
	background: url(../images/tabbedNavItemBorder.gif) no-repeat right center;
	}

#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 19px;
	height: 40px;
	background: url(../images/targetIconPink.gif) no-repeat left center !important;
	}

#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;
	background: url(../images/tabbedNavActiveBg.gif) no-repeat center top;
	margin-right:-1px;
	}

#tabbedNav li a:hover {
	text-decoration: none;
	}

.colABox {
	padding-bottom: 60px;
    	padding: 10px;
	background: #fff;

	}

.basicsGrid {
	font-size: 1.6em;
	}
	
.basicsGridRow {
	background: url(../images/basicsGridBg.gif) repeat-y;
	*height: 1%;
	}
	
.basicsGridRow div { float: left; width: 185px; padding: 0 10px 12px 10px;}

.basicsGridRow div:first-child { padding: 0 10px 12px 10px; 
	}

.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;
	}

