body {
	background-color: #797248;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
li{	
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}
ul{	
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tx-linkativo {
	font-size: 13px;
	color: #6A5D01;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.td_art {
	width: 140px;
	background-image: url(../images/bkg_art.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.td_fla {
	width: 355px;
}
.td_cont {
	width: 435px;
	background-image: url(../images/bkg_sombra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
.td_conttx {
	padding-top: 15px;
	padding-left: 5px;
	font-size: 13px;
	text-align:justify;
	line-height: 21px;
	color: #666;
	cursor: default;
}
hr {
	margin-bottom: 15px;
	margin-top: 10px;
	color: #797248;
}
/*LINKS*/
.link_menu {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.link_menu:hover {
	font-size: 13px;
	color: #6A5D01;
	text-decoration: none;
	margin-left: 10px;
}
.link_conttx {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
.link_conttx:hover {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}
/* FORM ORÇAMENTO */
.form_orc_tx {
	padding-left: 3px;
	padding-bottom: 7px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #F9F9F9;
	font-size: 13px;
	color: #797248;
}
.form_orc_caixa {
	padding: 4px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #F9F9F9;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #797248;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	background-color: #F0F0F0;
}
.form_td_tx {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-size: 12px;
	color: #666;
}
.form_bt {
	font-size: 12px;
	color: #FFF;
	background-color: #797248;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}
.form_bt:hover {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	cursor: pointer;
}
.imgthumb {
	border: 1px #CCC solid;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
}
