/* CSS Document - Header Design*/
body {
	background: #fff url(../imagens/bg_topo_lt.gif) repeat-x top right;
	margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/
}
#global {
     background: #fff url(../imagens/bg_topo.gif) repeat-x top right;
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 800px;
	 height: 800px;
     text-align: left;
}
h1 {
    position: absolute;
	top:10px;
	left:250px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	size: 24px; 
    color: #3399FE;
	font-weight: bold;
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
    color: #fff;
	font-weight: bold;
}
#barra_topo {
    font-size:0px;  
    width: 800px;
	height: 10px;
}
#header {
    font-size: 10px;
	background: #fff;
	width: 800px;
	height: 139px;
}
#logo{
    float: left;
	margin-left: 28px;
	margin-top: 43px;
}
#logo_transparent{
    position: absolute;
	left: 362px;
}
#logo_description{
	position: absolute;
	left: 530px;
	top:75px;
}
/* Menu 1 - Design*/
#menu_topo1{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#333;
	position: absolute;
	left: 580px;
	top: 16px;
}
#menu_topo1 a{
    color: #333;
    text-decoration: none;
}
#tablist{
    padding: 0px 0px;
    margin-left: 0px;
    margin-bottom: 0;
    margin-top: 0;
    font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#tablist li{
    list-style: none;
    display: inline;
    margin: 0;
    padding:0px 5px;
}
#tablist li a{
    text-decoration: none;
    padding: 0px 0px;
    margin-left: 3px;
    background: #fff;
}
#tablist li a:link, #tablist li a:visited{
    color: #333;
}
#tablist li a:hover{
    color: #333;
}
#tablist li a.current{
    background: #FFF;
    color: #333;
}
#tabcontentcontainer{
    width:450px;
    height:25px;
}
.tabcontent{
    display:none;
    font: 9px Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 0px 0 0;
    margin-left: 15px;
    background: #fff;
}
a.tabconlink:link{
    color:#333;
    text-decoration: none;
    padding: 1px 3px;
}
a.tabconlink:visited{
    color:#333;
    text-decoration: none;
    padding: 1px 3px;
    margin:0 0 0 0;
}
a.tabconlink:hover{
    background: #fff;
    color:#09f;
    text-decoration: none;
    padding: 1px 3px;
}
a.tabconlink:visited:hover{
    background: #fff;
    color:#333;
    text-decoration: none;
    padding: 1px 3px;
}
/* Menu 2 - Design*/
#menu1{
    position: relative;
    width: 800px;
	height: 25px;
	background: #333;
}
#tablost{
    padding: 5px;
    margin-left: -2px;
    margin-bottom: 0;
    margin-top: 0;
    font: 12px arial;
}
#tablost li{
	list-style: none;
	display: inline;
	margin: -3px;
}
#tablost li a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 24px 6px;
    margin-left: 0px;
    background: #333 url(../imagens/barra_azul.gif) no-repeat;
    font-weight:bold;
}
#tablost li.sbg a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 27px 6px;
    margin-left: 0px;
    background: #333;
    font-weight:bold;
}
#tablost li a:link, #tablost li a:visited{
    color: #fff;
}
#tablost li a:hover{
    color: #ccc;
}
#tablost li a.current{
    background: #333 url(../imagens/barra_azul.gif) no-repeat;
}
#linha_azul_topo{
    font-size:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #09F;
	width: 800px;
	height: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-top-style: solid;
	border-bottom-style: solid;
}

#sc1 {
    margin-left:-10px;
}
ul {
     margin-left: 0; margin-top: 0; margin-bottom: 0; color:#000000;
}
