/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:475px;
	position:relative;
	height: 165px;
}
.sti-menu li{
	float:left;
	width:150px;
	height:150px;
	margin:1px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:center;
	height:150px;
	width:100px;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
}
.sti-menu li a h2{
	font-family: Calibri;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:10px;
	width:75px;
	top:83px;
	left:0px;
	text-shadow: 0px 1px 1px black;
	height: 165px;
}
.sti-menu li a h3{
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color: #009EE0;
	position:absolute;
	top:104px;
	left:0px;
	width:75px;
	padding:10px;
	height: 165px;
}
.sti-icon{
	width:75px;
	height:94px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:14px;
	top:-2px;
}
.sti-icon-care{
	background-image:url(../images/care.png);
}
.sti-icon-alternative{
	background-image:url(../images/alternative.png);
}
.sti-icon-family{
	background-image:url(../images/family.png);
}
.sti-icon-info{
	background-image:url(../images/info.png);
}
.sti-icon-technology{
	background-image:url(../images/technology.png);
}
