* {
	margin: 0;
	padding: 0;
}

a {
	color:#0066CC;
	text-decoration:none;
	outline: none;


}

a:hover {
	
	color:#6699CC;
	text-decoration:underline;
}

body {

	background: #36393E url(../images/image01.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	
}

#container {
	
	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 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;
  }


#navigation {
	width: 960px;
	height: 40px;
	display:block;
	float:right;
	margin-right:32px;
	margin-top: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;
  }

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




#content {
	width: 960px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#page {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#page h2{

	margin-bottom:20px;

}
#page p {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin:5px 0 20px 0;

}

#page p.emphasis {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#990000;
	margin-bottom:10px;

}




#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;

}
