/*TOPO CONTEUDO INICIAL*/
#topotextoinicial {
	height: 200px;
	background: url('../imagens/inicial/conteudo/texto_topo.png') no-repeat left top;
	position: relative;
}
/*FIM TOPO CONETUDO INICIAL*/
img {border: none;}
/*DIV BOX TITULOS*/
#boxtitulos {
	height: 357px;
}
	/*CONTEUDOS DOS BOX*/
.conteudobox {
	width: 280px;
	height: 322px;
	position: relative;
}
	/*FIM CONTEUDOS DOS BOX*/
	/*DIV VIEW MORE*/
.viewmore {
	font-size: 14px;
	color: #5090a8;
	margin-top: 10px;
}
.viewmore span a {
	color: #5090a8 !important;
	margin-right: 190px;
	text-decoration: none;
}
.viewmore span a:hover {text-decoration: underline;}

	/*FIM DIV VIEW MORE*/
/*FIM DIV BOX TITULOS*/

/*DIV ONLINESTORE*/
#onlinestore {
	width: 282px;
	height: 357px;
	background: url('../imagens/inicial/conteudo/riscos.jpg') no-repeat right top;
	float: left;
}
#onlinestoreimg {
	position: relative;
	top: 10px;
}
#products {
	position: absolute;
	top: -10px;
	left: 0;
}
#storeimg {
	position: relative;
	top: 50px;
	left: 30px;
}
/*FIM DIV ONLINESTORE*/

/*DIV HELPFUL TIPS*/
#helpfultips {
	width: 282px;
	height: 357px;
	background: url('../imagens/inicial/conteudo/riscos.jpg') no-repeat right top;
	float: left;
	position: relative;
}
#helpfultipsimg {
	position: relative;
	top: 10px;
}
#suggestions {
	position: absolute;
	left: 15px;
	top: 80px;
}
#helptext {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 260px;
	font-size: 14px;
	text-align: left;
	z-index: 4;
}
/*FIM DIV HELPFUL TIPS*/

/*DIV SPECIALS*/
#specials {
	width: 282px;
	height: 357px;
	float: left;
}
#specialsimg {
	position: relative;
	top: 10px;
}
#dogspecials, #specialstext {
	position: absolute;
	z-index: 5;
}
#dogspecials {
	top: 20px;
	left: 50px;
}
#specialstext {
	top: 210px;
	left: 10px;
	font-size: 14px;
	text-align: left;
}
/*FIM DIV SPECIALS*/


/*RODAPE HOME*/
#rodapeinicial {
	width: 877px;
	height: 207px;
	margin-left: 40px;
	background-color: #512600;
}
/*FIM RODAPE HOME*/

/*BOX RODAPE*/
#boxrodape {
	heigth: 207px;
}
/*DESTAQUE NA PAGINA QUE ESTIVER CLICADA*/
#home {
	font-weight: bold;
}

/*FIM DIV BOX RODAPE*/

/*TAMANHO DOS BOX DE TEXTO DO RODAPE*/
div.conteudoboxrodape {
	width: 210px;
	margin-left: 15px;
}
*html div.conteudoboxrodape{width: 270px;}
/*FIM TAMANHO DOS BOX DE TEXTO DO RODAPE*/
