/*CSS IFE*/

* {
  font-family:Arial, "Nimbus Sans L";
}

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

img {
  border:0;
}

a {
  text-decoration:none;
}

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

#cabecalho {
	width:994px;
	height:136px;
	float:left;
	background-image:url(../images/site/bg_topo.gif);
	background-repeat:repeat-y;
  background-position:center;
  margin:0 0 0 5px;
  display:inline;
}
.topo_site {
  width:1003px;
	height:8px;
	float:left;
	background-image:url(../images/site/top_site.jpg);
  font-size:0px;
}
.topo {
  width:979px;
  height:135px;
  margin-left:8px;
  float:left;
  display:inline;
  background-image:url(../images/site/fundo_topo.jpg);
	background-repeat:repeat-x;
}

.topo .fone_topo{
  color:red;
  font-size:16px;
  text-align:center;
  margin:20px 0px 0px 0px;
}

.logo {
  float:left;
  margin:5px 0 0 9px;
  display:inline;
}

#flash {
  float:left;
  margin:0 0 0 12px;
  display:inline;
}


/*
 * Menu
 */
#menu {
	float:left;
	width:986px;
	height:50px;
  display:inline;
	margin:0 0 0 9px;
}


#menu .menu_left{
	width:5px;
	height:50px;
  float:left;
	background-image:url(../images/site/menu_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 0 0px;
	_margin:0 0 0 0px;
  padding:0;
}

#menu .menu_right{
	width:5px;
	height:50px;
  float:left;
	background-image:url(../images/site/menu_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 0px 0 0;
  padding:0;
}


#menu ul {
	width:976px;
	height:50px;
	float:left;
	background-image:url(../images/site/bg_menu.gif);
	background-repeat:repeat-x;
  margin-left:0px;
	margin:0;
  padding:0;
  text-align:center;
  list-style:none;
}
#menu ul li {
	display:inline;
	font-size:13px;
	text-align:center;
	padding:0;
 	margin:0;
	float:left;
	color:#FF0000;
}
#menu ul li a {
  height:29px;
	color:#ffffff;
	text-decoration:none;
  font-weight:bold;
  margin:0px 1px;
  padding:12px 12px 0px 12px;
  float:left;
}
#menu ul li a:hover {
	background-image:url(../images/site/bg_menu_hover.gif);
}
#menu ul li.visitado a {
  height:29px;
	color:#ffffff;
	text-decoration:none;
  font-weight:bold;
  margin:0px 1px;
  padding:12px 12px 0px 12px;
  float:left;
	background-image:url(../images/site/bg_menu_hover.gif);
}
#menu ul li.linha_menu {
	width:6px;
	height:42px;
	font-size:0px;
	background-image:url(../images/site/linha_menu.gif);
	background-repeat:no-repeat;
}

/*
 * area restrita
 */
.area_restrita {
  width:255px;
  height:77px;
  background-image:url(../images/site/fundo_area_restrita.jpg);
  float:right;
  margin:16px 2px 0 0;
}
.area_restrita h4 {
  width:120px;
  margin:6px 0 0 10px;
  padding:0;
  color:#e2401f;
  float:left;
  font-size:13pt;
}
.area_restrita form {
  margin:2px 0 0 0;
  padding:0;
  color:#2b2c2b;
  font-size:10pt;
  float:left;
}
.area_restrita form table {
  margin:0 0 0 10px;
}
.area_restrita form input {
  width:176px;
  height:14px;
  padding:0 2px 2px 2px;
  background-image:url(../images/site/bg_input.gif);
	background-repeat:repeat-x;
  border:1px solid #e20b00;
}
.area_restrita form input.senha {
  width:134px;
}
.area_restrita form input.bt_ok {
  width:37px;
  height:20px;
  background-image:url(../images/site/bt_ok.gif);
  border:0;
  cursor:pointer;
}
.area_restrita p {
  width:100%;
  font-size:10pt;
  text-align:center;
  color:#2b2c2b;
  margin:0;
  padding:0;
  float:left;
}
.area_restrita .sair {
  width:37px;
  height:20px;
  background-image:url(../images/site/bt_sair.gif);
  border:0;
  cursor:pointer;
  display:block;
  float:right;
  margin:0 10px 0 0;
}
.erro_login {
  float:right;
  color:red;
  font-size:10pt;
  margin:5px 5px 0 0;
}

