* {
	margin: 0;
	padding: 0;
}


a {
   outline: none;
}

body {
	
	background: url(../images/bg.jpg) repeat-x 0 0 ;
	font-family:Arial, Helvetica, sans-serif;
	
}

p {font:Arial, Helvetica, sans-serif;}


#container {
	
	font:Arial, Helvetica, sans-serif;
	width:1024px;
	margin:0 auto;
	
}

#header {
	width: 960px;
	height: 325px;
	margin: 20px auto 0 auto;
}



#header h1 {
	display:block;
	float:left;
	width:328px;
	height:325px;
	background:url(../images/logo.jpg) no-repeat 0 0;
	text-indent:-10000px;
	margin-top:0px;
}

#header h1 a{
	display:block;
	width:100%;
	height:100%;
}

/*#header h1 a:hover{
	background:url(../images/) no-repeat 0 -323px;
}*/

#header ul {
	display:block;
	float:right;
	width:630px;
	height:55px;
	background:url(../images/menu.jpg) no-repeat 0 0;
	list-style:none;
	margin-right: 2px;

}

#header ul li{
	display:block;
	float:left;
	height:55px;
	text-indent:-10000px;
}

#home {
    width:99px;
  }
#about {
    width:100px;
  }
#services {
    width:131px;
  }
#applications {
    width:176px;
  }
#contact {
    width:124px;
  }

#header ul li a {
    display:block;
    width:100%;
    height:100%;
  }
  
#home a:hover {
    background:url(../images/menu.jpg) no-repeat 0 -55px;
  }
  #about a:hover {
    background:url(../images/menu.jpg) no-repeat -100px -55px;
  }
  #services a:hover {
    background:url(../images/menu.jpg) no-repeat -199px -55px;
  }
  #applications a:hover {
    background:url(../images/menu.jpg) no-repeat -330px -55px;
  }
#contact a:hover {
    background:url(../images/menu.jpg) no-repeat -506px -55px;
  }



#movie {
	width: 630px;
	height: 270px;
	padding: 0;
	margin: -270px 34px 0 0;
	float:right;
}



#navigation {
	width: 960px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
}


#navigation ul {
	display:block;
	float:right;
	width:960px;
	height:40px;
	background:url(../images/nav.jpg) no-repeat 0 0;
	list-style:none;
}

#navigation ul li {
	display:block;
	float:left;
	height:40px;
	text-indent:-10000px;
}

#aero{
    width:454px;
  }
  #mil {
    width:131px;
  }
  
  #opt {
  	width:126px;
  }
  
  #med {
    width:111px;
  }
  #ind {
    width:138px;
  }


#navigation ul li a {
	display:block;
	width:100%;
	height:100%;
}

#aero a:hover {
    background:url(../images/nav.jpg) no-repeat 0 -40px;
  }
  #mil a:hover {
    background:url(../images/nav.jpg) no-repeat -454px -40px;
  }
  #opt a:hover {
  	background:url(../images/nav.jpg) no-repeat -585px -40px;
  }
  #med a:hover {
    background:url(../images/nav.jpg) no-repeat -711px -40px;
  }
  #ind a:hover {
    background:url(../images/nav.jpg) no-repeat -822px -40px;
  }

p#featuredText {

	display:block;
	position:relative;
	float:left;
	margin-left:32px;
	width:100%;
	height:500px;
	background:url(../images/featured_bg.jpg) no-repeat 0 0;
	text-indent:-100000px;
	z-index:-100;
}

p#featuredText span {

	display:none;

}

div#ISObutton {
    display:block;
	position:relative;
    width:456px;
    height:90px;
    /*background:url(../images/ISO.jpg) no-repeat 0 0;*/
    margin:350px 0 0 60px;
  }
  /*a:hover#ISObutton {
    background-position:0 -90px;
  }*/

.news {
    width:251px;
    height:316px;
    float:right;
	margin:-500px 50px 0 0;
  }
.quote {

	width:252px;
	height:162px;
	margin:-220px 50px 0 0;
	float:right;


}  

#boxContainer a{
	color:#367BB4;
	text-decoration:none;

}
  
#boxContainer a:hover {

	color:#5094CB;
	text-decoration:underline;

}  
  
  #boxContainer h2 {
    font:bold 20px  Helvetica, Arial, sans-serif;
    color:#367BB4;
    text-transform:uppercase;
    margin:25px 0 0 20px;
  }
  #boxContainer p {
    font:normal 14px/18px  Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height:22px;
    color:#000000;
    margin:0 20px 0  20px;
  }
  
  #boxContainer ul {margin: 0 20px 0 20px}
  
  #boxContainer ul li {
    font:normal 14px/18px  Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height:22px;
    color:#000000;
    margin:10px 30px 0  15px;
  }
  .news {
    background:url(../images/news.jpg)  no-repeat 0 0;
  }
  .quote {
    background:url(../images/quote.jpg)  no-repeat 0 0;
  }

#footer {
	width: 960px;
	margin: 0px auto;
	padding: 5px 0px;
	height:75px;
	background:#000000;
	clear:both;
	font:Arial, Helvetica, sans-serif;
	line-height:18px;
}


#footer p {
	font:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #999999;
	padding: 25px 0 5px 0;
	text-align:center;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;

}

#footer a:hover {
	text-decoration:underline;
	color:#999999;
	

}


#footer a:visited {
	text-decoration:none;

}

