/*
 * ==============================================================================
 * Nome: estilo.css
 * Site: Scandian
 * Versão: v0.5
 * Autor: Cesar Fermino
 * Criado: 20-01-2011
 * Última Modificaçsão: 20-01-2011
 * ==============================================================================
 */
  
/*
/***************************************************************************************
  ORDEM DOS ATRIBUTOS
****************************************************************************************
 * 
 * { position: ; top: ; left: ; clear: ; float: ; display: ; width: ; height: ; margin: ; padding: ; border: ; background: ; font: ; color: ; text: ; }
 * 
 */
   
/*
/***************************************************************************************
 ELEMENTOS E CLASSES
****************************************************************************************
*/
 
/* ------- GERAL ------- */
* { margin: 0; padding: 0; z-index: 1; } /* reseta todas as margens, paddings e define o nivel das camadas do site */
 
 
/* ------- ELEMENTOS ------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, form, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align:middle;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:100.01%;
}
ol, ul, form ol {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
	line-height:1.3em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
 
/* ------- CLASSES ------- */
.direita { float: right; }
.esquerda { float: left; }
p.direita, p.esquerda { float: none; }
p.direita { text-align: right; }
p.esquerda { text-align: left; }
.centro { text-align: center; }
 
/* contendo float */
.contemfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.contemfloat { display: inline-block; }
/* Hides from IE-mac \*/
* .contemfloat { height: 1%; }
.contemfloat { display: block; }
/* End hide from IE-mac */

/***************************************************************************************
 FONTE
****************************************************************************************/

@font-face {
	font-family: 'Scandian';
	src: url('../font/helvetica_lt_57_condensed-webfont.eot');
	src:  url('../font/helvetica_lt_57_condensed-webfont.woff') format('woff'), url('../font/helvetica_lt_57_condensed-webfont.ttf') format('truetype'), url('../font/helvetica_lt_57_condensed-webfont.svg#webfont9m4pN18g') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***************************************************************************************
  PAGINA INICIAL
****************************************************************************************/

#inicio{
	position:absolute;
	top:50%;
	width:100%;
	height:770px;
	top:0;
	}
#in_topo{
	position:relative;
	width:950px;
	height:126px;
	margin: 0 auto;
}
#in_topo span{
	width:34px;
	height:34px;
	padding:2px;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
#in_topo span:hover{
	background-color:#e7f8bf;
	}	
	
#in_topo .ativo{
	background-color:#FFF;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:default;
	}
#in_topo .ativo:hover{background-color:#FFF;}	
	
#in_topo .en{
	position:absolute;
	left: 842px;
	top: 51px;
}
#in_topo .pt{
	position:absolute;
	left: 782px;
	top: 51px;
}

.tooltip {
	display:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	padding:5px;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#e7f8bf;
}

#in_conteudo{
	position:relative;
	width:950px;
	height:461px;
	margin: 0 auto 0;
	background:url(../img/home_fundo.jpg) no-repeat;}
	
#flash_intro{	
	position:relative;
	width:950px;
	height:461px;
	z-index:2}
#home_menu{
	position:absolute;
	width:900px;
	height:40px;
	z-index:3;
	left: 26px;
	top: 50px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: url(../img/home_fundo_menu_transp.png);
}	

/*menu drop*/
ul.menu {
	list-style: none;
}
ul.menu li {
    float: left;
}
ul.menu li a{ 
	font-family: Scandian;
	font-size:16px;
	line-height:0;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#2b3927;
	padding:20px 6px;
	display: block;
	min-width:60px;
}
ul.menu li a:hover {
	background: url(../img/home_fundo_menu_v_opaque.png);
	color:#FFF; 
}

/* Não Funciona no IE */
ul.menu li.hover, ul.menu li:hover {
    position: relative;
    color:#000;
}
ul.menu li.hover a {
    color: #000;
}

/****
NIVEL 2
 ****/
ul.menu ul {
	width: 195px;
	background: url(../img/home_fundo_menu_v_opaque.png);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;	
}
ul.menu ul li {
    font-weight: normal;
    float: none;
}
ul.menu ul li a{
	color:#999;
	font-weight: normal;
	padding:12px 5px;
	background:none;
    border-right: none;
    width: 195px;
    display: inline-block;
	text-align:left;	
}
ul.menu ul li a:hover{
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;		
}

/*IE 6 & 7 precisa de Inline Block */
ul.menu ul li a {
    border-right: none;
    width: 185px;
    display: inline-block;
	text-align:left;
}

