/*
 * Reset
 */
a:focus {
  outline: none
}

a, body, div, h1, h2, h3, h4, html, img, ul, li, p {
  margin: 0;
  padding: 0;
  border: none;

}

img {
  border: none;
}



ul {
  list-style: none;
}

/*
 * Layout
 */
/*
 * Body
 */


a:link{
  color: #112948;
}

a:visited{
  color: #112948;
}

a:hover {
  color: red;
}

img{
  vertical-align: middle;
}

body {
  background: url(../img/body_background.jpg);
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
} 

#top {
  background: url(../img/body_top_background.jpg) repeat-x;
  padding: 7px;
} 

#bottom {
  background: url(../img/body_bottom_background.jpg);
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  color: #293c56;
  font-weight: lighter;
}

h3 {
  font-size: 26px;
}

/*
 * Section
 */ 
 
.section {
  margin: 0 auto;
  width: 960px;
}

/* section */ 

.section .header {
  background: url(../img/header_background.jpg) no-repeat;
  padding: 10px 10px 0 10px;
} 

.section .header a {
  display: block;
} 

.section .content {
  background: url(../img/content_background.png) repeat-y;
  padding: 0 10px;
} 

.section .footer {
  background: url(../img/footer_background.png) no-repeat;
  height: 25px;
}

/*
 * Navigation bar
 */ 
.nav {
  background: url(../img/nav_background.png);
  height: 49px;
  margin-top: 16px;
} 

.nav li {
  float: left;
  height: 100%;
}

li#spacer {
  background: url(../img/nav_background.png);
  width: 515px;
  /*width: 205px;*/
} 

.nav li a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

/*
 * Main Navigation
 */ 
 
.main.nav {
  background: url(../img/main_nav_background.jpg) no-repeat;
} 

.main.nav li a {
  background: url(../img/main_nav_background.jpg) no-repeat;
  height: 49px;
} 

#para_loja a {
  background: url(../img/main_nav_background.jpg) no-repeat;
  background-position: 0 0;
  width: 130px;
} 

#para_loja a:hover {
  background: url(../img/main_nav_background.jpg) no-repeat;
  background-position: 0 -49px;
} 

#para_loja.selected a {
  background-position: 0 -98px;
} 

#para_servicos a {
  background: url(../img/main_nav_background.jpg) no-repeat;
  background-position: -130px 0;
  width: 180px;
} 

#para_servicos a:hover {
  background: url(../img/main_nav_background.jpg) no-repeat;
  background-position: -130px -49px;
} 

#para_servicos.selected a {
  background-position: -130px -98px;
}

/*
 * Side Navigation
 */ 
.side.nav {
  background: url(../img/side_nav_background.jpg) no-repeat;
  /*float: right;*/
} 

.side.nav li a {
  background: url(../img/side_nav_background.jpg) no-repeat;
} 

#download a {
  background-position: 0 0;
  width: 100px;
} 

#download a:hover {
  background-position: 0 -49px;
} 

#download.selected a {
  background-position: 0 -98px;
} 

#precos a {
  background-position: -100px 0;
  width: 75px;
} 

#precos a:hover {
  background-position: -100px -49px;
} 

#precos.selected a {
  background-position: -100px -98px;
} 

#suporte a {
  background-position: -175px 0;
  width: 80px;
} 

#suporte a:hover {
  background-position: -175px -49px;
} 

#suporte.selected a {
  background-position: -175px -98px;
} 

#contato a {
  background-position: -255px 0;
  width: 80px;
} 

#contato a:hover {
  background-position: -255px -49px;
} 

#contato.selected a {
  background-position: -255px -98px;
} 

#cenize a {
  background-position: -335px 0;
  width: 90px;
} 

#cenize a:hover {
  background-position: -335px -49px;
}

/*
 * Slider
 */ 
#slider {
  background: #101318;
  color: white;
  clear: both;
  margin: 0 auto;
  position: relative;
} 

.scroll {
  clear: left;
  height: 330px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  width: 940px;
} 

.scroll_container div.panel {
  height: 290px;
  width: 940px;
} 

.scroll .panel p {
  padding: 0 0 10px 40px;
}

.scroll .panel h2 {
  padding: 0 0 10px 40px;
}

/*
 * Slide Navigation
 */ #slider .navigation {
  height: 69px;
} #slider ul.navigation li {
  float: left;
  height: 100%;
}

