@CHARSET "UTF-8";

body{
  margin: 0;
  background-color: #FFFFFF;
  font: 9pt/170% Verdana, sans-serif;
  color: #494949;
}

img {
    border: 0;
}

p {
	text-indent: 1.5em;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-block {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
    height: 1%;
}
.clear-block {
    display: block;
}
/* End hide from IE-mac */


#h_menu_incide {
  float: right;
  margin: 5px 10px 10px 0px;
}

#slogan_header{
  position: relative;
  margin: -32px 0px 0px 395px;
}

/* Default */
ul.menu {
    list-style: none;
    border: none;
    text-align: left; /* LTR */
}

ul.menu li {
    margin: 0 0 0 0.5em; /* LTR */
}

li.collapsed {
    list-style-type: disc;
    padding: 0.2em 0.5em 0 0; /* LTR */
    margin: 0;
}
li.leaf {
    list-style-type: square;
    padding: 0.2em 0.5em 0 0; /* LTR */
    margin: 0;
}

.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em; /* LTR */
}


/*
******************************************
*/
#header {
    width: 767px;
    _width: 787px;
}

#conteiner_content {
    width: 760px;
    _width: 780px;
    margin: 30px 0 0 20px;
}

#leftpanel {
  float: left;
  text-align: left;
  margin-top: -13px;
  #margin-top: 0px;
}

#l_menu{
   width: 210px;
}

#main_content{
  text-align: left;
  float: right;
  width: 500px;
  padding: 0 15px 0 15px;
}

.content_top_img{
  background-image: URL('/images/content_top_img.gif');
  background-repeat: no-repeat;
  width: 530px;
  height: 6px;
  font-size: 1px;
}

.content_bottom_img{
  background-image: URL('/images/content_bottom_img.gif');
  background-repeat: no-repeat;
  width: 530px;
  height: 6px;
  font-size: 1px;
}

.node {
  background-color: #F0F0F0;
  width: 500px;
  padding: 0 15px 0 15px;
  margin: 0px 0 0px 0;
}

.node p{
  margin: 0px 0 0px 0;
}

ul.menu, .item-list ul {
    margin: 5px 0 5px 0;
    width: 190px;
    list-style: none;
}

ul.menu li {
    margin-left: -5px;
    padding: 5px 0 5px 0;
    list-style: none;
}

ul.menu ul, .item-list ul ul {
    margin-left: 5px;
    width: 175px;
}

.collapsed, .leaf {
    background-image: URL('/images/dott_one.gif');
    background-position: left bottom;
    background-repeat: repeat-x;
}

/* Primary menu */
ul.links {
    margin: 0;
    padding: 0;
}

ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

/* Pager */
ul.pager {
	margin: 0;
	padding: 2px;
	display: block;
	text-align: center;
	font-size: small;
}

ul.pager li {
	margin: 0;
	padding: 2px;
	display: inline;
}
