/************ Training Development Consultancy  *************/
#train
{
	float:right; height:110px;width:110px;margin-right:30px;
	background-image:url(../images/training.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	overflow:hidden;
}

#train:hover
{
	float:right; height:110px;width:110px; margin-right:30px;
	background-image:url(../images/training-hover.jpg)
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
}

#train 
{
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
}

#develop
{
	float:right; height:110px;width:110px;margin-right:30px;
	background-image:url(../images/development.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	overflow:hidden;
}

#develop:hover
{
	float:right; height:110px;width:110px; margin-right:30px;
	background-image:url(../images/development-hover.jpg)
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
}

#develop 
{
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
}

#job
{
	float:right; height:110px;width:110px;margin-right:30px;
	background-image:url(../images/job.jpg);background-repeat:no-repeat;background-position:center center;
	cursor:pointer;
	overflow:hidden;
}

#job:hover
{
	float:right; height:110px;width:110px; margin-right:30px;
	background-image:url(../images/job-hover.jpg);background-repeat:no-repeat;background-position:center center;
	cursor:pointer;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
}

#job 
{
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
}

/*********** Banner ***************/

/*#subheader_bottom
{
	background-image:url(../images/bottom1.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:100%;
	margin:0px;
}*/

.vbanner
{
	 border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;

	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ccc));
	background-image: -webkit-linear-gradient(#ccc, #ccc);
	background-image: -moz-linear-gradient(#ccc, #ccc),
	-moz-linear-gradient(#ccc, #ccc);
	background-image: -o-linear-gradient(#ccc, #ccc),
	-o-linear-gradient(#ccc, #ccc);
	background-image: linear-gradient(#ccc, #ccc),
	linear-gradient(#ccc, #ccc);
	-moz-background-size:5px 100%;
	background-size:5px 100%;
	background-position:0 0, 100% 0;
	background-repeat:no-repeat;
}


/**************** footer *******************/
#news_cover{background:#0683e4;border-radius:5px;}

.pindent
{
text-indent:50px;
text-align:justify;
}

.wo_indent
{
text-align:justify;
}

.palign
{
	text-align:justify;
}
.vthree
{
	color:#0683e4;
}

.vthree_sub
{
	color:#ac0256;
	font-weight:bold;
}