ul.navigation a {
  display: block;
  height: 69px;
  text-indent: -9999px;
  overflow: hidden;
}

ul.main_navigation a {
  background: url(../img/slider_nav_background.jpg) no-repeat;
} 

#jfinancas_button a {
  background-position: 0 0;
  width: 179px;
} 

#jfinancas_button a.selected {
  background-position: 0 -138px;
} 

#jfinancas_button a:hover {
  background-position: 0 -69px;
} 

#orcamento_button a {
  background-position: -179px 0;
  width: 201px;
} 

#orcamento_button a.selected {
  background-position: -179px -138px;
} 

#orcamento_button a:hover {
  background-position: -179px -69px;
} 

#resumo_button a {
  background-position: -380px 0;
  width: 195px;
} 

#resumo_button a.selected {
  background-position: -380px -138px;
} 

#resumo_button a:hover {
  background-position: -380px -69px;
} 

#completo_button a {
  background-position: -575px 0;
  width: 181px;
} 

#completo_button a.selected {
  background-position: -575px -138px;
} 

#completo_button a:hover {
  background-position: -575px -69px;
} 

#loje_button a {
  background-position: -756px 0;
  width: 184px;
} 

#loje_button a.selected {
  background-position: -756px -138px;
} 

#loje_button a:hover {
  background-position: -756px -69px;
}

/*
 * Slide Para Você
 */
ul.para_voce_navigation a {
  background: url(../img/slider_voce_nav_background.jpg) no-repeat;
} 

#jfin_pessoal_button a {
  background-position: 0 0;
  width: 199px;
} 

#jfin_pessoal_button a.selected {
  background-position: 0 -138px;
} 

#jfin_pessoal_button a:hover {
  background-position: 0 -69px;
} 

#jfin_pessoal_usb_button a {
  background-position: -199px 0;
  width: 245px;
} 

#jfin_pessoal_usb_button a.selected {
  background-position: -199px -138px;
} 

#jfin_pessoal_usb_button a:hover {
  background-position: -199px -69px;
} 

#jfin_zero_button a {
  background-position: -444px 0;
  width: 242px;
} 

#jfin_zero_button a.selected {
  background-position: -444px -138px;
} 

#jfin_zero_button a:hover {
  background-position: -444px -69px;
} 

#jfin_pessoal_down_button a {
  background-position: -686px 0;
  width: 254px;
} 

#jfin_pessoal_down_button a.selected {
  background-position: -686px -138px;
} 

#jfin_pessoal_down_button a:hover {
  background-position: -686px -69px;
}

/*
 * Slide Para sua Empresa
 */
ul.para_empresa_navigation a {
  background: url(../img/slider_empresa_nav_background.jpg) no-repeat;
} 

#jfin_empresa_button a {
  background-position: 0 0;
  width: 219px;
} 

#jfin_empresa_button a.selected {
  background-position: 0 -138px;
} 

#jfin_empresa_button a:hover {
  background-position: 0 -69px;
} 

#jfin_empresa_usb_button a {
  background-position: -219px 0;
  width: 261px;
} 

#jfin_empresa_usb_button a.selected {
  background-position: -219px -138px;
} 

#jfin_empresa_usb_button a:hover {
  background-position: -219px -69px;
} 

#jfin_rede_button a {
  background-position: -480px 0;
  width: 206px;
} 

#jfin_rede_button a.selected {
  background-position: -480px -138px;
} 

#jfin_rede_button a:hover {
  background-position: -480px -69px;
} 

#jfin_empresa_down_button a {
  background-position: -686px 0;
  width: 254px;
} 

#jfin_empresa_down_button a.selected {
  background-position: -686px -138px;
} 

#jfin_empresa_down_button a:hover {
  background-position: -686px -69px;
}

/*
 * Content
 */ 
.main_content {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0px 20px 0 20px;
  padding-top: 20px;
} 

.main_content p {
  padding-bottom: 10px;
} 

.main_content h3 {
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #293c56;
  font-size: 26px;
  font-weight: lighter;
  padding: 0px 0 10px 0;
} 

.main_content h4 {
  color: black;
  font-size: 1em;
  font-weight: normal;
  font-size: medium;
  margin: 10px 0 10px 0;
} 

