body {
	background-color: #edecf5;
	background-image: url(../imgs/bg_geral.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#topo {
	text-align: center;
	height: 223px;
	width: 100%;
}
#conteudo {
	background-color: #FFF;
	width: 972px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-position: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #59587a;
	padding-top: 8px;
}
.restrita {
	background-image: url(../imgs/bg_catalogo_home.gif);
	width: 188px;
	padding-top: 10px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: right 0px;
}
.restrita input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59587a;
	background-color: #dedede;
	/*border-style: none;*/
}

#destaques {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	height: 110px;
	width: 974px;
	background-image: url(../imgs/bg_linhas.gif);
	background-repeat: repeat-x;
	line-height: 13px;
	margin-top: 15px;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
.sub_vermelho {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a4292a;
	line-height: 16px;
}

.vermelho {
	color: #a4292a;
}

.restritainterna {
	background-image: url(../imgs/bg_restrita_interna.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6da4;
	padding-top: 15px;
	padding-left: 15px;
}
.busca {
	background-image: url(../imgs/bg_busca.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6da4;
	padding-top: 15px;
	padding-left: 15px;
}
.tdivisas {
	background-image: url(../imgs/bg_divisas.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.tdivisasHor {
	background-image: url(../imgs/bg_divisas_hor.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}





.rodape {
	background-image: url(../imgs/bg_rodape.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6da4;
	padding-top: 15px;
	padding-left: 15px;
}
.rodape a:link, .rodape a:visited {
	color: #6f6da4;
	text-decoration: none;
}
.rodape a:hover, .rodape a:active {
	color: #800040;
	text-decoration: underline;
}


.mapasite {
	background-image: url(../imgs/bg_mapasite.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d8ca9;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
}
.mapasite a:link, .mapasite a:visited {
	color: #8d8ca9;
	text-decoration: none;
}
.mapasite a:hover, .mapasite a:active {
	color: #800040;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.restritainterna input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59587a;
	background-color: #dedede;
	/*border-style: none;*/
}
.subprodutos {
	width: 220px;
	margin-left: 10px;
	color: #7E7DA2;
}
.subprodutos ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
.subprodutos ul li {
	margin-left: -20px;
	list-style-image: url(../imgs/bullet01.gif);
}
#conteudo a:link, #conteudo a:visited {
	color: #59587a;
	text-decoration: none;
}

#conteudo a:hover, #conteudo a:active {
	color: #800040;
	text-decoration: underline;
}
.tit_produtos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C4261D;
	line-height: 24px;
}
.busca select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59587a;
	background-color: #dedede;
	border-style: none;
}
.tit_azul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #262172;
	line-height: 24px;
}
.imggaleria {
	padding: 3px;
	border: 1px dotted #6F6DA4;
}
input , select, textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59587a;
	background-color: #dedede;
	border-style: none;
}
.inputsemfundo {
	background-color: #FFF;
	border-style: none;
}

/* classe de erro do form*/
.campoCadastroErro{
	background-color:#CCCCCC;
	border: 1px dashed #a1bfd4;
}

/* zebra da área interna */
.tab_cor1{
	background: "";
}

.tab_cor2{
	background: #f3f4f0;
}

.restrita_baixo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #59587a;
}

#restrita_menu a:link, #restrita_menu a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	
	color: #a4292a;
	text-decoration: none;
}

#restrita_menu a:hover, #restrita_menu a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;

	color: #a4292a;
	text-decoration: underline;
}
