/* CSS Document */
.intro_1 {
	background-color:#f1f1f1;
	height:120px;
	width:370px;
	border-radius:10px;
	background-image:url(../images/intro_1.png);
	background-repeat:no-repeat;
	background-position:15% center;
	text-align:center;
	line-height:115px;
	text-indent:4em;
	overflow:hidden;
	font-size:30px;
	position:inherit;
}
.intro_1:hover {
	background-color:#bf0d0d;
	background-image:url(../images/intro_1_2.png);
	color:#fff;
}
.intro_2 {
	background-color:#f1f1f1;
	height:120px;
	width:370px;
	border-radius:10px;
	background-image:url(../images/intro_2.png);
	background-repeat:no-repeat;
	background-position:15% center;
	text-align:center;
	line-height:115px;
	text-indent:4em;
	overflow:hidden;
	font-size:30px;
	position:inherit;
}
.intro_2:hover {
	background-color:#bf0d0d;
	background-image:url(../images/intro_2_2.png);
	color:#fff;
}
.intro_3 {
	background-color:#f1f1f1;
	height:120px;
	width:370px;
	border-radius:10px;
	background-image:url(../images/intro_3.png);
	background-repeat:no-repeat;
	background-position:15% center;
	text-align:center;
	line-height:115px;
	text-indent:4em;
	overflow:hidden;
	font-size:30px;
	position:inherit;
}
.intro_3:hover {
	background-color:#bf0d0d;
	background-image:url(../images/intro_3_2.png);
	color:#fff;
}
