@charset "utf-8";
/* CSS Document */

#externa{
	width:730px;
}

#corpo{
	background-image: url(images/back2.jpg); 
	background-repeat:no-repeat; 
	background-position:top;
	width:730px;
	height:708px; 
	float:left;
	vertical-align:top;
}

#MEIO{
	width:730px;
}

#esquerda{
	width:375px;
	float:left;
}

#direita{
	width:355px;
	float:right;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c2c1c1;
	text-decoration:none;
}



.bt_menu{
 	width:355px;
  	height:297px;
   	vertical-align:top;

}

.bt_compre{
	width:355px; 
	height:63px;
}

#footer{
	width:730px;
	float:left;
}

.rodape{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#745251;
	text-decoration:none;
}

.textfield_orcamento {
    font-size: 11px;
    color: #c2c1c1;
    width: 97px;
    height: 13px;
    border-color: #d29d9b;
	background-color:#000;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas1 {
    font-size: 11px;
    color: #c2c1c1;
    width: 141px;
    height: 20px;
    border-color: #d29d9b;
	background-color:#000;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #c2c1c1;
    width: 141px;
    height: 86px;
    border-color: #d29d9b;
	background-color:#000;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

a:hover{
	text-decoration:underline;
}