/* 
    Author     : Foxid
*/

/*reset*/
*{
    margin: 0;
    padding: 0;
    list-style: none ;
    outline: 0;
    font-family: 'Verdana','Arial','Sans-Serif';
}

/*Fontes*/

@font-face {
    font-family: helveticaneue;
    src: url("font/HelveticaNeueLTStd-Bd.otf");
}

@font-face {
    font-family: helvetica;
    src: url("font/HelveticaNeueLTStd-Blk.otf");
}

@font-face {
    font-family: helveticaneueLtCn;
    src: url("font/HelveticaNeueLTStd-LtCn.otf");
}

#busca-teste {
	float: right;
	height: 46px;
}

.formulario_busca {
	position: relative;
	margin: 0 69px 0 0;
}

/*
|---------------------------------------------------------|
    HOME
|---------------------------------------------------------|
*/

body#home a#menuHome, 
body#blog a#menuBlog, 
body#quem-somos a#menuQSomos, 
body#downloads a#menuDownloads, 
body#produtos1 a#menuProdutos, 
body#contato1 a#menuContato {
    background-image: url("../imagens/fundo/hover_menu.jpg");
    color: #fff;
}

.linguas .idioma {
	display: block !important;
}

.idioma {
	display: none !important;
}

body {
    background-image: url("../imagens/fundo/bg_home.jpg");
    background-repeat: repeat-x;
    background-position: center top;
}

.sprite {
    background: url("../imagens/fundo/sprite.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    overflow: hidden;
}

.pb {
    font-size: 11px;
}

#conteudo-geral {
    width: 999px;
    margin: 0 auto;
}

#topo {
    margin-left: 20px;
    float: left;
    width: 993px;
}

#topo-blog2 {
	margin-left: 17px;
	width: 993px;
}

#topo-blog {
	margin: 0 auto;
    width: 993px;
}

.logotipo {
    width: 224px;
    height: 51px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin: 52px 57px 0 25px;
}

#idiomas {
    float: right;
    margin-top: 32px;
    margin-right: 67px;
}

#idiomas ul li {
    float: left;
    margin: 0 5px 0 5px;
    width: 30px;
    height: 19px;
}

.idioma1, .idioma2 {
    width: 30px;
    height: 19px;
    text-indent: -999px;
}

.idioma1 {
    background-position: -118px -64px;
}

.idioma2 {
    background-position: -151px -64px;
}

#menu-principal {
    float: left;
    margin: 28px 0 0 35px;
}

#menu-principal ul li {
    float: left;
    margin: 0 12px;
}

#menu-principal ul li a {
    font-size: 14px;
    color: #3a3a3a;
    text-decoration: none;
    padding: 4px 9px;
    border-radius: 9px;
    font-family: 'Tahoma';
}

#menu-principal ul li a:hover {
    color: #fff;
}

.menu:hover {
    background-image: url("../imagens/fundo/hover_menu.jpg");
    color: #fff;
}

.buscar {
    background-image: url("../imagens/botoes/busca.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #D9D9D8;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    margin: 18px 67px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    text-indent: -9999px;
    width: 80px;
	position: relative;
	z-index: 1000;
}

#banner-100 {
    margin-top: 68px;
    background-image: url("../imagens/diversos/banner.jpg");
    background-position: center top;
    float: left;
    width: 100%;
    height: 294px;
    margin-top: 15px
}

#texto-baixo-banner {
    width: 100%;
    border-bottom: 7px solid #e6e6e6;
    float: left;
}

#conteudo-texto {
    margin: 29px auto;
    width: 907px;
    color: #757575;
}

#conteudo-texto .pb {
    margin-left: 19px;
    font-family: 'Tahoma';
    font-size: 12px;
}

#conteudo-texto a {
    color: #737373;
    font-weight: bold;
    font-size: 10px;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 7px;
}

#conteudo-texto a:hover {
    text-decoration: underline;
}

.mil {
    width: 999px;
    margin: 0 auto;
}

#conteudo-pagina {
    float: left;
    width: 979px;
    margin-left: 20px;
}

#conteudo-pagina ul li {
    width: 205px;
    float: left;
    margin: 16px 0;
}

