/*CSS*/

* {
  font-family:Tahoma, "Kalimati";
  color:#000000;
}

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/site/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

img {
  border:0;
}

#principal {
	width:1003px;
  margin:0 auto;
}

/*
 * cabecalho
 */
#cabecalho {
	width:1003px;
	height:275px;
	background-image:url(../images/site/cabecalho.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#cabecalho .area_logo{
  width:400px;
  height:85px;
}

.area_logo .logo{
  width:400px;
  height:85px;
  padding:29px 0px 0px 63px;
}


.logo .descricao{
  margin:-16px 0px 0px 155px;
  background-image:none;
  color:white;
  font-size:10pt;
  font-weight:bold;
}


/*referente ao banner do topo*/

#cabecalho .area_banner{
  padding:40px 0px 0px 0px;
  _padding:6px 0px 0px 0px;
}


/**** INICIO MENU HORIZONTAL ***/
#cabecalho #area_menu {
  height:26px;
  margin:15px 0px 0px 110px;
  padding:0px auto;
}

#area_menu .menu_left{
  width:12px;
  height:26px;
  float:left;
  background-image:url(../images/site/bg_menu_left.jpg);
  background-position:top;
  background-repeat:no-repeat;
}

#area_menu .menu_corpo{
  width:763px;
  height:26px;
  float:left;
  background-image:url(../images/site/bg_menu.gif);
  background-position:top;
  background-repeat:repeat-x;
}

#area_menu ul {
	height:26px;
	margin:0;
  padding:4px 0px 0px 0px;
  text-align:center;
  list-style:none;
}
#area_menu ul li {
	height:26px;
	display:inline;
	font-size:8pt;
	text-align:center;
	padding:0px;
  margin:0px;
  background-image:url(../images/site/bg_linha_menu.gif);
  background-position:right;
  background-repeat:no-repeat;
}
#area_menu ul li a {
	height:26px;
	color:white;
	text-decoration:none;
  font-weight:bold;
  margin:0;
  padding:4px 7px 5px 7px;
  border:0px;
}
#area_menu ul li a:hover{
	color:white;
  background-image:url(../images/site/bg_menu_over.jpg);
  background-position:top;
  background-repeat:repeat-x;
  padding:4px 7px 5px 7px;
}
#area_menu ul li.visitado a {
	height:26px;
	color:white;
  background-image:url(../images/site/bg_menu_over.jpg);
  background-position:top;
  background-repeat:repeat-x;
  
}
#area_menu ul li.linha_menu {
  width:2px;
  height:26px;
  background-image:url(../images/site/bg_linha_menu.gif);
  background-repeat:no-repeat;
}

#area_menu .menu_right{
  width:12px;
  height:26px;
  float:left;
  background-image:url(../images/site/bg_menu_right.jpg);
  background-position:top;
  background-repeat:no-repeat;
}

/*fim menu*/

/** REFERENTE AO CORPO DO SITE **/

#corpo{
  width:923px;
  padding:0px 40px 0px 40px;
  height:auto;
  float:left;
}


/** conteudo destaque home **/
#corpo .area_conteudo .area_left{
  width:485px;
  float:left;
  margin:0px 0 0px 20px;
  padding:10px 0 0px 0px;
}

.area_conteudo .titulo_left{
  width:43px;
  height:34px;
  background-image:url(../images/site/bg_titulo_left.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  float:left;
}

.area_conteudo .area_left .titulo {
  width:430px;
  height:34px;
  background-image:url(../images/site/bg_titulo.jpg);
  background-position:top right;
  background-repeat:repeat-x;
  float:left;
}

.area_conteudo .titulo {
  width:93%;
  height:34px;
  background-image:url(../images/site/bg_titulo.jpg);
  background-position:top right;
  background-repeat:repeat-x;
  float:left;
}

.area_conteudo .titulo h3 {
  font-size:11pt;
  color:white;
  margin:0px 0 0 0;
  padding:10px 0px 0px 0px;
  text-align:left;
  border:0;
  font-weight:bold;
}

.area_conteudo .titulo_right{
  width:12px;
  height:34px;
  background-image:url(../images/site/bg_titulo_right.jpg);
  background-position:top right;
  background-repeat:no-repeat;
  float:left;
}

.area_conteudo .area_left .conteudo_left {
  width:450px;
  min-height:250px;
  height:auto;
  _height:250px;
  clear:both;
  margin:20px 0 0 0;
  *margin:0px 0 0 0;
  padding:15px 15px 0px 20px;
  text-align:justify;
  font-size:8pt;
  background-image:url(../images/site/bg_conteudo_left.jpg);
  background-position:top left;
  background-repeat:repeat-x;
}

.area_conteudo .area_left .conteudo_left p{
  font-size:8pt;
  color:#000000;
}

/** banner home **/

#corpo .area_conteudo .area_right{
  width:370px;
  height:100px;
  float:right;
  padding:10px 0px 0px 0px;
  margin:0px;
}

