body {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #3E3226;
}
/*TOPO*/
#topo {
	width: 920px;
	height: 160px;
	text-align: center;
	padding-top: 40px;
	background-image: url(../images/bkg_topo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 auto;
}
/*MENU*/
#menu {
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #d7b161;
	font-size: 13px;
	word-spacing: 5px;
}
/*FLASH*/
#flash {
	width: 920px;
	height: 320px;
	margin: 0 auto;
	background-image: url(../images/bkg_cont.png);
	background-repeat: repeat;
}
#flashprod {
	width: 920px;
	height: 420px;
	margin: 0 auto;
	background-image: url(../images/bkg_cont.png);
	background-repeat: repeat;
}
/*CONTEÚDO*/
#conteudo {
	width: 920px;
	margin: 0 auto;
	background-image: url(../images/bkg_cont.png);
	background-repeat: repeat;
	color: #d7b161;
	text-align: justify;
	line-height: 22px;
	display: table;
}
#conteudoint {
	width: 880px;
	margin: 20px;
	display: table;
}
#marcas {
	width: 210px;
	height: 150px;
	float: left;
	margin: 5px;
	background: #000;
}
#mapa {
	float: left;
}
/*BASE*/
#base {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 20px;
}
#baseblog {
	width: 330px;
	padding-right: 10px;
	float: left;
	color: #FFF;
	font-size: 12px;
}
#basenews {
	width: 200px;
	float: left;
}
#baseend {
	width: 375px;
	text-align: right;
	color: #FFF;
	font-size: 12px;
	float: left;
}
/*LINKS*/
.link_11 {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.link_11:hover {
	color: #FFF;
	text-decoration: underline;
}
.linkmenu {
	font-size: 14px;
	text-decoration: none;
	color: #d7b161;
	font-weight: bold;
}
.linkmenu:hover {
	text-decoration: none;
	color: #FFF;
}
/*TEXTOS*/
.span_16 {
	font-size: 15px;
	font-weight: bold;
	color: #d7b161;
}
.span_14 {
	font-size: 13px;
	color: #d7b161;
}
/*FORMS*/
.news-nome {
	width: 180px;
	padding: 3px;
	border: 1px solid #FFF;
	background: none;
	color: #FFF;
	margin-top: 6px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.news-bt {
	border: 1px solid #d7b161;
	background-color: #d7b161;
	color: #3c352a;
	padding: 3px;
	margin-top: 6px;
	font-size: 9px;
	font-weight: bold;
	cursor: pointer;
}
.news-bt:hover {
	border: 1px solid #d7b161;
	background: none;
	color: #d7b161;
}
/*FORM CONTATO*/
#form {
	width: 420px;
	display: table;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
}
#forminp {
	height: 30px;
	padding: 3px;
}
#formtx {
	width: 75px;
	height: 25px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
	float: left;
	line-height: 13px;
}
.forminp-tx {
	width: 300px;
	border: 1px solid #FFF;
	background: none;
	padding: 4px;
	color: #FFF;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.form-bt {
	border: 1px solid #d7b161;
	background-color: #d7b161;
	color: #3c352a;
	padding: 3px;
	margin-top: 6px;
	font-size: 9px;
	font-weight: bold;
	cursor: pointer;
	float: right;
}
.form-bt:hover {
	border: 1px solid #d7b161;
	background: none;
	color: #d7b161;
}
