/*
Combined Stylesheet for cembernet, econozo, and neurona
# old style header
# different footer
*/

/* #header-navigation used in neurona and econozco pages
=========================================================================== */

#header-navigation {
  border: 0;
  color: #9C9C9C;
  float: left; /* Opera needs this */
  font-size: 10px;
  font-weight: normal;
  line-height: 0.9em;
  margin: -14px 0 0 0;
  padding: 0 0 16px 0;
  position: relative;
  text-align: left;
  width: 985px;
  z-index: 10;
}

#header-navigation ul {
  float: right;
  line-height: 1.2em;
  margin-right: 10px;
}

#header-navigation ul li {
  border-color: #9C9C9C;
}

#header-navigation ul li.last-child, 
#footer-navigation ul li.last-child { 
  border: 0;
}

#header-navigation a {
  background-image: none;
}

#header-navigation span {
  display: block;
  float: left;
  padding-right: 5px;
}

#header-navigation span.language {
  background-position: -312px -13px;
  display: block;
  float: left;
  height: 13px;
  margin-top: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  width: 13px;
}

#header-navigation:after {
  clear: both; 
  content: "."; 
  display: block; 
  height: 0; 
  visibility: hidden;
}

/* language-selector
=========================================================================== */

#header-language-selector {
  background-color: #fff; 
  border: 1px solid #D0D0D0;
  position: absolute;
  text-align: left;
  width: 160px;
  z-index: 200;
}

#header-language-selector a {
  color: #646365;
  text-decoration: none;
}

#header-language-selector a:hover {
  text-decoration: underline;
}

#header-language-selector li {
  display: block;
  height: 17px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#header-language-selector li a {
  display: block;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  width: 140px;
}

#header-language-selector li a:hover {
  background: #ccc;
  text-decoration: none;
}

#language-select {
  font-size: 1.2em;
}

#language-select li {
  display: block;
  height: 17px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#language-select li a {
  display: block;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  width: 140px;
}

#language-select li a:hover {
  background: #CCCCCC;
  text-decoration: none;
}

/* #footer-navigation used in neurona and econozco pages
=========================================================================== */
#footer {
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  clear: both;
  color: #9C9C9C;
  float: left;
  font-size: 10px;
  font-weight: normal;
  line-height: 0.9em;
  margin: 15px 0 20px;
  padding: 10px 0;
  text-align: center;
  width: 985px;
}

#footer div {
  position: relative;
  z-index: 10;
}

#footer:after, 
#footer-navigation:after {
  clear: both; 
  content: "."; 
  display: block; 
  height: 0; 
  visibility: hidden;
}

#footer-navigation {
  border: 0;
  color: #9C9C9C;
  font-size: 10px;
  font-weight: normal;
  line-height: 0.9em;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

#footer-navigation p { 
  clear: both;
  line-height: 1.4em;
  margin: 0;
  padding-bottom: 5px;
  padding: 0;
}

#footer-navigation p.last { 
  padding: 0;
  color: #787878 !important;
}

#footer-navigation ul {
  display: inline;
  float: none;
  line-height: 1em;
  margin-bottom: 5px;
}

#footer-navigation ul li { 
  line-height: 1.4em;
  border-color: #787878;
  padding-left: 4px;
  padding-right: 4px;
}

#footer-navigation ul {
  color: #787878;
}

#footer-navigation a, #footer-navigation a:link, #footer-navigation a:visited, #footer-navigation a:focus, #footer-navigation a:active {
  color: #787878;
}