@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
	color: #626262;
	font-family: Tahoma;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #626262;
}
a:hover {
	color: #f00;
}
h1 {
	color: #00309c;
	font-size: 14px;
	border-bottom: 1px solid #029834;
	display: inline;
	padding: 0 25px 0 10px;
}
h2 {
	font-size: 12px;
	margin: 5px;

}
p {
	margin: 10px 0 5px 0;
	text-align: justify;
	text-indent: 10px;
}
#tudo {
	width: 773px; /* 753px + borda redonda(left|right) */
	margin: 0 auto;
	background-color: #02526c;
	position: relative;
}
#tudoInterno {
	width: 753px;
	padding: 4px 10px 25px 10px; 
}
#topo {
	background-image: url('../img/topo.jpg');
	height: 159px;
	padding: 5px 10px;
	position: relative;
}
#areaConteudo {
	margin: 10px 0 0 0;
	background-color: #fff;
}
#menu {
	padding: 6px 4px 4px 0px;
	background-image: url('../img/bgMenu.jpg');
	height: 27px;
}
#menu li {
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	position: relative;
	height: 17px;
}
#menu li ul {
	width: 180px;
	display: none;
	background: url('../img/bgMenu.jpg') repeat-x bottom #fff;
}
#menu li ul li {
	border: none;
	float: none;
}
#menu li:hover ,
#menu li.over {
	background-color: #fff;
	position:relative;
	z-index: 10;
}
#menu li:hover ul li,
#menu li.over ul li {
	background-color: transparent;
}
#menu li:hover ul,
#menu li.over ul {
	display: block;
	position: absolute;
	top: 27px;
	left: 0;
}
#lateral {
	float: left;
}
#conteudo {
	float: right;
	width: 485px;
	padding-right: 5px;
	margin-bottom: 15px;
}
#novidades {
	width: 220px;
	background-color: #dadada;
	padding: 10px 10px 15px 10px;
	text-align: justify;
	margin-left: 10px;
	position:relative;
	top: -4px; /* arrumar o topo por causa dos rounded corner */
}
#nav {
	padding: 17px 10px 0px 40px;
	background-image: url('../img/bgNav.jpg');
	width: 211px;
	height: 115px;
	margin: -4px 0 0 2px; /* necessário retirar o mesmo que foi colocado no -top do #novidades */
}
#nav li {
	height: 28px;
}
#rodape {
	background-color: #acacac;
	position: absolute;
	bottom: 0px;
	width: 753px;
	left: 10px;
	height: 30px;
}
#rodape #logotrans {
	float: left;
} 
#rodape p {
	margin: 0;
	line-height: 30px;
	text-align: center;
	float: left;
	width: 600px;
}
