#barra_inferior {
	border-top:solid 1px #F4F4F4;
	width:100%;
	background-color:black;
	clear:both;
	background-image:url(../img/bg_cats_bot.png);
	background-position:top;
	background-repeat: repeat-x;
	height:250px;
	margin-top: 440px;
}

#CategoriasProdutos {
	width:1000px;
	margin:0 auto;
}


#ImgBox {
	margin-top:10px;
	width:500px;
	float:left;
}

#meio {
	margin-bottom:50px;
	
}
.PrdTipo {
	text-align: center;
}

.PrdTipo a{
	padding-top:5px;
	cursor:pointer;
	width:90px;
	height:90px;
	float:left;
	margin:8px;
	background-image:url(../img/bg_cats.png);
	background-repeat: no-repeat;
	font-size:11px;
	font-weight: bold;
	color:white;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration: none;
	
	
}

.PrdTipo a:hover{
	width:90px;
	height:90px;
	float:left;
	margin:8px;
	background-image:url(../img/bg_cats.png);
	background-repeat: no-repeat;
	background-position: 0 -100px;
	color:yellow;
	text-shadow: none;
	
}

.PrdTipo img {
	margin-top:3px;
	
}

#TxtBox {
	
	width:500px;
	float:left;
	
}

#TxtBox h2 {
	
	color:orange;
	font-size:25px;
	margin-bottom:30px;
	margin-top:10px;
	line-height: 30px;
	
}

#TxtBox p{
	color:#333333;
	font-size:15px;
	line-height: 17px;
	margin-bottom:5px;
	
	
	
}
