@charset "UTF-8";
/* CSS Document */

.thumbnail, .thumbnail2 {
	width: 160px;
	margin: 0px 22px 15px 0px;
	font-size: 1em;
	float: left;
}
#mainContent #btmtxt {
}
.thumbnail p, .thumbnail2 p {
	margin: 0px;
	padding: 0px;
	float: left;
}
.thumbnail img, .thumbnail2 img {
	margin-top: 10px;
	padding-bottom: 8px;
}
.greenbold {
	background: #0093D0;
}
.infrastructure {
	background: #9BCE17;
}
.security {
	background: #9900CC;
}
.unified {
	background: #FFCC00;
}
.greenbold, .infrastructure, .security, .unified {
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

