/**
 * The main splash screen CSS file.
 *
 * CLIENT NAME:	1Force
 * CLIENT SITE:	http://1Force.com
 * VERSION:		1.1 - 06-AUG-2010
 * THEME:		1Force custom theme based on current web site using 960bc framework
 * AUTHOR:		TaoTek Consulting 
 * WEBSITE:   	http://taotek.com 
 *
 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color: #000000;
  background-image: url("../images/splash.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
/**/
#nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 800px;
  height: 50px;
  position: relative;
}
#nav span {
  display: none;
  position: absolute;
}
#nav a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#nav a:hover {
  background-position: left bottom;
}
#nav a:hover span {
  display: block;
}

#nav .home {
  width: 75px;
  height: 50px;
  background: url(../images/btn_splash_home_off.jpg) no-repeat;
  left: 162px;
  top:  350px;
}
#nav .home span {
  width: 75px;
  height: 50px;
  background: url(../images/btn_splash_home_on.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#nav .mission {
  width: 205px;
  height: 50px;
  background: url(../images/btn_splash_mission_off.jpg) no-repeat;
  left: 237px;
  top:  350px;
}
#nav .mission span {
  width: 205px;
  height: 50px;
  background: url(../images/btn_splash_mission_on.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#nav .splash_break {
  width: 2px;
  height: 50px;
  background: url(../images/btn_splash_break.jpg) no-repeat;
  left: 442px;
  top:  350px;
}

#nav .technology {
  width: 248px;
  height: 50px;
  background: url(../images/btn_splash_tech_off.jpg) no-repeat;
  left: 444px;
  top:  350px;
}
#nav .technology span {
  width: 248px;
  height: 50px;
  background: url(../images/btn_splash_tech_on.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#nav .contact {
  width: 100px;
  height: 50px;
  background: url(../images/btn_splash_contact_off.jpg) no-repeat;
  left: 692px;
  top:  350px;
}
#nav .contact span {
  width: 100px;
  height: 50px;
  background: url(../images/btn_splash_contact_on.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

/**/