/****
NIVEL 3
 ****/
ul.menu ul ul {
    left: 100%;
    top: 0;
}

ul.menu li:hover > ul {
    visibility: visible;
}

/* fim menu */
	
#in_rodape{
	position:relative;
	width:100%;
	height:183px;
	z-index:0;
	background: url(../img/rdp_home_fundo.png) repeat-x}
#in_rodape p {
	margin-top:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#698621;
	text-align:center;
	clear:both;
	}
	
#rdph_bigicons{
	position:relative;
	width:950px;
	height:120px;
	margin: 0 auto 0;}
#rdph_bigicons a li{ 
	float:left;
	width:120px;
	height:120px;
	cursor:pointer;}
	
#rdph_bigicons a{text-decoration:none;	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}

#rdph_bigicons h2{ 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#2b3927;
	text-align:center;
	text-decoration:none}	
	
.imgposition{margin: 20px 28px 10px!important;}	
.imgposition_parceiros{margin: 12px 15px 10px!important;}	
.imgposition_selo{margin: 20px 15px 10px!important; float:right}
#rdph_bigicons a:hover li{ background:url(../img/home_fundo_icons_transp.png);}		
#rdph_wood{
	position:relative;
	width:100%;
	height:33px;
	background: url(../img/rdp_fundo.png) center}
	
	
/***************************************************************************************
  BASE INTERNA
****************************************************************************************/
html, body {
	height:100%;
}

#limites{
	width:100%;
	height:auto !important;
	height:100%;
	min-height: 100%;
	margin: 0 auto -200px;
}
.clear {
	position:relative;
	clear:both;
	width:100%;
	height:1px;
}




#parceiros{
	text-align:justify;
}

#parceiros p{

	padding:0 !important;
}

#parceiros p img{
	margin:0 !important;
	padding:0 !important;
}





#conteudo{
	position:relative;
	width:950px;
	margin: 0 auto 0;}
	
#conteudo h1{
	font-family: Scandian;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.3em;
	color: #2b3a27;
	padding: 25px 10px;}
		
#conteudo h2{
	font-family: Scandian;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	color: #2b3a27;
	padding: 10px 10px;}
	
#conteudo h3 {
	font-family: Scandian;
	font-size:18px;
	line-height:18px;
	color: #2b3a27;
	padding: 10px 10px;}
#conteudo h3 strong{	font-family: Scandian;}	
#conteudo h3 a{}

	
#conteudo h4 {
	font-family: Scandian;
	font-size:18px;
	line-height:20px;
	color: #2b3a27;
	padding: 50px 10px 10px 47px;}
	
#conteudo h4 a{text-decoration:none;
	color:#2b3927!important;}	
#conteudo h4 a:hover{color:#AAA!important; text-decoration:underline;}		

#conteudo h5 {
	font-family: Scandian;
	font-size:18px;
	line-height:18px;
	color: #000;
	padding: 10px 10px;}	
	
.ico32_repres{	background:url(../img/icon32_repres.png) no-repeat 12px 42px}	
.ico32_email{	background:url(../img/icon32_email.png) no-repeat 12px 42px}
.ico32_endereco{	background:url(../img/icon32_endereco.png) no-repeat 12px 42px}
.ico32_fone{	background:url(../img/icon32_fone.png) no-repeat 12px 42px}	
.ico32_mapa{	background:url(../img/icon32_mapa.png) no-repeat 12px 42px}	
.ico32_cadin{	background:url(../img/icon32_cadin.png) no-repeat 12px 42px}	
.ico32_cadout{	background:url(../img/icon32_cadout.png) no-repeat 12px 42px}	
.ico32_no_antiga{	background:url(../img/icon32_no_antiga.png) no-repeat 12px 42px}	
.ico32_no_nova{	background:url(../img/icon32_no_nova.png) no-repeat 12px 42px}	
.ico32_no_todas{	background:url(../img/icon32_no_todas.png) no-repeat 12px 42px}	
			

	
#conteudo p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:1.3em;
	color: #333;
	padding: 5px 50px;}	
#conteudo strong{ vertical-align: text-top; }	
#conteudo ul{	padding: 5px 100px;}
#conteudo ul li{
	list-style: inside disc ;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:1.3em;
	margin: 8px 0px;
	color:#2b3a27;	
	}
#conteudo ol{	padding: 5px 100px;}
#conteudo ol li{
	list-style: inside decimal ;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:1.3em;
	margin: 8px 0px;
	
	}	
