body {
margin:0;
padding:0;
background:#000000;
background-image:url(images/pattern.jpg);
text-align:center; /* hack para o IE */	
font-family:Arial, Helvetica, sans-serif;
font-size:14px
}
	
#tudo {
width: 760px;
height:800px;
margin:0 auto;	
/*background-image:url(images/background.jpg);*/
text-align:left; /* "remédio" para o hack do IE */	
}
	
#conteudo {
padding: 0px;
height:100%;
width:100%;
}

#divtop {
height:220px;
width:100%;
background:url(images/topo.jpg);
}

#menu{
height:50px;
width:100%;
padding-top:137px;
}

.menubtns{
width:100px;
height:50px;
float:left;
margin-left:15px;
}

#btnhome{
background:url(images/menu/btnhome.png);
margin-left:100px;
}

#btnhome:hover{
background:url(images/menu/btnhomehover.png);
margin-left:100px;
}

#btnservicos{
background:url(images/menu/btnservicos.png);
}

#btnservicos:hover{
background:url(images/menu/btnservicoshover.png);
}

#btnprodutos{
background:url(images/menu/btnprodutos.png);
}

#btnprodutos:hover{
background:url(images/menu/btnprodutoshover.png);
}

#btnmapa{
background:url(images/menu/btnmapa.png);
}

#btnmapa:hover{
background:url(images/menu/btnmapahover.png);
}

#btncontato{
background:url(images/menu/btncontato.png);
}

#btncontato:hover{
background:url(images/menu/btncontatohover.png);
}

#divbot {
width:100%;
text-align:justify;
background:url(images/content_middle.png) repeat-y;
float:left;
}

#content_header{
	background:url(images/content_header.png) no-repeat;
	float:left;
	height:30px;
	width:760px;
}

#content_footer{
	background:url(images/content_footer.png) no-repeat;
	float:left;
	height:30px;
	width:760px;
}

#divbot1 {
width:45%;
float:left;
padding-left:30px;
text-align:justify;
}

#divbot2{
width:45%;
float:left;
margin-left:20px;
padding-top:75px;
text-align:justify;
}

a {
	color:#000000;

}

a.menu {
	color:#ffffff;
	text-decoration:none;

}

#prod {
	width:158px;
	border-color:#10c47a;
	border-width:1px;
	border-style:solid;
	float:left;
	padding:0 0 0 0;
	margin-left:23px;
	margin-top:20px;
	}



h1,h2,h3 {
	color:#10c47a;
}

#copy {
	height:70px;
	width:100%;
	float:left;
}