.margin {
    margin-left: 10px;
}

#conteudo-pagina ul li .pb {
    clear: both;
    color: #757575;
    font-family: 'Tahoma';
    font-size: 12px;
}

.azul, .vinho, .laranja, .verde {
    background-repeat: no-repeat;
    width: 204px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin-right: 10px;
    margin: 0 10px -1px 0;
}

.azul {background-image: url("../imagens/icones/logo_metais.png");}
.vinho {background-image: url("../imagens/icones/logo_exportacao.png");}
.laranja {background-image: url("../imagens/icones/cabos_aco.jpg");}
.verde {background-image: url("../imagens/icones/novo_negocios.jpg");}

#conteudo-pagina ul li img {
    width: 204px;
    height: 83px;
}

.saiba-mais {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.saiba-mais:hover {
    text-decoration: underline;
}

.verdet {color: #417202;}
.laranjat {color: #FF8900;}
.azult {color: #0d3c78;}
.vinhot {color: #852b37;}

#carrossel-home {
    width: 100%;
    background-color: #d2d2d2;
    float: left;
    height: 172px;
    margin-top: 25px;
}

#conteudo-carrossel {
    width: 999px;
    margin: 20px auto 0;
}

#carrossel {
    height: 137px;
    overflow: hidden;
    float: left;
    margin: 0 0 0 39px;
    width: 835px !important;
}

#carrossel ul li {
    float: left;
    display: inline;
    width: 389px;
    margin-right: 52px;
    height: 150px;
}

#carrossel ul li img {
    float: left;
    margin: 12px 17px 0 0;
    width: 164px;
    height: 123px;
}

#carrossel ul li span a {
    text-decoration: none;
    color: #083161;
    display: block;
    font-family: 'arial';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1px 0 13px 10px;
}

#carrossel ul li span a:hover {
    text-decoration: underline;
}

#carrossel ul li .pb {
    color: #5f5f5f;
    font-family: 'tahoma';
    font-size: 11.5px;
}

.next {
    background-image: url("../imagens/botoes/proxima.png");
    width: 26px;
    height: 93px;
    float: right;
    text-indent: -9999px;
    margin: 12px 31px 0 0;
    display: block;
}

.prev {
    float: left;
    background-image: url("../imagens/botoes/anterior.png");
    width: 26px;
    height: 93px;
    text-indent: -9999px;
    display: block;
    margin: 14px 0 0 20px;
}

.margin1 {
    margin: 10px 34px 0 25px !important;
}

.margin2 {
    margin: 10px 32px 0 0 !important;
}

.margin3 {
    margin: 10px 23px 0 0 !important;
}

.margin4 {
    margin: 10px 0 0 0 !important;
}

#footer {
    background-image: url("../imagens/fundo/bg_footer.jpg");
    background-repeat: no-repeat;
    float: left;
    margin-top: 6px;
    width: 100%;
    background-position: center top;
}

#conteudo-footer {
    width: 999px;
    margin: 30px auto 0;
}

#contato span {
    color: #083160;
    display: block;
    font-family: 'Arial';
    font-size: 17px;
    margin-bottom: -5px;
}

#contato {
    float: left;
    margin-left: 47px;
    margin-top: 8px;
    width: 275px;
}

#contato ul {
    margin-top: 10px;
}

#contato ul li span {
    font-size: 15.5px;
}

#contato ul li address {
    color: #3D3D3D;
    font-family: 'Tahoma';
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    margin: 4px 0 0;
}

#contato ul li small {
    color: #3D3D3D;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}

#institucional {
    float: left;
    width: 275px;
    margin: 5px 0 0 146px;
}

#institucional span {
    color: #083160;
    display: block;
    font-family: 'Arial';
    font-size: 17px;
}

#institucional ul li {
    margin-bottom: 4px;
    font-size: 11.3px;
}

#institucional ul li a {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #3d3d3d;
    text-decoration: none;
}

#institucional ul li a:hover {
    text-decoration: underline;
}

#produtos {
    float: right;
    margin-top: 8px;
    width: 166px;
}

#produtos span {
    color: #083160;
    display: block;
    font-family: 'Arial';
    font-size: 17px;
}

