@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
.limpar{
	clear: both;
}
body {
	background: #333334;
}
#topo {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	margin-top: 20px;
}
#logo {
	width:386px;
	height:70px;
	float: left;
	}
#menu {
	width: 510px;
	height: 100px;
	float: right;
}

.menuBT a{
	width: 100px;
	height: 50px;
	float: right;
	padding: 20px 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
	font-size: 18px;
	text-align:center;
	text-decoration: none;
	margin-left: 10px;
	
}
.menuBT a:hover{
	border-bottom: 3px solid yellow;
	color: yellow;
}

#texto {
	float: left;
	padding: 15px;
	width: 500px;
}


#texto p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	text-align:justify;
	line-height: 22px;
	margin-bottom: 5px;
}

#imagem{
	float: right;
	width: 200px;
	height: 100px;
}

#conteudo {
	background: #d7d7b6;
	width:890px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	}
#conteudo ul{
	margin-left: 20px;
	line-height: 22px;
	margin-bottom: 20px;

}
#banner {
	width: 810px;
	height: 341px;
	margin: 0 auto;
	background: url(imagens/bg-banner_alvidrex.png);
	margin-bottom: 20px;
}
#aluminio {
	width: 844px;
	height: 185px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}	
#pelicula {
	width: 277px;
	height: 240px;
	float: left;
	margin: 15px;
}
#produtos {
	width: 540px;
	height: 240px;
	float: right;
	margin: 15px;
}
#rodape {
	width: 900px;
	margin: 0 auto;
}
#endereco {
	width: 414px;
	height: 110px;
	float: left;
	margin-top: 20px;
}
#orcamento {
	width: 379px;
	height: 96px;
	float: right;
	margin-top: 20px;
}
#lub {
	width:200px;
	height:36px;
	float: right;
	}

#lub p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #fff;
	font-size: 12px;
	text-align:justify;
	float: left;
	margin-top: 6px;
	margin-left: 12px;
}
#lub img{
	float: right;
}
img {
	margin-top: 30px;
	margin: 0 auto;
	}
hr {
	border:red solid 2px;
	margin: 10px 0;
	}
	
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	font-size: 24px;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	font-size: 24px;
	text-align:center;
	}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333334;
	font-size: 18px;
	text-align:center;
	}
	
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	text-align:justify;
	}

