/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: black;
  line-height: 1.1em;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 130%;
}


/* Normal link */
a {
  color: #006699;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #333333;
  text-decoration: underline;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

li {
  margin-top: 14px;
  margin-left: -10px;
}

/*****************************************/

div#full_container {
  position: absolute;
  left: 0;
  top: 0;
  float: top;
  width: 100%;
  height: 100%;
  vertical-align:top;
}

div#center_container {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  width: 600px;
}

div#headercontainer {
  float: top;
  margin-top: 10px;
}

div#header {
  width: 600px;
  height: 194px;
}

div#logo {
  background: url(../images/header.jpg) 0 0 no-repeat;
  width: 904px;
  height: 194px;
  display: none;
}

div#logo_print {
  background: url(../images/header_print.jpg) 0 0 no-repeat;
  width: 904px;
  height: 194px;
}

div#middle {
  width: 600px;
  margin-top: 2px;
  background-color: white;
}

div#menu {
  display: none;
}

div#menucontents {
  display: none;
}

div#contents {
  padding: 10px;
}

div#bottom {
  position: relative;
  float: top;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 600px;
  height: 185px;
}

div#bottomspace {
  display: none;
}

div#passiflora {
  display: none;
}



/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading, h1, h2 {
  margin: 0;
  letter-spacing: 2px;
  font-family: 'Noto Sans', sans-serif;
  color: #2D481F;
  font-size: 16px;
  padding-left: 0px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

a.category {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}

strong {
}


/*****************************************/

/* menu */

#menu {
  margin: 0;
  padding: 0;
}

#menu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 18px;
}

#menu a {
  color: white;
  text-decoration: none;
  font-family: 'Cuprum', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 5px 6px 6px 6px;
  margin: 0;
}

#menu a:hover {
  color: #bdf6a4;
  background-color: #1d3212;
}

#menu .current a{
}

#menu li:hover > a {
}

#menu li:hover > a {
}

#menu ul li:first-child > a {
}

/*****************************************/


