/* Base ----------------------------------------------------------- */
body {
	margin: 0px;
	padding: 4px;
	background-color:#CCCCCC;
}
div.geral {
	position:absolute; 
	left:50%; top:0%;
	margin-left:-378px;
	background-color:#999;
	width:769px;
	height:545px;
	overflow:visible;
}
div.centro {
	width:526px;
	background-color:#FFF;
	padding:1px 0px 0px 1px;
	float:left;
}
div.esquerda {
	background-color:#FFF;
	width:240px;
	padding:1px;
	float:left;
}
/* Esquerda ----------------------------------------------------------- */
div.logo {
	width:240px;
	height:272px;
	text-align:center;
	float:left;
	border-bottom:1px solid #336699;
}
div.idioma {
	position:absolute;
	margin: 5px 0px 0px 5px;
	z-index:50;
	text-align:left;
}
div.idioma img {
	margin-bottom:5px;
}
div.menu {
	width:240px;
	min-height:230px;
	float:left;
	background-color:#ECECEC;
}
#vmenu ul {
	padding:0px; 
	margin:0px;
	/*float: left;*/
	width: 180px;
	list-style:none;
}
#vmenu ul li {
	display: inline;
}
#vmenu ul li a {
	text-align:center;
	height:30px;
	padding-top:1px;
	width:240px;
	float:left;
	background-color:#ECECEC;
	border-bottom:1px solid #929292;
	border-top:1px solid #FFF;
}
#vmenu ul li a:hover {
	background-color:#DDDDDD;
}
#vmenu ul li a#last {
	border-bottom: 0px;
}
div.imagem {
	width:240px;
	height:228px;
	/*padding: 2px 0px 1px 0px;*/
}
div.busca {
	width:240px;
	height:27px;
	padding-top:13px;
	text-align:center;
	border-bottom:4px solid #777777;
	background-color:#929292;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;	
}
input.busca {
	width:100px;
	height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #8B8B8B;
	margin-right:5px;
	vertical-align:bottom;
}
/* Centro ----------------------------------------------------------- */
div.hmenu {
	height:44px;
	/*width:526px;*/
	float:left;
	background-color:#777777;
	border-bottom:1px solid #336699;
	/*border-left:2px solid #FFF;*/
}
#menu ul {
	padding:0px; 
	margin:0px;
	/*float: left;*/
	width: 100%;
	list-style:none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-align:center;
	height:27px;
	padding-top:13px;
	width:104px;
	float:left;
	background-color:#777;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	border-bottom:4px solid #929292;
	border-left:1px solid #FFF;
}
#menu ul li a#first {
	border-left:0px;
}
#menu ul li a:hover {
	background-color:#929292;
	border-bottom:4px solid #929292;
}
div.conteudo {
	width:403px;
	min-height:500px;
	float:left;
	border-right:1px dashed #DDD;
	border-left:1px dashed #DDD;
}
div.direita {
	background-color:#FFF;
	padding:1px 1px 0px 2px;
	width:118px;
	float:left;
}
/* Direita ----------------------------------------------------------- */
div.banner {
	/*width:118px;*/
	text-align:center;
	float:left;
	/*border-left:2px solid #FFF;*/
}
