/*Sliding Text and Icon Menu Style*/
.sti-menu{
	position:relative;
	margin:50px auto 0 0;
}
.sti-menu li{
	float:left;
	width:200px;
	height:345px;
	margin:1px;
	border:1px solid #cc00000;
	list-style-type:none;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	/*background: url(../img/back_slider_bottom2.jpg) no-repeat;*/
	text-align:center;
	height:100%;
	width:96%;
	position:relative;
}
.sti-menu li a h2{
	color:#333;
	font-family: 'Wire One', arial, serif; 
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:10px;
	width:170px;
	top:130px;
	left:1px;
	/*background:#333;*/
}
.sti-menu li a h3{
	font-family: Baskerville, "Hoefler Text", Garamond, "Times New Roman", serif; 
	font-size:18px;
	font-style:italic;
	color: #fff;
	position:absolute;
	top:248px;
	left:0px;
	width:180px;
	padding:10px;
}
.sti-icon{
	width:200px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:48px;
	top:80px;
}
.sti-icon-care{
	/*background-image:url(../img/sti.png);
	margin-left:16px;*/
}
.sti-icon-alternative{
	/*background-image:url(../img/sti2.png);
	margin-top:10px;*/
}
.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);
}