/*

Desenvolvedor: Gabriel Maduro - gmp042[at]gmail[dot]com
Tecnocomp Informtica 2009
Revisão: Jair Miranda Junior - kameradenver@hotmail.com
Agência It

*/

#carregando {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	z-index:1;
	margin-left: -10px;
	margin-top: -20px;
	margin-right: -10px;
	margin-bottom: -20px;
}

#loader {
	position: relative;
	margin-left: 50%;
	margin-right: 50%;
	margin-top: 18%;
}

#loader2 {
	position: absolute;
	left: 50%;
	right: 50%;
	margin-top: 18%;
	z-index:1;
	display: none;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
}


/* ===== div principal ===== */

#site {
	display: block;
	overflow:hidden;
}

/* ===== tabela superior ===== */

#tabela_sup {
	margin-right: -500px;
	margin-left: -500px;
	width: 1001px;
	height: 575px;
	overflow: hidden;
	display: block;
	position: relative;
	left: 50%;
	right: 50%;
}

#faixa {
	top: 18px;
	width: 550pt;
	position: absolute;
	margin-left: -370px;
}

#sombra_top {
	top: 38px;
	width: 700pt;
	position: absolute;
	margin-left: 40px;
}

#top_bg {
	top: -17px;
	width: 1022px;
	height: 55px;
	position: absolute;
	margin-left: -10px;
}

/* ----- menu superior ----- */

#b_trabalhe {
	position: absolute;
	top: 4px;
	margin-left: 340px;
	border: 0px;
}

#b_mapa {
	position: absolute;
	top: 4px;
	margin-left: 474px;
	border: 0px;
}

#b_webmail {
	position: absolute;
	top: 4px;
	margin-left: 562px;
	border: 0px;
}

/* ----- fim menu superior ----- */

/* ----- menu lateral ----- */

#garrafa {
	position: absolute;
	margin-left: 20px;
	width: 160px;
	top: 175px;
}

#div_bolhas {
	position: absolute;
	top: 43px;
	margin-left: 150px;
}


#b_home {
	position: absolute;
	margin-left: 25px;
	top: 210px;
	border: 0px;
}


#b_historia {
	position: absolute;
	margin-left: 25px;
	top: 237px;
	border: 0px;
}

#b_produtos {
	position: absolute;
	margin-left: 25px;
	top: 263px;
	border: 0px;
}

#b_vender {
	position: absolute;
	margin-left: 25px;
	top: 288px;
	border: 0px;
}

#b_localizacao {
	position: absolute;
	margin-left: 25px;
	top: 338px;
	border: 0px;
}

#b_contato {
	position: absolute;
	margin-left: 25px;
	top: 313px;
	border: 0px;
}

/* ----- fim menu lateral ----- */

/* ----- centro ----- */

#centro {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#c_div_home {
	position: absolute;
	top: 60px;
	margin-left: 180px;
}

#c_trabalhe {
	display: none;
	position: absolute;
	top: -8px;
	left: 400px;
}

#c_mapa {
	display: none;
	position: absolute;
	top: 300px;
	left: 400px;
}

#c_webmail {
	display: none;
	position: absolute;
	top: 300px;
	left: 400px;
}

#c_historia {
	display: none;
	position: absolute;
	top: 300px;
	left: 400px;
}

#c_produtos {
	display: none;
	position: absolute;
	left: 250px;
}

#c_vender {
	display: none;
	position: absolute;
	top: 300px;
	left: 400px;
}

#c_localizacao {
	display: none;
	position: absolute;
	top: 338px;
	left: 400px;
}

#c_contato {
	display: none;
	position: absolute;
	top: 250px;
	left: 300px;
}

/* ----- fim centro ----- */

/* ===== fim tabela superior ===== */

/* ===== tabela inferior ===== */

#tabela_inf {
	margin-right: -500px;
	margin-left: -500px;
	width: 1001px;
	height: 90px;
	overflow: hoddem;
	left: 50%;
	right: 50%;
	position: relative;
	top: -60px;
}

/* ===== fim tabela inferior ===== */
