/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:url(../imagens/body.jpg) repeat-x;
	background-color:#58656d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#geral{	
	width:780px;
	display:table;
	margin:20px auto;
	background:url(../imagens/geral.gif);
	border:2px solid #7f035d;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#topo{
	display:block;
	width:780px;
	height:191px;
	background:url(../imagens/topo.gif) no-repeat;
}
#menu{
	display:table;
	width:240px;
	float:left;
}
#menu li{
	display:inline-block;
	width:190px;
	height:60px;
	padding:5px 0 0 24px;
}
.home a, .home2 a, .divisoria a, .divisoria2 a, .forros a, .forros2 a, .pisos a, .pisos2 a, .contato a, .contato2 a, .biombo a, .biombo2 a, .armario a, .armario2 a, .persiana a, .persiana2 a{
	display:block;
	width:189px;
	height:59px;
}
.home a, .home2 a:hover{
	background:url(../imagens/home.gif) no-repeat;
}
.home a:hover, .home2 a{
	background:url(../imagens/homeon.gif) no-repeat;
}
.divisoria a, .divisoria2 a:hover{
	background:url(../imagens/divisoria.gif) no-repeat;
}
.divisoria a:hover, .divisoria2 a{
	background:url(../imagens/divisoriaon.gif) no-repeat;
}
.forros a, .forros2 a:hover{
	background:url(../imagens/forros.gif) no-repeat;
}
.forros a:hover, .forros2 a{
	background:url(../imagens/forroson.gif) no-repeat;
}
.pisos a, .pisos2 a:hover{
	background:url(../imagens/pisos.gif) no-repeat;
}
.pisos a:hover, .pisos2 a{
	background:url(../imagens/pisoson.gif) no-repeat;
}
.contato a, .contato2 a:hover{
	background:url(../imagens/contato.gif) no-repeat;
}
.contato a:hover, .contato2 a{
	background:url(../imagens/contatoon.gif) no-repeat;
}
.persiana a, .persiana2 a:hover{
	background:url(../imagens/persiana.gif) no-repeat;
}
.persiana a:hover, .persiana2 a{
	background:url(../imagens/persianaon.gif) no-repeat;
}
.biombo a, .biombo2 a:hover{
	background:url(../imagens/biombo.gif) no-repeat;
}
.biombo a:hover, .biombo2 a{
	background:url(../imagens/biomboon.gif) no-repeat;
}
.armario a, .armario2 a:hover{
	background:url(../imagens/armario.gif) no-repeat;
}
.armario a:hover, .armario2 a{
	background:url(../imagens/armarioon.gif) no-repeat;
}
h2{
	font-family:Magneto, Trebuchet MS, Verdana, sans-serif;
	font-size:24px;
	padding-bottom:15px;
	color:#860050;
}
h3{
	font-family:Magneto, Trebuchet MS, Verdana, sans-serif;
	font-size:20px;
	color:#860050;
	text-align:right;
}
#conteudo{
	display:table;
	width:780px;
}

#direito{
	display:table;
	width:474px;
	background:url(../imagens/direito.jpg);
	float:right;
	text-align:justify;
	padding:20px 30px 20px 20px;
	font-size:14px;
}
#imagem{
	display:block;
	width:400px;
	height:300px;
	margin:10px 40px 20px 0;
	float:right;
}
#rodape{
	display:table;
	width:500px;
	margin:0 20px 0 20px;
	padding:7px 0 7px 7px;
	text-align:center;
	float:right;
	border-top:2px solid #858582;
}
#rodape p{
	text-align:right;
	font-size:13px;
}
a{
	color:#7f035d;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
	border:2px solid #7f035d;
}
.legenda{
	width:123px;
	float:left;
}
/*formulário*/
input, textarea {
  border:1px solid #000;
  margin:0 0 5px 0px;
  display:inline;
}

label {
  display:block;
  width:50px;
  text-align:left;
  font:11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#7f035d;
}
form{
	margin:20px 0 0 30px;
}