/* CSS Document */

body {

	background-color:#a75813;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.lateral-esquerda {
	background-image:url(images/esquerda.jpg);
	width:116px;
	background-position:top right;
	background-repeat:no-repeat;
}

.lateral-direita {
	background-image:url(images/direita.jpg);
	width:139px;
	background-position:top left;
	background-repeat:no-repeat;
}


.conteudo_esquerda{
	background-image:url(images/bg_conteudo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:394px;
}

.conteudo_direita{
	background-image:url(images/bg_conteudo2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:343px;
}

.bg_esquerda {
	background-image: url(images/bg_rpt_esq.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:900px;
}
.bg_direita {
	background-image: url(images/bg_rpt_direita.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:900px;
}
.meio {
	background-image:url(images/bg_meio.jpg);
	height:452px;
	width:100%;
	background-repeat:no-repeat;
	background-position:top;
}
.body {
	font-family:Verdana;
	font-size:11px;
	color:#421209;
	text-decoration:none;
	line-height:1.5;
}
a:hover {
	text-decoration:underline;
}

.bg_rodape{ background-position:top; background-position:top; background-image:url(images/bg_rodape.gif); height:185px; width:100%; background-repeat: repeat-x;}

.bg_final{ background-position:top; background-color:#ad601a; width:100%; }


.rodape {
	font-family: Verdana;
	font-size:10px;
	color:#411601;
	text-decoration:none;
}

.textfield_orcamento {
	font-size: 11px;
	color: #652f15;
	width: 250px;
	height: 13px;
	border-color: #000;
	background-color:#e1d1b0;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textfield_orcamento1 {
	font-size: 11px;
	color: #652f15;
	width: 140px;
	height: 20px;
	border-color: #000;
	background-color:#e1d1b0;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textarea_laminas {
	font-size: 11px;
	color: #652f15;
	width: 250px;
	height: 86px;
	border-color: #000;
	background-color:#e1d1b0;
	border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-left: 5px;
	overflow: auto;
}

