@charset "utf-8";


/* TODAS AS CONFIGURACOES PRIMARIAS DOS ELEMENTOS ESTAO AQUI --------------------------------------------*/

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	line-height:inherit;
	outline:none;
}
select{
	border:#999 solid 1px; 
}

body {
	background:url(../img/bg_site.jpg) repeat-x left top #f1f1f1;	
	color:#232323;
	font:14px Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	padding:5px 0 5px 30px;
	font:normal 18px Tahoma, Geneva, sans-serif;
	margin:10px 0;
	color:#d90909;
}

h2 {
	font:normal 18px Tahoma, Arial, Helvetica, sans-serif;
	padding:5px 2px;
	color:#2a2a2a;
}


h3 {
	font:bold 16px Tahoma, Arial, Helvetica, sans-serif;
	margin:10px 0 5px 0;
}

p {
	margin:10px 0;
}

a {
	color:#c0c0c0;
}

a:hover {
	color:#d7e08a;
	text-decoration:underline;
}

/* CONFIGURAÇÃO DA DIV GLOBAL -------------------------------------------------------------------------- */


#global {
	width:990px;
	margin:0 auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
}



/* TODAS AS DIVS/CONTEUDO DO TOPO ESTAO AQUI ----------------------------------------------------------- */

#topo {
	width:990px;
	height:235px;
	margin:0 0 10px 0;
}

/* CONFIGURAÇÃO DA DIV INTERNAS ------------------------------------------------------------------------ */

#internas {
	display:none;
	width:974px;
	padding:0 8px;
	background:#fff;
}



/* CONFIGURAÇÃO DOS ELEMENTOS DA COLUNA DA PRINCIPAL --------------------------------------------------- */

#ajax_loader {
	display:none;
	text-align:center;
	background:#fff;
	color:#000;
	padding:2px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
}

#conteudo {
	width:950px;
	margin:0 auto;
	padding:10px 0;
}

.wrap_col {
	width:580px;
	float:left;
}

.newsletter {
	width:400px;
	float:right;
}

/* DESTAQUES DA HOME */

#destaques {
	width:973px;
	padding-top:5px;
	background:url(../img/bg_destaques_top.jpg) no-repeat #828282;
	
}

.destaques_bottom {
	width:973px;
	height:14px;
	background:url(../img/bg_destaques_bottom.jpg) no-repeat;
}

dl.destaque {
	width:150px;
	float:left;
	display:inline;
	background:url(../img/bg_destaque_top.jpg) no-repeat #f3f3f3;
	margin:10px 0 0 10px;
	text-align:center;
	font-size:11px;
	color:#000;
}

dl.destaque dt {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#a31215;
	padding:5px 0;
	text-transform:uppercase;
}

dl.destaque dd.logo {
	width:128px;
	height:60px;
	overflow:hidden;
	line-height:60px;
	border:1px solid #e1e1e1;
	background:#fff;
	margin:0 auto 5px auto;
}

dl.destaque dd.logo img {
	vertical-align:middle;
}

dl.destaque dd.foto{
	overflow:hidden;	
}

dl.destaque dd.foto img {
	width:128px;
	height:128px;
	overflow:hidden;
	border:1px solid #97acc1;
}

dl.destaque dd.tit {
	height:13px;
	overflow:hidden;
	font-weight:bold;
	margin:3px 0 15px 0;
}

dl.destaque dd.desc {
	height:40px;
	overflow:hidden;
}

dl.destaque dd.btn {
	height:36px;
	overflow:hidden;
}


/* PÁGINA DE NOTICIAS */




/* VÍDEOS RELACIONADOS */

dl.videos, ul.vids_thumbs {
	width:580px;
	margin:10px 0 0 0;
	padding:10px 12px;
	background:#f0f0f0;
	color:#2a2a2a;
}

dl.videos dt {
	font:normal 18px Tahoma, Arial, Helvetica, sans-serif;
	padding:5px 2px;
}

dl.videos dd {
	margin:10px 0;
}

ul.vids_thumbs li {
	width:130px;
	float:left;
	margin:7px;
	text-align:center;
	color:#2a2a2a;
}

ul.vids_thumbs li a {
	color:#2a2a2a;
}

#categorias {
	width:352px;
	min-height:590px;
	_height:590px;
	float:right;
	padding:8px 0 0 8px;
	background:#f0f0f0;
}

#categorias ul.categs {
	margin:0 0 0 30px;
}

#categorias ul.categs li {
	padding:0 0 0 17px;
	margin:8px 0; 
	background:url(../img/icon_seta.jpg) no-repeat left center;
}

#categorias ul.categs li.categoria {
	background:url(../img/icon_plus.jpg) no-repeat 0 2px;
}

li.categoria ul {
	display:none;
}

#categorias ul.categs li.categoria a.bold {
	font-size:14px;
}

#categorias ul.categs li a {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4f4e4e;
}

#categorias ul.categs li a:hover {
	text-decoration:underline;
}


/* PAGINA DE CONTATO */


ul.contato {
	width:300px;
	float:right;
	margin:10px 20px 0 0;
}


ul.contato li {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	padding:10px 0;
}


/* PAGINA DE CLIENTES & PARCEIROS */

#parceiros {
	width:950px;
	margin:10px auto;
}

dl.parceiro {
	width:180px;
	height:205px;
	margin:5px;
	float:left;
	text-align:center;
	background:url(../img/bg_cx_parceiros.jpg) no-repeat;
}

dl.parceiro dt {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#a31215;
	padding:5px 0;
	text-transform:uppercase;
}

dl.parceiro dd {
	margin:10px 0;
	font:bold 10px Tahoma, Geneva, sans-serif;
	color:#000;
}

dl.parceiro dd a {
	color:#000;	
}

dl.parceiro dd.fotos {
	width:160px;
	height:130px;
	line-height:130px;
	border:1px solid #e1e1e1;
	background:#fff;
	margin:5px auto 10px auto;
}

dl.parceiro dd.fotos img {
	vertical-align:middle;
}


/* CONFIGURAÇÃO DO RODPÉ ------------------------------------------------------------------------------- */


#rodape {
	text-align:center;
	width:986px;
	margin:0 auto;
	padding:20px 4px;
	font-size:12px;
	color:#828282;
	line-height:20px;
	background:url(../img/bg_rodape.jpg) no-repeat left top #f1f1f1;
}

#rodape ul.cadeados {
	width:120px;
	float:left;
}

#rodape ul.cadeados li, #rodape ul.gedoor li {
	float:left;
	display:inline;
	margin:0 5px;
}

#rodape ul.gedoor {
	width:120px;
	float:right;
}