/* topo.css */

#topo{
	width: 1010px;
	height: 212px;
}


#topo #sair{
	float: right;
	display: inline;
	width: 65px;
	height: 18px;
	margin-right: 18px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	background: url(../images/commons/sair-div.png) no-repeat;
}

#topo #sair a{
	color: #fff;
}

#topo #logo{
	margin-top: 39px;
	margin-left: 36px;
	float: left;
	display: inline;
	width: 156px;
	height: 92px;
}

#topo #pesquisar{
	float: left;
	display: inline;
	width: 322px;
	height: 32px;
	margin-top: 50px;
	margin-left: 475px;
	background: url(../images/commons/pesquisar.jpg) no-repeat;
}

#topo #pesquisar input{
	float: left;
	display: inline;
}

#topo #pesquisar .input{
	width: 198px;
	height: 26px;
	margin-left: 37px;
	margin-right: 6px;
	color: #b2b2b2;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2px;
}

#topo #pesquisar .bt{
	width: 57px;
	margin-top: 4px;
}

#topo #topo-menu{
	width: 783px;
	height: 47px;
	margin-top: 26px;
	margin-left: 113px;
	float: left;
	display: inline;
}

#topo #topo-menu li{
	float: left;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/commons/li-div.jpg) no-repeat right;
	height: 32px;
	color: #999999;
	font-size: 14px;
	padding-top: 15px;
}

#topo #topo-menu li a{
	color: #999999;
}

#topo #topo-menu .li-home{
	padding-top: 10px;
	height: 37px;
}

#submenu{
	width: 387px;
	min-height: 207px;
	position: absolute;
	z-index: 9999;
	margin-top: 194px;
	margin-left: 191px;
}

#submenu #sub-topo{
	width: 387px;
	height: 7px;
	background: url(../images/commons/topo-submenu.gif) no-repeat;
}

#submenu #sub-cont{
	width: 150px;
	border: 1px solid #e0e0e0;
	border-top: none;
	background: #f0f0f0;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sub-menu #sub-cont a,
#sub-menu #sub-cont a:hover{
	color: #999999;
	text-decoration: none;
}

#submenu #sub-cont ul{
	float: left;
	display: inline;
	width: 140px;
	margin-right: 15px;
}

#submenu #sub-cont li{
	color: #999999;
	font-size: 12px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#submenu #sub-cont li:hover{
	background: #e8e7e7;
}