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

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	}
	
#container {
	background:#fff url(../images/container.gif) 0px 116px repeat-x;
	width:760px;
	margin:0 auto;
	}
	
body {
	background:#CECECE;
	}

#topo {
	background:url(../images/topo.jpg) center top no-repeat;
	height:104px;
	padding-top:10px;
	}
#topo h1 {
	width:200px;
	height:95px;
	margin-left:15px;
	text-indent:-9999px;
	}
#topo h1 a {
	display:block;
	height:95px;
	}
	
#menu {
	width:164px;
	height:100%;
	/*background:url(../images/menu.jpg) center top repeat-y;*/
	border:1px solid #BFBFBF;
	background:#fff;
	margin-top:4px;
	margin-left:2px;
	padding:7px;
	float:left;
}

#menu ul {
	list-style:none;
	}
#menu ul li, #menu ul li dl dd {
	height:21px;
	margin-bottom:1px;
	margin-top:1px;
	}
#menu ul li dl dt {
	height:22px;
	font-size:13px;
	color:#fff;
	background:#7e0100;
	text-indent:10px;
	}
#menu ul li a {
	display:block;
	height:21px;
	color:#fff;
	text-decoration:none;
	background:#7e0100;
	font-size:13px;
	text-indent:10px;
	}
#menu ul li a:hover {
	background:#c80c0b;
	}
	
#menu address {
	font-size:12px;
	font-style:normal;
	color:#4c4c4c;
	}
	
#principal {
	width:560px;
	margin-right:5px;
	_margin-right:-2px;
	float:right;
	}
html>body #principal {
	margin-right:10px;
	}
#principal p {
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	color:#5f5f5f;
	}
#principal p.taxonomia {
	margin:0;
	height:20px;
	padding-top:3px;
	margin-top:1px;
	margin-bottom:5px;
	}
#principal p.taxonomia a {
	color:#424244;
	background:url(../images/taxonomia.jpg) right center no-repeat;
	padding-right:10px;
	}
	
ul#lista-produtos {
	list-style:none;
	}
ul#lista-produtos li {
	border:1px solid #cacedc;
	background:#f1f4fe;
	width:32%;
	float:left;
	margin:1px;
	margin-top:5px;
	height:170px;
	}
ul#lista-produtos li p {
	color:#a30100;
	font-size:13px;
	font-weight:bold;
	padding:3px;
	margin:0;
	}
ul#lista-produtos li a {
	display:block;
	text-align:center;
	}
ul#lista-produtos li a img {
	border:none;
	}
ul#lista-produtos li a.detalhes {
	display:block;
	text-align:left;
	background:#e7e8ec url(../images/a_detalhes.jpg) 7px 3px no-repeat;
	border:1px solid #cacedc;
	color:#676767;
	width:94%;
	font-size:11px;
	text-indent:27px;
	text-decoration:none;
	margin:0 auto;
	margin-bottom:2px;
	}
	
#lista-clientes {
	line-height:none;
	text-align:center;
	margin-top:10px;
	}	
#lista-clientes li {
	display:inline;
	margin:10px;
	margin-top:0;
	}
#lista-clientes li a {
	text-decoration:none;
	}
#lista-clientes li a img {
	border:none;
	}
	
h2 {
	background:url(../images/h2.jpg) right center no-repeat;
	height:25px;
	padding-top:3px;
	border:1px solid #cacedc;
	color:#575858;
	font-size:16px;
	text-indent:8px;
	}
	
#rodape {
	width:95%;
	margin:0 auto;
	border-top:4px solid #d6d6d6;
	height:95px;
	}
#rodape p {
	font-size:12px;
	padding-top:15px;
	float:left;
	margin-left:10px;
	}
#rodape a {
	float:right;
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	background:url(../images/guiase.jpg) center bottom no-repeat;
	margin-top:5px;
	margin-right:10px;
	}
#rodape a:hover {
	background:url(../images/guiase.jpg) center top no-repeat;
	}
	
.lista_empresa{
	font-size:12px;
	list-style:none;
	width:478px;
	_width:510px;
	margin:0 auto;
	_margin-bottom:-50px;
	_margin-left:37px;
	
}

.lista_empresa li a{
	color:#7e0100;
	width:220px;
	height:25px;
	border:1px solid #CACEDC;
	display:block;
	float:left;
	margin:0 30px 0 0;
	text-align:center;
	padding-top:6px;
	background:url(../images/bullet.gif) 25px 8px no-repeat;
	background-color:#F0F4FD;
}

.lista_empresa li a:hover{
	background:url(../images/bullet.gif) 25px 8px no-repeat;
	background-color:#E7E8EC;
}