/*
// ---------------------------------------------------------------
// Developed by Tamaki Tecnologia - 2008
// ---------------------------------------------------------------
*/

/* =Global
-------------------------------------------------------------- */
* {
 padding: 0px;
 margin: 0px; 
}

body {
 text-align: center; /* hack para o IE */	
 font-family: Arial;
 background: #000;
 color: #494949;
 font-size: 12px;
 margin-bottom: 10px;
 margin: 0 auto;
 margin-bottom: 10px;
}

a {
	color: #036;
}

table {
 font-family: Arial;
 font-size: 12px; 
}

/* =Container
-------------------------------------------------------------- */
#wrapper {
	width:1000px;
	margin: 0 auto;
	text-align: left; /* anula hack para o IE acima*/	
	border: 1px solid #666; 
}

#content {
	width: 1000px;
	background: #F1F3E5;	
	/*border: 1px #F00 solid;*/
}

/* =Main
-------------------------------------------------------------- */
#topo {
	background: #000 url(../images/bg_topo.gif) repeat-x;
	height:150px;
}

#main {
	float:left; 
	clear:both; 
	background: url(bg_main.gif) #242424 repeat-x; 
	width:1000px;
}

#info {
width:715px; float:left; margin-top:10px;
}

#info ul, #info ol {
	margin-left:40px;
}

#info h1 {
	font-size:17px; color:#394b74; margin: 10px 10px 20px 0;
	border-bottom: solid 1px #003366	; 
}

#info h2 {
	font-size:13px; color:#006600; margin: 10px 10px 10px 0;
	border-bottom: dotted 1px #CCCCCC; 
}

#info p {
	margin: 5px 0 12px 0;
}

#menu {
	width: 195px;
	margin-left: 25px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #3D4557;
	display: block;
	background: #F6F6F6;
	padding: 5px 0 0 10px;
	}
	
#menu li a:hover {
	color: #00F;
	background:  #DDE3EC;
	padding: 5px 0 0 10px;
	}
	
#bottom {
	float:left; 
	clear:both; 
	width:1000;
}	

#topo a{
	font-size:10px;
	color: #FFF;
	text-decoration:none;
}

#topo a:hover{
	text-decoration:underline;
}

