/* CSS Mothers Chocolate */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: left;
	background-color: #F8F6EA;
}

/*fundo do menu topo*/
.bg_menu_topo {
	background-image: url(imagens/bg_menu_topo.jpg);
	background-repeat: no-repeat;
	width: 695px;
	height: 105px;
}

/*fundo do menu lateral*/
.bg_lateral {
	background-image: url(imagens/bg_menu.jpg);
	background-repeat: repeat-y;
}

/*fundo da newsletter*/
.bg_newsletter {
	background-image: url(imagens/bg_newsletter.jpg);
	background-repeat: no-repeat;
	width: 205px;
	height: 181px;
}

/*fundo da busca*/
.bg_busca {
	background-image: url(imagens/bg_busca.jpg);
	background-repeat: no-repeat;
	width: 292px;
	height: 43px;
	_width: 500px;
	_height: 43px;
}

/*fundo de produtos*/
.bg_produtos {
	background-image: url(imagens/bg_produtos.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 128px;
}

/*fundo do menu rodapé*/
.bg_menu_rodape {
	background-image: url(imagens/bg_menu_rodape.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 26px;
}

/*texto menu*/
.texto_menu {
	font-family: tahoma; font-size: 13px; color: #3F230B;
	padding: 4px;
}

.texto_menu a {
	font-family: tahoma; font-size: 13px; color: #3F230B; text-decoration: none;
	padding: 5px 0 0 30px;
	display: block;
}

.texto_menu a:hover {
	font-family: tahoma; font-size: 13px; color: #3F230B; text-decoration: none;
	background: url(imagens/img_seta_menu.jpg) no-repeat 0px center;
}

/*texto título*/
.texto_titulo {
	font-family: tahoma; font-size: 14px; color: #716246; font-weight: bold;
}

/*texto bege*/
.texto_bege {
	font-family: tahoma; font-size: 11px; color: #958B60;
}

.texto_bege a {
	font-family: tahoma; font-size: 11px; color: #958B60; text-decoration: none;
}

.texto_bege a:hover {
	font-family: tahoma; font-size: 11px; color: #958B60; text-decoration: underline;
}

/*texto marrom*/
.texto_marrom {
	font-family: tahoma; font-size: 11px; color: #716246; font-weight: bold;
}

/*texto rodapé*/
.texto_rodape {
	font-family: verdana; font-size: 10px; color: #9C824B; text-transform: uppercase;
}

.texto_rodape a {
	font-family: verdana; font-size: 10px; color: #9C824B; text-decoration: none;
}

.texto_rodape a:hover {
	font-family: verdana; font-size: 10px; color: #3F230B; text-decoration: none;
}

/*endereço*/
address {
	font-style: normal;
}

/*class para as imagens*/
.img_noticias{
	float:left;
	margin:0 5px 5px 0;
	border:0;
}

/*propriedades para os inputs, select e textarea*/

.interna input{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#716246;
}

.interna select{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#716246;
}

.interna textarea{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#716246;
}

/* Paginação*/

.font_paginacao {
	font-family: tahoma;
	font-size: 11px;
	color: #716246;
	text-decoration: none;
}

.font_paginacao a {
	font-family: tahoma;
	font-size: 11px;
	color: #958B60;
	text-decoration: none;
}

.font_paginacao a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #3F230B;
	text-decoration: underline;
}


/*Álbum de Fotos*/

.fotos_album{
float:left;
margin:10px 10px 10px 10px;
*margin:0 10px 10px 10px;
_margin:0 10px 10px 10px;
background-color:#F8F6EA;
padding:0 0 0px 0;
width:128px;
height:122px;
}

.fotos_album1{
float:left;
margin:30px 10px 10px 10px;
*margin:0 10px 10px 10px;
_margin:0 10px 10px 10px;
background-color:#F8F6EA;
padding:0 0 0 0;
width:128px;
height:122px;
}

.fotos_album2{
float:left;
margin:30px 0 10px 110px;
*margin:0 10px 10px 10px;
_margin:0 10px 10px 10px;
background-color:#F8F6EA;
padding:0 0 0 0;
width:128px;
height:122px;
}

.fotos_album img{
border:4px solid #D3D0BF;
}

.fotos_album a{
font-family:tahoma;
color:#fff;
font-size:12px;
text-decoration:none;
}

.fotos_album a:hover{
color:#F6CD19;
}

.fotos_album h1{
font-family:tahoma;
color:#fff;
font-size:12px;
margin:0;
padding:0 0 5px 0;
text-align:center;
font-weight:normal;
}

.fotos_album h2{
font-family:tahoma;
color:#fff;
font-size:11px;
margin:0;
padding:0 0 5px 0;
text-align:center;
font-weight:normal;
}

.centralizar_fotos{
	text-align:center;
	padding:10px 0 15px 20px;
	margin:15px 0 15px 0;
	/**margin:0;
	_margin:0;*/
}


/*javascript*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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: transparent url(lightbox2.03.3/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(imagens/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagens/nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