#conteudo p.centraliza{ text-align:center}	
	
#conteudo img{	
	margin:5px;}	
		
#sub_menu_int{
	position:relative;
	clear:both;
	width:100%;
	min-height:25px;
	background:#e8ecde;}
#sub_menu_int ul{padding: 0px 0px}
#sub_menu_int img{ margin:0; }	
#sub_menu_int ul li{ display:inline; padding: 1px 5px!important; margin:0;}	
#sub_menu_int a { 
	text-decoration:none;
	font-family: Scandian;
	font-size:15px;
	line-height:15px;
	color:#2b3927 }
#sub_menu_int a:hover{color:#AAA} 	

.ativo_mi, .ativo_mi:hover{ background: url(../img/home_fundo_menu_atv_opaque.png); color:#FFF!important; cursor:pointer;}
		
#img_top{ position:relative; height:100px; clear:both; margin:0;}	
#img_top img{margin:0;}	

#col_pequena, #col_grande{ float:left; margin:0px 5px; text-align:justify}

#estrutura{ }

#empresa{ text-align:justify }

#col_pequena{
	width:280px;
	min-height:100px
	}
#col_grande{
	width:650px;
	min-height:100px
	}
/***************************************************************************************
  EMPRESA
****************************************************************************************/
#madeiras{ position:relative; width:870px; padding:0!important; margin:10px auto!important; }
#madeiras li{ position:relative; width:418px; height:44px; list-style:none!important; float:left; padding:0!important; margin:3px!important; }

#madeiras li img.a {
	position: absolute;
	left: 0;
	top: 0;
	}
 
#madeiras li img.b {
	position: absolute;
	left: 0;
	top: 0;
	    z-index: 10;
	}



#linhasilver{
	position:relative;
	width:500px;
	height:170px;
	margin: 0 10px 10px 20px; 
	background:#edf5ea;
	}
#linhasilver p{ padding:3px 8px;	}
#linhasilver span{
	position:absolute;
	left: 443px;
	top: -55px;
}

.botao_especificacao{
	margin-left:30px;
	font-family: Scandian;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#2b3927;
}

.botao_especificacao img
}

/***************************************************************************************
  PRODUTOS
****************************************************************************************/	

.descricao_p{ padding: 0 10px 0 10px!important; }

/***************************************************************************************
  REVENDAS
****************************************************************************************/

#revendas{}

#revendas h3{ margin-top:100px;}

/***************************************************************************************
  NOTÍCIAS
****************************************************************************************/

#noticia{}
#noticia span{ 
	position:relative;
	clear:both;
	display:block;
	color:#999;
	font-family: Scandian;
	font-size:20px;
	line-height:20px;
	padding: 20px 10px 3px 10px;
	font-weight:bold;
	}
	
#noticia .n_anteriores{ padding: 5px 5px 5px 15px !important}
#noticia .n_anteriores span{padding: 0px!important; font-size:12px;}
#noticia .n_anteriores a{text-decoration:none;
	font-family: Scandian;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	color:#2b3927!important; }
#noticia .n_anteriores a:hover{color:#AAA!important; text-decoration:underline;}
#noticia .n_anteriores li{ list-style:none;}	

#no_interna{ position:relative; width:750px; margin: 0 auto;}

#no_navegacao{position:relative; width:800px; margin: 0 auto;}
#no_navegacao a { 
	text-decoration:none;
	font-family: Scandian;
	display:block;
	width:155px;
	float:left;
	vertical-align:middle;
	font-size:16px;
	line-height:17px;
	color:#2b3927!important;
	margin-bottom:20px}
#no_navegacao a:hover{background: #edf5ea !important;} 

/***************************************************************************************
  CADASTRESE
****************************************************************************************/
.espaco_pg_cad{ position:relative; clear:both; width:100%; height:50px }

/***************************************************************************************
  APRESENTACAO
****************************************************************************************/
#FlashID{ margin-left:125px; }

/***************************************************************************************
  FOTOS
****************************************************************************************/
#galeria{ position:relative; clear:both; width:850px; list-style:none; padding:0!important; margin:0 auto!important;}
#galeria li{ position:relative; width:99px; height:99px; list-style:none!important; padding:0!important; margin:10px!important; float:left; }
#galeria img {width:99px; height:99px; padding:0; margin:0; border: solid 1px #030}

#galeria img.a {
	position: absolute;
	left: 0;
	top: 0;
	}
 