#produtos ul li {
    width: 150px;
    color: #3D3D3D;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 7px;
}

#produtos ul li a {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #3d3d3d;
    text-decoration: none;
}

#produtos ul li a:hover {
    text-decoration: underline;
}

.creditos {
    background-position: 0 -61px;
    clear: both;
    display: block;
    float: right;
    height: 24px;
    margin: 0 54px 35px;
    text-indent: -9999px;
    width: 114px;
}

/*
|---------------------------------------------------------|
    QUEM SOMOS
|---------------------------------------------------------|
*/

#conteudo-quem-somos {
    width: 999px;
    float: left;
}

.quem-somos {
    color: #5d5d5d !important;
    font-weight: normal !important;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 364px;
    height: 37px;
    margin: 60px 0 0 41px;
    float: left;
    display: block;
    font-size: 30px !important;
}

#conteudo-quem-somos ul li {
    float: left;
    margin: 23px 0 0 46px;
    width: 999px;
}

#conteudo-quem-somos ul li img {
    float: left;
}

#conteudo-quem-somos ul li .pb {
    float: left;
    margin: 3px 0 0 10px;
    width: 676px;
    font-family: 'Tahoma';
    color: #474747;
    font-size: 12px;
}

#conteudo-quem-somos ul li span {
    color: #474747;
    float: left;
    font-family: 'arial';
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px -8px;
    width: 999px;
}

.missao {
    margin: 4px 0 0 22px;
}

.nossa-missao .pb {
    margin: 0 !important;
}

.nossos-valores span {
    margin: 21px 0 37px -2px !important;
}

.nossos-valores img {
    margin-left: 1px !important;
}

.nossos-valores .pb {
    margin: -2px 0 0 12px !important;
}

.nossos-valores {
    margin-bottom: 84px !important;
}

/*
|---------------------------------------------------------|
    CABOS E ACESSÓRIOS
|---------------------------------------------------------|
*/

#conteudo-acessorios {
    float: left;
    width: 751px;
}

#migalhas {
    width: 999px;
    float: left;
}

#migalhas ul li a {
    text-decoration: none;
    font-family: 'arial';
    font-size: 12px;
    font-weight: bold;
    color: #919090;
    line-height: 0px;
}

#migalhas ul li a:hover {
    text-decoration: underline;
}

#migalhas ul li {
    font-size: 13px !important;
    margin-right: 6px;
    line-height: 15px;
    text-decoration: none;
    font-family: 'arial';
    font-weight: bold;
    color: #919090;
    float: left;
}

#migalhas ul {
    margin: 24px 0 0 45px;
    float: left;
}

#conteudo-acessorios h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 611px;
    height: 37px;
    margin: 18px 0 0 39px;
    float: left;
    display: block;
}

.titulo-blog {
	color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 364px;
    height: 37px;
    margin: 45px 0 0 20px;
	font-size: 30px;
    float: left;
    display: block;
}

.voltar {
    font-family: 'helveticaneueLtCn';
    color: #919090;
    font-weight: bold;
    text-decoration: none;
    float: right;
    margin: 17px 55px 0 0;
}

#conteudo-acessorios .pb {
    color: #919090;
    float: left;
    font-size: 10px;
    margin: 29px 0 0 45px;
    width: 670px;
}

#conteudo-acessorios ul {
    float: left;
    margin-top: 20px !important;
    width: 200px;
}

#conteudo-acessorios ul li {
    font-size: 11px;
    color: #919090;
    margin-bottom: 10px;
}

#conteudo-acessorios ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #919090;
}

#conteudo-acessorios ul li a:hover {
    text-decoration: underline;
}

.margin-acessorios1 {
    margin: 0 21px 0 44px !important;
}

.margin-acessorios2 {
    margin: 0 74px 0 0;
    width: 212px !important;
}

.solicite-orcamento {
    background-image: url("../imagens/icones/orcamento.png");
    width: 222px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 88px 0 47px 20px;
}

#lateral-acessorios {
    float: right;
    width: 187px;
    margin: 86px 51px 0 0;
}

