* {
	margin: 0;
	padding: 0;
}

body {	
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #966;
	background-color: #903;
}

p {
	text-align: justify;
	margin-bottom: 10px;
}

a {	
	font-weight: bold;
}

a:link {
	color: #81a056;
}

a:visited {	
	color: #768166;
}

a:hover {
	color: #81a056;
	text-decoration: none;
}

#logotipo {
	width: 538px;
	height: 236px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -1%;
	z-index: 1;
}

#geral {
	width: 800px;
	height: 600px;
	background-color: #fff;
	left: 50%;
	margin-left: -400px;
	top: 50px;
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	background-image: url(../imagens/fundo_branco.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#flash_header {
	position: absolute;
	top: 5px;
	left: 5px;
}

#slideshow {
	position: absolute;	
	right: 235px;
	bottom: 297px;
}

#slideshow img {
	display: none;
}

#conteudo {
	position: absolute;
	width: 499px;
	left: 23px;
	top: 132px;
	height: 445px;
	background-image: url(../imagens/flores.png);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

form {
	overflow: hidden;
}

.direita {
	float: right;
}

.esquerda {
	float: left;
}

h1 {
	text-align: right;
	color: #9c9;
	font-size: 30pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Freestyle Script";
}

.imgH1 {
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url(../imagens/h1_fundo.gif);
	background-repeat: no-repeat;
}

div.grupo {
	border: 0;
	height: 308px;
	overflow: auto;
}

img.foto_pessoal {
	padding: 2px;
	border: 1px solid #F2B88A;
	float: left;
	margin: 0 5px 5px 0;
}

/* --- Menu --- */
#menu {
	height: 30px;
	float: right;
	position: absolute;
	top: 92px;
	right: 277px;
	background-image: url(../imagens/mbutton_fundo.png);
	background-repeat: repeat-x;
	width: 499px;
}

#menu .imagem {
	background-image: url(../imagens/borboletas_menu.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 95px;
	height: 52px;
	position: absolute;
	top: -10px;
	left: -18px;
}


.mbutton_fundo {
	text-align: center;
	padding-right: 13px;
	padding-left: 13px;
	background-image: url(../imagens/mbutton_fundo.png);
	background-repeat: repeat-x;
	height: 30px;
	overflow: hidden;
	position: relative;
	float: right;
	padding-top: 5px;
}

.mbutton_fundo img {
	border: 0;
}

.mbutton_fundo a {
	overflow: hidden;
}

.mbutton_borda_esq {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-image: url(../imagens/mbutton_borda_esq.png);
	background-repeat: no-repeat;
}

.mbutton_borda_dir {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;;
	background-image: url(../imagens/mbutton_borda_dir.png);
	background-repeat: no-repeat;
}

#submenu {
	position: absolute;
	overflow: hidden;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	list-style: none;
	background-color: #fff;
	display: none;
	margin: 0;
	background-image: url(../imagens/submenu_fundo.jpg);
	background-repeat: repeat-x;
	border: 1px solid #F2B88A;
	border-top: 0;
	border-bottom-width: 3px;
}

#submenu a:link {
	padding-left: 17px;
}

#submenu a:visited {
	padding-left: 17px;
	background: url(../imagens/submenu_marcador.png) no-repeat 0px 3px;
}

#submenu ul {
	list-style: none;
	border-top: 2px solid #acd078;
	margin-bottom: .4em
}

#submenu>ul {
	border: 0;
}

#submenu ul li ul {
	display: none;
}

#submenu ul li ul li {
	margin-left: 30px;
}

#submenu ul li a:link {
	text-decoration: none;
	color: #da2866;
}

#submenu ul li a:visited {
	color: #da2866;
	text-decoration: none;
}

#submenu ul li ul li a:link {
	text-decoration: none;
	color: #d09e78;
	font-weight: normal;
}

#submenu ul li ul li a:visited {
	color: #d09e78;
	text-decoration: none;
}

#submenu ul li a:hover, #submenu ul li ul li a:hover {
	text-decoration: underline;
}

#submenu .fechar, #submenu .minimizar {
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	top: 6px;
}