#galeria img.b {
	position: absolute;
	left: 0;
	top: 0;
	    z-index: 10;
	}

/***************************************************************************************
  FALE CONOSCO
****************************************************************************************/
#contato{}

#mapa_scan{ position:relative; clear:left; min-height:265px; width:920px; margin: 0 auto; margin-bottom:10px; }

#mapa_scan a { 
	text-decoration:none;
	font-family: Scandian;
	font-size:12px;
	line-height:15px;
	color:#2b3927!important; }
#mapa_scan a:hover{color:#AAA!important; text-decoration:underline;} 

/***************************************************************************************
 FORMULÁRIOS
****************************************************************************************/
#formulario, #formulario2{
	position:relative;
	background-color:#edf5ea;
	margin: 10px 10px;
	padding: 10px 10px;
	}
	
#formulario ol, #formulario2 ol{ list-style:none; padding: 5px 5px;}	
#formulario ol li{ list-style:none; min-height:30px; width:100%; vertical-align:middle; display:block; margin: 4px 0 4px 0; clear:both;}	
#formulario2 ol li{ list-style:none; min-height:30px; width:550px; vertical-align:middle; display:block; margin: 4px 0 4px 0; clear:both;}	
#formulario label, #formulario2 label{ min-width:150px; display:block; min-width:80px; min-height:25px; padding-top:5px; float:left;}
#formulario input, #formulario2 input, #formulario textbox, #formulario select{ float:left;}
#formulario input, #formulario2 input{ margin: 2px 10px 2px 10px; padding:2px; }
#formulario textarea{ margin: 2px 10px 2px 10px; padding:2px; width:475px }
#formulario select{ margin: 2px 10px 2px 10px; padding:2px; }
#formulario input[name="razaos"]{ width:420px}
#formulario input[name="nome"]{ width:475px}
#formulario2 input[name="email2"]{ width:200px}
#formulario button{padding:7px; width:150px; margin: 0 0 0 95px; }
#formulario2 button{padding:7px; width:150px!important; margin: 0 0 0 10px;}
#formulario .decor{
	position:absolute;
	left: 572px;
	top: -54px;
}
#formulario2 .decor2{
	position:absolute;
	left: -5px;
	top: 56px;
}

#formulario input:hover{ background-color:#edf5ea}
#formulario select:hover{ background-color:#edf5ea}
#formulario textarea:hover{ background-color:#edf5ea}


/*Alterações dos inputs e afins, somente no formulario para revendedores*/
					
#content_revenda #formulario input[name="nome"]{ width:486px;}
#content_revenda #formulario input[name="razaos"]{ width:575px; margin-left: 0px;}
#content_revenda #formulario input[name="email"]{ width:236px;}
#content_revenda #formulario input[name="cidade"]{ width:236px;}
#content_revenda #formulario select[name="estado"]{ width:150px;}
#content_revenda #formulario input[name="cnpj"]{ width:212px;}
#content_revenda #formulario textarea[name="produtos"]{ width:575px; height: 80px; margin-left: 0px;}
#content_revenda #formulario textarea[name="coments"]{ width:575px; height: 80px; margin-left: 0px;}
/***************************************************************************************
  TOPO
****************************************************************************************/
#topo {
	position:relative;
	width:950px;
	height:140px;
	margin: 0 auto 0;
	z-index:2;
}

#topo span{
	width:32px;
	height:32px;
	padding:3px;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
#topo span:hover{
	background-color:#e7f8bf;
	}	
	
#topo .house{
	position:absolute;
	left: 887px;
	top: 30px;
}
#topo .apres{
	position:absolute;
	left: 840px;
	top: 30px;
}

#barraverde{
	position:relative;
	height:7px;
	width:100%;
	margin:0;
	padding:0;
	background:url(../img/barra_verde.png)}
	
/* menu interno */

#int_menu{
	clear:both;
	position:relative;
	width:920px;
	z-index:3;	
	}
	
	
/*menu drop*/
ul.menu_in {
	list-style: none;
}
ul.menu_in li {
    float: left;
}
ul.menu_in li a{ 
	font-family: Scandian;
	font-size:16px;
	line-height:0;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#2b3927;
	padding:21px 7px;
	display: block;
	min-width:60px;
}
ul.menu_in li a:hover {
	background: url(../img/home_fundo_menu_v_opaque.png);
	color:#FFF; 
}

