
*{margin:0;padding:0;}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#download_now {
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 89px;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
#download_now:hover {
}

/* clicked state */
#download_now:focus {
}

/*--------------------------------------*/

#decoracao {
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 89px;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
#decoracao:hover {
}

/* clicked state */
#decoracao:focus {
}

/*--------------------------------------*/

#caes {
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 89px;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
#caes:hover {
}

/* clicked state */
#caes:focus {
}

/*--------------------------------------*/

#caricaturas {
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 89px;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
#caricaturas:hover {
}

/* clicked state */
#caricaturas:focus {
}

/*--------------------------------------*/

#filmagem {
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 89px;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
#filmagem:hover {
}

/* clicked state */
#filmagem:focus {
}

/*--------------------------------------*/

#convites {
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 89px;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
#convites:hover {
}

/* clicked state */
#convites:focus {
}

/*--------------------------------------*/

#bartender {
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 89px;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
#bartender:hover {
}

/* clicked state */
#bartender:focus {
}

/*--------------------------------------*/

#chocolate {
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 89px;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
#chocolate:hover {
}

/* clicked state */
#chocolate:focus {
}

/*--------------------------------------*/




.tooltip {
	display:none;
	background:url(../images/black_arrow_big_infantil.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:173px;
	padding:30px 44px 0px 44px;
	width:300px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	margin:0;
	padding:0;
	float:left;
	color:yellow;
	width:174px;
	padding-left:15px;
}

.tooltip .legenda{
	margin:0;
	padding:0;
	float:left;
	margin-top:0px;
	text-align:left;
	width:300px;
	height:50px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

.tooltip .imagem{
	float:left;
	margin:0;
	padding:0;
	width:100px;
	height:70px;
}

.tooltip .imagem .empresas{
	float:left;
	margin:0;
	padding:0;
	margin-left:30px;
	width:100px;
	height:70px;	
}

.tooltip .imagem img{
	float:left;
	border:solid 2px #5396DF;
}


/*------------------------------------*/


/* duas fotos */

.tooltip-twice {
	display:none;
	background:url(../images/black_arrow_big_infantil.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:173px;
	padding:40px 34px 0px 80px;
	width:300px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip-twice .label {
	margin:0;
	padding:0;
	float:left;
	color:yellow;
	width:110px;
	padding-left:0px;
}

.tooltip-twice .legenda{
	margin:0;
	padding:0;
	float:left;
	margin-top:0px;
	text-align:left;
	width:300px;
	height:100px;
}

.tooltip-twice a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

.tooltip-twice .imagem{
	float:left;
	margin:0;
	padding:0;
	width:100px;
	height:70px;
	margin-left:10px;
}




