@charset "utf-8";
/* CSS Document */
.homeMainBanner{
	width:100%;
	height:500px;
	float:left;
	background:#f04b4e url(../images/homebannerBgStrip.jpg) repeat-x;
	text-align:center;
		
}
.wrap{
	width: 960px;
	margin: 0 auto;
	background: white;
	overflow: hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}
.wrap a:link, .wrap a:active, .wrap a:visited{
	color:#333;
	text-decoration:none;
}
.wrap a:hover{
	color:#000;
	text-decoration:underline;
}
.item{
	margin: 0;
	padding: 5px 10px;
	background:no-repeat;
	width:960px;
	height:410px;
}
.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}
/*Banner Details*/
.homeBannerContentBlock{
	width:400px;
	height:auto;	
}
.homeBannerContentBlock .subHeading{
	width:100%;
	height:auto;
	float:left;	
}
.homeBannerContentBlock h1{
	margin:0px;
	font-family: 'Roboto', sans-serif; 
	font-size:30px;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	width:100%;
	height:auto;
	float:left;
	color:#333;
}
.homeBannerContentBlock .regular{
	font-family: 'Roboto', sans-serif; 
	font-size:26px;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	color:#666;
}
.homeBannerContentBlock .light{
	font-family: 'Roboto', sans-serif; 
	font-size:26px;
	text-transform:uppercase;
	font-weight:300;
	font-style:normal;
	color:#666;
}
.homeBannerContentBlock article{
	width:100%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif; 
	font-size:13px;
	font-weight:400;
	font-style:normal;
	line-height:20px;
	color:#666;
	letter-spacing: 0.0300em;
}
.homeBannerContentBlock a:link, .homeBannerContentBlock a:active, .homeBannerContentBlock a:visited{
	width:80px;
	height:26px;
	float:left;
	background:url(../images/viewAllBg.jpg) no-repeat 0 0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	font-weight:400;
	font-style:normal;
	letter-spacing: 0.0300em;	
	color:#333;
	padding:9px 0 0 0;
	text-align:center;
	text-decoration:none;
}
.homeBannerContentBlock a:hover{
	background:url(../images/viewAllBg.jpg) no-repeat 0 -35px;
	text-decoration:none;
}