#atuacoes {
    background-image: url("../imagens/fundo/bg-lateral.jpg");
    background-color: #c7c7c7;
    background-repeat: repeat-x;
    width: 187px;
    margin-top: -5px;
    float: left;
    padding-bottom: 10px;
}

#lateral-acessorios span {
    width: 187px;
    height: 33px;
    background-color: #FF8900;
    color: #FFF;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-family: 'helveticaneue';
    margin-top: 16px;
    float: left;
}

#lateral-verde span {
    width: 187px;
    height: 33px;
    background-color: red;
    color: #FFF;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-family: 'helveticaneue';
    margin-top: 16px;
    float: left;
}

#lateral-acessorios ul li {
    background-image: url("../imagens/diversos/list-style.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    font-size: 14px;
    color: #1a1a1a;
    float: left;
    width: 160px;
    font-family: 'helveticaneue';
    margin: 13px 0 0 12px;
}

#lateral-acessorios ul {
    border-bottom: 13px solid #FF8900;
    padding-bottom: 26px;
    float: left;
}


/*
|---------------------------------------------------------|
    EXPORTAÇÃO
|---------------------------------------------------------|
*/

#conteudo-exportacao {
    float: left;
    width: 751px;
}

#lateral-exportacao span {
    width: 187px;
    height: 33px;
    background-color: #7b1a26;
    color: #FFF;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-family: 'helveticaneue';
    margin-top: 16px;
    float: left;
}

#lateral-exportacao ul li {
    background-image: url("../imagens/diversos/list-style.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    font-size: 14px;
    color: #1a1a1a;
    float: left;
    width: 160px;
    font-family: 'helveticaneue';
    margin: 13px 0 0 12px;
}

#lateral-exportacao ul {
    border-bottom: 13px solid #7b1a26;
    padding-bottom: 26px;
    float: left;
}

#conteudo-exportacao a {
    background-image: url("../imagens/icones/orcamento.png");
    width: 222px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 59px 0 47px 286px;
}

#conteudo-exportacao .pb {
    color: #919090;
    float: left;
    font-size: 10px;
    margin: 29px 0 0 45px;
    width: 670px;
}

#conteudo-exportacao ul {
    float: left;
    margin-top: 20px !important;
    width: 200px;
}

#conteudo-exportacao ul li {
    font-size: 11px;
    color: #919090;
    margin-bottom: 10px;
}

#conteudo-exportacao h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 364px;
    height: 37px;
    margin: 15px 0 0 40px;
    float: left;
    display: block;
}

#lateral-exportacao {
    float: right;
    width: 187px;
    margin: 83px 50px 0 0;
}

/*
|---------------------------------------------------------|
    METAIS NÃO FERROZOS
|---------------------------------------------------------|
*/

#conteudo-metais {
    float: left;
    width: 751px;
}

#lateral-metais span {
    width: 187px;
    height: 33px;
    background-color: #082f60;
    color: #FFF;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-family: 'helveticaneue';
    margin-top: 12px;
    float: left;
}

#lateral-metais ul li {
    background-image: url("../imagens/diversos/list-style.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    font-size: 14px;
    color: #1a1a1a;
    float: left;
    width: 160px;
    font-family: 'helveticaneue';
    margin: 13px 0 0 12px;
}

#lateral-metais ul {
    border-bottom: 13px solid #082f60;
    padding-bottom: 26px;
    float: left;
}

.solicite-orcamento {
    background-image: url("../imagens/icones/orcamento.png");
    width: 222px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 59px 0 47px 286px;
}

#conteudo-metais .pb {
    color: #919090;
    float: left;
    font-size: 10px;
    margin: 24px 0 0 45px;
    width: 670px;
}

#conteudo-metais ul {
    float: left;
    margin-top: 20px !important;
    width: 200px;
}

#conteudo-metais ul li {
    font-size: 11px;
    color: #919090;
    margin-bottom: 10px;
}

#conteudo-metais ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #919090;
}

#conteudo-metais ul li a:hover {
    text-decoration: underline;
}

#conteudo-metais h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 364px;
    height: 37px;
    margin: 21px 0 0 41px;
    float: left;
    display: block;
}

#lateral-metais {
    float: right;
    width: 187px;
    margin: 85px 48px 0 0;
}