/*
 * CORPO HOME
 */
#corpo-home {
	width:986px;
	padding:0 0 10px 0;
	margin:0 0 0 9px;
	float:left;
	display:inline;
  background-color:#fffffd;
  background-image:url(../images/site/base_site.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}
#corpo-home p {
	font-size:10pt;
	padding:0 0 10px 0;
    margin:0;
    color:#3b3a3a;
}
#corpo-home .destaque_left h3 {
    width:582px;
	font-size:14pt;
	text-align:left;
    padding:0 0 3px 0;
 	margin:0 auto 10px auto;
	color:#2b2c2b;
    border-bottom:2px solid #ff0000;
}

#corpo-home .destaque_right h3 {
    width:250px;
	font-size:14pt;
	text-align:left;
    padding:0 0 3px 0;
 	margin:0 auto 10px auto;
	color:#2b2c2b;
    border-bottom:2px solid #ff0000;
}


#corpo-home h4 {
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 20px 0px;
}

/*
 * CORPO
 */
#corpo {
	width:986px;
	padding:0 0 10px 0;
	margin:0 0 0 9px;
	float:left;
	display:inline;
  background-color:#fffffd;
  background-image:url(../images/site/base_site.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}
#corpo p {
	font-size:10pt;
	padding:0 0 10px 0;
    margin:0;
    color:#3b3a3a;
}
#corpo h3 {
    width:900px;
	font-size:14pt;
	text-align:left;
    padding:0 0 3px 0;
 	margin:0 auto 10px auto;
	color:#2b2c2b;
    border-bottom:2px solid #ff0000;
}
#corpo h4 {
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 20px 0px;
}

/*
 * home
 */
.destaque_left {
  width:557px;
  height:260px;
  float:left;
  padding:10px 60px 0 30px;
  margin:0 0 10px 0;
  background-image:url(../images/site/destaque1.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}
#corpo .destaque_left p {
  width:582px;
  margin:0 auto;
}
.destaque_left a {
  float:right;
  margin-top:10px;
}
.destaque_left img {
  padding:9px;
  background-image:url(../images/site/fundo_img_destaque.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
}
.destaque_left a img {
  background:none;
  padding:0;
}

.destaque_right {
  width:339px;
  height:260px;
  float:left;
  padding:10px 0 0 0;
  margin:0 0 10px 0;
  background-image:url(../images/site/destaque2.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}
.destaque_right img {
  margin-bottom:10px;
}
#corpo .destaque_right h3 {
  width:240px;
}

/*
 * Enquete
 */
.botao_votar{
  width:47px;
  height:25px;
  background-image:url(../images/site/bt_votar.gif);
  border:0;
  cursor:pointer;
  float:right;
  margin:13px 0 0 0;
}

#caixa_opcoes_enquete {
  width:240px;
  margin:0 auto;
  font-size:10pt;
  color:#555454;
}

#form_enquete label {
  padding:0px 0px 0px 5px;
}

#corpo p.enquete_error {
  color:red;
  margin:0;
  padding:2px 0 0 0;
}

.enquete_percentagem_true,
.enquete_percentagem_false {
  height:15px;
  font-size:0px;
  float:left;
}
.enquete_percentagem_true {
  background-color:#D72917;
}
.enquete_percentagem_false {
  background-color:#EC5E56;
}


/*
 * conteudo
 */
