* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.clear-both { clear: both !important; }
.display-none { display: none !important; }
html {  }
body {
	background-repeat: no-repeat;
	background-position: center top;
}
body,
td,
th,
input,
select,
textarea {
	font: 11px Arial, Helvetica, sans-serif;
}
body,
a { color: #a6a6a6; }
a { text-decoration: none; }
a:hover {
	color: #686564;
	text-decoration: underline;
}
#cabecalho{
	background: #545151;
	height: 9px;
	border-bottom: 1px solid #ffffff;
}
#geral {
	background: url(img/menu/fundo.jpg) repeat-x;	
	height: auto;
	min-height: 475px;
}
#geral,
#geral a { color: #7f7f7f; }
#geral acronym {
	border-bottom: 1px dotted #7f7f7f;
	cursor: help;
}
#geral acronym:hover { color: #FF0000; }
#geral a:hover,
#geral a.ativo {
	color: #686564;
}
#geral #corpo{
	margin-left:auto;
	margin-right:auto;
	width: 962px;
}
#geral #animacao {
	height: 467px;
}
#geral #animacao object{
	margin-top: -36px;
	z-index: 0;
	position: relative;
}
#geral #corpo #logo {
	margin-left: 20px;
	float: left;
	z-index: 2;
	position: relative;
}
#geral #fim{
	margin: 0 auto;
	padding: 20px;
	width: 898px;
	height: 61px;
	background-image: url(img/fundo_rodape.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -134px;
}
#geral #rodape {
	margin: 0 auto;
	padding: 10px 20px;
	width: 898px;
	height: 71px;
	background-image: url(img/fundo_rodape.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -138px;
	font-size: 12px;
	color: #dcdcdc;
}
#geral #rodape img {
	float: right;
	margin-top: -50px;
}

#menu {
	height: 56px;
	padding-top: 10px;
	float: left;
}
#menu ul  {
	margin-left: 22px;
	padding-top: 31px;
}
#menu ul li {
	display: inline;
	padding: 0px;
}

#menu ul li a {
	text-transform: uppercase;
	padding: 30px 10px 15px 11px;
	font-weight: bold;
}

#menu ul li a.empresa {
	background: url(img/menu/fundo_1.png) no-repeat;
}

#menu ul li a.produtos {
	background: url(img/menu/fundo_2.png) no-repeat;
}

#menu ul li a.representantes {
	background: url(img/menu/fundo_3.png) no-repeat;
}

#menu ul li a.contato {
	background: url(img/menu/fundo_4.png) no-repeat;
}

#menu ul li a.ativo {
	background-position: url(img/menu/fundo_item.gif) no-repeat;
}
#menu ul li ul#linhas{
	display: none;
	position: absolute;
	margin-top: -14px;
	z-index: 2;
}

#menu ul li ul#linhas li{
	display: block;
	height: 16px;
	background-image:url(../img/linhas/menu_fundo.png);
	margin-left: 90px;
	padding: 0px 17px 7px 17px;
	list-style: none;
}

#menu ul li ul#linhas li.primeira{
	padding-top:7px;
}

#menu ul li ul#linhas li a{
	background-image: none;
	padding: 0px;	
}

#conteudo {
	line-height: 15px;
	min-height: 385px;
	height: 445px;
	width: 100%;
	margin: 0 auto;
	margin-top: -54px;
	background-image: url(img/fundo_conteudo.jpg);
}
#conteudo.home {
	height: 145px;
	margin-bottom: -240px;
}

#conteudo.produtos{
	height: 1194px;
	background-color: #FFF;
}
#conteudo.produtos1{
	height: 600px;
}
#conteudo.produtos3{
	height: 600px;
}
#conteudo.produtos4{
	height: 600px;
}
#conteudo.produtos5{
	height: 1000px;
}
#conteudo.produtos_detalhe{
	height: 1134px;
	background-color: #FFF;
}
#conteudo.produtos div.produto{
	margin-top: 25px;
	margin-left: 7px;
}
#conteudo.produtos #dados_produtos {
	height: 500px;
	padding-left: 30px;
	margin-top: 50px;
}

#conteudo.produtos .esquerda {
	float: left;
	width: 192px;
}
#conteudo.produtos .esquerdam {
	width: 65px;
}
#conteudo.produtos .esquerdam_maior {
	width: 80px;
}
#conteudo.produtos .esquerdam_menor{
	margin-left:-8px
}

