*{
    margin:0;
    padding:0;
    font-family:arial;
    list-style:none;
    border:none;
    text-decoration:none;
}
#layout{
    width:1000px;
    position:absolute;
    left:50%;
    margin-left:-500px;
}
body{
    background:#eaedf6;
}
table{
    font-size:8pt;
    width:100%;
    border-collapse:collapse;
}
td{
    text-align:left;
    padding:4px;
}
th{
    text-align:left;
    background:#496298;
    padding:2px;
    color:#fff;
}
#texto fieldset{
    position:relative;
    width:300px;
    margin-left:-150px;
    left:50%;
}
#texto label{
    display:block;
    width:300px;
    margin:10px;
}
#texto input, textarea{
    width:300px;
    height:25px;
    padding:5px;
    font-size:8pt;
}
#texto textarea{
    height:100px;
    padding:5px;
    font-size:8pt;
}
#texto input.botao{
    width:150px;
    height:25px;
    background:#fff;
}
#texto input.cb{
    width:15px;
    height:15px;
}
/*----------------------------------------*/
#top{
    width:1000px;
    height:117px;
    background:url(imgs/banner.jpg) no-repeat;
}
#top #busca fieldset{
    border:none;
    width:400px;
    float:right;
    position:relative;
    top:3px;
    right:3px;
    text-align:right;
}
#top #busca label{
    display:inline;
    font-size:10pt;
    color:#fff;
}
#top #busca label.botao{
    position:relative;
    left:-4px;
    top:3px;
    _top:0px;
}
#top #busca input{
    background:#fff;
    color:#000;
    border:none;
    height:20px;
    vertical-align:0;
}
#top #idiomas{
    clear:both;
    text-align:right;
    position:relative;
    top:16px;
    right:10px;
}
#top #menu{
    text-align:right;
    position:relative;
    top:37px;
    _top:39px;
    left:-15px;    
    font-size:11pt;
    font-weight:bold;
    color:#fff;
}
#top #menu li{
    display:inline;
}
#top #menu li img{
    vertical-align:-7px;
}
#top #menu a{
    color:#fff;
    text-decoration:none;
}
#top #menu a:visited{
    color:#fff;
    text-decoration:none;
}
#top #menu a:hover{
    color:#001a35;
    text-decoration:none;
}
/*----------------------------------------*/
#top #produtos, #top #empresa, #top #rep{
    position:absolute;
    left:600px;
    top:110px;
    background:#3f5b9d;
    z-index:1;
    text-align:center;
    font-size:8pt;
}
#top #empresa{
    left:650px;
}
#top #rep{
    left:800px;
}
#top #produtos li, #top #empresa li, #top #rep li{
    margin:3px;
    width:90px;
}
#top #produtos a, #top #empresa a, #top #rep a{
    display:block;
    width:90px;
    background:none;
    color:#fff;
}
#top #produtos a:hover, #top #empresa a:hover, #top #rep a:hover{
    background:#b1cdfc;
    color:#000;
}
/*----------------------------------------*/
#conteudo{
    background:#fff;
    padding:10px;
}
#conteudo #menu{
    font-size:8pt;
    color:#496399;
    width:200px;
    float:left;
}
a{
    font-size:8pt;
    color:#496399;
    text-decoration:none;
}
a:visited{
    font-size:8pt;
    color:#496399;
    text-decoration:none;
}
a:hover{
    font-size:8pt;
    color:#496399;
    text-decoration:underline;
}
#conteudo #itens{
    height:507px;
    _height:486px;
    width:220px;
    background:#e4e8f0;
    padding:0px;
    overflow:auto;
}
#conteudo #main{
    margin-left:220px;
    width:740px;
    _width:750px;
    height:500px;
    background:#e4e8f0;
    padding:10px;
    overflow:auto;
}
#conteudo #main #sub_menu{
    width:250px;
    float:left;
    position:relative;
    top:50%;
    margin-top:-215px;
    left:30px;
}
#sub_menu #item1{
    margin:5px;
    width:107px;
    float:left;
    font-size:10pt;
    color:#496399;
}
#sub_menu #item2{
    clear:both;
    margin:5px;
    width:107px;
    float:left;
    font-size:10pt;
    color:#496399;
}
#conteudo #main #banner{
    position:relative;
    width:416px;
    height:423px;
    top:50%;
    margin-top:-211px;
    float:right;
}
/*----------------------------------------*/
#conteudo #texto{
    font-size:10pt;
    color:#000;
}
#conteudo #texto h1{
    display:block;
    font-size:12pt;
    text-align:center;
}
#conteudo #texto h2{
    display:block;
    font-size:10pt;
    text-align:center;
}
#conteudo #texto.empresa{
    float:left;
    text-align:justify;
    width:400px;
}
#conteudo #texto li{
    margin-left:15px;
    margin-bottom:5px;
    margin-top:5px;
}
#conteudo #img_ilu.empresa{
    float:left;
}
#conteudo #img_ilu img{
    margin:0px 10px 10px 0;
}
/*----------------------------------------*/
#bottom{
    background:url(imgs/bottom.jpg) center no-repeat;
    height:35px;
    width:100%;
    clear:both;
}