a {
  color: #d94f00;
}

h1, h2, h3, h4, h5, h6 {
  color: #261a40;
  font-family: Verdana;
}

h1 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}

h2 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

#container {
  min-height: 700px;
  *height: 700px;
}

#container-inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#container-nav {
  position: absolute;
  top: 143px;
}

#container-nav {
  left: 0;
}

#container-footer {
  height: 56px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#container-logo {
  background: url(../img/logo-narcomm-bkg.png) no-repeat;
  width: 443px; 
  height: 149px;
  margin: 0 auto;
}

#logo {
  display: block;
  width: 333px; 
  height: 102px;
  margin: 0 54px 47px 56px;
}

#content {
  width: 550px;
  margin: 40px 0 50px 240px;
}

#narcomm-media-player {
  background: url(../img/portal-media-player.png) no-repeat;
  position: absolute;
  top: 260px;
  right: 35px;
  width: 391px;
  height: 207px;
  padding: 5px 12px 16px 5px;
}

#narcomm-media-player-inner {
  overflow: hidden;
  width: 391px;
  height: 207px;
}

#narcomm-media-player p {
  color: #fff;
}

#narcomm-media-player a {
  color: #fff;
  font-weight: bold;
}



/* Blocks */


#nav-blocks {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 35px;
  top: -13px;
}

#nav-blocks li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 182px;
}

#nav-blocks li:hover {
  cursor: pointer;
}

#nav-blocks li a {
  display: block;
  width: 182px;
}

#nav-blocks li.active-item, #nav-blocks li:hover {
  z-index: 1;
}

#nav-blocks li a {
  display: none;
}

#nav-concepts {
  background: url(../img/nav-concepts.png) no-repeat;
  height: 156px;
  top: 0px;
}

#nav-concepts a {
  height: 156px;
}

#nav-creations {
  background: url(../img/nav-creations.png) no-repeat;
  height: 142px;
  top: 137px;
}

#nav-creations a {
  height: 142px;
}

#nav-system-services {
  background: url(../img/nav-system-services.png) no-repeat;
  height: 137px;
  top: 256px;
}

#nav-system-services a {
  height: 137px;
}

#nav-media {
  background: url(../img/nav-media.png) no-repeat;
  height: 160px;
  top: 352px;
}

#nav-media a {
  height: 160px;
}

#nav-concepts.active-item, #nav-concepts:hover {
  background: url(../img/nav-concepts-active.png) no-repeat;
}

#nav-creations.active-item, #nav-creations:hover {
  background: url(../img/nav-creations-active.png) no-repeat;

}

#nav-system-services.active-item, #nav-system-services:hover {
  background: url(../img/nav-system-services-active.png) no-repeat;
}

#nav-blocks.active-media #nav-system-services:hover {
  background: url(../img/nav-system-services-active-alt.png) no-repeat;
  z-index: 2;
}

#nav-blocks.active-system-services #nav-creations:hover {
  background: url(../img/nav-creations-active-alt.png) no-repeat;
  z-index: 2;
}

#nav-blocks.active-system-services #nav-media:hover {
  background: url(../img/nav-media-active-alt.png) no-repeat;
  z-index: 2;
}

#nav-blocks.active-creations #nav-concepts:hover {
  background: url(../img/nav-concepts-active-alt.png) no-repeat;
  z-index: 2;
}

#nav-blocks.active-creations #nav-system-services:hover {
  background: url(../img/nav-system-services-active-alt-2.png) no-repeat;
  z-index: 2;
}

#nav-blocks.active-concepts #nav-creations:hover {
  background: url(../img/nav-creations-active-alt-2.png) no-repeat;
  z-index: 2;
}

#nav-media.active-item, #nav-media:hover {
  background: url(../img/nav-media-active.png) no-repeat;
}


/* News ticker */

#footer {
  position: absolute;
  background: #000032;
  overflow-x: hidden; 
  width: 100%;
  bottom: 0;
  padding: 0;
}


#container-news-ticker {
  position: relative;
  height: 15px;
  overflow: hidden;
  width: 120%;
}

#news-ticker {
  margin: 0;
  padding: 0;
  height: 15px;
  line-height: 15px;
  position: absolute;
}

#news-ticker li {
  list-style: none;
  display: block;
  height: 14px;
  line-height: 14px;
  float: left;
  padding-left: 16px;
}

#news-ticker li a {
  font-size: 10px;
  font-style: italic;
  color: #fff;
  text-decoration: none;
}

#news-ticker li a:hover {
  text-decoration: underline;
}