#conteudo.produtos .esquerdav {
	width: 210px;
}
#conteudo.produtos .esquerdap{
	width: 117px;
}
#conteudo.produtos .esquerdac{
	width: 59px;
}
#conteudo.produtos .direita {
	float: left;
	margin-left: 10px;
	width: 50px;
}
#conteudo.produtos .direitac{
	width: 59px;
	margin-left: 0px;
}
#conteudo.produtos #titulo {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
#conteudo.produtos #titulo div.cores{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	float: right;
}
#conteudo.produtos #titulo div.cores_tecidos{
	margin-left: 15px;
}
#conteudo.produtos .img{
	height: 145px;	
}

#conteudo.empresa{
	height: 442px;
	background-color: #FFF;
}
#conteudo.representantes{
	height: 482px;
	background-color: #FFF;
}

#conteudo ul li ul,
#conteudo ol li ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
#conteudo ul li ul li {
	padding-left: 0px;
	list-style: circle;
}
#conteudo ol li ol li {
	padding-left: 0px;
	list-style: lower-alpha;
}
#conteudo em {
	color: #FF0000;
	font-style: normal;
}

#conteudo #interno{
	margin: 0 auto;
	margin-top: -28px;
	position: relative;
	z-index: 1;
	background: url(img/fundo_produtos.png) no-repeat center top;
	padding: 12px 40px;
	width: 830px;
	height: 1032px;
}
#conteudo #interno.produtos1{
	height: 438px;
}
#conteudo #interno.produtos3{
	height: 438px;
}
#conteudo #interno.produtos4{
	height: 438px;
}
#conteudo #interno.produtos5{
	height: 838px;
}
#conteudo #interno.detalhe{
	height: 976px;
}
#conteudo #interno.home{
	height: 25px;
	padding: 60px 40px;
	text-align: center;
}
#conteudo #interno.empresa{
	padding: 12px 40px;
	background: url(img/fundo_internas.png) no-repeat center top;
	height: 285px;
}
#conteudo #interno.representantes{
	height: 325px;
}
#conteudo #interno.contato{
	height: 326px;
}
#conteudo.produtos #interno a.menu {
	background: #342D29 url(img/menu/produtos_fundo.png) right top no-repeat;
	margin-right: -9px;
	padding: 3px 25px 0px 7px;
	display: inline-block;
	height: 20px;
	float: left;
}
#conteudo.produtos #interno a {
	margin-right: 12px;
	margin-bottom: 12px;
	display: inline-block;
}
#conteudo.produtos #interno a.email {
	margin-right: 0px;
	margin-bottom: 0px;
}

#conteudo #esquerda {
	float: left;
	width: 334px;
	height: 385px;
}

#conteudo #esquerda ul {
	margin-bottom: 0px;
	padding-left: 0px;
}
#conteudo #esquerda ul li {
	list-style: none;
	padding-top: 10px;
	padding-left: 20px;
}
#conteudo #esquerda ul li.primeiro {
	padding-top: 0px;
	background: none;
}
#conteudo #esquerda.produtos {
	width: 833px;
	height: 420px;
	padding-left: 24px;
	padding-top: 5px;
}
#conteudo #esquerda.home {
	width: 664px;
}

#conteudo #direita {
	float: left;
	width: 630px;
	background: #FFFFFF;
	position: relative;
	height: 385px;
}
#conteudo #direita.home{
	background: none;
	width: 300px;
}
#conteudo #direita.empresa {
	padding: 75px 30px 100px 30px;
	width: 570px;
	height: 410px;
	vertical-align: middle;
}
#conteudo #direita.produtos {
	width: 86px;
	background: none;
	text-align: right;
	
}
#conteudo #direita.produtos img{
	margin-bottom: -1px;
}

#conteudo #direita p { text-align: justify; }
#conteudo #interno #dados{
	float: left;
	width: 308px;
	height: auto;
}
#conteudo #interno #dados.representantes{
	width: 268px;
	height: 270px;
	overflow: auto;
}
#conteudo #interno #mapadiv{
	float: left;
	width: 291px;
	margin-left: 10px;
}
#conteudo #interno #info {
	float: left;
	width: 500px;
	margin-top: 15px;
}
#conteudo #direita #info{
	float: left;
	width: 251px;
	margin-left: 10px;
	margin-top: -41px;
	text-align: right;
}
#conteudo form label {
	display: block;
	text-align: right;
	width: 100%;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}
#conteudo form .campo {
	border: 1px solid #8F8E8D;
	padding: 2px;
	vertical-align: middle;
	margin-bottom: 9px;
	width: 267px;
	color: #686564;
}
#conteudo form select.campo {
	padding: 1px;
	margin-bottom: 1px;
}
#conteudo form .campo:hover,
#conteudo form .campo:focus {
	border-color: #686564;
}
#conteudo form img {
	float: right;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 35px;
}

hr.separador  {
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(img/representantes.gif);
	width: 193px;
	height: 1px;
}

