/************************************************/
/*   Layout	   : Ítalo Araújo					*/
/*   Front-end : Luiz Tiago						*/
/*   Empresa   : Prática Design					*/
/************************************************/

@charset "utf-8";
@import url(reset.css);

/* TAG's */

body {
background: #F49529 url(../img/bg.png) repeat-x;
margin: 16px 0;
}

a {
color: #003399;
text-decoration: none;
}

a:hover {
color: #F97C00;
text-decoration: underline;
}

/* ID's */

#container {
width: 760px;
left: 50%;
margin-left: -380px;
position: relative;
background: #fff;
}

#header {
height: 163px;
overflow: hidden;
width: 760px;
background: #fff url(../img/bg_header.gif) no-repeat;
}

#header_flash {
position: absolute;
width: 760px;
height: 215px;
}

#colLat {
width: 187px;
float: left;
padding-left: 15px;
padding-top: 50px;
}

#content {
float: left;
padding-left: 15px;
_height: 300px;
min-height: 300px;
}

.home {
background: url(../img/bg_content-home.gif) no-repeat;
width: 540px;
}

.interna {
background: url(../img/bg_content-interna3.gif) no-repeat;
padding-top: 60px;
width: 530px;
padding-right: 10px;
overflow-x: hidden;
}

.interna p {
padding-top: 7px;
padding-bottom: 7px;
}

#nav { padding-bottom: 20px; }

#nav li a {
display: block;
width: 144px;
height: 20px;
overflow: hidden;
background-image: url(../img/bg_navli.gif);
background-repeat: no-repeat;
color: #313795;
font-size: 12px;
padding-left: 25px;
padding-top: 5px;
text-decoration: none;
}

#nav li a:hover {
background-color: #F0F0F6;
}

#informativo .cadastrese {
padding: 10px 0;
}

#informativo .campo {
display: block;
}

#sobre_a_hevile {
width: 250px;
float: left;
padding-left: 0px;
padding-top: 50px;
height: 150px;
}

#rastreamento {
width: 250px;
float: left;
padding-left: 25px;
padding-top: 18px;
}

#servicos {
clear: both;
padding-top: 10px;
width: 530px;
}

#box {
clear: both;
width: 518px;
height: 143px;
overflow: hidden;
background: url(../img/bg_box.gif) no-repeat 0 10px;
padding: 20px 10px 0 10px;
}

#box #noticias {
width: 270px;
float: left;
}
#noticias table{
width: 240px;
}

#noticias ul {
padding-top: 5px;
}

#noticias li {
padding-top: 10px;
background: url(../img/ico_setapreta.gif) no-repeat 0 14px;
padding-left: 15px;
}

#box #empresa_credenciada {
width: 230px;
float: left;
padding-left:10px;
}

#box #empresa_credenciada img {
padding-top: 15px;
}

#footer {
clear: both;
width: 760px;
height: 45px;
overflow: hidden;
background: url(../img/bg_footer.gif) 0 10px no-repeat;
padding-top: 10px;
}

#footer p {
color: white;
text-align: center;
padding-top: 6px;
}

/* CLASS's */

.dnone { display: none; }

.fleft { float: left; }
img.fleft { padding-right: 10px; }

.fright { float: right; }
img.fright { padding-left: 10px; }

.campo {
border: none;
background: #F0F0F6;
padding: 3px;
height: 15px;
font-size: 11px;
width: 318px;
}

.botao {
background: #F49529;
font-size: 11px;
color: white;
border: none;
padding: 4px;
width: 70px;
}

.interna li {
background: url(../img/ico_li.gif) no-repeat 0 3px;
padding: 3px 0;
padding-left:30px;
}

.seta { background: url(../img/ico_seta.gif) no-repeat 0 14px; padding-left: 10px; padding-top: 10px;  }

.interna .seta { background-position: 0 11px; }

.destaque, .interna h3 { background: url(../img/ico_destaque.gif) no-repeat 0 7px; padding-left: 30px; padding-top: 8px; }

.interna h3 { font-size: 0.7em; }

.tt {
text-indent: -5000px;
overflow: hidden;
height: 16px;
background-repeat: no-repeat;
}

.tit {
padding-bottom: 10px;
text-indent: -4000px;
width: 270px;
height: 18px;
background-repeat: no-repeat;
}

.lang_ptbr .tt_informativo { background-image: url(../img/tt_informativo.gif); }
.lang_ptbr .tt_sobre_hevile { background-image: url(../img/tt_sobre_a_hevile.gif); }
.lang_ptbr .tt_rastreamento { background-image: url(../img/tt_rastreamento.gif); }
.lang_ptbr .tt_servicos { background-image: url(../img/tt_servicos.gif); }
.lang_ptbr .tt_noticias { background-image: url(../img/tt_noticias.gif); }
.lang_ptbr .tt_empresa { background-image: url(../img/tt_empresa_credenciada.gif); }

.lang_ptbr .tit_quemsomos { background-image: url(../img/tit_quemsomos.gif); }
.lang_ptbr .tit_noticias { background-image: url(../img/tit_noticias.gif); }
.lang_ptbr .tit_servicos { background-image: url(../img/tit_servicos.gif); }
.lang_ptbr .tit_enderecos { background-image: url(../img/tit_enderecos.gif); }
.lang_ptbr .tit_informacoes { background-image: url(../img/tit_informacoes.gif); }
.lang_ptbr .tit_links { background-image: url(../img/tit_links.gif); }
.lang_ptbr .tit_faleconosco { background-image: url(../img/tit_faleconosco.gif); }

.overFlow { overflow:auto; height:120px; }
