/* CSS Document */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #3300FF;
}
html{
overflow-x: hidden;
overflow-y: hidden;
}
#divGlobal{
	width:1280px;
	height:1024px;
	position:absolute;
	left:50%;
	margin-left:-640px;
	z-index:10;
}
#divConteudo{
	width:700px;
	height:500px;
	left:50%;
	margin-left:-350px;
	position:absolute;
	z-index:20;
}
#divMenu{
	width:280px;
	height:77px;
	padding-left:12px;
	float:left;
}
#divDestaques{
	width:280px;
	height:389px;
	padding-left:12px;
	background:url(../img/fundo-destaques.gif) no-repeat right;
	float:left;
}

#divPrincipal{
	width:383px;
	height:466px;
	padding-right:12px;
	float:right;
	background:url(../img/fundo-conteudo.gif) no-repeat;
}

#divPrincipal2{
	width:383px;
	height:466px;

	float:right;
	background:url(../img/fundo-conteudo.gif) no-repeat;
}

#divRodape{
	width:700px;
	height:50px;
	left:50%;
	margin-left:-350px;
	margin-top:770px;
	position:absolute;
	z-index:15;
}
.imgsDestaques{
	width:255px;
	height:60px;
	margin:14px 0px 0px 14px;
}
/*link global*/
a:link, a:active, a:visited {
	text-decoration: none;
	color:#000000;
}	
a:hover {
	text-decoration:underline;
	color:#043D1B;
}
/*link sublinhado*/
a.linkSublinhado:link, a.linkSublinhado:active, a.linkSublinhado:visited {
	text-decoration: underline;
	color:#000000;
}
a.linkSublinhado:hover{
	text-decoration:underline;
	color:#043D1B;
}
/*fontes e diversos*/
.fonteVermelha{
	color: #8B1720;
}
.fonteVerde{
	color:#043D1B;
}
.fonteSize12{
	font-size:12px;
}
.fonteSize10{
	font-size:10px;
}
/* produtos.php*/
#divProdutos{
	width:360px;
	height:350px;
	margin-top:15px;
	margin-left: 15px;
}

#cadastro {

}
#cadastro #nome, #endereco, #bairro, #cidade, #uf, #cep, #telefone, #celular, #email, #senha, #conheceu {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FBF3D9;
	height: 15px;
	width: 70px;
	border: 1px solid #000000;
}

#cadastro #nome, #endereco, #email, #conheceu {
	width: 150px;
}

#cadastro #bairro, #cidade, #telefone, #celular, #senha {
	width: 90px;
}

#cadastro #uf {
	width: 50px;
}
