@CHARSET "ISO-8859-1";

body {
	font: 13px verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
.no_background{
	background-image: none;
}
.bg_geracao{
    background-color: #000;
}
.out_body{
	
}
.body_geracao {
	width: 800px;
}
button {
	font-family: verdana;
}






/* AD POPUP */

.ad_popup {
	display: none;
	visibility: hidden;
	text-align: center;
	width: 500px;
	background-color: #EEE;
	font-family: arial;
	font-size: 12px;
	position: absolute;
	opacity: 0;
	filter: alpha-opacity('0');
	background-image: url("../images/ad_bg_mid.jpg");
	background-repeat: repeat-y;
	background-color: #DDD;
	text-align: center;
}
.ad_popup img, .ad_popup p, .ad_popup h1, .ad_popup h2{
	margin: 20px;
}
.ad_popup_top {
	background-image: url("../images/ad_bg_top.jpg");
	height: 29px;
	width: 500px;
	text-align: right;
}
.ad_popup_bottom {
	background-image: url("../images/ad_bg_bottom.jpg");
	height: 31px; 
	width: 500px;
}
.close_ad {
	text-decoration: none;
	color: #000;
	margin-right: 20px;
	cursor: pointer;
}
.ad_popup_bottom a {
	font-size: 13px;
	text-decoration: none;
	color: #333;
}
.ad_popup_bottom a:hover {
	font-weight: bold;
	color: #000;
}





/* CABECALHO */

.cabecalho {
	height: 153px;
	/*background: #f7e7d0 url("../images/banner.jpg");*/
}
.cabecalho_produtos {
	height: 153px;
	background: #f7e7d0 url("../images/banner_bg.jpg");
}
.cabecalho_produtos a {
	display: block;
	height: 140px;
	float: left;
	width: 180px;
}
.cabecalho a {
	display: block;
	height: 140px;
}
.banner_produtos {
	float: right;
	width: 620px;
	height: 135px;
}







/* CORPO */


h1 {
	font-size: 18px;
}

.geracao_header {
	margin-top: 10px;
	margin-bottom: 10px;
}
.geracao_h1 {
	height: 30px;
	color: #f7e7d0;
	font-size: 18px;
	font-weight: bold;
	background-image: url("../images/h1_bg.gif");
	background-position: center;
	background-repeat: repeat-x;
}
.geracao_h1_left {
	background-image: url("../images/h1_left.gif");
	background-repeat: no-repeat;
	height: 30px;
	width: 60px;
}
.geracao_h1_right {
	background-image: url("../images/h1_right.gif");
	background-repeat: no-repeat;
	height: 30px;
	width: 60px;
}
h2 { font-size: 16px; }
h3 { font-size: 13px; }

.corpo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 180px;
	min-height: 350px;
	_height: 350px;
	text-align: left;
	background-image: url("../images/bg6.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-y;
	/*background-color: #f7e7d0;*/
	border-left: solid 1px #84807d;
}
.ultima_alter {
	padding-top: 10px;
	width: 100%;
	float: right;
	font-size: 9px;
	text-align: right;
}
.lista li {
	margin-bottom: 10px;
	list-style-type: circle;
}
.lista li a {
	display: block;
	color: #000;
}
.lista li:hover{
	list-style-type: disc;
}
.lista li a:hover{
	font-weight: bold;
}
.corpo a {
	text-decoration: none;
	color: #999;
}
.corpo a:hover {
	color: #000;
}
.corpo img {
	margin: 5px;
}
.voltar{
	color: #FFF;
	width: 98px;
	height: 25px;
	text-align: center;
	background: none;
	background-image: url("../images/voltar_bg.gif");
	border: none;
	cursor: pointer;
	float: left;
	padding-bottom: 3px;
}
.box_pesquisa {
	float: right;
}
.box_pesquisa form {
	display: inline;
}
.input_pesquisa {
	border: solid 1px #BBB;
	background-color: #fff3db;
}
.button_pesquisa {
	border: none;
	background: none;
	background-image: url("../images/pesquisar_bg.gif");
	height: 25px;
	width: 120px;
	color: #FFF;
	cursor: pointer;
	padding-bottom: 3px;
}
.box_indicar_pagina {
	/*float: right;*/
	margin-top: 15px;
	width: 100%;
	text-align: right;
	display: none;
	visibility: hidden;
}
.button_link_indicar_pagina{
	margin-top: 15px;
	text-align: right;
}
.button_indicar {
	border: none;
	background: none;
	background-image: url("../images/indique_bg.gif");
	height: 25px;
	width: 220px;
	color: #FFF;
	cursor: pointer;
	padding-bottom: 3px;
}
.button_enviar_mensagem {
	border: none;
	background: none;
	background-image: url("../images/enviar_mensagem_bg.gif");
	height: 25px;
	width: 180px;
	color: #FFF;
	cursor: pointer;
	padding-bottom: 3px;
}
.button_indicar:hover, .voltar:hover, .button_pesquisa:hover, .button_enviar_mensagem:hover {
	font-weight: bold;	
}
.produto_destaque {
	border: none;
	background: none;
	background-image: url("../images/produto_destaque.gif");
	height: 30px;
	width: 250px;
	color: #f7e7d0;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
}






/* MENU */


.menu {
	width: 170px;
	background-repeat: repeat-y;
	float: left;
	position: absolute;
}
.menu_top {
	background-image: url("../images/menu_top.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 66px;
	width: 170px;
}
.menu_bottom {
	background-image: url("../images/menu_bottom.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 65px;
	width: 170px;
}
.menu_item {
}
.menu_item, .selected {
	padding-top: 4px;
    color: #FFF;
    height: 21px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("../images/menu_item.jpg");
}
.menu_item:hover, .selected:hover{
    background-image: url("../images/menu_item_hover.jpg");
}
.submenu_top{
	width: 170px;
	height: 12px;
	background-image: url("../images/submenu_top.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
.submenu_bottom{
	width: 170px;
	height: 12px;
	background-image: url("../images/submenu_bottom.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
.submenu {
	text-align: center;
	width: 170px;
	background-image: url("../images/submenu_mid.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px;
}
.submenu a, .submenu a:hover {
	color: #FFF;
}
.submenu_item, .submenu_item_selected {
	color: #FFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	width: 136px;
	margin-left: 17px;
	*margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 0;
	padding-top: 3px;
	margin-top: 0;
	background-image: url("../images/submenu_separator.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}
.cat_selected {
	color: #feba79;
}
.submenu_item:hover, .submenu_item_selected:hover, .cat_selected:hover {
	background-color: #d99161;
	color: #FFF;
}
.submenu_item:hover .cat_selected, .submenu_item_selected:hover .cat_selected{
	background-color: #d99161;
	color: #FFF;
}
.submenu_item_selected{
	color: #DDD;
}
.grupoweb, .grupoweb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.grupoweb ul {
	display: none;
}
.grupoweb li ul li{
	*margin-left: -15px;
}
.grupoweb li:hover ul {
	display: block;
	margin-left: 140px;
	*margin-left: 55px;
	position: absolute;
	margin-top: -35px;
}
.relacao_subgrupoweb {
	float: left;
	width: 385px;
	margin-bottom: 20px;
	padding-left: 215px;
}
.relacao_grupoweb {
	float: left;
	width: 100%;
}







/* RODAPE */

.rodape {
	width: 799px;
	color: #FFF;
	background-color: #231f20;
	background-image: url("../images/rodape.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	border-left: solid 1px #84807d;
	border-right: solid 1px #84807d;
	border-bottom: solid 1px #84807d;
}
.rodape a{
	color: #FFF;
	text-decoration: none;
}
.rodape a:hover {
	text-decoration: underline;
}
.rodape span{
	text-align: center;
}
.adm_link{
	font-weight: bold;
}
.adm_link a{
	color: #231f20;
	text-decoration: none;
	opacity: 0;
	filter: alpha-opacity(0);
}
.adm_link a:hover{
	color: #FFF;
	opacity: 1;
	filter: alpha-opacity(100);
}
.logo_objetiva_watermark {
	width: 170px;
	height: 40px;
	float: left;
	display: block;
	background-image: url("../images/objetiva_logo_watermark.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
.info_rodape_right {
	font-size: 11px;
	width: 626px;
	float: right;
	padding-top: 10px;
	border-right: solid 1px #837f7c;
	padding-bottom: 10px;
}
.info_rodape_left {
	width: 170px;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}






/* PRODUTOS */

.paginacao{
}
.box_paginacao {
	
	background-image: url("../images/grad.png");
	_background-image: url("../images/grad.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.paginacao a{
	text-decoration: none;
	color: #999;
	display: inline;
}
.paginacao a:hover{
	text-decoration: none;
	color: #000;
	background-color: #feba79;
}
.produto{
	float: left;
	border: none;
	text-align: center;
	background-color: #FFF;
}
.produto:hover{
	background-color: #feba79;
}
.produto img {
	border: none;
}
.produto h3 a{
	color: #000;
}
.produto:hover a {
	color: #000;
}
.produto:hover a:hover {
	font-weight: bold;
}
.linha_produtos{
	float: left;
	width: 600px;
	margin-bottom: 20px;
	background-color: #FFF;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}
.produto_desc {
	
}
.img_produto_box, .img_select{
	width: 100%;
	/*background-color: #fff3db;*/
	background-color: #FFF;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.produto_action_bar {
	width: 100%;
	/*float: left;*/
	margin-top: 10px;
	display: block;
}
.destaque {
	/*float: left;*/
	font-weight: bold;
	color: #000;
	background-color: #FEE7BF;
}



/* ADM */

.body_adm {
	font: 12px arial, verdana, sans-serif;
    background-color: #FFF;
    margin: 0;
    padding: 0;
}
.menu_adm{
	font-size: 12px;
	text-align: left;
	margin: 5px;
	background-image: url("../images/adm_menu_mid.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}
.menu_adm img {
	border: outset 2px #FFF3DE;
	margin-left: 20px;
}
.menu_adm_top{
	background-image: url("../images/adm_menu_top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 16px;
	width: 165px;
}
.menu_adm_bottom{
	background-image: url("../images/adm_menu_bottom.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 23px;
	width: 165px;
}
.menu_adm a{
	display: block;
	text-decoration: none;
	border: solid 1px #FFF3DE;
	color: #000;
	width: 135px;
	padding: 5px;
	margin-right: 10px;
	margin-left: 5px;
}
.menu_adm a:hover{
	border: solid 1px #CCC;
	background-color: #FEE7BF;
}
.menu_adm a:focus, .menu_adm a:active{
	border: solid 1px #CCC;
	background-color: #EEE;
}
.cabecalho_menu_adm {
	border: solid 1px #CCC;
	background-color: #FEE7BF;
	color: #000;
	width: 130px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center; 
}
.adm_bar{
	text-align: center;
	margin: 5px;
	height: 60px;
	background-image: url("../images/adm_bar_mid.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
.adm_bar_left{
	width: 15px;
	height: 70px;
	background-image: url("../images/adm_bar_left.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	
}
.adm_bar_right{
	width: 19px;
	height: 70px;
	background-image: url("../images/adm_bar_right.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
}
.adm_button_bar{
	padding-top: 12px;
	text-align: center;
	float: left;
}
.adm_button, .button {
	text-align: center;
	background-image: url("../images/button_background.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FEE7BF;
	border: outset 1px #FEE7BF;
}
.tituloTabela, .tituloTabela th {
	font-weight: bold;
	text-align: center;
	background-image: url("../images/button_background.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FEE7BF;
}
.adm_button:hover, .button:hover, .tituloTabela th:hover{
	background-image: url("../images/button_background_hover.jpg");
}
.tituloTabela th:hover {
	cursor: pointer;
	background-position: top left;
	background-repeat: repeat-x;
}
.adm_button:active, .button:active, .tituloTabela th:active,
.adm_button:focus, .button:focus, .tituloTabela th:active{
	background-image: url("../images/button_background_active.jpg");
}
.sortableitem {
	text-align: center;
	cursor: move;
	width: 160px;
	height: 20px;
	list-style: none;
	border: solid 1px #333;
	margin: 5px;
}
.adm_link {
	margin-right: 10px;
}



/* LOGIN */

.login_box{
	width: 305px;
	/*background-color: #FFF3DE;*/
	background-image: url("../images/login_box_mid.jpg");
	background-position: top left;
	background-repeat: repeat-y; 
}
.login_box_top{
	height: 26px;
	background-image: url("../images/login_box_top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
.login_box_bottom{
	height: 35px;
	background-image: url("../images/login_box_bottom.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}




/* PESQUISA */

.conteudoTabela0, .conteudoTabela1{
	background-color: #FFF3DE;
}
.conteudoTabela0 a, .conteudoTabela1 a{
	color: #000;
	text-decoration: none;
}
.conteudoTabela0 a, .conteudoTabela1 a{
	color: #000;
}
.conteudoTabela0:hover, .conteudoTabela1:hover{
	background-image: url("../images/button_background_active.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FEE7BF;
}
.conteudoTabela0:hover a, .conteudoTabela1:hover a{
	text-decoration: underline;
}
.banner a{
	color: #000;
	text-decoration: none;
}
.banner a:hover{
	text-decoration: underline overline;
}
.banner{
	background-image: url("../images/banner_pesquisa_mm.jpg");
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #FFF3DE;
	margin: 5px;
}
.banner_top{
	width: 100%;
	border: solid 1px #000;
}
.banner_top_left{
	float: left;
	background-image: url("../images/banner_pesquisa_tl.jpg");
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
}
.banner_top_right{
	float: right;
	background-image: url("../images/banner_pesquisa_tr.jpg");
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
}
.banner_bottom{
	width: 100%;
	height: 25px;
	background-image: url("../images/banner_pesquisa_bm.jpg");
	background-repeat: repeat-x;
}
.banner_bottom_left{
	float: left;
	background-image: url("../images/banner_pesquisa_bl.jpg");
	background-repeat: no-repeat;
	width: 15px;
	height: 25px;
}
.banner_bottom_right{
	float: right;
	background-image: url("../images/banner_pesquisa_br.jpg");
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}
