@charset "utf-8";
/* CSS Document */

.meio{
width:704px;
background-color:#1c1919;
}

.meio_footer{
width:704px;
background-color:#fff;
}

.esquerda{
width:97px;
background-image:url(images/lateral_esquerda.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#1c1919;
}

.esquerda_footer{
width:97px;
background-image:url(images/img_footer_esquerda.jpg);
background-repeat:no-repeat;
background-position:top;
}


.direita{
width:104px;
background-image:url(images/lateral_direita.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#1c1919;
}

.direita_footer{
width:104px;
background-image:url(images/img_footer_direita.jpg);
background-repeat:no-repeat;
background-position:top;
}

.lat_direita{
background-image:url(images/lateral_direita.gif); 
background-repeat:repeat-x;
background-color:#1c1919;
}

.lat_direita_footer{
background-image:url(images/bg_footer_direita.gif); 
background-repeat:repeat-x;
background-color:#fff;
}


.lat_esquerda{
background-image:url(images/lateral_esquerda.gif); 
background-repeat:repeat-x;
background-color:#1c1919;
}

.lat_esquerda_footer{
background-image:url(images/bg_footer_esquerda.gif); 
background-repeat:repeat-x;
background-color:#fff;
}

.body {
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	text-decoration:none;

}

.body_home {
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	text-decoration:none;

}
a:hover {
	text-decoration:underline;
}

.texto_titulo{
	font-family:Verdana;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

.rodape{
	font-family:Verdana;
	font-size:12px;
	color:#797979;
	}
	
	
	
.textfield_orcamento {
	font-size: 11px;
	color: #fff;
	width: 97px;
	height: 13px;
	border-color: #fff;
	background-color:#1c1919;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}

.textfield_orcamento1 {
	font-size: 11px;
	color: #fff;
	width: 141px;
	height: 20px;
	border-color: #fff;
	background-color:#1c1919;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}

.textarea_laminas {
	font-size: 11px;
	color: #fff;
	width: 141px;
	height: 86px;
	border-color: #fff;
	background-color:#1c1919;
	border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-left: 5px;
	overflow: auto;
}