/* @override http://fbctn.monkcms.net/_css/fsm_home.css */

/* @override http://fbctn.monkstaging.com/_css/fsm_home.css */

#maskTop{
  background: url(/_img/fsm_maskTop.png) no-repeat;
  position: absolute;
  z-index: 10;
  width: 940px;
  height: 15px;
  top: 0;
  left: 0;
}
#maskLeft{
  background: url(/_img/maskLeft.png) no-repeat;
  position: absolute;
  z-index: 10;
  width: 9px;
  height: 351px;
  top: 15px;
  left: 0;
}
#maskRight{
  background: url(/_img/maskRight.png) no-repeat;
  position: absolute;
  z-index: 10;
  width: 10px;
  height: 351px;
  top: 15px;
  right: 0;
}
#maskBtm{
  background: url(/_img/fsm_maskBtm.png) no-repeat;
  position: absolute;
  z-index: 100;
  width: 940px;
  height: 11px;
  bottom: 0;
}

#quickLinks{
  margin: 20px 19px 14px 20px;
  height: 90px;
}

#quickLinks li{
  float: left;
  display: inline;
  height: 90px;
  width: 235px;
}
#quickLinks li.last,
#quickLinks li.link-4{
  margin-right: 0;
}

#quickLinks li a{
  /*background: url(/_img/fsm_quickLinks.png) no-repeat left top;*/
  display: block;
  line-height: 1em;
  color: #45302a;
  font-size: 1.4em;
  text-shadow: 1px 1px 0 #d6c7b0;
  height: 0;
  overflow: hidden;
  padding-top: 90px;
}
/*#quickLinks li a.link-the-mix{
  background-position: left top;
}

#quickLinks li a.link-the-foundry{
  background-position: -240px top;
}
#quickLinks li a.link-242-groups{
  background-position: -480px top;
}
#quickLinks li a.link-register{
  background-position: -720px top;
}*/

#newsTicker{
  background: #485053 url(/_img/fsm_newsTicker.png) no-repeat left top;
  height: 30px;
  margin-left: 22px;
  width: 940px;
  overflow: hidden;
}

#newsTicker ul{
  margin-left: 70px;
  list-style-type: none;
  line-height: 29px;
  font-size: 1.2em;
  width: 870px !important;
  color: #ffffff;
}

#newsTicker ul li{
  width: 870px !important;
}

#newsTicker ul li a{
  color: #ffffff;
}