/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:1000px;
	position:relative;
	margin:50px auto 0 auto;
}
.sti-menu li{
	float:left;
	width:220px;
	height:300px;
	/*margin:1px;*/
	margin:0px 40px 25px 0px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#f1f1f1;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #000;
	-webkit-box-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 2px #000;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	cursor: hand;
}
.sti-menu li a h4{
	color:#000;
	font-family:"PacificoRegular" , Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	position:absolute;
	padding:9px;
	width:200px;
	top:140px;
	left:0px;
	text-shadow: 0px 1px 1px #626262;
}
.sti-menu li a h3{
	font-family:"HelveticaNeueRegular" , Helvetica, sans-serif; 
	font-size:15px;
	font-weight:normal;
	color: #000;
	position:absolute;
	top:200px;
	left:0px;
	width:200px;
	padding:0px 10px 10px 10px;
}
.sti-icon{
	width:150px;
	height:150px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:35px;
	top:0px;
}
.sti-icon-care{
	background-image:url(../images/without_internet.png);
}
.sti-icon-alternative{
	background-image:url(../images/browsing_product.png);
}
.sti-icon-family{
	background-image:url(../images/searching_filtering.png);
}
.sti-icon-info{
	background-image:url(../images/Transfer_order.png);
}
.sti-icon-technology{
	background-image:url(../images/technology.png);
}