
body {
  background-color: #FFF;
  background-image: url("../img/bck.gif");
}

body, div, table, img, td {
  margin: 0;
  border: 0;
  font-size: 0;
  font-family: verdana;
}

#centr {
  position: relative;
  width: 960;
  height: 39;
}

#cont {
  position: relative;
  width: 960;
}

#menu {
  position: relative;
  background-color: #FFFFFF;
  width: 958;
  height: 37;
}

#menu_b {
  position: relative;
  margin-top: 8;
  background-color: #FFFFFF;
  width: 960;
  height: 39;
}

#flash {
  position: relative;
  background-color: #FFFFFF;
  width: 587;
  height: 440;
}

#flash_b {
  position: relative;
  width: 589;
  height: 442;
  background-color: #000000;
}

#pad1 {
  position: relative;
  padding: 1;
}

#pad2 {
  position: relative;
  padding: 2;
}

#logo {
  position: relative;
  width: 363;
  height: 137;
}

.logo_branco  { background-color: #FFF; }
.logo_amarelo { background-color: #F9E843; }
.logo_roxo    { background-color: #9966FF; }
.logo_verde   { background-color: #42B44F; }
.logo_preto   { background-color: #191919; }
.logo_laranja { background-color: #FD9F0B; }

#logo_img {
  position: absolute;
  left: 10;
  top: 13;
  width: 104;
  height: 22;
}

#logo_txt {
  position: absolute;
  width: 216;
  left: 134;
  bottom: 15;
  font-size: 9;
  text-align: left;
}

#logo_art {
  position: relative;
  width: 960;
  height: 137;
}

#title {
  position: relative;
  margin-top: 9;
  width: 363;
  height: 24;
  background-color: #A4A4A4;
}

#title img {
  position: absolute;
  left: 8;
  bottom: 0;
}

#thumbs {
  position: relative;
  width: 363;
  height: 272;
  background-color: #E1E1E1;
}

#menu #b_concepts_c { left: 10; width: 66; }
#menu #b_products_c { left: 76; width: 67; }
#menu #b_transportation_c { left: 143; width: 101; }
#menu #b_furniture_c { left: 244; width: 71; }
#menu #sep1 { left: 325; width: 1; background-color: #A2A2A3; }
#menu #b_communication_c { left: 336; width: 98; }
#menu #sep2 { left: 444; width: 1; background-color: #A2A2A3; }
#menu #b_education_c { left: 455; width: 72; }
#menu #sep3 { left: 537; width: 1; background-color: #A2A2A3; }
#menu #b_clients_c { left: 548; width: 58; }
#menu #b_releases_c { left: 777; width: 64; }
#menu #b_contact_c { left: 841; width: 61; }
#menu #b_home { left: 902; width: 46; }

#menu .b_c {
  position: absolute;
  top: 6;
  height: 26;
}

#menu .b {
  position: absolute;
  top: 9;
  left: 10;
  height: 6;
}

#thumbs_grid {
  position: absolute;
  left: 7;
  top: 34;
}

#thumbs_grid .pic {
  width: 127;
}

#thumbs_grid .txt {
  width: 216;
  font-size: 9;
}

#thumbs_grid .sep {
  height: 6;
}

#clients_grid {
  margin-left: 6;
  margin-right: 6;
}

#clients_grid .sep {
  width: 6;
}

#copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 9;
  font-family: verdana;
  color: #999;
}

/*
Fontes:
t1 - verdana, preto, 9 pixels, sem estilo no hover
t2 - verdana, branco, 9 pixels, sem estilo no hover
t3 - verdana, preto, 9 pixels, vermelho no hover
*/

.t1 {
  font-size: 9;
  color: #222;
}

.t2 {
  font-size: 9;
  color: #FFF;
}

.t3 {
  font-size: 9;
  color: #222;
}

.t4 {
  font-size: 9;
  color: #222;
  line-height: 1.2em;
}

a.t1,a.t2,a.t1:hover,a.t2:hover { text-decoration: none; }

a.t3,a.t3:hover { text-decoration: none; }

a.t3:hover { color: #F00; }