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