/* Não Funciona no IE */
ul.menu_in li.hover, ul.menu_in li:hover {
    position: relative;
    color:#000;
}
ul.menu_in li.hover a {
    color: #000;
}

/****
NIVEL 2
 ****/
ul.menu_in ul {
	width: 195px;
	background: url(../img/home_fundo_menu_v_opaque.png);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;	
}
ul.menu_in ul li {
    font-weight: normal;
    float: none;
}
ul.menu_in ul li a{
	color:#999;
	font-weight: normal;
	padding:12px 5px;
	background:none;
    border-right: none;
    width: 195px;
    display: inline-block;
	text-align:left;	
}
ul.menu_in ul li a:hover{
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;		
}

/*IE 6 & 7 precisa de Inline Block */
ul.menu_in ul li a {
    border-right: none;
    width: 185px;
    display: inline-block;
	text-align:left;
}

/****
NIVEL 3
 ****/
ul.menu_in ul ul {
    left: 100%;
    top: 0;
}

ul.menu_in li:hover > ul {
    visibility: visible;
}	
	
	
	
/***************************************************************************************
  RODAPE
****************************************************************************************/
#rodape, .push {
	height: 300px;
}
.push { clear:both;} 
#rodape{
		width:100%;
		background:#2b3a27;	
	}
	
#rdin_nav{
	position:relative;
	width:950px;
	height:200px;
	margin: 0 auto 0;}
	
#rdin_end{
	position:relative;
	width:940px;
	height:20px;
	margin: 0 auto 0;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#ddd;}	
	
#rdin_nav span{
	position:absolute;
	left: 709px;
	top: 7px;
}	
	
ul.rdp_nav { list-style: none; width:600px; height:120px; margin-top:10px; }
ul.rdp_nav { position:relative; float: left; }
ul.rdp_nav li{ float: left; display:inline-block; width:120px;}
ul.rdp_nav a{ 
	font-family: Scandian;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	color:#d0ee85;
	padding:4px 8px;
	 }
ul.rdp_nav li a:hover{ color:#FFF; }
ul.rdp_nav li ul {
	position: realtive;
	list-style: none;
	background: url(../img/home_fundo_menu_v_opaque.png);
}
ul.rdp_nav li:hover ul { float:left}
ul.rdp_nav li ul li { float: none; padding:0px 6px; display:list-item; list-style:none; }
ul.rdp_nav li ul li a { color:#93ac62; font-weight: normal; padding:0px; background:none; font-size:11px;
	line-height:11px;}
ul.rdp_nav li ul li a:hover { color:#fff; background:none}
/***************************************************************************************
  ESPECIFICACOES
****************************************************************************************/

#colecoes{
		width:auto ; 
		min-height:50px ; 
		margin:0 auto;
		float:left;
		text-align:center ;
		}
		
.links{ float: left;
		width:auto ; 
		height:auto ; 
		margin:0 5px 0 0 ; 
		padding: ; 
		font-family: Scandian ; 
		font-size:14px;
		color: 40583c; 
		text-align:center ;
		text-decoration:none
		-moz-border-radius:5px;
		-webkit-border-radius:5px;		
		}
		
#especificacoes h2{
                    background: none repeat scroll 0 0 #EDF5EA;
                    height: auto;
                    margin: 0 auto;
                    padding: 6px;
                    position: relative;
                    text-align: left;
                    width: 940px;
		}

                #especificacoes .setinha{

                    bottom: 0;
                    position: absolute;
                    right: 0;
                    top: -2px;
}


#especificacoes h3{font-weight:bold;
		color: ; 
		text-align: left 
		}
		
.links:hover{ 
		background: #edf5ea;

		}
		
/***************************************************************************************
  NOTÍCIAS
****************************************************************************************/
		
#news{ width:auto ; 
		height:auto ; 
		margin:0 auto ; 
		padding-left: 0 ; 
		font: ; 
		color: ; 
		text-align:center ; 
		}
		
#news .links { float: left;
		width:205px ; 
		height:auto ; 
		margin:0 0 0 5px ; 
		padding: 0 6px 0 0; 
		font-family: Scandian ; 
		font-size:14px;
		color: #40583c; 
		text-align:center;
		font-weight:bold;
		}
		
#news a{
	text-decoration:none;
}
		
#news .links a{ 
		color: 40583c;		
}
		
#news .links:hover { 
		background: #edf5ea;
		font-family: Scandian ; 
		font-size:14px;
		color: #40583c; 
		font-weight:bold;
}

/***************************************************************************************
  VIDEOS
****************************************************************************************/

