/* 
    Document   : site_estrutura
    Created on : 25/07/2012, 16:22:33
    Author     : Edson Kendi Maruyama
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    margin:0px;
    padding:0px;
}

body{min-width:960px;}

#wrap_top{
    height:92px;
    background:url(../img/bg_menu.png) #000 left 30px repeat-x;
}

#wrap_top #menu_fixed{
/*    display:none;*/
    width:100%;
    height:30px;
    background: black;
    z-index:4;
}

#wrap_top #menu{
    width:960px;
    height:62px;
    position: absolute;
    margin-left: 50%;
    left:-480px;
    top:30px;
    z-index:3;
}

#menu ul{
    float:right;
    height:62px;
    background: url(../img/bg_menu_ul.png) right top no-repeat;
    list-style-type:none;
    text-align:center;
}

#menu ul li{
    float:left;
    position:relative;
}

#menu ul li a#nav-inicio{
    padding-left:0px;
}

#menu ul li a#nav-contato{
    padding-right:0px;
}

#menu ul li a{
	padding-left:21px;
	padding-right:21px;
    height:62px;
    display:inline-block;
    line-height:62px;
}

#wrap_top #menu #logo{
    width:173px;
    position:absolute;
    z-index:2;
}


#wrap_top #menu #logo img{
    border:none;
}

#redes{
    margin-left:750px;
    margin-top:20px;
}

#wrap_geral{
    position: absolute;
    width:100%;
}

#wrap_slide_itens{
    width:100%;
    position: absolute;
    top: 92px;
    height:517px;
    background-image: url('../img/bg_topo.jpg');
}

#slide_itens{
    width:960px;
    margin:0 auto;
}

#banner{
    height:446px;
}

#banner-left{
    float:left;
    padding-top:50px;
    background-repeat:no-repeat;
    background-position:bottom right;
    height:395px;
    width:656px;
}

#banner-right{
    padding-top:15px;
    float:right;
    width:304px;
    height:430px;
    background-image: url('../img/desc_topo.jpg');
    background-repeat:no-repeat;
}

#wrap_conteudo{
    clear:both;
    width:960px;
    margin:0 auto;
}

#wrap_rodape{
    width:100%;
    height:485px;
    background: url(../img/bg_rodape.png);
}

#rodape{
    margin:0 auto;
    width:960px;
}

.fleft{float:left;}
.fright{float:right;}
.pg_home_min{top:620px;min-height:540px;}
.pg_paginas, .pg_home{top:620px;}
.pg_empresa{min-height: 180px;}
.pg_servicos{min-height:500px;}
.pg_contato{min-height:500px;}
.pg_paginas #texto{}
.pg_paginas #video{float:right;margin-bottom:20px;margin-left:20px;}
.pg_paginas #clear{clear:both;height:30px;}

.redes{
    margin-top:20px;
}

#box-rodape #box-rodape4{
    margin-top:10px;
    width:340px;
    height: 300px;
    overflow: auto;
}

#box-rodape #box-rodape1{
    width:300px;
}

#form_contato{
    width:420px;
    margin-top:20px;
}

#form_contato input, #form_contato select{
    width: 480px;
    height:30px;
    border:solid 1px #ccc;
}

#form_contato input.enviar{
    width:105px;
    height: 29px;
    margin-bottom: 20px;
    margin-left:25px;
    background: url(../img/enviar.png)
}



#social-top{
    height:32px;
    position:absolute;
    margin-left:840px;
    *margin-left:575px;
    top:10px;
}

#social{
    text-align: left;
    position: fixed;
    left: auto;
    width: 100%;
    height:43px;
    bottom:0;
    background-image:url(../img/bg_barra.png);
    z-index:999;
}

#social-content{
    margin:0 auto;
    width:980px;
}

#social-texto{
    color:#fff;
    font-size:18px;
    font-family:arial;
    position:absolute;
    top:12px;
    padding-left:20px;
}

#social-fone{
    position:absolute;
    left:50%;
    margin-left:-132px;
    width:70px;
    height:60px;
}

#social-fone a{
    width:70px;
    height:50px;
    display:block;
    outline:none;
}

#social-atendimento{
    position:absolute;
    left:50%;
    margin-left:-57px;
    width:70px;
    height:60px;
}

#social-atendimento a{
    width:70px;
    height:60px;
    display:block;
    outline:none;
}

#social-mail{
    position:absolute;
    left:50%;
    margin-left:20px;
    width:70px;
    height:60px;
}

#social-mail a{
    width:70px;
    height:50px;
    display:block;
    outline:none;
}

#barra{
    background-image:url(../img/barra.png);
    width:699px;
    height:40px;
    margin-top:3px;
    z-index:1000;
}

#facebook, #twitter, #linkedin{
    position:absolute;
    margin-bottom:20px;
    top:13px;
    left:50%;
}

#plugins-redes{
    position:absolute;
    margin-bottom:20px;
    top:13px;
    left:50%;    
}

#facebook{
    margin-left:250px;
}

#twitter{
    margin-left:350px;
}

#linkedin{
    margin-left:425px;
}

#wrap_conteudo p{
    height:100%;
    margin-bottom:20px;
}

#img-mobile{
    position:absolute;
    top:248px;
    left:515px;
}

#img-consultor{
	position:absolute;
	left:50%;
    margin-top:195px;
    margin-left:-428px;
    border:none;
    background-image:url('../img/consultor.jpg');
    width:198px;
    height:86px;
}

#img-consultor:hover{
    background-image:url('../img/consultor_hover.jpg');
}

#img-consultor a{
    display:block;
    width:198px;
    height:86px;    
}

#link-vendas{
    margin-top:-7px;
    margin-right:40px;
    float:right;
    width:115px;
    height:110px;
}

#link-vendas a{
    display:block;
    width:115px;
    height:110px;   
}

.check{
    width: 100%; 
    height: 160px; 
    float:left; 
    background-image: url('../img/check.png');
}

/* ------------------------------------------------------------------------- */