/*
|---------------------------------------------------------|
    FERRO LIGAS
|---------------------------------------------------------|
*/

#conteudo-ligas {
    float: left;
    width: 751px;
}

#lateral-ligas span {
    width: 187px;
    height: 33px;
    background-color: #c76700;
    color: #FFF;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-family: 'helveticaneue';
    margin-top: 11px;
    float: left;
}

#lateral-ligas ul li {
    background-image: url("../imagens/diversos/list-style.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    font-size: 14px;
    color: #1a1a1a;
    float: left;
    width: 160px;
    font-family: 'helveticaneue';
    margin: 13px 0 0 12px;
}

#lateral-ligas ul {
    border-bottom: 13px solid #c76700;
    padding-bottom: 26px;
    float: left;
}

.solicite-orcamento {
    background-image: url("../imagens/icones/orcamento.png");
    width: 222px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 59px 0 47px 286px;
}

#conteudo-ligas .pb {
    color: #919090;
    float: left;
    font-size: 10px;
    margin: 24px 0 0 45px;
    width: 670px;
}

#conteudo-ligas ul {
    float: left;
    margin-top: 20px !important;
    width: 200px;
}

#conteudo-ligas ul li {
    font-size: 11px;
    color: #919090;
    margin-bottom: 10px;
}

#conteudo-ligas ul li a {
    text-decoration: none;
    font-size: 11px; 
    color: #919090;
}

#conteudo-ligas ul li a:hover {
    text-decoration: underline;
}

#conteudo-ligas h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 364px;
    height: 37px;
    margin: 15px 0 0 40px;
    float: left;
    display: block;
}

#lateral-ligas {
    float: right;
    width: 187px;
    margin: 80px 48px 0 0;
}

/*
|---------------------------------------------------------|
    DETALHES METAIS NÃO FERROSOS
|---------------------------------------------------------|
*/

#conteudo-detalhes {
    float: left;
    width: 751px;
    margin-left: 43px;
}

#conteudo-detalhes a {
    background-image: url("../imagens/icones/orcamento.png");
    width: 222px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 95px 0 60px 242px;
    clear: both;
}

#conteudo-detalhes h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 665px;
    height: 37px;
    margin: 19px 0 0 -3px;
    float: left;
    display: block;
}

#conteudo-detalhes .pb {
    color: #919090;
    font-size: 12px;
    margin: 24px 0 0 45px;
    width: 670px;
    display: block;
    margin: 77px 0 0 0;
}

#conteudo-detalhes img {
    float: left;
    clear: both;
    margin: 24px 7px 0 2px;
}

.detalhes {
    color: #919090;
    float: left;
    font-size: 10.2px;
    margin: 41px 38px 0 0;
	clear:both;
}

.detalhes span {
    color: #919090;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
	font-size: 12px;
}

/*
|---------------------------------------------------------|
    DOWNLOADS
|---------------------------------------------------------|
*/

#conteudo-downloads {
    float: left;
    width: 999px;
    margin-left: 43px;
}

#conteudo-downloads h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 908px;
    height: 37px;
    margin: 59px 0 0 -3px;
    float: left;
    display: block;
}

#conteudo-downloads .pb {
    color: #919090;
    font-size: 10px;
    width: 908px;
    display: block;
    margin: 126px 0 0;
}

#conteudo-downloads ul {
    margin-bottom: 75px;
    float: left;
    margin-top: 60px;
}

#conteudo-downloads ul li {
    float: left;
    margin: 0 24px;
    width: 85px;
}

#conteudo-downloads ul li span {
    font-family: 'arial';
    width: 85px;
    display: block;
    font-weight: bold;
    color: #acacac;
    font-size: 15px;
    margin: 7px 0 3px 11px;
}

#conteudo-downloads ul li a {
    background-image: url("../imagens/icones/baixar.jpg");
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 83px;
    height: 22px;
    display: block;
    margin-left: -5px;
}

/*
|---------------------------------------------------------|
    TRABALHE CONOSCO
|---------------------------------------------------------|
*/

#conteudo-trabalho h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 908px;
    height: 37px;
    margin: 60px 0 12px -2px;
    float: left;
    display: block;
}