.fechado {
	padding-bottom: 0;
	padding-top: 20px;
	height: 0px;
}

#submenu .fechar {
	right: 5px;
}

#submenu .minimizar {
	right: 24px;
}

#submenu ul {
	z-index: 1;
	position: relative;
}

#submenu_bottom {
	background-image: url(../imagens/float_bottom.png);
	height: 59px;
	width: 180px;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	left: 0;
	z-index: 0;
}

/* --- Lightbox --- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#lightbox-container-image-data-box {overflow: hidden !important;}

#outerImageContainer{ position: relative; background-color: #fff0e5; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff0e5; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #c4245c; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*--- FORM ---*/
form {
	display: block;
    height: 357px;
    overflow: auto;
    width: 100%;
    position: relative;
}

.informacao {
	margin-top: 10pt;
    overflow: hidden;
    display: block;
	clear: both;
}


.informacao label {
	display: block;
	float: left;
	width: 100px;
	margin-right: 5px;
	text-align: right;
}

.informacao.cb {
	float: left;
}

.informacao.cb label {
	width: auto;		
}

.informacao.cb label {
	padding-left: 105px;
}

.informacao label.error {
	width: auto;
	float: none;
	clear: both;
	text-align: left;
	margin-left: 105px;
	font-weight: bold;
}

.inputfoco {
	border: 2px solid #da2765;
	background-color: #f3f2dd;
}

.input {
	color: #6a8f35;
}

.toolbar {
	text-align: right;
	padding: 3px;
	padding-top: 8px;
	padding-right: 0;	
	clear: both;
}

.toolbar input {
	background-color: #da2765;
	font-weight: bold;
	color: #fff;
	border-width: 3px;
	border-style: solid;
	border-color: #fff;
	border-right-color: #ccc;
	border-bottom-color: #999;
	height: 28px;
	padding: 0 3px 2px 3px;
	background-image: url(../imagens/button_pattern.png);
	background-repeat: repeat-x;
	margin: 0 1px;
	cursor: pointer;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 14px;
	overflow: hidden;
}

.paginacao {	
    display: inline;
    margin: 5px;
}

.destaque {
	margin-top: 4px;
	margin-left: 107px;
	padding: 2px;
	border: 1px solid #F2B88A;
}

div.informacao span.destaque {
	border: 0;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/*-- GALERIA --*/
.container_geral {
	overflow: auto;
	clear:both;
}

.thumb_container {
    padding: 0;
    width: 142px;
	padding-right: 6px;
    height: 142px;
    overflow: hidden;
    float: left;   
	background: url(../imagens/shadowAlpha.png) no-repeat bottom right;
	margin: 6px 8px !important;
	margin: 10px 0 0 5px;
	position: relative;
	display: table;
}

.thumb_container div {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* --- IE --- */
.thumb_container table {	
	width: 100%;
	height: 100%;
}

.thumb_container table td {
	text-align: center;
	vertical-align: middle;
}

form .thumb_container {
	margin-left: 2px !important;
	display: table;
}

.thumb_container a {
    display: table-cell;
    vertical-align: middle;
	overflow: hidden;
    text-align: center;	
}

.thumb_container input {
	margin-left: 5px;	
	margin-top: 5px;
	position: relative;
}

.thumb_container a img {
    border: 0;
}

.thumb_container img {
	cursor: pointer;
}

.thumb_container.hover {
	background-image: url(../imagens/shadowAlphaHover.png) !important;
}

form#fotosExcluir div.grupo {
	height: 308px;
}

div.invisivel {
	display: none;
}

/* ----- PRODUTOS */
.parceiro_container {
	overflow: hidden;	
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	padding-top: 14px;
	margin: 0 5px 10px 5px;
	background-color: #f9f9e6;
	border-bottom: 2px solid #aaa;
	position: relative;
}

.parceiro_container .img_container {
	width: 135px;
	margin-right: 10px;
	border-right: 1px dashed #aaa;
	float: left;
	text-align: center;
}

.parceiro_container.hover .img_container {
	border-right: 1px dashed #F2B88A;
}

.parceiro_container input {
	margin-right: 3px;
}

.parceiro_container.hover {
	background-image: url(../imagens/inner_pattern_hover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f7f8e5;
	border-bottom: 2px solid #d4819e;
}

.parceiro_container.hover img, form#produtosExcluir label.hover img {
	border: 1px solid #F2B88A;
}

.parceiro_container img, form#produtosExcluir label img {
	background-color: #fff;
	padding: 2px;
	border: 1px solid #aaa;
	margin-right: 10px;
	margin-bottom: 10px;
}

