html, * {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
	color: #FF6600;
}

a:hover {
	color: red;
}

.clear {
	display: block;
	clear: both;
}

#site {
	width: 980px;
	margin: auto;
	background-color: white;
}

#topo {
	background-color: #FFCC00;
	height: 150px;
	position: relative;
	margin-bottom: 10px;
}

#topo h1 a {
	position: absolute;
	top: 13px;
	left: 10px;
	display: block;
	width: 181px;
	height: 99px;
	/*background-image: url('../images/logo.gif');*/
}

#topo h1 a span {
	display: none;
}

#topo #banner-superior {
	position: absolute;
	right: 230px;
	top: 28px;
	border: 1px #ddd solid;
	width: 468px;
	height: 60px;
}

#topo #menu-principal {
	height: 30px;
	background-color: black;
	color: white;
	position: absolute;
	bottom: 0px;
	width: 980px;
}

#topo #menu-principal li {
	float: left;
	list-style: none;
}

#topo #menu-principal a {
	display: block;
	height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 6px 10px 0 10px;
}

#lateral-esquerda {
	position: relative;
	float: left;
	width: 190px;
	padding: 0 5px;
}

#lateral-esquerda h2 {
	position: relative;
	background-color: #FFCC00;
	color: white;
	font-size: 18px;
	padding: 5px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
}

#lateral-esquerda #box-busca {
	position: relative;
	margin-bottom: 10px;
}

#lateral-esquerda #box-secoes ul li {
	position: relative;
	list-style-type: none;
	border-bottom: 1px #dddddd solid;
	padding: 5px 0px;
}

#lateral-esquerda #box-secoes ul li:hover {
	background-color: #dddddd;
}

#lateral-esquerda #box-secoes ul li a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	color: #666666;
}

#lateral-esquerda #box-secoes ul li a {
	background-image: url('../images/arrow-right.gif');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#lateral-direita {
	position: relative;
	float: right;
	width: 190px;
	padding: 0 5px;
}

#lateral-direita h2 {
	position: relative;
	font-weight: normal;
	font-size: 9px;
	left: 5px;
	color: #888;
	margin-bottom: 5px;
}

#lateral-direita ul li {
	border: 1px solid #DDDDDD;
	list-style-type: none;
	margin-bottom: 10px;
	overflow: hidden;
	width: 178px;
	height: 60px;
	text-align: center;
}

#conteudo {
	position: relative;
	float: left;
	width: 570px;
	padding: 0 5px;
}

#conteudo p {
	margin-bottom: 10px;
}

#conteudo ul {
	position: relative;
	left: 25px;
}

#conteudo #busca-home {
	border: 1px #FFCC00 solid;
	padding: 10px;
	margin-bottom: 10px;
}

#conteudo #busca-home h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#conteudo #busca-home input, #conteudo #busca-home select {
	width: 535px;
	padding: 3px;
}

#conteudo #categorias-home {
	border: 1px #FFCC00 solid;
	padding: 10px;
	margin-bottom: 15px;
}

#conteudo #categorias-home h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#conteudo #categorias-home h2 a {
	text-decoration: none;
}

#conteudo #categorias-home .categorias-conteudo {
	position: relative;
}

#conteudo #categorias-home ul {
	left: 0px;
}

#conteudo #categorias-home ul li {
	list-style: none;
	width: 50%;
	display: block;
	float: left;
}

#conteudo #noticias-home {
	border: 1px #FFCC00 solid;
	padding: 10px;
	margin-bottom: 10px;
}

#conteudo #noticias-home a {
	text-decoration: none;
	font-weight: bold;
}

#conteudo #noticias-home h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#conteudo #noticias-home .destaque {
	width: 260px;
	float: left;
}

#conteudo #noticias-home .destaque img {
	border: none;
	margin-bottom: 10px;
}

#conteudo #noticias-home .lista {
	width: 280px;
	float: right;
	left: 0;
	margin: 0;
	padding: 0;
}

#conteudo #noticias-home .lista li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #ddd solid;
}

#conteudo #noticias-home .lista li:last-child {
	margin-bottom: 0;
	border: none;
}

#noticia {
	padding: 15px 0 0 0;
	margin-bottom: 10px;
	line-height: 160%;
}

#noticia h2 {
	color: #FF6600;
	margin-bottom: 10px;
}

#noticia .datahora {
	color: #888;
	font-size: x-small;
	position: relative;
	top: -12px;
}

#noticia p {
	text-align: justify;
}

.social_bookmark a img {
	border: none;
	padding: 5px;
}

#anuncios .anuncio {
	position: relative;
	border: 1px #FFCC00 solid;
	padding: 5px;
	margin-bottom: 10px;
}

#anuncios .anuncio h3 {
	margin-bottom: 3px;
}

#anuncios .anuncio p {
	margin-bottom: 3px;
}

#anuncios .anuncio .socialize {
	position: absolute;
	right: 0px;
	top: 10px;
}

#anuncios .anuncio .socialize ul {
	margin: 0;
	padding: 0;
	left: 0;
}

#anuncios .anuncio .socialize ul li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#anuncios .anuncio .socialize ul li a {
	text-decoration: none;
}

#anuncios .anuncio .socialize a img {
	border: none;
}

#rodape {
	margin-top: 10px;
	background-color: #FFCC00;
	height: 30px;
	position: relative;
	padding: 10px;
	text-align: center;
}

#rodape .copy {
	position: absolute;
	top: 18px;
	left: 20px;
	color: #333;
}

#rodape .poweredby {
	position: absolute;
	top: 6px;
	right: 10px;
	color: #333;
}

#rodape .poweredby a {
	display: block;
	background-image: url('../images/poweredby.jpg');
	background-repeat: no-repeat;
	width: 66px;
	height: 40px;
}

#rodape .poweredby a span {
	display: none;
}

#formContato p strong {
	display: block;
	width: 120px;
	float: left;
}
	
#formContato p input {
	width: 300px;
	padding: 3px;
}

#formContato p textarea {
	width: 300px;
	padding: 3px;
	height: 100px;
}

#formContato p {
	padding-bottom: 10px;
}
