@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0; list-style:none;}
br { clear:both;}
img { border:0;}

body { background:url(img/bg.gif);}
#corpo { width:999px; margin:0 auto; }

	#menu {  clear:both; }
	#menu ul { width:900px; background:#666; display:block; margin-left:100px; }
	#menu ul li { float:left;}
	#menu ul li a { padding:15px; text-decoration:none; font:14px "Arial"; display:block; color:#504d39;} 
	#menu ul li a:hover { background:#4c482f;  color:#FFF;  filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}
	
	#flash { width:999px; height:345px; clear:both;}
	
	#conteudo { width:680px; padding:25px; float:left; }
	#conteudo p { width:630px; font:14px "Arial"; color:#4f4c38; padding-top:20px; line-height:25px;}
	
		#conteudo form fieldset { border:0;}
		#conteudo form fieldset label { clear:both; float:left;}
		#conteudo form fieldset label span { clear:both; display:block; font:bold 14px "Arial"; color:#4f4c38;}
		#conteudo form fieldset label input { width:600px;}
		#conteudo form fieldset label textarea { width:600px; height:150px;}
		
	#conteudo-res { width:680px; padding:25px; float:left; }
	#conteudo-res form fieldset { border:0;}
	#conteudo-res form fieldset label { font:bold 14px "Arial"; color:#4f4c38;}
	#ap span { font:bold 14px "Arial"; color:#4f4c38;}
	#ap p {font:14px "Arial"; color:#4f4c38; }
	#obs {font:bold 14px "Arial"; color:#4f4c38; }
		#ap p input { margin-right:10px;}
		#nome {display:block; }
			#nome input { width:610px; padding:3px;  }
			#email input { width:350px;  padding:3px; margin-top:10px;}
			#inp input { padding:3px; margin-top:10px; }
			
	#direita {  float:left; padding-top:20px;}
	
	#rodape { height:30px; clear:both; background: url(img/bg_rod.jpg) top repeat-x ; text-align:center; font:11px "Arial"}
	#rodape span { margin:0 auto; display:block; padding-right:15px; padding-top:10px; float:left; width:1000px; text-align:right; }
	#rodape a { float:left; display:block;}
	#desenvolvimento { margin-top:10px; clear:both;}
