@charset "ISO-8859-1";

/*----------------GERAL------------------*/
A {color:#949494; text-decoration:none;}
A:visited {text-decoration:none;}
A:hover {text-decoration:underline;}
A:active {text-decoration:underline;}

body,td,th {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: 'Trebuchet MS', 'Tahoma', 'Verdana', 'Arial';
	font-size: 11px;
	color:#949494;
	text-align:justify;
}

body {
	background-color:#FFF;
	background-image:url(../imagens/bg-main.jpg);
	background-repeat:repeat-x;
}
.bg-loja {background-image:url(../imagens/bg-loja.jpg); background-repeat:no-repeat; padding-top:500px;}
.bg-atendimento {background-image:url(../imagens/bg-atendimento.jpg); background-repeat:no-repeat; padding-top:454px;}
.bg-atendimento-teste {background-image:url(../imagens/bg-atendimento.jpg); background-repeat:no-repeat;}
.bg-rodape {background-image:url(../imagens/bg-rodape.jpg); background-repeat:repeat-x;}
.bg-helpdesk {background-image:url(../imagens/bg-helpdesk.jpg); background-repeat:no-repeat;}
.bg-recursos {background-image:url(../imagens/bg-recursos.jpg); background-repeat:no-repeat; padding-top:580px;}
.bg-tecnologia {background-image:url(../imagens/bg-tecnologia.jpg); background-repeat:no-repeat; padding-top:580px;}
.bg-diferencial {background-image:url(../imagens/bg-diferencial.jpg); background-repeat:no-repeat; padding-top:580px;}
.bg-boxlojavirtual {background-image:url(../imagens/bg-boxlojavirtual.jpg); background-repeat:no-repeat; padding-top:580px;}
.pontos { border-bottom-color: #CCCCCC ; border-bottom-width: thin; border-bottom-style:dashed}
.maisinfo { border-color: #CCCCCC ; border-width: thin; border-style:dashed}

/*----------------MENU------------------*/
#menu-topo table {color:#914f01; text-decoration:none;background-image:url(../imagens/topo.jpg);background-repeat:no-repeat;width:543px; height:330px;}
#menu-topo table a{color:#914f01;text-decoration:none;}
#menu-topo table a:hover{color:#fefefe;text-decoration:none;}
#menu-topo .menu{
	color:#914f01;
	font-size:12px;
	font-weight:bold;
	padding-left:29px;
	padding-top:65px;
}

/*----------------MAIN PAGE------------------*/
#main-page table {text-decoration:none;background-image:url(../imagens/bg-sombra.jpg);background-repeat:no-repeat;width:543px;}
#main-page table a{text-decoration:none;}
#main-page table a:hover{color:#484848;text-decoration:underline;}
#main-page .main{
	padding-left:10px;
	padding-right:26px;
}
.main-subbold {
	font-size:14px;
	font-weight:bold;
}
#main-noticias table {text-decoration:none;background-image:url(../imagens/bg-noticias.jpg);background-repeat:no-repeat;width:543px; height:272px;}
#main-depoimentos table {text-decoration:none;background-image:url(../imagens/bg-depoimentos.jpg);background-repeat:no-repeat;width:457px; height:271px;}
#main-depoimentos .depo {padding-left:43px; padding-top:62px; padding-right:20px;}

/*----------------MAIN CONTEUDO------------------*/
#conteudo-vantagens table {text-decoration:none;background-image:url(../imagens/bg-vantagens.jpg);background-repeat:no-repeat;width:507px; height:272px;}
#conteudo-atend table {text-decoration:none;}
#conteudo-atend table a{text-decoration:none;}
#conteudo-atend table a:hover{color:#484848;text-decoration:underline;}
#conteudo-atend .conteudo{
	padding-left:10px;
	padding-right:26px;
	width:543px;
}
.conteudo-subbold {
	font-size:14px;
	font-weight:bold;
}

/*----------------TABLE PORTFOLIO------------------*/
#myTable1{color:#0d0e0d; font-size:12px; width:457px; background-image:url(../imagens/bg-portfolio-main.png); background-repeat:no-repeat; }
.td-portfolio {
	width:457px;
	height:124px;
}
.linkTD{
color:#006699;
background-color:#EEEEEE;
margin:0px;
padding:4px;
text-decoration:none;
font-weight:normal;
}
.linkTD:hover{
color: #FFFFFF;
background-color:#006699;
font-weight:bold;
}
.linkTD_select{
color:#FFFFFF;
background-color:#006699;
margin:0px;
padding:4px;
text-decoration:none;
font-weight:normal;
}

/*----------------TABLE RODAPE------------------*/
#rodape table {color:#9a9a9a; text-decoration:none;}
#rodape table a{text-decoration:none;}
#rodape table a:hover{color:#e0e0e0; text-decoration:none;}

/*----------------INICIO FORMULARIOS------------------*/
.campos_formulario{
                font-family: 'Trebuchet MS', 'Tahoma', 'Verdana', 'Arial';
                font-size: 11px;
                color: #999999;
                background-color: #f0f0f0;
                border-top-style: none;
                border-right-style: none;
                border-bottom-style: none;
                border-left-style: none;
}
.tabela_formulario {
width: 80%;
}
.botao_enviar {font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: white;
background-color: gray;
}
