@import "layout_hacksie.css";
@import "layout_definicoes.css";

html, body {
	height: 100%;
}

body {
	background: url(../imagens/bg.jpg) no-repeat center top #FFF;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
	text-align: center;
}

input, select, textarea {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
	border: 1px solid #999999;
}

* {
	margin: 0;
	border: 0;
}

table, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

#pagina {
	width: 749px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	padding: 0 0 65px 0;
	background: url(../imagens/bg_internas.gif) #EFEFEF;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	width: 749px;
	height: 642px;
	z-index: 1;
	background: #CCC;
	position: relative;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/
#floater{
	position: absolute;
	left: 165px;
	top: 653px;
	width: 270px;
	height:160px;
	overflow: hidden;
	z-index: auto;
}

#contentMiolo {
	padding: 0 0 45px 0;
	background: url(../imagens/bg_page.gif) #fff;
}

#content {
	width: 749px;
	padding: 0 0 20px 0;
	display: inline;
	clear: both;
	float: right;
}

.home {
	background: url(../imagens/bg_cont_home.gif) right top no-repeat;	

	z-index:9999;
}

.interna {
	background: url(../imagens/bg_cont_interno.gif) #EFEFEF right top no-repeat;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 749px;
	font-size: 10px;
	background: #fff;
	text-align: center;
	position: relative;
	margin: -6.5em auto 0 auto;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MAPA
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#mapa{
	text-align:center;
	}

#mapa h1{
	margin-left:11px;
	margin-bottom:10px;
	margin-top:15px;
	}

.banner{
	margin-bottom: 20px;
    margin-right: 180px;
	display: block;
	position: relative;
}

.camaleao{
	display:block;
	width: 141px;
	height: 77px;
	*height: 100px;
	position: absolute;
    margin-top: -120px;
    margin-left: 259px;
	*margin-left: -296px;
	*margin-top: 0;
	cursor:pointer;
}

.banheirovip{
	display:block;
    height: 77px;
    *height: 100px;
    margin-left: 409px;
	*margin-left: -145px;
	cursor:pointer;
    margin-top: -120px;
	*margin-top: 0;
    position: absolute;
    width: 141px;
}

.slider-fotos{
	position: relative;
	display: block;
	height: 100px;
	width: 100px;
	*margin:0 0 0 -30px;
}

.slider-fotos img{
	position:absolute;

}

/* produtos */
.product-item {
	position: relative;
	}
	.product-img {
		position: absolute;
		display: none;	
		}
		.active-img {
			border: 1px solid #333;
			}
	.product-name {
		
		}
