/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial;
  color: #58595b;
  line-height: 1.1em;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  background-repeat:repeat-x;
  background-color:#95be80;
  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#container {
  position: relative;
  left: 0;
  top: 0;
  float: top;
  width: 100%;
  vertical-align:top;
}

div#headercontainer {
 float: top;
  margin-left: auto ;
  margin-right: auto ;
  width: 905px;
  height: 394px;
}

div#header {
  width: 905px;
  height: 394px;
}

div#logo {
  position:relative;
  background: url(../images/header.jpg) 0 0 no-repeat;
  width: 905px;
  height: 394px;
  margin:0;
  padding:0;
}

div#middle {
  float: top;
  width:904px;
  margin-top: 2px;
  margin-left: auto ;
  margin-right: auto ;
  background: url(../images/middle.png) 0 0 repeat-y;
}

div#left {
  float: left;
  width:206px;
  margin-left: 0;
}

div#menu {
  padding-top: 10px;
  position: static;
  margin-left: 0;
  width:206px;
}

div#menucontents {
  text-align: right;
  width: 190px;
}

div#registration {
  padding-top: 0;
  position: static;
  margin-left: 0;
  width:206px;
}

div#registrationcontents {
  width: 206px;
}

div#support {
  padding-top: 64px;
  position: static;
  margin-left: 39px;
  width:167px;
}

div#supportcontents {
  width: 206px;
}

div#right {
  width:696px;
  margin-top:0;
  margin-left: 208px;
}

div#contents {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 0px;
}

div#bottom {
  position: relative;
  float: top;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/bottom.png) 0 0 no-repeat;
  width:905px;
  height:207px;
}

div#bottomspace {
  position: relative;
  float: top;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  width:905px;
  height:400px;
}

div#realization {
  position: absolute;
  margin-top: 30px;
  margin-left: 15px;
  width:875px;
  height: 170px;
}



/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading {
  margin: 0;
  letter-spacing: 2px;
  font-family: Lucida Console,sans-serif;
  color: #426049;
  font-size: 14px;
  padding-left: 0px;
  padding-bottom: 5px;
  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 {
  margin: 0;
  font-family: sans-serif;
  color: #426049;
  font-size: 14px;
}


/*****************************************/

/* menu */

.menu ul {
  margin: 0;
  padding: 0; 
}

.menu li {
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 14px 0 0 0;
}

.menu li a {
  font-size: 11px;
  color: #43614a;  
  white-space: nowrap;
  margin-left: -25px;
  /* text-shadow: #43614a 0 0 1px; */
}

.menu li a:hover {
  font-size: 11px;
  color: #679672;  
  text-decoration: none;
  border-bottom: 2px solid #43614a;
  white-space: nowrap;
  margin-left: -25px;
  /* text-shadow: #43614a 0 0 1px; */
}


/*****************************************/