.main_content ul {
  padding-left: 30px;
  list-style: square;
}

.after_content li {
		border:solid 0px;
}
.after_content ul {
		height: 300px;
}

.after_content li {
		padding: 30px 20px 0 20px;
		float:right;
		width:270px;
}
.after_content h3 {
  font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:32px 5px 15px;
}

.after_content p {
  font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Grande", "Verdana", sans-serif;*/
  font-size: 16px;
	color: #707070;
	line-height:23px;


}

/*
 * Precos
 */ 
#precos table {
  border: 1px solid #ACC4DD;
  margin-bottom: 30px;
  width: 90%;
}

#precos thead {
  background-color: #D7E2EE;
  text-align: left;
  font-weight: normal;
  color: #293c56;
} 

#precos td 
{
  border-bottom: 1px solid #ACC4DD;
  padding: 5px 0px 5px 10px;
  font-size: small;
} 

#precos td.destaque
{
	max-width: 400px;
}

#precos .destaque {
  font-size: medium;
}
 
#precos tr.even {
  background-color: #EDF2F8;
  border-bottom: none;
} 

#precos td.categoria {
  padding: 20px 0 2px 0;
  color: #293c56;
  font-size: medium;
  font-weight: bold;
  font-stretch: expanded;
}

#precos td.destaque p.descricao {
	font-size: x-small;
}




/*
 * Downloads
 */ 
 
 #downloads table {
  border: none;
  margin-bottom: 30px;
  width: 80%;
} 

#downloads thead {
  background-color: #D7E2EE;
  text-align: left;
  font-weight: normal;
  color: #293c56;
} 

#downloads td {
  border-bottom: 1px solid #ACC4DD;
  padding: 10px 0px 5px 10px;
  font-size: small;
} 

#downloads .destaque {
  font-size: medium;
  font-stretch: expanded;
  font-weight: bold;
} 

#downloads td.categoria {
  padding: 20px 0 2px 0;
  color: #293c56;
} 

#downloads td.icon {
  width: 60px;
  text-align: center;
} 

#downloads .categoria_tit {
  font-size: medium;
  font-weight: bold;
  font-stretch: expanded;
}

/*
 *  Suporte / Ajuda
 */ 
 
#ajuda ul{
  list-style: none;
}

#ajuda .topicos li{
  padding-bottom:5px;
}

#ajuda table {
  border: 1px solid #ACC4DD;
  margin-bottom: 30px;
  width: 70%;
} 

#ajuda thead {
  background-color: #D7E2EE;
  text-align: left;
  font-weight: normal;
  color: #293c56;
} 

#ajuda td {
  border-bottom: 1px solid #ACC4DD;
  padding: 5px 0px 5px 10px;
  font-size: small;
} 


#ajuda tr.even {
  background-color: #EDF2F8;
  border-bottom: none;
}

#perguntas{
  padding: 0 0 0 20px;
}

#perguntas h4{
  font-weight: bold;
  padding: 5px 0;
}

#perguntas .resposta{
  padding-bottom: 10px;
  border-bottom: 1px dotted silver;
}

#videos table {
  border: 1px solid #ACC4DD;
  margin-bottom: 30px;
  width: 100%;
} 

#videos td {
  border-bottom: 1px solid #ACC4DD;
  border-right: 1px solid #ACC4DD;
  padding: 5px 5px 5px 10px;
  text-align: center;  
} 

#videos a{
  margin: 0 5px;
}

/*
 * Contatos
 */

#contatos {
  width: 580px;
}

#contatos .field {
  padding-top: 10px;
}

#contatos label {
  display: block;
  padding: 5px 0 3px 0;
  width: 200px;
}

#contatos fieldset {
  border: none;
  padding: 0;
}

#contatos form {
  padding: 0 20px 20px 20px;
  background-color: #EDF2F8;
  width: 520px;
}

#contatos .action{
  padding-top: 20px;
}


#endereco {
  padding-top: 20px;
}

/*
 * General Style
 */ 



.hidden {
  display: none
}

div.left {
  float: left
}

div.right {
  float: right
} .center_text {
  text-align: center
} .numeric {
  text-align: right
}

.line_through {
  text-decoration: line-through;
}



.red {
	color:red;
}

.yellow {
	color:yellow;
}

.blue {
	color:blue;
}

.white {
	color:white;
}



