*
{    
	padding:0px;
	margin:0px;
}

ul
{
    list-style:none;
}

html
{
    width:100%;
    text-align:center;
	background-color:#FFFFFF;	
	/*
	background-image: url('../Imagens/bg.jpg');
	background-position:center top;
	background-repeat:repeat-y;
    */
}

body
{
	width:770px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#786e6e;
    text-align:center;
	background-color:#FFFFFF;
	margin:auto;
	max-width:770px;
}

a
{
    text-decoration:none;
}

a:hover
{    
    text-decoration:underline;
}

#corpo
{
	clear:left;
	border:none;
	background-image: url('../Imagens/BodyBg2.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

form
{
    clear:left;
	background-image: url(../Imagens/BodyBg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:770px;
	text-align:left;
}

hr
{
	clear:left;
	width:100%;
	border:0px;
	background-color:transparent;
	padding-top:10px;
	border-bottom:dashed 1px #d7d7d7;	
}

ul li a
{
	color:#786e6e;
}


/*   template    */


/*   topo    */

#topo
{
	width:740px;
	height:103px;
	background-color:#FFFFFF;
	padding-left:30px;
}


#topo .logo a
{
	padding-left:0px;
	width:190px;
	height:103px;
	float:left;
	background-image: url(../Imagens/TopoLogo.gif);
	background-repeat: no-repeat;
	background-position: -15px top;
	overflow:hidden;
	text-indent:-3000px;
}

#topo .endereco
{
	width:274px;
	text-align:right;
	font-size:11px;
	float:left;
	padding-top:27px;
}

#topo .links
{
	width:147px;
	float:left;
	padding-left:50px;
	padding-top:22px;
}

#topo .links li
{
	float:left;
	width:124px;
	font-size:11px;
	border-top:1px solid #f3f3f3;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:12px;
	background-image: url(../Imagens/Seta.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	line-height:17px;
	vertical-align:middle;
}

#topo .links a
{
	color:#706969;
}

#topo .links a:hover
{
	color:#706969;
}

#topo .links *
{
	vertical-align:middle !important;
}

/*   menu    */

#menu
{
	width:770px;
	height:44px;
	clear:left;
	display:block;
}

ul.menulista 
{
    cursor:pointer;
    color:#333333;
	white-space:nowrap;
	width:744px;
	padding-left:30px;
	height:30px;
	padding-top:12px;	
}

li.menu
{
    cursor:pointer;
    position:relative;
    z-index:64;
	float:left;
	display:block;
	padding-top:0px;
	padding-bottom:0px; 
	padding-right:25px;
	padding-left:25px;
	white-space:nowrap;
}

li.menu p
{
    cursor:pointer;
    position:relative;
    z-index:62;
    cursor:pointer;
    clear:left;
}

li.menu p a:hover
{
    cursor:pointer;
}


li.menu div.show
{  
    float:left;
    cursor:pointer;
	text-align:left;
	position:absolute;	
	z-index:61;
	display:block;
	font-size:11px;	
	background-image: url(../Imagens/MenuBgLink.gif);
	background-repeat: repeat-x;
	background-position: left 16px;	
	display:block;
	margin-top:-18px !important;
}

li.menu div.show div
{ 
    float:left;
    cursor:pointer;
	background-color:#FFFFFF;
	margin-top:31px;
	display:block;
	background-image: url(../Imagens/MenuBgSubitem0.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom:7px solid #e8e7e7;
	border-left:7px solid #e8e7e7;
	border-right:7px solid #e8e7e7;
}

li.menu ul
{ 
    float:left;
    cursor:pointer;
	border-bottom:2px solid #c7c7c7;
	border-left:2px solid #c7c7c7;
	border-right:2px solid #c7c7c7;
	display:block;
	padding-top:14px;
	padding-left:7px;
	padding-bottom:12px;
}


li.menu ul li a
{    
    float:left;
	clear:left;
    cursor:pointer;
	text-align:left;
	width:auto;
	color:#333333;
	display:block;
	background-image: url(../Imagens/Seta.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	padding:0px;
	padding-left:20px;
	margin:0px;
}

li.menu ul li a:hover
{
    cursor:pointer;
	color:#333333;
	background-color:transparent;
}


li.menu ul li
{
    float:left;
	clear:left;
	display:block;
    cursor:pointer;
	padding-top:2px;
	padding-right:20px;
}

#rodape
{    
	width:770px;
	clear:left;
	text-align:center;
	padding-bottom:15px;
	padding-top:15px;
	background-image: url(../Imagens/BodyBg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.hide, .hide li
{
	display:none;
	visibility:hidden;
}

.show, .show li
{
	display:block;
	visibility:visible;
}

/*   rodapé    */

.rodape
{
    clear:left;
	width:770px;
	text-align:center;
	height:50px;
	line-height:50px;
	vertical-align:middle;
}

#conteudo
{
    float:left;
    width:100%;   
	background-image: url('../Imagens/HomeBg2.gif');
	background-repeat: no-repeat;
	background-position: left 182px; 
}

/*    home    */

.home_destaque
{
    clear:left;
	height:182px;
	background-image: url('../Imagens/HomeBg1.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:55px;
    overflow:hidden;
}

.home_destaque ul
{
    clear:left;
    width:660px;
    height:172px;
    overflow:hidden;
}

.home_destaque h3
{   
    display:block;
    width:100%; 
	font-size:38px;
	font-weight:normal;
	line-height:60px;	
	color:#fff;    
	font-style:normal;
    padding-left:15px;
    vertical-align:bottom;
    padding-top:95px;
    position:absolute;
    z-index:20;
    
    max-width:600px; 
}

.home_destaque a
{
    color:#FFFFFF;
}

.home_destaque a:hover
{
}

.home_destaque p
{
    clear:left;    
	font-weight:normal;
    padding-left:18px;
	padding-bottom:5px;	
	color:#fff;    
    padding-left:17px;
    padding-top:145px;
    position:absolute;
    z-index:9;
    max-width:600px; 
    font-size:17px;
    cursor:default;
}

.home_destaque li
{
    width:660px;   
    height:1px;    
    margin:0px;
    padding:0px;
    vertical-align:bottom;
    clear:left;
    height:172px;
    overflow:hidden; 
    display:none;
    position:absolute;
}
.home_destaque li .shadow
{
    color:#000;
    display:block;
    position:absolute;
    max-width:600px; 
    z-index:8;
    margin-left:1px;
    margin-top:1px;
}

.home_destaque li.sebo
{
	background-image: url('../Imagens/destaque_sebo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.home_destaque li.xl
{
	background-image: url('../Imagens/destaque_xl.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.home_destaque li.des_hard
{
	background-image: url('../Imagens/destaque_desenv_hardware.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.home_destaque .destaques_navegacao
{
    position:absolute;
    z-index:40;    
    height:45px;
    padding-left:15px;
    padding-top:5px;
    color:#ffffff;
    cursor:default;
}

.home_destaque .destaques_navegacao .anterior
{
    cursor:pointer;
}

.home_destaque .destaques_navegacao .proximo
{
    cursor:pointer;
}

.home_inferior
{
    clear:left;
    width:725px;
	padding-left:45px;	
}

.home_inferior ul
{
	font-size:11px;
	color:#706969;
	margin-top:6px;
	padding-left:14px;
	padding-right:16px;
}

.home_inferior li
{
	margin-top:4px;
	display:block;
	clear:left;
	font-size:11px;
	line-height:13px;
}

.home_inferior li a
{
	color:#706969;
}


.home_sobre
{
	width:299px;
	float:left;
	background-color:#efefef;
	background-image: url(../Imagens/HomeBg3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:5px;
	padding-bottom:10px;
	border-left:dashed 1px #d7d7d7;
	border-right:dashed 1px #d7d7d7;
	height:199px;
}

.home_produtos
{
	width:189px;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	border-right:dashed 1px #d7d7d7;
	height:199px;
}

.home_servicos
{
	width:189px;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	border-right:dashed 1px #d7d7d7;
	height:199px;
}

.home_sobre h2, .home_produtos h2, .home_servicos h2
{
	padding-top:10px;	
	padding-left:14px;
	padding-right:16px;
	clear:left;
}

.home_sobre p, .home_produtos p, .home_servicos p
{
	margin-top:10px;
	display:block;
	clear:left;
	font-size:11px;	
	padding-left:14px;
	padding-right:16px;
}

/*   internas   */


.interno
{
    float:left;
	width:770px;
	max-width:670px;
	min-width:670px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:25px;
	clear:left;
	background-image: url(../Imagens/InternoBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.caminho
{
    float:left;
	width:770px;
	max-width:670px;
	min-width:670px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:3px;
	clear:left;
	background-image: url(../Imagens/CaminhoBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.caminho ul
{	
    clear:left;
	padding-top:5px;
	width:100%;
}

.caminho li
{
    float:left;
	padding:2px;
	font-size:11px;
	color:#666666;
	background-image: url(../Imagens/Seta.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:12px;
	padding-right:5px;
}

.caminho .atual, .caminho .atual:hover
{
    color:#d00000;
}


.interno h1
{
	padding-top:30px;
	padding-bottom:5px;
	font-size:28px;
	font-weight:normal;
	line-height:22px;	
	color:#d00000;
	font-style:normal;
}

.interno h1 a
{
	color:#d00000;
}

.interno h2
{
    clear:left;
	width:100%;
	font-size:14px;
	padding-top:20px;
	font-style:normal;
	color:#333333;
}


.interno h2 a
{	
	color:#333333;
}

.interno h3
{
	width:100%;
	font-size:13px;
	padding-top:15px;
	color:#d00000;
	float:left;
	margin:0px;
	font-weight:bold;
}

.interno h3 a
{	
	color:#d00000;
}



.interno ul
{	
    clear:left;
	padding-top:10px;
	width:100%;
}

.interno li
{
	clear:left;
	padding:2px;
	font-size:11px;
	color:#666666;
	background-image: url(../Imagens/Seta.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:12px;
}


.interno .produtos li
{
	background-position: 0px 20px;
    clear:left;
	font-size:14px;
	padding-top:15px;
	font-weight:bold;
	color:#333333;
}

.produtos a
{
	color:#333333;
}

.interno p
{
	width:100%;
	padding-top:10px;	
    clear:left;
}

.interno p a
{	
	color:#d00000;
}

.interno p img
{	
    clear:left;
	border: 1px solid #d7d7d7;
	padding:3px;
	background-color:#FFFFFF;	
}

.interno .esquerda
{
	float:left;
	width:150px;
	text-align:right;
	padding-top:2px;
}

.interno .esquerda p
{
	font-size:10px;
	line-height:12px;
	padding-top:9px;
}

.interno .direita
{
	float:right;
	width:485px;
	border-left:dashed 1px #d7d7d7;
	padding-left:13px;
	padding-bottom:32px;
}

.interno .direita p.descricao
{
	font-size:14px;
	font-style:italic;
	line-height:18px;
}





.mapadosite li
{
	background-image:none;
}

.mapadosite li li
{
	padding-left:20px;
}

.mapadosite h2{
	padding-top:20px;
}

.mapadosite h3{
	padding-top:5px;
}

/*   propriedades   */

.noborder
{
	border-top:none !important;	
}

.noborder-all
{
	border:none !important;	
}

.linkvermelho
{
	color:#d00000;	
	display:block;
	background-image: url(../Imagens/Seta2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:11px;
}

.right
{
	margin-left:15px;
	float:right !important;
}

.marginlefttop
{
	margin-left:5px;
	margin-top:5px;
}

.titulo
{
    width:100%;
    text-indent:-3000px;
    overflow:hidden; 
    text-align:left;
    display:block;  
    margin:0px !important;
    padding:0px !important;
}

.hide
{
    visibility:hidden;
    display:none;
    margin:0px;
    padding:0px;    
}

.tituloprodutos
{
	background-image: url(../Imagens/TituloProdutos.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:17px;
}

.menucontato
{
	background-image: url(../Imagens/MenuContato.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:63px;
	height:19px;
}

.menusuporte
{
	background-image: url(../Imagens/MenuSuporte.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:55px;
	height:19px;
}

.menucases
{
	background-image: url(../Imagens/MenuCases.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:37px;
	height:19px;
}

.menuclientes
{
	background-image: url(../Imagens/MenuClientes.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:45px;
	height:19px;
}

.menuservicos
{
	background-image: url(../Imagens/MenuServicos.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:55px;
	height:19px;
}

.menuprodutos
{
	background-image: url(../Imagens/MenuProdutos.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:58px;
	height:19px;
}

.menuquemsomos
{
	background-image: url(../Imagens/MenuQuemSomos.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:43px;
	height:19px;
}

.telefone
{
    clear:left;
    text-indent:-3000px;
    overflow:hidden; 
    text-align:left;    
	background-image: url(../Imagens/TopoTelefoneNovo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:100%;
	height:28px; 
	display:block;
}

.home_sobre h2
{ 
    padding:0px;
    margin:0px;
    clear:left;
    text-indent:-3000px;
    overflow:hidden; 
    text-align:left;    
	background-image: url(../Imagens/HomeSobre.gif);
	background-repeat: no-repeat;
	background-position: 13px bottom;
	height:30px;
}

.home_produtos h2
{ 
    padding:0px;
    margin:0px;
    clear:left;
    text-indent:-3000px;
    overflow:hidden; 
    text-align:left;    
	background-image: url(../Imagens/HomeProdutos.gif);
	background-repeat: no-repeat;
	background-position: 13px bottom;
	height:30px;
}

.home_servicos h2
{ 
    padding:0px;
    margin:0px;
    clear:left;
    text-indent:-3000px;
    overflow:hidden; 
    text-align:left;    
	background-image: url(../Imagens/HomeServicos.gif);
	background-repeat: no-repeat;
	background-position: 13px bottom;
	height:30px;
}

ul.clientes li.tecnologica
{ 
	background-image: url(../Imagens/LogoTecnologica.gif);
}

ul.clientes li.invoice
{ 
	background-image: url(../Imagens/LogoInvoice.gif);
}

ul.clientes li.sebo
{ 
	background-image: url(../Imagens/LogoSebo.gif);
}

ul.clientes li.princess
{ 
	background-image: url(../Imagens/LogoPrincess.gif);
}

ul.clientes li.discover
{ 
	background-image: url(../Imagens/LogoDiscover.gif);
}

ul.clientes li.netcenter
{ 
	background-image: url(../Imagens/LogoNetcenter.gif);
}

ul.clientes li.firsttech
{ 
	background-image: url(../Imagens/LogoFirsttech.gif);
}

ul.clientes li.sioux
{ 
	background-image: url(../Imagens/LogoSioux.gif);
}

ul.clientes li.oi
{ 
	background-image: url(../Imagens/LogoOi.gif);
}


ul.clientes li.universia
{ 
	background-image: url(../Imagens/LogoUniversia.gif);
}


ul.clientes li.cunard
{ 
	background-image: url(../Imagens/LogoCunard.gif);
}

ul.clientes li
{ 
	background-repeat: no-repeat;
	background-position: left bottom;
	clear:none;
    float:left;
    text-indent:-3000px;
    text-align:left;
    overflow:hidden; 
	width:140px;
	height:105px;
	border:solid 1px #ccc;
	padding:0px;
	margin:11px;
	margin-top:5px;
	margin-bottom:5px;
}

ul.clientes
{
    float:left;
    clear:left;
    padding:0px;
    padding-top:15px;
    text-align:center;
}

.showfake
{
    display:block !important;
}

.pdf
{
    display:block;
	background-image: url(../Imagens/IconePdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:32px;
	line-height:32px;   
	padding-left:40px;
	float:left;
	margin-right:30px;
}




input, select, textarea
{ 
    width:390px;
    font-family:Arial;
    border:solid 1px;
    font-size:16px; 
    line-height:22px; 
    height:24px; 
    border-left-color:#808080;
    border-top-color:#808080;
    border-right-color:#eeeeee;
    border-bottom-color:#eeeeee;
}

select
{    
    width:250px;
    font-size:16px;  
	line-height:32px; 
    border-top:0px;
    border-left:0px;
}

.enviar
{
    margin-left:173px;
    width:75px;
}

textarea
{
    width:390px;
    height:140px;
    font-size:14px;
    line-height:18px;
}

.formulario *
{
    background-image:none !important;
}

.formulario 
{
    padding-top:25px !important;
    padding-bottom:10px !important;
    clear:left;
}

label
{ 
    font-size:12px;
    line-height:24px; 
    width:170px;    
    text-align:right;
    float:left;
    padding-right:5px !important;
}


li.secao
{
    padding:0px;
    border-left:#000000;
    background-image:none;    
}

span
{
    font-style:italic;
}

.pinagem
{
    clear:left;
}

.pinagem
{
    border-top:solid 2px #d00000;
    border-bottom:solid 2px #d00000;
    margin:0px;
    padding:10px;
    border-collapse:collapse;
    line-height:15px;
    font-size:13px;
    margin-top:10px;
}

.pinagem tr, .pinagem td
{
    margin:0px;
    padding:0px;     
    padding:6px 30px 6px 30px;
    text-align:center;
}

.pinagem thead td
{
    color:#d00000;
    width:70px;
}

.pinagem tbody td
{
    border-top:solid 1px #d00000;
    width:70px;
}

#col1
{
    float:left;
    width:250px !important;
}


#col2
{
    padding-left:30px;
    float:left !important;
    width:380px !important;
}

#col2 label
{
    width:90px !important;
}


#col2 .preencher
{
    width:236px !important;
}

.left
{
    float:left !important;
    clear:none !important;
    width:180px;
    padding-left:32px !important;
}

.dotted
{
    float:left;    
    border:dotted 1px #e00000 !important;
    padding-bottom:25px;
    margin-top:10px !important;
}


.cases
{
	color:#e00000 !important;
}


.enus
{
    background-image: url(../Imagens/enus.gif);
    background-repeat:no-repeat;
    background-position:1px 1px;
    width:20px !important;
    height:13px !important;
    overflow:hidden !important;
    text-indent:-500px !important;  
    display:inline-block !important;    
    border:dotted 1px #ccc;
    padding:1px;
}

.ptbr
{
    background-image: url(../Imagens/ptbr.gif);
    background-repeat:no-repeat;
    background-position:1px 1px;
    width:20px !important;
    height:13px !important;
    overflow:hidden !important;
    text-indent:-500px !important;
    display:inline-block !important;  
    border:dotted 1px #ccc;
    padding:1px !important;
}