#conteudo-trabalho {
    float: left;
    width: 999px;
    margin-left: 43px;
}

#conteudo-trabalho ul {
    float: left;
    width: 495px;
    margin-left: 1px;
}

#conteudo-trabalho ul li {
    float: left;
    margin-top: 12px;
}

.li-menor {
    width: 246px !important;
}

.li-medio {
    width: 320px !important;
}

.grande {
    background-color: #d7d7d7;
    border: 0;
    width: 474px;
    padding-left: 5px;
    border: 0;
    height: 27px;
}

.ddd {
    background-color: #d7d7d7;
    width: 38px;
    padding-left: 5px;
    border: 0;
    height: 27px;
    margin-right: 6px;
}

.medio {
    background-color: #d7d7d7;
    width: 179px;
    padding-left: 5px;
    height: 27px;
    border: 0;
}

.curriculo {
    width: 230px;
    height: 22px;
    padding-left: 5px;
}

#arquivo_trabalho {
    background-image: url("../imagens/botoes/arquivo.jpg");
    text-indent: -9999px;
    width: 68px;
    height: 22px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    margin-left: 4px;
}

.cont_mensagem {
    background-color: #d7d7d7;
    width: 474px;
    padding-left: 5px;
    border: 0;
    height: 239px;
}

#enviar_trabalho {
    background-image: url("../imagens/botoes/enviar.jpg");
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    width: 82px;
    height: 35px;
    float: right;
    margin: -6px 0 0 397px;
}

#conteudo-trabalho ul li label {
    color: #7d7d7d;
    margin-left: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    float: left;
    width: 240px;
}

/*
|---------------------------------------------------------|
    FALE CONOSCO
|---------------------------------------------------------|
*/

#conteudo-contato h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 908px;
    height: 37px;
    margin: 60px 0 12px -2px;
    float: left;
    display: block;
}

#conteudo-contato {
    float: left;
    width: 999px;
    margin-left: 43px;
}

#conteudo-contato ul {
    float: left;
    width: 495px;
    margin-left: 1px;
}

#conteudo-contato ul li {
    float: left;
    margin-top: 12px;
}

.li-menor {
    width: 246px !important;
}

.li-medio {
    width: 320px !important;
}

.grande {
    background-color: #d7d7d7;
    border: 0;
    width: 474px;
    padding-left: 5px;
    border: 0;
    height: 27px;
}

.ddd {
    background-color: #d7d7d7;
    width: 38px;
    padding-left: 5px;
    border: 0;
    height: 27px;
    margin-right: 6px;
}

.medio {
    background-color: #d7d7d7;
    width: 179px;
    padding-left: 5px;
    height: 27px;
    border: 0;
}

#arquivo_contato {
    background-image: url("../imagens/botoes/arquivo.jpg");
    text-indent: -9999px;
    width: 68px;
    height: 22px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    margin-left: 4px;
}

.cont_mensagem {
    background-color: #d7d7d7;
    width: 474px;
    padding-left: 5px;
    border: 0;
    height: 239px;
}

#enviar_contato {
    background-image: url("../imagens/botoes/enviar.jpg");
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    width: 82px;
    height: 35px;
    float: right;
    margin: -6px 0 120px 397px;
}

#conteudo-contato ul li label {
    color: #7d7d7d;
    margin-left: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    float: left;
    width: 240px;
}

/*
|---------------------------------------------------------|
    ORÇAMENTO
|---------------------------------------------------------|
*/

#conteudo-orcamento h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 908px;
    height: 37px;
    margin: 60px 0 12px -2px;
    float: left;
    display: block;
}

#conteudo-orcamento {
    float: left;
    width: 999px;
    margin-left: 43px;
}

#conteudo-orcamento ul {
    float: left;
    width: 495px;
    margin-left: 1px;
}

#conteudo-orcamento ul li {
    float: left;
    margin-top: 12px;
}

.li-menor {
    width: 246px !important;
}

.li-medio {
    width: 320px !important;
}

.grande {
    background-color: #d7d7d7;
    border: 0;
    width: 474px;
    padding-left: 5px;
    border: 0;
    height: 27px;
}

