
.heroContainer{
	position: relative;
	min-height: 320px;
	margin-bottom: 20px;
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
.heroInner{
	width:990px;
	height: 320px;
	margin: 0 auto;
	position: relative;
}
.heroContent{
	position: absolute;
}
.heroContent h1{
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 7px;
	color: #2E2F2A;
}
.heroContent p{
	font-size: 15px;
	color: #5D5D5D;
	margin: 0;
}
.heroModule{
	position: absolute;
	right:30px;
	top:70px;
	padding: 15px;
	border-radius: 5px;
}

.heroModule h3{
}
.heroModule p{
}
.heroModuleCTA{
}



/*in-direct resulting required changes pageContent*/
.pageContent{
	position: relative;
}
.breadcrumsContainer{
	width:990px;
	margin:10px auto 0;
}
.sideBar{
	margin-top: -100px;
}



.alcModule{
	background: #fff;
	padding: 15px;
	top:0;
	right: 5px;
}
.alcModule .beltRotateContainer{
	border-bottom: 1px dotted #ccc;
}

.heroModule .widgetContent{
	position: relative;
}

/*.alcModuleNarrow*/
.alcModuleNarrow .alcModuleContentList .beltWrapper{
	min-height: 160px;
	width: 170px;
}
.alcModuleNarrow .alcModuleContentList li{
	width:170px;
	float: left;
}
.alcModuleNarrow.heroModule .widgetContent{
	width:170px;
}


.heroModule .thumbLeftArrow, .heroModule .thumbRightArrow{
	position: absolute;
	top:-30px;
	right: 0;
	font-size: 20px;
}
html.ie7 .heroModule .thumbLeftArrow, html.ie7 .heroModule .thumbRightArrow{
	width:15px;
	height: 15px;
}

html.ie7 .heroModule .thumbRightArrow{
	background-position: right 0;
}

html.ie7 .heroModule .thumbLeftArrow{
	background-position: right -75px;
}

.heroModule .thumbLeftArrow{
	right: 15px;
}
.alcModuleContentList a:hover{
	text-decoration: none;
}
.alcModuleContentList a img{
	display: block;
	margin-bottom: 5px;
	max-width: 100%;
}

.alcModuleContentList p{
	margin: 0 0 5px;
	font-size: 11px;
	line-height: 14px;
}

.alcModuleViewAll{
	display: block;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}


/* !--- RWD sm+med --- */
@media screen and (max-width:801px) {
	.pageContent {margin:0;}
	.breadcrumsContainer, .heroInner{width: 100%!important;height:auto!important}
}
