@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	background-color: #F5F0DE;
	background-image: url(../_imagens/body_fundo.jpg);
	background-repeat: repeat-x;
}
#defesa  {
	width: 930px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topo  {
	height: 130px;
	background-image: url(../_imagens/topo_fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu a {
	color: #4EA690;
	line-height: 15px;
}

#menu a:hover {
	color: #FFFFFF;

}
#chamada {
	width:405px;
	height:120px;
	float:left;
	background-image: url(../_imagens/chamada_fundo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 525px;
	padding-top: 61px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #F5F0DE;
}
#conteudo  {
	height: 695px;
}

#texto {
	width:930px;
	height:575px;
	float:left;
	background-image: url(../_imagens/texto_fundo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#novidades {
	width:930px;
	height:575px;
	float:left;
	background-image: url(../_imagens/novidades_fundo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

#esquerda_texto {
	width:405px;
	padding-left:75px;
	padding-right:30px;
	height:445px;
	padding-top:105px;
	padding-bottom:25px;
	float:left;
	font-family:tahoma;
	font-size:12px;
	line-height:16px;
}
#esquerda_produtos {
	width:430px;
	padding-left:50px;
	padding-right:30px;
	height:480px;
	padding-top:65px;
	padding-bottom:25px;
	float:left;
}
#esquerda_novidades {
	width:470px;
	padding-left:20px;
	height:460px;
	float:left;
	margin-top: 105px;
	overflow: auto;
	margin-right: 20px;
	margin-bottom: 10px;
}
#produtos {
	width:930px;
	height:460px;
	float:left;
	margin-top: 105px;
	overflow: auto;
	margin-bottom: 10px;
}

#contato {
	width:785px;
	padding-left:70px;
	padding-right:70px;
	height:455px;
	padding-top:95px;
	padding-bottom:25px;
	float:left;
	font-family:tahoma;
	font-size:12px;
	line-height:16px;
}



#base  {
	height: 80px;
	background-color: #162E28;
	color: #FFFFFF;
}
#base_corpo {
	width: 930px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	clear: both;
}
