/*
Theme Name: Asseinfo tema
Theme URI: http://www.asseinfo.com/
Description: Tema especialmente feito para Asseinfo.
Version: 1.6
Author: Pedro Lamin
Author URI: http://www.pedrolamin.com.br/
*/

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background:#fff url(imagens/fundo.png) center top;
}
.central{
	width:960px;
	margin:0px auto;
}
#topo{
	width:100%;
	height:82px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(imagens/topo-fundo.png) top center no-repeat;
}
#topo .central h1 a{
	width:285px; 
	height:77px;
	display:block;
	float:left;
	text-indent:-9000px;
	overflow:hidden;
	background:url(imagens/logo.png) top center no-repeat;
}
#topo .central ul{
	width:658px;
	height:77px;
	padding:0 6px 0 6px;
	float:right;
	background:url(imagens/menu.png) top center no-repeat;
}
#topo .central ul li{
	list-style:none;
	display:inline;
	float:left;
}
#topo .central ul li a{
	width:auto;
	height:71px;
	padding-right:2px;
	display:block;
	float:left;
	line-height:71px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font-size:13px;
	color:#000;
	background:url(imagens/menu-separador.png) left no-repeat;
}
#topo .central ul li a.home{
	width:89px;
	padding:0;
	background:none;
}
#topo .central ul li a.institucional{
	width:133px;
}
#topo .central ul li a.produtos{
	width:105px;
}
#topo .central ul li a.clientes{
	width:93px;
}
#topo .central ul li a.blog{
	width:90px; 	
}
#topo .central ul li a.contato{
	width:134px;
}
#topo .central ul li a:hover{
	color:#FFF;
}
#topo .central ul li.atual{
	background:url(imagens/menu-atual.gif) center bottom no-repeat;
}
#topo .central ul li.atual a{
	color:#fff;
}