/************************************************/
/*   Layout	   : Ítalo Araújo					*/
/*   Front-end : Luiz Tiago						*/
/*   Empresa   : Prática Design					*/
/************************************************/

@charset "utf-8";
@import url(reset.css);

/* TAG's */

p,h1,h2,h3,h4,h5,h6,h7,input,ul,li,select,textarea,label,form,address,td { font-family: trebuchet ms, arial, tahoma, tahoma, verdana; color: #000; }

table { width: 500px; }
td { font-size: 11px; }

body {
background: #2E3192 url(../img/bg.png) repeat-x;
margin-bottom: 20px;
}

a { 
color: black;
text-decoration: underline;
}

#content a {
font-weight: bold;
}

#box1 a,#box2 a,#box3 a {
font-weight: normal;
text-decoration: none;
}

#box1 a:hover,#box2 a:hover,#box3 a:hover {
text-decoration: underline;
}

a:hover {
color: #2E3192;
}

address {
text-align: center;
font-size: 11px;
}

address a {
color: #2E3192;
text-decoration: underline;
}

address a:hover { color: red; }

h3 { font-size: 11px; font-weight: bold; }

hr { display: none; }

/* ID's */

#container {
width: 760px;
margin-left: -380px;
left: 50%;
position: relative;
}

#hd {
height: 173px;
/*height: 175px;*/
/*background: #fff url(../img/bg-header.jpg) no-repeat;*/
/*padding-bottom: 2px;*/
}

#hd h1 {
padding-top: 15px;
padding-left: 30px;
}

#md {
background: #fff url(../img/bg-middle.jpg) repeat-y;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
border-top: 1px solid #fff;
padding-top: 3px;
_height: 1%;
*height:1%;
}

#colLat {
width: 165px;
padding: 15px;
float: left;
}

#nav {
_padding-top: 1px;
_margin-bottom: -1px;
}

#nav li a {
display: block;
width: 125px;
height: 21px;
padding-top: 5px;
padding-left: 40px;
background-image: url(../img/bg-li.gif);
background-repeat: no-repeat;
color: white;
text-decoration: none;
_margin-top: -1px;
}

#nav li a:hover {
background-position: 0 -26px;
color: #2F3192;
}

#content {
float: left;
padding-top: 15px;
width: 555px;
padding-right: 0px;
padding-bottom: 10px;
}

#content.interna {
width: 540px;
}

#content.interna ul {
padding-left: 15px;
}

#content.interna li {
background: url(../img/ico-li.gif) 0 10px no-repeat;
padding: 7px 0 7px 15px;
}

#content p { padding: 7px 0; }

#box_3 {
width: 550px;
height: 250px;
background: url(../img/bg-box_3.jpg) 0 20px no-repeat;
padding: 5px;
padding-right: 0px;
padding-top: 25px;
}

#box {
width: 545px;
background: url(../img/bg-box.png) 0 10px no-repeat;
padding: 5px;
padding-top: 15px;
}

#box img {
padding-left: 25px;
padding-top: 10px;
}

#ft {
height: 51px;
background: url(../img/bg-ft.png) no-repeat;
padding-top: 12px;
}

/* CLASS's */

.box {
width: 160px;
float: left;
padding: 0 14px 0 10px;
}

.bt_detalhes {
display: block;
width: 80px;
padding-left: 20px;
height: 21px;
background: url(../img/bt-veja_detalhes.jpg) no-repeat;
overflow: hidden;
}

.center { text-align: center; }
.fleft { float: left; }
.fright { float: right; }
img.fleft { padding-right: 10px; }
img.fright { padding-left: 10px; }
.tt { width: 302px; height: 26px; text-indent: -4000px; overflow: hidden; background-repeat: no-repeat; }
.tt_quemsomos { background-image: url(../img/tt-quem_somos.jpg); height: 35px; }
.tt_automovel { background-image: url(../img/tt-automovel2.jpg); height: 35px; }
.tt_produtos { background-image: url(../img/tt-produtos.jpg); height: 35px; width: 450px; }
.tt_seguro_auto { background-image: url(../img/tt-seguro_auto.jpg); height: 30px; width: 450px; }

.tit { background: url(../img/tit.jpg) no-repeat; width: 440px; height: 35px; overflow: hidden; }
.tit span { display: block; width: 440px; height: 26px; text-indent: -4000px; }
.tit-automovel span { background: url(../img/tit-automovel.gif); }
.tit-condominio span { background: url(../img/tit-condominio.gif); }
.tit-empresarial span { background: url(../img/tit-empresarial.gif); }
.tit-residencia span { background: url(../img/tit-residencia.gif); }
.tit-vida span { background: url(../img/tit-vida.gif); }
.tit-prev_privada span { background: url(../img/tit-prev_privada.gif); }
.tit-prof_liberal span { background: url(../img/tit-prof_liberal.gif); }
.tit-saude span { background: url(../img/tit-saude.gif); }
.tit-fale_conosco span { background: url(../img/tit-fale_conosco.gif); }

.botao { background: #2F3192; color: white; padding: 3px 15px; border: none; font-size: 11px; }
.borda { border: 1px solid #ccc; background: #fff; padding: 2px; }
