
body {
  background: #EDEDED;
  padding-top: 40px
}

a {
  color: #0099cc;
}

p {
  color: #555B56;
  font-size: 13px;
}

body.home {
  background: #EDEDED url('/images/backgrounds/gradient1.png') 0 0 repeat-x;
}
body.home #header {
  display: none;
}

#dialog.content p {
  margin-bottom: 5px;
}
.ui-dialog.modal {
  border: 0px;
  background-color: #ffffff;
}
.ui-dialog.modal .ui-dialog-titlebar {
  position: absolute;
  top: 0px; right: 0px;
  border: 0px;
  background: none;
}

#header {
  position: relative;
  margin-bottom: 40px;
  z-index: 500;
}
#header .logo h1 {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
#header .logo h1 a { 
  display: block;
  width: 400px;
  height: 45px;
  background: url('/images/elcosmonauta.png') 0 0 no-repeat;
}
body.en #header .logo h1 a {
  background: url('/images/elcosmonauta.en.png') 0 0 no-repeat;
}
#header .logo h1 a span {
  display: none;
}
#header .language {
  position: absolute;
  right: 20px;
  top: 0px;
}
#header a {
  font-weight: bold;
}
#header .user {
  position: absolute;
  top: -20px;
  right: 0px;
}
#header .menu {
  height: 20px;
}
#header .menu .option {
  float: left;
  margin-right: 20px
}
#header .popupMenuArea {
  position: relative;
  display: inline;
  padding-left: 15px
  z-index: 600;
}
#header .popupMenuArea .menuLink {
  position: relative;
  display: inline;
  z-index: 601;
}
#header .popupMenuArea .popupMenu {
  position: absolute;
  top: -6px;
  left: -10px;
  width: 320px;
  height: 165px;
  z-index: 600;
}
#header .popupMenuArea .popupMenu .background {
  position: absolute;
  top: -3px;
  left: -3px;
  background: url('/images/backgrounds/popup_menu_320x165.png') 0 0 no-repeat;
  width: 328px;
  height: 173px;
}
#header .popupMenuArea .popupMenu ul {
  position: relative;
  margin: 30px 20px 30px 20px;
  list-style: none;
  z-index: 1001;
}
#header .popupMenuArea .popupMenu li {
  float: left;
  width: 132px;
  padding: 4px;
}
#header .popupMenuArea .popupMenu li a {
  text-decoration: none;
}

#footer {
  position: relative;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-top: 30px;
  border-top:1px solid #C7C7C6;
}
#footer .companies {
  color: #666666;
  font-size: 13px;
  line-height: 15px;
}
#footer .companies .company {
  float: left;
  /* width: 230px; */
  font-size: 12px;
}
#footer .companies .company .details {
  width: 200px;
  padding-top: 5px;
}
#footer .companies .company.vostok img {
  margin-top: 4px;
}
#footer .companies .company.credits img {
  margin-top: 5px;
}
#footer .companies .company.credits .details {
  width: 260px;
}
#footer .companies img {
  float: left;
  margin-right: 10px;
}
#footer .creativecommons {
  position: absolute;
  right: 0px;
  top: 50px;
}
