html {
	color: #000;
}
body {
	font:normal 12px Arial, Helvetica, sans-serif;
	background: #0058D2 url(../imagens/bg_body.jpg) repeat-x center top;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	line-height:1.5em;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	margin: 0 auto;
	width:780px;
	background:#FFF;
}
	#main #topo{
		height:65px;
		background:#000A49;
		border-bottom:6px solid #003073;
		text-align:center;
	}
		#main #topo ul{
			display:inline;
		}
		#main #topo ul li{
			list-style:none;
			padding:10px;
			_display:inline;
			*display:inline;
		}
			#main #topo #neetex{
				background:url(../imagens/logos/neetex.gif) no-repeat;
				width:116px;
				height:23px;
				margin-top:18px;
			}
			#main #topo #sangiacomo{
				background:url(../imagens/logos/sangiacomo.gif) no-repeat;
				width:111px;
				height:26px;
				margin-top:18px;
			}
			#main #topo #santoni{
				background:url(../imagens/logos/santoni.gif) no-repeat;
				width:52px;
				height:53px;
				margin-top:5px;
			}
			#main #topo #matec{
				background:url(../imagens/logos/matec.gif) no-repeat;
				width:102px;
				height:41px;
				margin-top:10px;
			}
			#main #topo #christoph{
				background:url(../imagens/logos/christoph_liebers.gif) no-repeat;
				width:120px;
				height:21px;
				margin-top:19px;
			}
			#main #topo #lonati{
				background:url(../imagens/logos/lonati.gif) no-repeat;
				width:110px;
				height:42px;
				margin-top:9px;
			}
	
	#main #conteudo{
		background:#FFF url(../imagens/bg_conteudo.jpg) repeat-x;
		width:780px;
		min-height:350px;
		_height:350px;
	}
		#main #conteudo #mao{
			background:url(../imagens/mao.jpg) no-repeat;
			width:392px;
			height:320px;
		}
		#main #conteudo #produtos{
			background:#FEFEFF url(../imagens/bg_produtos.jpg) repeat-x;
			width:242px;
			height:235px;
			margin:35px 70px;
			_margin:25px 40px 0 0;
			text-align:center;
			padding-top:15px;
		}
			#main #conteudo #produtos #nossos-produtos{
				background:url(../imagens/produtos.gif) no-repeat;
				width:136px;
				height:182px;
			}
			#main #conteudo #produtos #todos-prods{
				background:url(../imagens/bt_produtos.gif) no-repeat;
				width:154px;
				height:28px;
				margin-top:20px;
			}

/* INTERNAS */
#conteudo-interno{
	min-height:350px;
	_height:350px;
	padding:5px 20px;
}
	#conteudo-interno p{
		text-align:justify;
	}

	#conteudo-interno #empresa{
		background:url(../imagens/titulos/empresa.gif) no-repeat;
		width:344px;
		height:26px;
	}
	#conteudo-interno #ttprodutos{
		background:url(../imagens/titulos/produtos.gif) no-repeat;
		width:344px;
		height:26px;
	}
	#conteudo-interno #ttmarcas{
		background:url(../imagens/titulos/marcas.gif) no-repeat;
		width:344px;
		height:26px;
	}
	#conteudo-interno #contato{
		background:url(../imagens/titulos/contato.gif) no-repeat;
		width:344px;
		height:26px;
	}
	#conteudo-interno #representadas{
		background:url(../imagens/titulos/representadas.gif) no-repeat;
		width:344px;
		height:26px;
	}
	#conteudo-interno #pedidos{
		background:url(../imagens/titulos/pedidos.gif) no-repeat;
		width:344px;
		height:26px;
	}
	
.produtos{
	float: left;
	border: 1px solid #CCC;
	height: 150px;
	width:150px;
	margin:30px 15px;
}
.marcas{
	float: left;
	border: 1px solid #CCC;
	height: 150px;
	width:150px;
	margin:30px 45px;
}
.ver-marcas{
	float: left;
	border: 1px solid #CCC;
	height: 150px;
	width:150px;
	margin:30px 15px;
}
.btvoltar{
	color:#0058D2;
	font-size:12px;
}
	
/* RODAPE */
#rodape {
	background:#00117D;
	padding:18px 0 0 20px;
	height:32px;
}
	#rodape #txt-rodape{
		background:url(../imagens/txt_rodape.gif) no-repeat;
		width:351px;
		height:13px;
	}
