.diy .banner{
	background:url(../repository_images/new/social_hub/social_hub_bg.jpg);
	width:1023px;
	height:583px;
	position:relative;
}

.diy .banner .action-link{
	position:absolute;
	bottom:25px;
	right:35px;
	height:200px;
	width:200px;
	cursor:pointer;
}

.diy .features ul{
	float:left;
	margin-left:80px;
	margin-right:15px;
}

.diy .features ul li{
	color:white;
	font-size:26px;
	list-style:none;
	line-height:39px;
	background:url(../repository_images/new/do-it-yourself/icons/check-bl-bg.gif) left no-repeat;
	padding-left:50px;
	margin-bottom:30px;
}

.diy .featured-content{
	color:#939191;
	font-size:12px;
	margin-top:15px;
}

.diy .featured-content h2{
	color:white;
	text-transform: uppercase;
	font-size:28px;
	margin:0px;
	text-align:center;
	display:block;
}

.diy .featured-content .column1, .diy .featured-content .column2, .diy .featured-content .column3, .diy .featured-content .column4{
	border-right:1px solid #303133;
	float:left;
	height:100px;
	width:190px;
	padding:20px;
	padding-top:0px;
}

.diy .featured-content .column4{
	width:285px;
	border-right:0px;
	text-align:center;
}

.diy .featured-content .column4 .social_hub_btn{
	cursor:pointer;
	background:url(../repository_images/new/social_hub/social_hub_trial_button.jpg);
	width:249px;
	height:67px;
	margin:auto;
	margin-top:17px;
	margin-bottom:10px;
}

.diy .featured-content .column4 .btn-caption{
	font-weight:bold;
}

.diy a{
	color:#ea6c40;
	text-decoration:none;
}

.signup-form{
	color:#999999;
	font-size:14px;
	margin-top:-23px;
}

#diyRegisterMsg .alert, #diyRegisterMsg .errors{
	margin-top:-20px;
}

.signup-form .input_info{
	left: 125px !important;
}

.diy .diy-content{
	color:#939191;
	font-size:14px;
	margin-top:12px;
}

.diy .diy-content #why-diy, .diy .diy-content #diy-pricing, .diy .diy-content #diy-faq{
	border-top:1px solid #303133;
	border-bottom:1px solid #303133;
	display:none;
	padding-bottom:30px;
}

.diy .diy-content ol{
	margin-top:25px;
}

.diy .diy-content ol li{
	margin-bottom:15px;
}

.diy .diy-content ol ul{
	margin-top:-13px;
}

.diy .diy-content h2{
	text-transform:uppercase;
	font-weight:normal;
	font-size:44px;
	color:white;
	margin-top:15px;
	margin-bottom:20px;
}

/* POPUP VIDEOS */

.popup-video{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-253px;
	z-index:1005;
	width:900px;
	height:507px;
}

.modal-bg{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background-color:black;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index:1000;
}