/*BODY*/

form {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin: 0;
	paddin: 0;
	background: #95c83b;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	
}

a {
	color: #E1EDC5;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

/*HOME*/

#home {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../lay/bg.jpg) repeat-x;
}

/*INTERNO*/

#interno {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../lay/bg.jpg) repeat-x;
	position: relative;
}

#topo {
	margin: 0 0 15px 0;
}

#titulo {
	margin: 0 0 15px 0;
}

#texto-conteudo {
	padding: 20px;
	text-align: justify;
	line-height: 16px;
	position: relative;
}

/*EMPRESA - apresentação*/

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

#submenu li {
	display: inline;
	margin: 0 0 0 15px;
	padding: 0;	
}

/*EMPRESA - distribuidores*/

#lista-distribuidores ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mapa-distribuidores {
	width: 230px;
	height: 253px;
	position: absolute;
	top: 50px;
	left: 360px;
}

/*EVENTOS - fotos dos últimos eventos*/

#paginacao {
	width: 100%;
	height: 20px;
	margin: 0;
	text-algin: center;	
}

/*EVENTOS - popup*/

#popup {
	width: 700px;
	height: 500px;
	margin: 0;
	padding: 0;
	background: url(../lay/popup.jpg) no-repeat;
	position: relative;
	z-index: 10;
}

#foto-ampliada {
	width: 395px;
	height: 297px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 82px;
	left: 75px;
}

#transparente {
	width: 172px;
	height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 392px;
	left: 185px;
}


#transparente a:hover {
	margin: 0;
	padding: 0;
	background: url(../lay/bg_envie2.gif) 0 -5px no-repeat;
	_background: url(../lay/bg_envie2.gif) 0 0 no-repeat;
}

#thumb-popup {
	width: 150px;
	height: 350px;
	position: absolute;
	top: 70px;
	left: 531px;
}

#form-popup {
	display: none;
	width: 700px;
	height: 150px;
	margin: 350px 0 0 0;
	padding: 0;
	background: #243801;
	opacity: .9;
	filter: alpha(opacity=90);
	position: absolute;
	z-index: 1;	
}

#fechar-popup {
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
	top: 10px;
	left: 670px;
}

#campos-popup {
	margin: 50px 120px 0 0;
}

/*FALE CONOSCO*/

#info {
	position: absolute; 
	width: 250px;
	height: 150px;
	top: 120px;
	left: 380px;
	_left: 360px;
	padding: 0 0 0 10px;
	border-left: 1px solid #96b95a;
}

/*CLASSES*/

.formulario {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 11px;
	color: #3a5806;
}

.campo-arquivo {
	position: absolute;
	z-index: 10;
}

.campo-original {
	position: absolute;
	top: 0;
	left: 0px;
	width: 55px;
	height: 16px;
	z-index: 20;	
}

.bt_anexar {
	position: absolute;
	top: 0px;
	left: 148px;
	width: 55px;
	height: 16px;
	z-index: 0;
}

.arquivo {
	width: 200px;
	text-align: right;
	filter:alpha(opacity: 0);
	opacity: 0;
}

.submenu-produto {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.submenu-produto li {
	display: inline;
	margin: 0;
	padding: 0	
}