.lista_videos ul li{
	list-style:none !important;
}

.lista_videos ul li a{
	text-decoration:none;
	margin:0 0 0 5px ; 
	padding: 0 6px 0 0; 
	font-family: Scandian ; 
	font-size:14px;
	color: #40583c; 
	text-align:center;
	font-weight:bold;	
}

.lista_videos ul li img{
	padding-right:35px
}

/***************************************************************************************
  REVENDAS
****************************************************************************************/
		
		
#barra_revenda{width: 300px;
	height: auto;
	text-align: justify;
	float: left;
}
#content_revenda{width: 650px;
	height: auto;
	text-align: justify;
	float: left;
}

/***************************************************************************************
ENCONTRE-NOS, MAPA E LOCALIZAÇÕES
****************************************************************************************/

#mapa{
	position:relative;
	width: 460px;
	height: 480px;
	/*background: url(../img/mapa_brasil.png)no-repeat;*/
	left: 230px;
	top: 30px;
}

#mapa span{
	width: 25px;
	height: 20px;	
	padding-left: 1px;
	padding-top: 3px;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
	
#mapa a{text-decoration:none!important; display:inline-block; width:0; height:0}		
	
#mapa h3{
	font-size: 18px;
}

#mapa span:hover{
	background: #293825;
	color: #ffffff;
}

	
.sig_est_ac{
	position: absolute;
	left: 31px;
	top: 164px;
	}	
.sig_est_al{
	position: absolute;
	left: 434px;
	top: 173px;
}

.sig_est_ap{
	position: absolute;
	left: 255px;
	top: 35px;
	}
	
.sig_est_am{
	position: absolute;
	left: 94px;
	top: 104px;
	}

.sig_est_ba{
	position: absolute;
	left: 357px;
	top: 195px;
	}

.sig_est_ce{
	position: absolute;
	left: 395px;
	top: 113px;
	}
	
.sig_est_df{
	position: absolute;
	left: 295px;
	top: 230px;
	}
	
.sig_est_es{
	position: absolute;
	left: 373px;
	top: 288px;
	}
	
.sig_est_go{
	position: absolute;
	left: 261px;
	top: 246px;
	}
	
.sig_est_ma{
	position: absolute;
	left: 325px;
	top: 105px;
	}
	
.sig_est_mt{
	position: absolute;
	left: 196px;
	top: 202px;
	}
	
.sig_est_ms{
	position: absolute;
	left: 210px;
	top: 282px;
	}
	
.sig_est_mg{
	position: absolute;
	left: 322px;
	top: 264px;
	}
	
.sig_est_pa{
	position: absolute;
	left: 227px;
	top: 108px;
	}
	
.sig_est_pb{
	position: absolute;
	left: 449px;
	top: 138px;
	}
	
.sig_est_pr{
	position: absolute;
	left: 245px;
	top: 334px;
	}
	
.sig_est_pe{
	position: absolute;
	left: 441px;
	top: 156px;
	}
	
.sig_est_pi{
	position: absolute;
	left: 365px;
	top: 141px;
	}
	
.sig_est_rj{
	position: absolute;
	left: 350px;
	top: 319px;
	}
	
.sig_est_rn{
	position: absolute;
	left: 431px;
	top: 115px;
	}
	
.sig_est_rs{
	position: absolute;
	left: 230px;
	top: 392px;
	}
	
.sig_est_ro{
	position: absolute;
	left: 117px;
	top: 178px;
	}
	
.sig_est_rr{
	position: absolute;
	left: 133px;
	top: 27px;
	}
	
.sig_est_sc{
	position: absolute;
	left: 265px;
	top: 365px;
	}
	
.sig_est_sp{
	position: absolute;
	left: 275px;
	top: 305px;
	}
		
.sig_est_se{
	position: absolute;
	left: 420px;
	top: 187px;
	}
	
.sig_est_to{
	position: absolute;
	left: 287px;
	top: 171px;
	}
.indique {
	float:left;
	margin-top:10px;

}
.indique tr td { padding:3px;}
#fb-root {
	width:50px;
}
#___plusone_0 {
	width:65px !important;
	vertical-align:inherit !important;
	float:left;
}

a.profile { width:53px; height:20px; display:block; background:url(../img/social_facebook.png) no-repeat; text-indent:-9999px;}
a.fan { width:53px; height:20px; display:block; background:url(../img/facebook.png) no-repeat; text-indent:-9999px;}