.conteudo {
  width:100%;
  background-image:url(../images/site/fundo_conteudo.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  float:left;
  padding:15px 0 10px 0;
  margin-bottom:12px;
  min-height:270px;
  _height:270px;
}

.texto {
  width:900px;
  float:left;
  margin-left:22px;
  display:inline;
}
.texto a {
  color:#555454;
}
.texto a:hover {
  text-decoration:underline;
}

.bt_voltar {
  float:right;
  margin:10px 0;
}


/*
 * menu vertical
 */
.menu_vertical {
	width:132px;
	float:left;
	padding:0px;
	margin:0 0 0 22px;
  display:inline;
  border:1px solid #d0d0d0;
}
.menu_vertical UL {
	padding: 0;
	margin: 0;
  list-style: none;
}
.menu_vertical LI {
  font-size: 12px;
	padding: 0;
	margin: 0;  
  text-align: left;
}
.menu_vertical LI A {
  vertical-align: bottom; /* This fixes the IE5 IE6 IE6 gap between LIs! */
}
.menu_vertical .ul_level_0_normal {
	width: 131px;
}
.menu_vertical .li_level_0_normal {
	border:1px solid #ffffff;
}

.menu_vertical .a_level_0_normal {
  width:115px;
  height:20px;
	display: block;
  font-weight: bold;
  background-color: #ebeaea;
	padding:10px 0 0 15px;
	text-decoration: none;
	color: #a4a4a4;
}
.menu_vertical .a_level_0_current {
  width:115px;
  height:20px;
	display: block;
  font-weight: bold;
	padding:12px 0 0 15px;
	text-decoration: none;
	color:#ee6806;
  background-color:#fdd1ab;
}
.menu_vertical .a_level_0_normal:hover {
  color:#ee6806;
  background-color:#fdd1ab;
}

.menu_vertical .a_level_1_normal {
  width:115px;
  height:20px;
	display: block;
  background-color: #ebeaea;
	padding:10px 0 0 15px;
	text-decoration: none;
	color: #a4a4a4;
  border-top:1px solid #838281;
  border-bottom:1px solid #838281;
}
.menu_vertical .a_level_1_current {
  width:115px;
  height:20px;
	display: block;
	padding:12px 0 0 15px;
	text-decoration: none;
	color:#ee6806;
  background-color:#fdd1ab;
  border-top:1px solid #838281;
  border-bottom:1px solid #838281;
}
.menu_vertical .a_level_1_normal:hover {
  color:#ee6806;
  background-color:#fdd1ab;
}


/*
 * Formularios
 */
#formulario { 
	font-size:10pt;
	font:bold;
	margin:0px auto;
}

#formulario label {
	font-weight:bold;
	text-align:right;
}
#formulario input { 
	border:1px solid #ff3333;
	width:259px;
	height:12px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario input.fone { 
	width:229px;
}
#formulario input.ddd { 
	width:20px;
}
#formulario input.cidade { 
	width:198px;
}
#formulario select { 
	border:1px solid #ff3333;
	height:20px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario textarea { 
	border:1px solid #ff3333;
	width:259px;
	height:102px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario .limpar {
	width:50px;
	height:24px;
	border:0;
	cursor:pointer;
	padding:0px;
	margin:5px 5px 0px 0px;
	background-image:url(../images/site/bt_limpar.gif);
}
#formulario .enviar {
	width:50px;
	height:24px;
	border:0;
	cursor:pointer;
	padding:0px;
	margin:5px 5px 0px 0px;
	background-image:url(../images/site/bt_enviar.gif);
}

#formulario label.label_erro {
	color:red;
}


/*
 * rodape
 */
#rodape {
	width:974px;
	height:49px;
	clear:both;
	background-image:url('../images/site/bg_rodape.gif');
	background-repeat:repeat-x;
	text-align:center;
  border:1px solid #aeaeae;
  margin:9px auto 0 auto;
}

#rodape address {
	font-size:10pt;
	font-style:normal;
  color:#464646;
	padding:20px 0px 0px 0px;
}

#rodape A {
	font-size:11px;
	text-decoration:none;
}
#rodape A:hover {
  text-decoration:underline;
}

.assinatura {
  font-size:10pt;
  width:100%;
}
.assinatura a {
  float:right;
  text-decoration:none;
  text-align:right;
  margin:7px 6px 0 0;
  padding:0;
  color:#464646;
}
.assinatura a:hover {
  text-decoration:underline;
}

/*
 * lightbox galeria show
 */
.lb_slideshow {
  font-size:12px;
}

/*
 * Produtos
 */
.none_desc {
  margin:14px 0 0 0px;
  float:left;
  width:450px;
  text-align:left;
  _margin-left:45px;
}
.nome_prod {
  font-size:14px;
}

.galeria_produtos {
  width:420px;
  margin:14px 0 0 10px;
  float:left;
}
.galeria_produtos img {
  margin:5px 5px 0 0;
  float:left;
  _margin-right:2px;
}
.galeria_produtos .imgs img {
  margin:5px 5px 0 0;
  float:left;
  _margin-left:2px;
}

.ampliar {
  width:177px;
  font-size:11px;
  background-image:url(../images/site/ampliar.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding-left:20px;
  float:left;
  margin-top:10px;
  text-align:left;
  color:#555454;
}

/*
 * localizacao
 */
.mapa_localizacao {
  width:430px;
  margin:20px auto;
}

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