﻿* { margin: 0; padding: 0; }
html, body { height: 100%;  } /*..........Necessário..........*/

body 
{
    margin:0;
    padding:0;
    font:12px Arial,Verdana;
    background-image:url(../images/bgContent.gif);
    background-repeat:repeat-y;
    background-position:top center;
}

#Container
{
    background-image:url(../images/bgTop.gif);
    background-repeat:repeat-x;
}

#Global
{
    margin:0 auto;		
    text-align:left; /* "remédio" para o hack do IE */
    width:700px;
    _padding-left:10px;
    
}

h1{color:#536D91; font:16px Arial; font-weight:500;}
h2{color:#E19A00; font:16px Arial;}
h2 a {text-decoration:none; color:#E19A00; font:16px "Tahoma",Arial;}
h3{color:#000; font:14px Arial; font-weight:bold;}
img{border:0;}

#fispq ul
{
    list-style:none;
    margin:0;
    padding-left:10px;
}

#fispq ul a
{
    text-decoration:none;
    color:#0C2B55;
}

#fispq ul a:hover
{
    text-decoration:underline;
    color:#536D91;
}

#fispq li
{
    padding-bottom:5px;
}

p{text-align:justify; color:#353535; margin:10px 0 0 0 ;}
a.link{color:#E19A00; font:18px "Tahoma",Arial; text-decoration:none;}
.input{border:1px solid #000;}
.button{border:2px solid #FFF; color:#FFF; background-color:#CCC;}

.alignCenter{text-align:center;}
/****************************************************
************************** TOPO *********************
****************************************************/
#Top
{
    width:100%;
    height:175px;
}

#Logotipo
{
    float:left;
}
#Slogan
{
    float:right;
    padding-top:30px;
}

#Content
{
    margin: 0 auto;  
    text-align: left; 
    height:350px;
    overflow-y:auto;
}
/************** MENU ***********************/
.menu-hh { display: table; padding-top:10px; clear:both; font:14px "Tahoma",Arial; font-weight:bold;}
.menu-hh * { margin: 0; padding:0;}
.menu-hh a { display: block; }
.menu-hh li { list-style: none; float: left; height: 1%; }
.menu-hh li ul { position: absolute; visibility: hidden; white-space: nowrap;}
/* hack para navegadores que exigem width para elementos pos absolute (Opera) */
html:first-child>body .menu-hh li ul { width: 500px; }
.menu-hh li:hover ul, .menu-hh  li.over ul { visibility: visible;} /* a class  .over eh tecnica pro hover no IE */
.menu-hh li:hover ul li ul, .menu-hh li.over ul li ul{ visibility: hidden;}
.menu-hh li ul li:hover ul, .menu-hh li ul li.over ul{ visibility: visible;}
/* visual */
.menu-hh {width: 100%; margin: 0 0 0 12px; height: 31px; color: #DADADA;}
  .menu-hh a { font-weight: bold; text-decoration: none; color: #DADADA; padding: 0 10px; line-height: 20px;}
  .menu-hh a:hover { color:#E5AF3B;}
  .menu-hh ul li ul { background-color: #020D1F; border: 1px solid #000; }
  .menu-hh ul li ul a {color:#FFF; }
  
/****************************************************
************************ DATA ***********************
****************************************************/
#data
{
    background-image:url(../images/bgData.gif);
    background-repeat:no-repeat;
    height:25px;
    text-align:right;
    font-weight:bold;
    padding:8px 10px 0 10px;
    margin:0;
}

/****************************************************
************************ Rodape  ********************
****************************************************/
/*............BOTTOM:0(ZERO) É NECESSÁRIO...............*/
#Foot
{
    background-color:#020D1F;
    text-align:center;
    color:#FFF;
    padding:10px 0 0 0 ;
    width:100%; 
    clear:both;
    height: 30px; 
    bottom:0;
    position:absolute;
}


/*............HACK COM CORREÇÕES PARA MSIE...............*/
* HTML #Foot { margin-bottom:2px; bottom:-1px; }


/****************************************************
******************** Default.aspx *******************
****************************************************/
#Empresa
{
    background-image:url(../images/bgEmpresa.gif);
    background-repeat:repeat-x;
    height:115px;
    margin:0;
    padding:0 10px;
}

#Fispq
{
    background-image:url(../images/bgFispq.gif);
    background-repeat:no-repeat;
    height:136px;
}

#FispqLeft
{
    width:250px;
    padding:10px;
    float:left;
}

#AssTecnica
{
    width:400px;
    float:right;
    padding:10px;
}

#BoletimEletronico
{
    padding:10px;
}

#BoletimCenter
{
    width:30%;
    margin-left:250px;
}

#BoletimLeft
{
    float:left;
    width:30%;
}

#BoletimRight
{
    float:right;
     width:30%;
}

/****************************************************
************* Contedo das outras paginas ************
****************************************************/
#Cont
{
    padding:0 10px;
    margin:0;
}

#ContLeft
{
    float:left;
    width:70%;
    text-align:justify;
    
}

#ContentRight
{
    float:right;
    width:25%;
    padding-top:10px;
}

/******************
Tabelas de especificações
******************/
#TableEspecificacoes
{
    border:1px dotted #0C2B55;
}
.TopTable
{
    background-color:#0C2B55;
    color:#FFF;
    text-align:center;
}
.ContentTable
{
    text-align:center;
    background-color:#CCC;
}

.menuProdutos
{
    color:#0C2B55;
    text-decoration:none;
    font-weight:bold;
}

a:hover.menuProdutos
{
    text-decoration:underline;
}

.titleDestaque
{
    color:#0C2B55;
    font-weight:bold;
}

#ContLeft ul li
{
    
    padding:10px;
    list-style:none;
    font-weight:bold;
    font-size:14px;
}

#ContLeft a
{
    text-decoration:none;
    color:#536D91;
}