.ddd {
    background-color: #d7d7d7;
    width: 38px;
    padding-left: 5px;
    border: 0;
    height: 27px;
    margin-right: 6px;
}

.medio {
    background-color: #d7d7d7;
    width: 179px;
    padding-left: 5px;
    height: 27px;
    border: 0;
}

#arquivo_orcamento {
    background-image: url("../imagens/botoes/arquivo.jpg");
    text-indent: -9999px;
    width: 68px;
    height: 22px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    margin-left: 4px;
}

.cont_orcamento {
    background-color: #d7d7d7;
    width: 474px;
    padding-left: 5px;
    border: 0;
    height: 239px;
}

#enviar_orcamento {
    background-image: url("../imagens/botoes/enviar.jpg");
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    width: 82px;
    height: 35px;
    float: right;
    margin: -6px 0 120px 397px;
}

#conteudo-orcamento ul li label {
    color: #7d7d7d;
    margin-left: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    float: left;
    width: 240px;
}
/*
|---------------------------------------------------------|
    LISTA COMPLETA
|---------------------------------------------------------|
*/

#conteudo-lista {
    float: left;
    width: 980px;
}

.solicite-orcamento {
    background-image: url("../imagens/icones/orcamento.png");
    width: 222px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    float: left;
    clear: both;
    margin: 10px 0 47px 286px;
}

#conteudo-lista h1 {
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'verdana';
    text-shadow: 1px 1px 6px #5d5d5d;
   -webkit-text-shadow: 1px 1px 6px #5d5d5d;
   -moz-text-shadow: 1px 1px 6px #5d5d5d;
    width: 364px;
    height: 37px;
    margin: 15px 0 0 40px;
    float: left;
    display: block;
}

#servicos {
    float: left;
    clear: both;
}

.box-letras {
    float: left;
    width: 230px;
    color: #585858;
    min-height: 168px;
    margin: 10px 42px;
}

.box-letras ul li {
    font-size: 12px;
    margin-top: 5px;
}

.box-letras ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #585858;
}

.box-letras ul li a:hover {
    text-decoration: underline;
}

.box-letras span {
    color: #083160;
    font-weight: bold;
}

/*
|---------------------------------------------------------|
    MENU DROPDOWN
|---------------------------------------------------------|
*/

ul.dropmenu{
	position: relative;
	display:block;
	font-size: 12px;
	border-right: none;
	display: inline-block;
}
.dropmenu li{
	position: relative;
	list-style: none;
	display: block;
	cursor: pointer;
	float: left;
}
.dropmenu li a{
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.dropmenu li span{
	display: block;
	position: absolute;
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul, .dropmenu div{
    background-image: url("../imagens/fundo/menu.jpg");
    background-repeat: repeat-y;
	position: absolute;
	display: none;
	width: 106px;
	padding: 0px 0 5px 0;
    margin-top: -9px;
    border-radius: 0 0 9px 9px;
	z-index: 1000000;
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative;
	display: block;
}
.dropmenu ul li{
	border: 0;
	float: none;
}
.dropmenu ul a {
        border-bottom: 0;
        padding-right: 20px;
        display:block;
}
.dropmenu ul a:hover {
    background-color: #04172d !important;
}
.dropmenu div ul{
	position: relative;
	display: block;
}
.dropmenu li div{
	padding: 5px;
	display: none;
	position: absolute;
}

.menu-drop li a {
    font-weight: normal;
    font-family: 'arial'!important;
    font-size: 12px !important;
    color: #FFF !important; 
}

#menu-principal ul li ul li a:hover {
    background-color: #04172d !important;
    border-radius: 0 !important;
}

#menu-principal ul li ul li {
    margin: 3px 0;
    width: 106px;
}

.produtos-img {
    background-image: url("../imagens/fundo/produtos.jpg");
    border-radius: 10px !important;
    height: 26px;
    margin-top: -18px !important;
    text-indent: -9999px;
    width: 79px !important;
}

.produtos-img:hover {
    background-image: url("../imagens/fundo/produtos.jpg");
    border-radius: 10px !important;
}

