/*Sliding Text and Icon Menu Style*/
@font-face {
	font-family: "Open Sans";
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.sti-menu{
	width:808px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sti-menu li{
	float:left;
	width:200px;
	height:300px;
	margin:1px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#333;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	/*-moz-box-shadow:0px 0px 2px #222;
	-webkit-box-shadow:0px 0px 2px #222;
	box-shadow:0px 0px 2px #222;*/
	border:1px solid #555;
	border-top:0px;
	border-bottom:0px;
}
.sti-menu li a h2{
	color:#ccc;
	font-family: "Open Sans";
	font-size:18px;
	font-weight:normal;
	position:absolute;
	padding:10px;
	width:180px;
	top:140px;
	left:0px;
}
.sti-menu li a h3{
	font-family: "Open Sans";
	font-size:14px;
	font-style:italic;
	color: #ccc;
	position:absolute;
	top:220px;
	left:0px;
	width:180px;
	padding:10px;
}
.sti-icon{
	width:178px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:12px;
	top:10px;
}
.sti-icon-care{
	background-image:url(../imagens/images/care.png);
}
.sti-icon-alternative{
	background-image:url(../imagens/images/alternative.png);
}
.sti-icon-family{
	background-image:url(../imagens/images/family.png);
}
.sti-icon-info{
	background-image:url(../imagens/images/info.png);
}
.sti-icon-technology{
	background-image:url(../imagens/images/technology.png);
}
