/**************************************/
/* GERAL                              */
/**************************************/
* {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}
*:focus {
	outline: none;
}

/**************************************/
/* CONTAINER                          */
/**************************************/
#container {
	width: 1004px;
	height: 650px;
	/*background: url(../images/background2.png) no-repeat;*/
	position: relative;
	margin: 0 auto;
}
#container .internet {
	position: absolute;
	top: 71px;
	left: 725px;
}
#container .o_boteco {
	position: absolute;
	top: 241px;
	left: 287px;
}
#container .ville_gourmet {
	position: absolute;
	top: 353px;
	left: 441px;
}
#container .busdoor {
	position: absolute;
	top: 353px;
	left: 760px;
}
#container .veritas_bistrot {
	position: absolute;
	top: 427px;
	left: 338px;
}
#container .outra_oferta {
	position: absolute;
	top: 423px;
	left: 176px;
}
#container .the_house {
	position: absolute;
	top: 555px;
	left: 241px;
}

/**************************************/
/* POPUP                              */
/**************************************/
.popup {
	width: 1004px;
	height: 650px;
	background: url(../images/background_popup.png) no-repeat 38px 60px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
.popup .conteudo {
	width: 395px;
	height: 300px;
	position: relative;
	top: 180px;
	left: 105px;
}
.popup .conteudo div:first-child {
	margin-bottom: 24px;
}
.popup p {
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	line-height: 19px;
	margin: 24px 0 0 0;
}
.popup p:first-child {
	margin-top: 0;
}
.popup .fechar {
	position: absolute;
	top: 108px;
	left: 459px;
	z-index: 11;
}
.popup .slideshow {
	position: absolute;
	top: 141px;
	left: 495px;
	z-index: 10;
}
.popup .slideshow .esquerda {
	position: absolute;
	top: 186px;
	left: 17px;
}
.popup .slideshow .direita {
	position: absolute;
	top: 186px;
	left: 396px;
}
.popup .slideshow .legenda {
	width: 295px;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	line-height: 19px;
	text-align: center;
	position: absolute;
	top: 334px;
	left: 68px;
}

/**************************************/
/* INTERNET                           */
/**************************************/
.internet {
	display: none;
}
#internet .conteudo .scroll {
	width: 370px;
	height: 260px;
	padding-right: 5px;
}
#internet .jScrollPaneTrack {
	background-color: #ff7e1f;
}
#internet .jScrollPaneDrag {
	background-color: #ffd405;
}

/**************************************/
/* VILLE GOURMET                      */
/**************************************/
.ville_gourmet {
	display: none;
}
#ville_gourmet .conteudo .scroll {
	width: 370px;
	height: 260px;
	padding-right: 5px;
}
#ville_gourmet .jScrollPaneTrack {
	background-color: #ff7e1f;
}
#ville_gourmet .jScrollPaneDrag {
	background-color: #ffd405;
}

/**************************************/
/* OUTRA_OFERTA                       */
/**************************************/
.outra_oferta {
	display: none;
}
#outra_oferta .conteudo .scroll {
	width: 370px;
	height: 260px;
	padding-right: 5px;
}
#outra_oferta .jScrollPaneTrack {
	background-color: #ff7e1f;
}
#outra_oferta .jScrollPaneDrag {
	background-color: #ffd405;
}

/**************************************/
/* O_BOTECO                           */
/**************************************/
.o_boteco {
	display: none;
}
#o_boteco .conteudo .scroll {
	width: 370px;
	height: 260px;
	padding-right: 5px;
}
#o_boteco .jScrollPaneTrack {
	background-color: #ff7e1f;
}
#o_boteco .jScrollPaneDrag {
	background-color: #ffd405;
}

.busdoor {
	display: none;
}
.veritas_bistrot {
	display: none;
}
.the_house {
	display: none;
}