.parceiro_container h3, form#produtosExcluir label h3 {
	color: #b7355d;
	overflow: hidden;
	border-bottom: 2px solid #F2B88A;
	padding: 3px 0;
	margin-bottom: 5px;
	background: url(../imagens/flor_pattern.png) no-repeat right;
}

form#produtosAtualizar .destaque, form#fotosAtualizar .destaque {
	margin-left: 107px;
	padding: 2px;
	border: 1px solid #F2B88A;
}

form#produtosExcluir div.grupo {
	height: 308px;	
}

/*---- CATEGORIAS */
form#categoriasExcluir label {
	display: block;
	margin-left: 100px;
	margin-bottom: 3px;
}

form#categoriasExcluir div.grupo {
	height: auto;
}

/*----- CONTEUDO */
form#conteudoExcluir div.grupo {
	height: auto;
}

form#conteudoAtualizar .informacao label {	
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}

form#conteudoAtualizar .informacao>div {
	clear: both
}

div.infocontato {
	margin-left: 105px;
	margin-top: 5px;
	position: relative;
}

div.infocontato.destaque {
	font-weight: bold;
	border: 0;
	padding: 0;
}

label.recuo {
	display: block;
	clear: none;
	margin-bottom: 5px;
}

/* -- DEPOIMENTOS --*/
a.enviar_depoimento {
	color: #da2765;
	font-weight: bold;
	display: block;
	float: left;
	padding-left: 35px;
	padding-right: 5px;
	margin-bottom: 2em;
	text-decoration: none;
	background-image: url(../imagens/mail.gif);
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 5px;
	border-bottom: 2px solid #F4BA8E;	
	background-color: #FFEFE3;
}

.depoimento {	
	padding-bottom: .8em;
	overflow: hidden;
	display: block;
	margin: 0 .4em .8em;
	background-image: url(../imagens/inner_pattern3.png);
	background-repeat: repeat-x;
	position: relative;
}

.depoimento div.img_container {
	width: 130px;
	text-align: center;
	float: left;
	margin-top: 10px;
}

.depoimento img {
	padding: 2px;
	border: 1px solid #F2B88A;
	background-color: #fff;
}

.depoimento a {
	margin-top: 30px;
	display: block;
	position: relative;
	margin-left: 140px;
}

form .depoimento a {
	margin-left: 155px;
}

.depoimento input {
	display: inline;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.depoimento span {
	float: left;
	line-height: 20px;
	margin-left: 5px;
}

.depoimento blockquote {
	font-style: italic;
	text-align: center;	
	display: block;
	vertical-align: middle;
	margin-top: 30px;
}

.depoimento div.assinatura {	
	color: #da2765;
	font-weight: bold;	
	overflow: hidden;
	position: relative;
	float: right;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
}

.observacao {
	margin: 1.4em 0;
	text-align: justify;
	border: 2px solid #F4BA8E;
	padding: .3em;
	background-color: #FFEFE3;
}

#depoimentosAtualizar label.error {
	display: block;
	font-weight: bold;
}

#foto_wrap_list {
	display: block;
	clear: both;
	overflow: hidden;
	float: none;
	width: 70% !important;
	margin-left: 110px;
}

#foto_wrap_list>div {
	position: relative;
	width: 100%;
}

form#fotosInserir {
	overflow:hidden;
}

form#fotosInserirPorCategoria {
	overflow:hidden;
}

.vcard {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	font-size: .9em;
}

.simplemodal-close {
	position: absolute;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
	background-image: url(../imagens/fechar.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0 5px 26px;
}

div.loading {
	width: 100%;
	height: 100%;
	background-image: url(../imagens/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}