*{
	margin: 0px;
}

body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* classes */

.img_produtos {
	padding: 1px;
	border: 1px solid #999999;
	margin-right: 5px;
}
.img_quem_somos {
	padding: 1px;
	border: 1px solid #999999;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.txt_preto {
	color: #000000;
}
.txt_vermelho {
	font-size: 15px;
	font-weight: bold;
	color: #C60000;
}
.txt_branco {
	color: #FFFFFF;
}

/* div's */

#wrapper {
	margin: 0px auto;
	width: 975px;
	padding: 0px;
}
#esquerda {
	width: 740px;
	margin-right: 10px;
	float: left;
}
#topo_esquerda {
	width: 740px;
	height: 130px;
}
#conteudo_esquerda {
	width: 700px;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding-left: 19px;
	padding-right: 19px;
}
#quem_somos {
	width: 700px;
	height: 205px;
}
#fim_esquerda {
	width: 740px;
	height: 20px;
	background: url(../img/fim_esquerda.jpg) no-repeat;
}
#direita {
	width: 225px;
	float: right;
}
#topo_direita {
	width: 225px;
	height: 130px;
}
#conteudo_direita {
	width: 205px;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding-left: 9px;
	padding-right: 9px;
}
#fim_direita {
	width: 225px;
	height: 15px;
	background: url(../img/fim_direita.jpg) no-repeat;
}
#rodape {
	width: 975px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding-top: 10px;
	background: url(../img/fundo_rodape.jpg) repeat-x bottom;
	clear: both;

}

/* - - - extras - - - */

#riscos {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	margin-bottom: 6px;
	margin-top: 6px;
}
#pontilhado {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 12px;
	margin-bottom: 12px;
	clear: both;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
