@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	outline:none;
	}
	
body {
	background:#cdcccc url(../images/body.jpg) left top repeat-x;
	}
	
#container {
	width:924px;
	margin:0 auto;
	}

#topo {
	background:url(../images/topo.jpg) right top no-repeat;
	}
#topo h1 {
	background:url(../images/logo-metasil.jpg) center no-repeat;
	width:190px;
	}
#topo h1 a {
	display:block;
	height:84px;
	text-indent:-9999px;
	}
	
#barnav {
	list-style:none;
	background:url(../images/barnav.png) center center no-repeat;
	height:28px;
	margin-top:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-variant: small-caps;
	}
#barnav li.pai {
	width:100px;
	float:left;
	height:28px;
	padding:1px;
	background:url(../images/barnav-li.gif) right center no-repeat;
	}
#barnav li.pai a {
	display:block;
	height:22px;
	padding-top:4px;
	text-align:center;
	font-size:13px;
	color:#fff;
	text-decoration:none
	}
#barnav li.pai a:hover {
	background-color: #660000;
	}
	
#mostra-produtos {
	z-index:10;
	border:1px solid #000;
	list-style:none;
	position:absolute;
	}
	
#produtos {
	background:#fff;
	border-top:1px solid #f8f8f8;
	padding:10px;
	padding-top:10px
	}
.lista-produtos {
	width:180px;
	float:left;
	margin-right:10px;
	}
.lista-produtos ul {
	list-style:none;
	width:180px;
	}
.lista-produtos ul.dif {
	background:url(../images/lista.jpg) center center repeat;
	margin-top:5px;
	}
.lista-produtos li {
	height:40px;
	}
.lista-produtos li a {
	display:block;
	height:25px;
	padding-top:5px;
	padding-bottom:2px;
	font-size:14px;
	text-decoration:none;
	color:#333;
	text-indent:5px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-weight:bold;
	}
.lista-produtos li a:hover {
	background:#ddd;
	}

#boxes {
	background:url(../images/boxes.jpg) center center no-repeat;
	height:89px;
	padding-top:110px;
	}
#boxes div {
	width:236px;
	padding-left:40px;
	float:left;
	padding-top: 12px;
	padding-right: 25px;
	}
#boxes div h2 {
	font-size:18px;
	color:#000;
	padding-top:5px;
	}
#boxes div p {
	font-size:11px;
	color:#000;
	text-align:justify;
	line-height: 13px;
	}
#boxes div p span {
	font-size:14px; font-weight:bold
	}
#boxes div p a {
	color:#000;
	font-size:11px;
	}
	
#rodape {
	background: url(../images/rodape.png) no-repeat;
	height:107px;
	}
#rodape ul {
	list-style:none;
	text-align:center;
	background:#fff;
	}
#rodape ul li {
	display:inline;
	color:#666;
	}
#rodape ul li a {
	font-size:11px;
	color:#666;
	text-decoration:none;
	border-right:1px solid #ccc;
	padding-left:13px;
	padding-right:13px;
	}
#rodape div.dados-contato {
	padding:10px;
	width:275px;
	float:left;
	}
#rodape div.dados-contato h2 {
	font-size:11px;
	color:#666;
	font-weight:bold;
	}
#rodape div.dados-contato p {
	font-size:11px;
	color:#666;
	}
#rodape div.dados-contato p b{
	color:#000
	}

#rodape h5 {
	font-size:9px;
	font-weight:normal;
	color:#666;
	width:460px;
	padding-left:0px;
	padding-top:40px;
	float:left
	}
#rodape p.guiase {
	background:url(../images/guiase.jpg) right center no-repeat;
	text-align:left;
	width:120px;
	margin-top:5px;
	float:right
	}
#rodape p.guiase a {
	width:110px;
	display:block;
	text-indent:-9999px;
	height:37px;
	}
