body {
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
img{
	border:0px;
}
a, a:link{
	text-decoration:none;
	color:#940E00;
	
}
a:hover{
	text-decoration:none;
	color:#333333;
}

.cabecalho{
	width:728px;
	border:#EAEAEA 1px solid;
}
.linha_vermelha{
	width:728px;
	background:#940E00;
	height:10px;
	border-left:#EAEAEA 1px solid;
	border-right:#EAEAEA 1px solid;
}
.main{
	width:728px;
	border:#EAEAEA 1px solid;
	background:#EAEAEA;
}
.divconteudo{
	margin:10px;
	width:708px;
	text-align:left;
}
.divalcent{
	text-align:center;
	width:688px;
	margin:20px 10px 10px 10px;
}
.rodape{
	width:747px;
	background:#EAEAEA;
	height:35px;
	color:#940E00;
	padding-top:5px;
	font-size:10px;
}
.tracejado{
	border-bottom:dotted 1px #009900;
}
.divhome{
	width:222px;
	text-align:justify;
	font-size:10px;
}
.subtit{
	font-weight:bold;
	color:#940E00;
}

.divitemprod{
	padding:6px;
	margin: 10px 0px 0px 12px;
	background-color:#FFFFFF;
	text-align:center;
	width:197px;
	border: #CCCCCC 1px solid;
	float:left;
	height:220px;
}
.divitemprod2{
	padding:8px;
	margin: 10px 0px 0px 12px;
	background-color:#FFFFFF;
	text-align:center;
	width:195px;
	border: #CCCCCC 1px solid;
	float:left;
	height:210px;
}
.contato{
	width:213px;
	margin-top:10px;
	font-weight:bold;
	text-align:center;
}

/*  FORMULARIO */
form{
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
select{
	border:#999999 1px solid;
	background:#FFFFFF;
}
input.text{
	border:#999999 1px solid;
	background:#FFFFFF;
	height:16px;
}
input.maior{
	width:458px;
}
input.med{
	width:388px;
}
input.menor{
	width:60px;
}
textarea{
	width:458px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.button{
	border:#999999 1px solid;
	background:#FFFFFF;
	height:24px;
	color:#333333;
	font-weight:bold;
}
