body {
	background-color: white;
   margin: 0;
   padding: 0;
	}
		
#conteudo {
	background:url(imagens/background.png) no-repeat center;
	width:950px;
	height:600px;
	margin:auto;
	}
	
#menu {
	position: absolute;
	margin-top: 440px;
	margin-left: 460px;
	font-size: 14px;
	font-family: arial;
	}
	
#menu a {
	text-decoration: none;
	color: #0095C3;
	padding: 5px;
	}
	
#menu a:hover {
	color: #00718A;
	}
	
#menu a.active {
	color: #00718A;
	}
	
.promocoes {
	position: absolute;
	margin-top: 440px;
	margin-left: 330px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #FF0000;
	cursor: pointer;
	}
	
#titulo {
	position: absolute;
	color: #0095C3;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 550px;
	margin-top: 80px;
	}
	
	
#texto {
	position: absolute;
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	margin-left: 550px;
	margin-top: 120px;
	color: #0095C3;
	width: 342px;
	height: 285px;
	overflow-y: scroll;
	}
	
#texto a {
	color: #0095C3;
	}

#texto a:hover {
	color: #00718A;
	}
	
#texto2 {
	position: absolute;
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	margin-left: 550px;
	margin-top: 120px;
	color: #0095C3;
	width: 342px;
	height: 285px;
	}
	
#texto2 a {
	color: #0095C3;
	}

#texto2 a:hover {
	color: #00718A;
	}
	
#logo a.logo {
	position: absolute;
	width: 35px;
	height: 35px;
	margin-top: 427px;
	margin-left: 57px;
	}
	
#formulario {
	position: absolute;
	margin-left: 557px;
	margin-top: 100px;
	font-family: arial;
	font-size: 12px;
	color: #0095C3;
	}

#formulario tr td {
	vertical-align: top;
	padding-top: 5px;
	text-align: right;
	}
		
#nome {
	width: 260px;
	font-family: arial;
	font-size: 14px;
	}
	
#email {
	width: 260px;
	font-family: arial;
	font-size: 14px;
	}
	
#mensagem {
	width: 260px;
	height: 180px;
	font-family: arial;
	font-size: 14px;
	}
	
#empresa {
	position: absolute;
	font-family: arial;
	font-size: 14px;
	color: #0095C3;
	margin-top: 220px;
	margin-left: 100px;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	}
	
#morada {
	position: absolute;
	font-family: arial;
	font-size: 12px;
	color: #0095C3;
	margin-top: 240px;
	margin-left: 100px;
	text-align: left;
	font-style: normal;
	}
	
#numeros {
	position: absolute;
	font-family: arial;
	font-size: 12px;
	color: #0095C3;
	margin-top: 300px;
	margin-left: 100px;
	text-align: left;
	}
	
#higiene {
	position: absolute;
	font-family: arial;
	font-size: 14px;
	color: #0095C3;
	margin-top: 60px;
	margin-left: 100px;
	text-align: left;
	font-weight: bold;
	}
	
#biotecnologia {
	position: absolute;
	font-family: arial;
	font-size: 14px;
	color: #0095C3;
	margin-top: 150px;
	margin-left: 100px;
	text-align: left;
	font-weight: bold;
	}
	
#produtoslacteos {
	position: absolute;
	font-family: arial;
	font-size: 14px;
	color: #0095C3;
	margin-top: 330px;
	margin-left: 100px;
	text-align: left;
	font-weight: bold;
	}
	
#equipamentos {
	position: absolute;
	font-family: arial;
	font-size: 14px;
	color: #0095C3;
	margin-top: 240px;
	margin-left: 100px;
	text-align: left;
	font-weight: bold;
	}

.miniprodutos {
  background: transparent;
  padding: 1px;
  margin: 1px;
  width: 60px;
  float: left;
  text-align: center;
  -moz-box-shadow: 0px 0px 0px #000;
  -webkit-box-shadow: 0px 0px 0px #000;
  cursor: pointer;
}

#contentContainer {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -385px;
  width: 750px;
  height: 400px;
  z-index: 100; 
  display: none;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.45);
}

#contentContainer p {
  text-align: justify;
  margin-left: 15px;
  width: 650px;
}

#popupContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  display: none;
  z-index: 99;
}

#closeButton {
  width: 20px;
  height: 20px;
  background: transparent url(close.png) 0 0 no-repeat;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: 355px;
  cursor: pointer;
  display: none;
  z-index: 101;
}

#closeButton > a.close {
  width: 20px;
  height: 20px;
  display: block;
}

#closeButton2 {
  width: 20px;
  height: 20px;
  background: transparent url(close.png) 0 0 no-repeat;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: 355px;
  cursor: pointer;
  display: none;
  z-index: 101;
}

#closeButton2 > a.close {
  width: 20px;
  height: 20px;
  display: block;
}

.slideshow {
  position: absolute;
  height: 266px;
  width: 400px;
  margin: auto;
  display: block;
  margin-top: 50px;
}
.slideshow img {
  padding: 1px;
  border: 0px solid #ccc;
  background-color: #eee;
  display: block;
  margin: auto;
  }
  
.slideshow2 {
  position: absolute;
  height: 266px;
  width: 400px;
  margin-left: 55px;
  display: block;
  margin-top: 130px;
}
.slideshow2 img {
  padding: 1px;
  border: 0px solid #ccc;
  background-color: #eee;
  display: block;
  margin: auto;
  }

#tituloprodutos {
  position: absolute;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	font-size: 18px;
	margin-left: 360px;
	margin-top: 15px;
	width: 350px;
	}
	
#textoprodutos {
	position: absolute;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin-left: 435px;
	margin-top: 50px;
	color: #fff;
	width: 290px;
	height: 245px;
}

#textoprodutos a {
	color: #fff;
	}
	
#textoprodutos a:hover {
	color: #00718A;
	}
  