/* fim das areas da home */

/*
 * conteudo
 */
.area_conteudo {
  width:98%;
	padding:15px 0px 20px 10px;
	margin:0px;
  font-size:10pt;
  text-align: justify;
}

/** REFERENTE AO MENU VERTICAL **/

#area_esquerda{
  width:200px;
  min-height:300px;
  height:auto;
  _height:300px;
  float:left;
  background-image:url(../images/site/bg_conteudo_left.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  padding:10px 0px 0px 0px;
}

#area_esquerda .menu_vertical_topo{
  width:173px;
  height:8px;
  font-size:0px;
  background-image:url(../images/site/menu_v_top.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

#area_esquerda .menu_vertical{
  width:173px;
  min-height:170px;
  height:auto;
  _height:170px;
  float:left;
  padding:0px;
  margin:0px;
  background-image:url(../images/site/bg_menu_v.jpg);
  background-position:top left;
  background-repeat:repeat-y;
  border:0;
}

.menu_vertica li a{
  list-style-type:none;
  float:left;
}

.menu_vertical .ul_level_0_normal {
	padding:0px;
  margin:0px;
}

.menu_vertical .li_level_0_normal {
	width:153px;
  float:left;
  padding:0px;
  margin:0px 10px 0px 10px;
  _margin:0px 5px 0px 5px;
  list-style-type:none;
  border-bottom:1px solid #ababaa;
}

.menu_vertical .a_level_0_normal {
  width:133px;
  float:left;
  padding:15px 10px;
  color:white;
  font-size:10pt;
  font-weight:bold;
  text-decoration:none;
  text-align:left;
}

.menu_vertical .a_level_0_normal:hover {
  background-color:#5b5a5a;
}

.menu_vertical .a_level_0_current{
  background-color:#5b5a5a;
  width:133px;
  float:left;
  padding:15px 10px;
  color:white;
  font-size:10pt;
  font-weight:bold;
  text-decoration:none;
}

.menu_vertical .ul_level_1_normal {
	padding:0px 0px 10px 0px;
  margin:0px;
  float:left;
}

.menu_vertical .li_level_1_normal {
	width:100px;
  float:left;
  padding:0px;
  margin:5px 10px 5px 10px;
  list-style-type:none;
}

.menu_vertical .a_level_1_normal {
  padding:15px 10px;
  color:white;
  font-weight:bold;
  text-transform:none;
  font-size:8pt;
  text-decoration:none;
}

.menu_vertical .a_level_1_normal:hover {
  color:#ababaa;
}

.menu_vertical .a_level_1_current {
  color:#ababaa;
  padding:15px 10px;
  font-weight:bold;
  text-transform:none;
  font-size:8pt;
  text-decoration:none;
  
}

/** fim menu vertical **/


#area_esquerda .menu_vertical_rodape{
  width:173px;
  height:19px;
  float:left;
  font-size:0px;
  background-image:url(../images/site/menu_v_bottom.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}


.conteudo_menu{
  min-height:300px;
  height:auto;
  _height:300px;
  float:left;
  padding:10px 27px 0px 0px;
  background-image:url(../images/site/bg_conteudo_left.jpg);
  background-position:top left;
  background-repeat:repeat-x;
}

.conteudo{
  width:94%;
  min-height:300px;
  height:auto;
  _height:300px;
  float:left;
  padding:10px 26px 0px 20px;
  background-image:url(../images/site/bg_conteudo_left.jpg);
  background-position:top left;
  background-repeat:repeat-x;
}

/*
.conteudo h3 {
  font-size:11pt;
  color:white;
  padding:10px 0 5px 0px;
  margin:0 0px 20px 0px;
  text-transform:uppercase;
  border-bottom:1px solid #6e6d6d;
}*/
.conteudo p {
  font-size:8pt;
  color:#000000;
  padding:0 0px 12px 0px;
  margin:0;
}
.conteudo a {
  font-size:8pt;
  color:#000000;
  text-decoration:underline;
  font-style:italic;
}
.conteudo a:hover {
  font-size:8pt;
  color:#000000;
  text-decoration:none;
}
.conteudo hr {
  color:#000000;
}

.conteudo li {
  color:#000000;
}

.conteudo li a{
  color:#000000;
  text-decoration:none;
}

