.banner {
	border: 1px solid #C0C0C0;
	width: 700px;
	height: 200px;
}
.col {
	float: left;
	
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	
	border: 1px solid #CCC;
	width: 268px;
	height: 400px;
	margin-top: 5px;
	margin-left: 23px;
	margin-bottom:5px;
	text-align: center;
	display: inline;
	
	cursor:pointer;
}

.counter {
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	width: 900px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	font:14px verdana;
	text-align: center;
	margin:15px auto;
}

.red, .red:active, .red:visited {
	color: #B31111;
	text-decoration: none;
}
.red:hover {
	color: #B31111;
}

.left {
	background: url(../img/mobile+virtual.png) no-repeat -130px 60px;
}

.middle {
	background: url(../img/small+medium.png) no-repeat -190px 60px;
}

.right {
	background: url(../img/enterprise+callcenter.png) no-repeat -15px 60px;
}
