#wrapper { background-image: url(../../images/backgrounds/analyst-security-operations-centre.jpg); }
.sixsigma { background-image: url(../../images/backgrounds/sixsigma.jpg) !important; }
.itil { background-image: url(../../images/backgrounds/itil.jpg) !important; }
.prince2 { background-image: url(../../images/backgrounds/prince2.jpg) !important; }
.analyst-security-operations-centre { background-image: url(../../images/backgrounds/analyst-security-operations-centre.jpg) !important; }
.test { background-image: url(../../images/backgrounds/itil.jpg) !important; }
.pearson { background-image: url(../../images/backgrounds/pearson.jpg) !important; }
.dotnet { background-image: url(../../images/backgrounds/dotnet.jpg) !important; }
.webtech { background-image: url(../../images/backgrounds/webtech.jpg) !important; }
.android { background-image: url(../../images/backgrounds/android.jpg) !important; }

a.btn, a.btn:visited { 
	border: solid 1px #06507b; 
	color:#fff;  	
	background-color: #4bb2ec; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bb2ec), to(#168cce));
	background-image: -webkit-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -moz-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -ms-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -o-linear-gradient(top, #4bb2ec, #168cce);
	background-image: linear-gradient(to bottom, #4bb2ec, #168cce);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4bb2ec, endColorstr=#168cce);		
}

a.btn:hover {
	background:#168cce;	
}

/*blue***************************/
.form-row input.btn {  
	border: solid 1px #06507b; 
	color:#fff;  
	background-color: #4bb2ec; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bb2ec), to(#168cce));
	background-image: -webkit-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -moz-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -ms-linear-gradient(top, #4bb2ec, #168cce);
	background-image: -o-linear-gradient(top, #4bb2ec, #168cce);
	background-image: linear-gradient(to bottom, #4bb2ec, #168cce);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4bb2ec, endColorstr=#168cce);		
}

.form-row input.btn:hover, .form-row input.btn:focus {
	background:#168cce;
}	
/*blue***************************/


.glyph-item { 
	color:#168cce
} 
.glyph-item-green { 
	color:#99cc00
} 

.pricing .blocks .inner ul li.price {
	background: #4bb2ec;	
	border-bottom: solid 5px #168cce; 
	margin-top:-1px
}

.highlight h2 span {
	color:#4bb2ec
}