.conteudo li a:hover{
  color:#000000;
  text-decoration:underline;
}

.bt_voltar {
  width:47px;
  height:27px;
  float:right;
  color:white;
  margin:10px 50px 0px 0px;
}


/**
 *  backtracking
 */
.backtracking ul {
  width:100%;
  float:left;
  padding:10px 0 20px 0;
  margin:0px;
}
.backtracking li {
	list-style: none;
	display: inline;
  color:#645e5e;
}
.backtracking a {
  color:#645e5e;
  font-size:10pt;
  text-decoration:none;
}
.backtracking a:hover {
  text-decoration: underline;
}
.backtracking li.last {
  font-weight:bold;
}

/*
 * Formularios
 */
#formulario { 
	font-size:8pt;
  margin:0 auto;
  color:#645e5e;
}

#formulario label{
	font-weight:bold;
}

#formulario input { 
  background-image:url(../images/site/bg_input.gif);
  background-position:top;
  background-repeat:repeat-x;
  border:1px solid #b5b5b5;
	width:349px;
	height:16px;
	font-size:8pt;
  padding:2px;
  color:#645e5e;
}

#formulario input.foto{ 
	width:349px;
	height:25px;
  background-image:url(../images/site/bg_input.gif);
  background-position:top;
  background-repeat:repeat-x;
  border:1px solid #b5b5b5;
	font-size:8pt;
  padding:2px;
  color:#645e5e;
}

#formulario textarea { 
  background-image:url(../images/site/bg_input.gif);
  background-position:top;
  background-repeat:repeat-x;
  border:1px solid #b5b5b5;
	width:349px;
	height:78px;
	font-size:8pt;
  padding:2px;
  color:#645e5e;
}
#formulario select { 
	  background-image:url(../images/site/bg_input.gif);
  background-position:top;
  background-repeat:repeat-x;
  border:1px solid #b5b5b5;
	height:20px;
	font-size:10pt;
  color:#645e5e;
}
#formulario input.fone { 
	width:315px;
	margin-left:3px;
}
#formulario input.ddd { 
	width:20px;
}
#formulario input.cidade { 
	width:285px;
}

#formulario input.radio {
  border:0;
  width:15px;
  height:10px;
}
#formulario .limpar {
	width:56px;
	height:25px;
  background-image:url('../images/site/bt_limpar.gif');
	border:0;
	cursor:pointer;
}
#formulario .enviar {
	width:56px;
	height:25px;
  background-image:url('../images/site/bt_enviar.gif');
	border:0;
	cursor:pointer;
  margin-left:5px;
}

.label_erro {
	color:red;
}

/*
 * categorias
 */
.table_categorias img {
  border:1px solid #dad9d9;
}
.table_categorias a {
  text-decoration:none;
  margin-top:5px;
  font-size:10pt;
}
.table_categorias a:hover {
  text-decoration:underline;
}

/*
 * lightbox galeria show
 */
.lb_slideshow {
  font-size:10pt;
}

.ampliar {
  font-size:10pt;
  background-image:url(../images/site/ampliar.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding-left:20px;
  float:left;
  margin:10px 0 10px 0;
  text-align:left;
}

/*
 * localizacao
 */
.localizacao {
  width:450px;
  margin:10px auto;
}


/*
 * Paginação
 */
.area_paginacao {
  float:left;
  width:658px;
}
.paginacao {
	margin:13px auto;
} 
.paginacao a {
  width:15px;
  height:19px;
	color:#000000;
	text-decoration:none;
  text-align:center;
  padding-top:5px;
  font-size:11px;
  float:left;
  font-weight:bold;
  font-style:normal;
  background-color:#ffffff;
}
.paginacao a:hover {
	background-color:#bababa;
  color:#ffffff;
  font-style:normal;
}
.paginacao a.img {
  width:51px;
  height:23px;
  font-size:0px;
  padding:0 3px 0 3px;
  background:none;
}
.paginacao a.img:hover {
  background:none;
}
.paginacao strong {
  width:15px;
  height:19px;
	color:#000000;
	text-decoration:none;
  text-align:center;
  padding-top:5px;
  font-size:11px;
  float:left;
  background-color:#bababa;
  color:#ffffff;
}

/*
 * Flash
 */
.flash{
  text-align:center;
}

/*
 * rodape
 */
.rodape {
	width:100%;
  float:left;
  color:#a8a8a8;
}
.rodape a {
	font-size:7pt;
  text-decoration:none;
  color:#a8a8a8;
  float:right;
  padding:20px 50px 10px 0px;
}
.rodape a:hover {
  text-decoration:underline;
}