/* CSS Document */

body {
	background-color: #e6b985;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.lateral-esqueda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.centro{
	width:769px;
	height: 564px;
	background-image:url(images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#externa{
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:360px;
}

#menu{
	width:148px;
	padding-top:126px;
	float:left;

}

#header{
	width:464px;
	height:560px;
	float:right;
}

.ft-esquerda{
	background-image:url(images/ft_esquerda.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.ft-centro{
	width:169px;
}

.ft-direita{
	background-image:url(images/ft_direita.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content-home{
	width:565px;
}

#content-interna{
	width:619px;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}


.textfield_orcamento {
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 13px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textfield_orcamento1 {
	font-size: 11px;
	color: #000;
	width: 140px;
	height: 20px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textarea_laminas {
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 86px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-left: 5px;
	overflow: auto;
}

