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

/* layout quintaombria */
.clearfix 
{
display:inline-block;
}

html[xmlns] .clearfix 
{
display: block;
}
#layout
{
width:930px;
height:auto;
margin-left:auto;
margin-right:auto;

}
#header_top
{
/*
display: block;*/
width: 930px;
height: 90px;
/*
clear: both;*/
}
#module_header_left
{
display:inline;
float: left;
width: 219px;
height: 85px;
background-image: url(../../imagens/jpg/logotipo.jpg);
background-repeat: no-repeat;
cursor:pointer;
margin-left: 26px;
margin-top:5px;
}
#module_header_right
{
width:685px;
height:90px;
float:left;
}
#module_header_right .header_menu{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: none;
color: #7F7F7F;
text-align:right;
margin-top:10px;

}
#module_header_right .header_menu a
{
color: #7F7F7F;
text-decoration:none;
}
#module_header_right .header_menu a:hover
{
	text-decoration:underline;
}
#banner
{
float:left;
width:930px;
}


#mainpage
{
display:inline;
width:930px;
height:auto;
/*margin-top:8px;*/
float:left;
}

#left_column
{
display:inline;
float:left;
width:100px;
height:220px;
margin-bottom:12pt; /* Garante uma margem antes do rodape */
}

#main
{
display:inline;
width:830px;
float:right;
height:auto;

}



#footer
{
display:block;
width:930px;
height:78px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: none;
color: #7F7F7F;
text-align:center;
margin-top:50px;


position:fixed;
bottom:-3px;
background: url(../../imagens/png/bg_footer.png) repeat-x;

}
#footer a
{
color:#7F7F7F;
text-decoration:none;
}
#footer a:hover
{
color:#666666;
text-decoration:underline;
}

#footer .top
{
margin-bottom:3px;
text-align:center;
}
#separador{
width:930px;
height:1px;
background-image: url(../../imagens/gif/spacer_footer.gif);
background-repeat: repeat-x;
}
#bottom
{
width:930px;
height:10px;
margin-top: 3px;
display:inline;
}
#bottom_left{
	display:inline;
width:535px;
height:10px;
float:left;
text-align:left;
margin-top: 3px;
margin-left:15px;
}
#bottom_right{
	display:inline;
width:365px;
height:10px;
float:right;
text-align:right;
margin-top: 3px;
margin-right:10px;
}
#menu_exp {
width: 224px;
height:auto;
	
}
#menu_exp ul {
list-style:none;
padding:0;
margin:0;
border: none;
}
#menu_exp li {
list-style:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #639AC7;
text-align: left;
text-decoration:none;
}
#menu_exp li a{
color: #639AC7;
line-height: 15px;
vertical-align:top;
text-decoration:none;

}
#menu_exp li a:hover {
list-style-image:url(imagens/gif/arrow_map.gif);
text-decoration:none;
}
