/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:968px;
	position:relative;
	margin:0 auto;
	padding-left:35px;
	list-style:none;
}
.sti-menu li{
	float:left;
	width:242px;
	height:330px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;

}
.sti-menu li a h2{
	color:#fff;
	font-family:'BebasNeueRegular';
	font-weight: normal;
	font-size:22px;;
	text-transform:uppercase;
	position:absolute;
	padding:10px;
	width:190px;
	top:215px;
	left:0px;
	text-shadow: 0px 1px 1px black;
}
.sti-menu li a h3{
	font-family: "PT Sans", sans-serif; 
	font-size:15px;
	font-style:italic;
	color: #ebebeb;
	position:absolute;
	top:248px;
	left:0px;
	width:190px;
	padding:10px;
}
.sti-icon{
	width:178px;
	height:178px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:35px;
	top:35px;
}
.sti-icon-one{
	background-image:url(../images/icons/button1.png);
}
.sti-icon-two{
	background-image:url(../images/icons/button2a.png);
}
.sti-icon-three{
	background-image:url(../images/icons/button3a.png);
}
.sti-icon-four{
	background-image:url(../images/icons/button4.png);
}