/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: Arial;
	font-size: 10pt;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #553015;
	border-left: 1 px solid;
	border-left-color: #000000;
	background-color:#48250f;
	background-image: url(images/qwe.jpg);
	background-position: top center;
	}
acronym { cursor: help; border-bottom: 0px dashed #999; }
a { text-decoration: none; color: #553015; border-bottom: 0px dashed #9D7B56; }
a:hover { border-bottom: 0px dashed #9D7B56; color: #9D7B56; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	/*	width: 100%; */
	width: 780px;
	background-color: #FFFFFF; /*cor de fundo*/
	border: 0px solid #ddd;
	padding: 0 0px; /* margem lateral */
	text-align: left; /* Cancel IE Fix */
	border-left: 0px solid;
	border-left-color: #000000;
	border-right: 0px solid;
	border-right-color: #000000;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(images/topo.jpg) no-repeat 100% 0; /*imagem do topo */
	border-bottom: 0px solid #fff;
	border-top: 0px solid #000000;
	padding: 75px 30px; /*tamanho do cabeçalho Altura X Largura*/
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5; /*corda do titulo na cabeçalho*/
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 16%;
	/* width: 175px; */ 
	position: relative;
	line-height: 20px;
	word-spacing: 0px;
	font-family: "Arial";
	font-size: 8pt;
	color: #003333;
	}
#sidebar div { background: #fff } 
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
	font-size: 1.1em;
	color: #000000;
	margin: 0 10px 0 0;
	cursor: default;
	float: center;
	}
#content div, #sidebar div {
	padding: 0px 0 10px 0;
	border-top: 0px solid #ddd;
	padding: 8px;
	font-family: Arial;
	color: #513600;
	font-size: 10px;
	}	
	
#sidebar a:hover {
	color: #990033;
	font-family: "Arial";
	font-size: 8pt;
	}
	
#sidebar a:visited {
	color: #996600;
    }
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: center;
	width: 590px;
	/*	width: 550px;  */
	position: relative;
	margin-left: 15px;
	line-height: 20px;
	text-align: justify;
	word-spacing: 1px;
	background: #FFFFFF;
	background-color: #fff;
	}	
	
	
	
	
	
/* #content div { background: #fff url(img/para_bg.jpg) repeat-x; }	 Imagens de fundo no corpo da página*/
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	border-bottom: 0px solid #000000;
	border-top: 10px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	background-color: #c1a786;
	}
	
#footer a { text-decoration: none; color: #fff; border-bottom: 1px dashed #48250f; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }



/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 6px solid #fff; /*Espaço entre o menu e o texto*/
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #990000;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }
	



/* Início do Menu Drop Down  */


#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #fff;
	width:10%;
	float:left;
	margin:0em;
	margin-top: 0em;
	}

#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid #555; /*borda quando não se passa o rato*/
	white-space:nowrap;
	margin:0;
	padding: 0.4em; /*tamanho do botão*/
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #ddd; /*cor das letras no menu antes de passar o rato*/
	background-color: #858F9E; /*cor de fundo do menu*/
	text-decoration:none;
	}
	
#menuh a:hover	/* ao passar o rato  */
	{

	color: #ddd; /*letras quando se passa o rato*/
	background-color: #6B7687;
	}	

			
#menuh a.top_parent, #menuh a.top_parent:hover  
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	
    vertical-align: bottom; 
	}




#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* Fim do menu Drop Down */