.contato-img {
    background-image: url("../imagens/fundo/contato.jpg");
    border-radius: 10px !important;
    height: 26px;
    margin-top: -18px !important;
    text-indent: -9999px;
    width: 72px !important;
}

.contato-img:hover {
    background-image: url("../imagens/fundo/contato.jpg");
    border-radius: 10px !important;
}

/*
|---------------------------------------------------------|
    CONTATO ENVIADO
|---------------------------------------------------------|
*/

#conteudo-contato-enviado {
    float: left;
    width: 980px;
}

#conteudo-contato-enviado h1 {
    color: #0a396a;
    font-weight: bold;
    font-family: 'helveticaneueLtCn';
    float: left;
    margin: 47px 0 0 400px;
}

#conteudo-contato-enviado img {
    float: left;
    clear: both;
    margin: 54px 0 0 455px;
}

#conteudo-contato-enviado span {
    float: left;
    clear: both;
    display: block;
    margin: 43px 0 0 375px;
    font-family: 'Tahoma';
    color: #555555;
}

.voltar-home {
    background-image: url("../imagens/botoes/voltar-home.jpg");
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 222px;
    height: 31px;
    display: block;
    float: left;
    clear: both;
    margin: 61px 0 80px 395px;
}

/*
|---------------------------------------------------------|
    CONTATO ENVIADO
|---------------------------------------------------------|
*/

#conteudo-pg-encontrada {
    float: left;
    width: 980px;
}

#conteudo-pg-encontrada h1 {
    color: #0a396a;
    font-weight: bold;
    font-family: 'helveticaneueLtCn';
    float: left;
    margin: 47px 0 0 315px;
    display: block;
    text-align: center;
    width: 425px;
}

#conteudo-pg-encontrada img {
    float: left;
    clear: both;
    margin: 54px 0 0 455px;
}

#conteudo-pg-encontrada span {
    float: left;
    clear: both;
    display: block;
    margin: 43px 0 0 375px;
    font-family: 'Tahoma';
    color: #555555;
}

.voltar-home {
    background-image: url("../imagens/botoes/voltar-home.jpg");
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 222px;
    height: 31px;
    display: block;
    float: left;
    clear: both;
    margin: 61px 0 80px 395px;
}

/*
|---------------------------------------------------------|
    ORÇAMENTO ENVIADO
|---------------------------------------------------------|
*/

#conteudo-orcamento-enviado {
    float: left;
    width: 980px;
}

#conteudo-orcamento-enviado h1 {
    color: #0a396a;
    font-weight: bold;
    font-family: 'helveticaneueLtCn';
    float: left;
    margin: 47px 0 0 289px;
    display: block;
    text-align: center;
    width: 425px;
}

#conteudo-orcamento-enviado img {
    float: left;
    clear: both;
    margin: 54px 0 0 455px;
}

#conteudo-orcamento-enviado span {
    float: left;
    clear: both;
    display: block;
    margin: 43px 0 0 360px;
    font-family: 'Tahoma';
    color: #555555;
}

.voltar-home {
    background-image: url("../imagens/botoes/voltar-home.jpg");
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 222px;
    height: 31px;
    display: block;
    float: left;
    clear: both;
    margin: 61px 0 80px 395px;
}

/*
|---------------------------------------------------------|
    CURRICULO ENVIADO
|---------------------------------------------------------|
*/

#conteudo-curriculo {
    float: left;
    width: 980px;
}

#conteudo-curriculo h1 {
    color: #0a396a;
    font-weight: bold;
    font-family: 'helveticaneueLtCn';
    float: left;
    margin: 47px 0 0 289px;
    display: block;
    text-align: center;
    width: 425px;
}

#conteudo-curriculo img {
    float: left;
    clear: both;
    margin: 54px 0 0 455px;
}

#conteudo-curriculo span {
    float: left;
    clear: both;
    display: block;
    margin: 43px 0 0 360px;
    font-family: 'Tahoma';
    color: #555555;
}

.voltar-home {
    background-image: url("../imagens/botoes/voltar-home.jpg");
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 222px;
    height: 31px;
    display: block;
    float: left;
    clear: both;
    margin: 61px 0 80px 395px;
}