a, a:visited { color:#bf37c7; }
a:hover { color:#8f1596; }

.btn, input[type="button"], input[type="submit"], input[type="reset"] {
	background-color:#c53dcd;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c53dcd), to(#b020b9));
	background:-webkit-linear-gradient(top, #c53dcd, #b020b9);
	background:-moz-linear-gradient(top, #c53dcd, #b020b9);
	background:-o-linear-gradient(top, #c53dcd, #b020b9);
}
.btn:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color:#b020b9;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#b020b9), to(#c53dcd));
	background:-webkit-linear-gradient(top, #b020b9, #c53dcd);
	background:-moz-linear-gradient(top, #b020b9, #c53dcd);
	background:-o-linear-gradient(top, #b020b9, #c53dcd);
}

#header .menu-nav ul li.active a, #header .menu-nav ul li a:hover {
	border-top:2px solid #bf37c7;
	color:#bf37c7;	
}

#introduction .row-fluid { border-left: 5px solid #bf37c7; }

#howto .step:hover .step-number .number {
	background-color:#bf37c7;
	border:5px solid #fccdff;
}

#main-tabs .tabs li a:hover, #main-tabs .tabs li.active a { background-color:#bf37c7; }

#main-tabs .testimonials .item:hover .arrow { border-top:20px solid #bf37c7; }
#main-tabs .testimonials .item:hover .name { background-color:#bf37c7; }

.ie7 #main-tabs .testimonials .item:hover .arrow { background-color:#bf37c7; }