/* CSS Document */

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:124px;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:113px;
}

.centro{
	width:763px;
}

#header{
	height:436px;
	width:763px;
}

#menu{
	height:48px;
	width:763px;
}

#bg-interna{
	width:763px;
	background-image:url(images/bg_interna.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#interna-compre{
	width:253px;
}

#interna-texto{
	width:510px;
	padding-top:25px;
}

#int-texto{
	height:377px;
	width:442px;
}

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#39311a;
	text-decoration:none;
}


.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b1731a;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.line-direita{
background-color:#fdfdeb;
}

.line-esquerda{
background-color:#fdfdeb;
}

.textfield_orcamento {
    font-size: 11px;
    color: #9f7f46;
    width: 97px;
    height: 13px;
    border-color: #9f7f46;
	background-color: #fcf3e8;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #9f7f46;
    width: 141px;
    height: 20px;
    border-color: #9f7f46;
	background-color:#fcf3e8;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #9f7f46;
    width: 141px;
    height: 86px;
    border-color: #9f7f46;
	background-color:#fcf3e8;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

