/*
|--------------------------------------------------------------------------
| Arquivo : base
|--------------------------------------------------------------------------
|
| Folha de estilo responsável pelas formatações da estrutura do site,
| deve apenas conter formatações que repetem nas páginas.
|
*/


/** CONFIGURAÇÕES
*********************************/
* {outline: none;}

body{
    margin:0 auto;
    font-family: Arial, Helvetica, sans-serif;
    background:  #FFF url(../img/body.jpg) repeat-x top center;
    font-size: 12px;
    color: #656565;
}

a img{
    border:0px;
}

form{
    margin:0px;
}
/** PAGINAÇÃO
**************************/
#paginacao{
    min-width:104px;
    float:right;
}
#paginacao a, #paginacao strong{
    display:block;
    width:26px;
    height:24px;
    line-height:24px;
    color:#363636;
    background: url(../img/paginacao-link.png) no-repeat;
    text-align:center;
    float:left;
    margin-left:13px;
}
#paginacao a:hover{
    background: url(../img/paginacao-sel.png) no-repeat;
    color:#FEFEFE;
}
#paginacao strong{
    background: url(../img/paginacao-sel.png) no-repeat;
    color:#FEFEFE;
}
/********************************************************/
a  {
	text-decoration: none;
}



ul  {
	margin: 0px;
	padding: 0px;
}

h1, h2  {
	margin: 0px;
	padding: 0px;
}



#conteudo  {
	margin: 0 auto;
	width: 998px;	
	padding-bottom: 15px;
}

#quadConteudo {
	width: 647px;
	background: url(../img/img-base-empresa.png) no-repeat;
	float: left;
	padding: 36px 0px 0px 0px;
}

#quadConteudo h1 {
	font-size: 16pt;
	color: #ff8400;
	font-weight: bold;
	margin: 0 0 31px 67px;
}

#blocoDireita  { 
	width: 309px;
	float: left;
	margin-left: 36px;
}



/** BLOCO DIREITO PÁGINAS INTERNAS
*********************************/
.baseResumos  {
	width: 278px;
	height: 225px;
	background: url(../img/fundo-resumos.png) no-repeat;
	padding: 28px 0px 0px 31px;
	margin-bottom: 11px;
}

.titulos  {font-size:18px;color:#ff8400;}

/* Resumos Últimas Notícias */
#listaNoticias {
	width: 237px;
	height: 128px;
	margin-top: 18px;
	border-bottom: 1px dashed  #d6d6d6;
        overflow:hidden;
}

#listaNoticias a {
	font-size: 12px;
	color: #656565;	
}

#listaNoticias a:hover {
	text-decoration: underline;
	font-weight: normal;
}


#listaNoticias li  {
	margin: 0px 0px 10px 20px;
	list-style-image: url(../img/seta.png);
}
#listaNoticias li.produtos-destaque{
    width:57px;
    /*height:48px;*/
    height:53px;
    overflow:hidden;
    list-style-image: none;
    list-style:none;
    float:left;
    text-align:center;
}
#NewsSaibaMais  {
	margin: 5px 45px 0px 0px;	
}

/* Newsletter */

#recebaNovidades  {
	width: 208px;
	height: 35px;
}

#recebaNovidades h2 {font-size:12px;}

#boxNewsletter  {
	width: 251px;
	padding-bottom:19px;
	border-bottom: 1px dashed  #d6d6d6;
}

#boxNewsletter label  {
	display: block;
	font-size: 12px;
	margin: 10px 5px 0px 0px;
}

#boxNewsletter input  {
	display: block;
	margin: 5px 0px 0px 0px;
	background-color: #F0F0F0;
	border: none;
	width: 251px;
	height: 21px;
}

#linkCadastrar  {
	margin: 5px 30px 0px 0px; 	
}

.saibaMais  {
	float: right;
	margin: 10px 0px 0px 0px;
}

/** TOPO
*********************************/
#flash-topo {
	width: 998px;
        min-height:380px;
	margin: 0 auto;
	background-image: url(../img/topo_fundo_luz.jpg);
	background-repeat: no-repeat;
}

/** RODAPE
*********************************/
#rodape  {
	height: 116px;
	padding-top: 19px;
	background:url(../img/pixel-rodape.png) repeat-x;
	color: #333;
}

#boxRodape {
	margin: 0 auto;
	width: 992px;
	height: 84px;
	text-align: center;
	padding-top: 13px;
	background: url(../img/barra-rodape.png) no-repeat;
}

#enderecoRodape {
	width: 250px;
	height: 30px;
	float: left;
	text-align: left;
	margin: 18px 98px 0px 26px;
}

#telefoneRodape {
	width: 250px;
	height: 30px;
	float: left;
	margin: 18px 89px 0px 0px;
}

#emailRodape {
	width: 250px;
	height: 30px;
	float: left;	
	text-align: right;
	margin-top: 18px;
}

/** RETORNO CONTATO
*********************************/
#contato-mensagem{
    height:40px;
    margin-bottom:10px;
    text-align:center;
    line-height:40px;
    font-weight:bold;
    background:#A53216;
    color:#fff;
}
/** RETORNO NEWSLETTER
*********************************/
#mascara{
    width:100%;
    height:100%;
    background:#000;
    position:absolute;
    z-index:1;
    top:0px;
    left:0px;
    display:none;
}
#box-retorno{
    width:350px;
    background:#000;
    padding-top:40px;
    padding-bottom:40px;

    position:fixed;
    z-index:2;
    top:0px;
    left:0px;
    border-radius: 9px; /* CSS 3 */
    -o-border-radius: 9px; /* Opera */
    -icab-border-radius: 9px; /* iCab */
    -khtml-border-radius: 9px; /* Konqueror */
    -moz-border-radius: 9px; /* Firefox */
    -webkit-border-radius: 9px; /* Safari */
    text-align:center;
    font-size:18px;
    color:#fff;
    display:none;
}

/* Chamada para página Contato */
#baseContatoHome  {
	width: 278px;
	background: url(../img/base-contato-home.png) no-repeat;
	padding: 20px 0px 0px 31px;
	min-height: 300px;
}

#textoContato  {
	font-size: 12px;
	min-height: 163px;
	width: 245px;
	border-bottom: 1px dashed  #d6d6d6;
}

.saibaMais  {
	float: right;
	color: #ff8400;
	margin: 10px 0 0 0px;
}
.saibaMais:hover {color:#C30;}

#NewsFormulario {margin:0;padding-right:32px;}

#divRodape3 {
        width: 963px;
	height: 5px;
	padding-right: 29px;
	margin: 0 auto;
	
	text-align: right;
	/*line-height: 40px;*/
	font-size:10px;
        color:#f0f0f0
}
