/*
 *  global.css
 *
 */

body {
  margin: 0; padding: 0;
  background: url(common/tile-bg.png) ;
}



/* SOCIAL NETWORKING */


#social {
  position: fixed;
  left: +0px;
  top: +120px;
  width: 77px;
  height: 138px;
  z-index: 5;
}

#facebook {
  position: fixed;
  left: +11px;
  top: +202px;
  width: 31px;
  height: 31px;
  z-index: 6;
}

#twitter {
  position: fixed;
  left: +11px;
  top: +165px;
  width: 31px;
  height: 31px;
  z-index: 7;
}

#facebookH {
  position: fixed;
  left: +11px;
  top: +202px;
  width: 31px;
  height: 31px;
  z-index: 6;
}

#twitterH {
  position: fixed;
  left: +11px;
  top: +165px;
  width: 31px;
  height: 31px;
  z-index: 7;
}




/* HEADER */

#CKO {
  position: absolute;
  left: 9px;
  top: 38px;
  width: 352px;
  height: 182px;
  z-index: 14;
}

#home-link {
  position: absolute;
  left: 51px;
  top: 0px;
  width: 301px;
  height: 155px;
  z-index: 32;
}

#tagline {
  position: absolute;
  left: 466px;
  top: 16px;
  width: 486px;
  height: 188px;
  z-index: 15;
}


/* NAVIGATION */

#nav-bar {
  position: absolute;
  left: 66px;
  top: 193px;
  width: 880px;
  height: 55px;
  z-index: 17;
}


#link-contact {
  position: absolute;
  left: 742px;
  top: 0px;
  width: 138px;
  height: 55px;
  z-index: 18;
}

#link-contact-over {
  position: absolute;
  left: 742px;
  top: 0px;
  width: 138px;
  height: 55px;
  z-index: 19;
}

#link-faq {
  position: absolute;
  left: 656px;
  top: 0px;
  width: 83px;
  height: 55px;
  z-index: 20;
}

#link-faq-over {
  position: absolute;
  left: 656px;
  top: 0px;
  width: 83px;
  height: 55px;
  z-index: 21;
}

#link-instruct {
  position: absolute;
  left: 492px;
  top: 0px;
  width: 162px;
  height: 55px;
  z-index: 22;
}

#link-instruct-over {
  position: absolute;
  left: 492px;
  top: 0px;
  width: 162px;
  height: 55px;
  z-index: 23;
}

#link-media {
  position: absolute;
  left: 393px;
  top: 0px;
  width: 96px;
  height: 55px;
  z-index: 24;
}

#link-media-over {
  position: absolute;
  left: 393px;
  top: 0px;
  width: 96px;
  height: 55px;
  z-index: 25;
}

#link-schedule {
  position: absolute;
  left: 269px;
  top: 0px;
  width: 123px;
  height: 55px;
  z-index: 26;
}

#link-schedule-over {
  position: absolute;
  left: 269px;
  top: 0px;
  width: 123px;
  height: 55px;
  z-index: 27;
}

#link-trial {
  position: absolute;
  left: 121px;
  top: 0px;
  width: 146px;
  height: 55px;
  z-index: 28;
}

#link-trial-over {
  position: absolute;
  left: 121px;
  top: 0px;
  width: 146px;
  height: 55px;
  z-index: 29;
}

#link-about {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 121px;
  height: 55px;
  z-index: 30;
}

#link-about-over {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 121px;
  height: 55px;
  z-index: 31;
}





a {
  cursor: pointer;
  outline: none;
}
a:link { color: #E1A01D; }
a:visited { color: #E1A01D; }
a:hover {
  color: #e91f1a;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}


