@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif; size:20px; color:#333;
}

#pagina {
	background:url(imagens/bg_pagina.png);
	background-attachment:fixed;
	width:auto; /* Width: auto; coloca a largura do tamanho da página */
	height:800px;
	margin:0px auto; /* Coloca a div centralizada */
	padding-top:20px;
	padding-bottom:20px;
}

#conteudo {
	background:#CCC;
	width:1024px;
	margin:0px auto;
	height:auto;
}

#banner {
	background:#C00;
	width:1020px;
	height:170px;
	float:left;
	border: 2px #FFF solid;
	padding-top:10px;
}

#banner h1 {
	font-family:Verdana, Geneva, sans-serif; size:32px; color:#FFF;
	text-align:center;
}

#banner h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#FFF;
	text-align:center;
}

#banner h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
}


#corpo {
	background:url(imagens/bg_semitransparente.png);
	width:1026px;
	height:600px;
	float:left;
}

#info {
	background:url(imagens/Jocimar.png);
	background-position:left;
	background-repeat:no-repeat;
	width:1014px;
	height:590px;
	padding:5px;
	float:left;
}

#info_txt {
	width:650px;
	height:550px;
	padding:5px;
	float:right;
	margin-top:20px;
}
#campos {
	width:250px;
	height:540px;
	padding:5px;
	float:left;
	text-align:right;
}
#campos h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	font-variant:small-caps;
}

#valores {
	width:375px;
	height:540px;
	padding:5px;
	float:right;
	text-align:left;	
	margin-left:5px;
}

#valores h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

#noticias {
	width:500px;
	height:400px;
	padding:5px;
	background:#FFF;
	border:solid 1px #666;
	float:left;
}

#novidades {
	width:500px;
	height:400px;
	padding:5px;
	background:#FFF;
	border:solid 1px #666;
	float:right;
}

#rodape {
	width:1024px;
	height:18px;
	float:left;
	background:url(imagens/rodape.png);
	background-repeat:no-repeat;
	padding-top:4px;
}
#rodape .roda {
	font-size:12px;
	text-align:center;
	margin-left:0px auto;
	font-family: Tahoma, Geneva, sans-serif; color:#FFF; font-weight:bold;
	display: block;
}

/* slider */
#slider_wrapper {
	clear: both;
	width: 960px;
	height: 300px;
	margin-bottom: 05px;
	background: url(images/slider_bottom.jpg) bottom no-repeat
}

#slider_wrapper_n { clear: both; width: 900px; padding: 30px; margin-bottom: 05px; background: #000 url(images/slider_bottom.jpg) no-repeat bottom } 
#slider_wrapper_n h2 {
	color: #fff;
}
#slider_wrapper_n p { font-size: 16px }

#slider { 
	width: 960px;
	height: 280px;
	overflow: hidden;
}


/* end of slider */
