/*  Author:  Ben Johnson  */
/*  Last Update: Thursday, March 13, 2008  */
/*  Medium:  Dreamweaver CS3  */
/*  Copyright The Pilot Group 2008  */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	font-size:12px;
	color:#999;
	margin:0 auto; }
	
img {border:none;}

h1,h2,h3 {color:#006699; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; line-height:inherit}
h1 {font-size:18px; text-decoration:none;}
h2 {font-size:16px; text-decoration:none;}
h3 {font-size:12px; text-decoration:none;}

h3 a:link, a:active, a:visited {color:#006699; text-decoration:none;}
h3 a:hover {color:#006699; text-decoration:underline;}

#background {
	width:100%;
	height:100%;
	background-image:url(../images/gradientbg.gif);
	background-repeat:repeat-x;
	margin:0 auto; }

#container {
	width:760px;
	border:0px solid #fff;
	margin:0 auto;
	padding:4px 4px 4px 4px;
	margin-bottom:10px; }
	
#content a:link, #content a:active, #content a:visited {color:#999; text-decoration:underline;}
#content a:hover{color:#006699; text-decoration:none;}
	
#footer {
	width:760px;
	margin:0 auto;
	padding-top:10px;
	font-size:9px;
	color:#666; }
#footer a:link, #footer a:active, #footer a:visited {color:#999; text-decoration:none;}
#footer a:hover{color:#006699; text-decoration:underline;}



#leftnav {width:160px;}
#leftnav ul {list-style:none; margin:0; padding:0; border:none; width:160px;}
#leftnav ul li {position:relative;}
#leftnav li ul {position:absolute; top:0; display:block;}
#leftnav li {margin:0; padding:0px;}
html>body #leftnav li a {width:auto;}

#leftnav ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	padding: 5px 5px 5px 0px;
	border-bottom: 0;
	}

#leftnav li:hover ul { display:block; }
#leftnav ul li a:hover { color:#006699; }




#leftnav-fl {width:160px; top:20px;float:left; position:fixed;}
#leftnav-fl ul {list-style:none; margin:0; padding:0; border:none; width:160px;}
#leftnav-fl ul li {position:relative;}
#leftnav-fl li ul {position:absolute; top:0; display:block;}
#leftnav-fl li {margin:0; padding:0px;}
html>body #leftnav-fl li a {width:auto;}

#leftnav-fl ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	padding: 5px 5px 5px 0px;
	border-bottom: 0;
	}

#leftnav-fl li:hover ul { display:block; }
#leftnav-fl ul li a:hover { color:#006699; }



.AccordionTitle, .AccordionContent, .AccordionContainer {
  position:relative;
  width:160px;
  border:none; }

.AccordionTitle {
  height:20px;
  overflow:hidden;
  display:table-cell;
  -moz-user-select:none; }

.AccordionContent {
  height:0px;
  padding-left:4px;
  font-size:10px;
  overflow:hidden;
  display:hidden;
  line-height:0px; }
  
.AccordionContent ul li { line-height:15px }

.AccordionOpen {
  height:90px;
  padding-left:4px;
  font-size:10px;
  overflow:hidden;
  display:block;
  line-height:5px; }

.breadcrumbs {
	padding: 0px 0px 0px 5px;
}

/* Services divs */
.servicesHeaderDiv {
	padding: 0px 5px 0px 5px;
	margin-bottom: 15px }
.servicesSubHeaderDiv {
	margin-bottom: 10px }

/* Customer divs */
.customersHeaderDiv {
	padding: 0px 5px 0px 5px;
	margin-bottom: 15px }

/* Product divs */
.productsHeaderDiv {
	padding: 0px 5px 0px 5px;
	margin-bottom: 15px }

/* About divs */
.aboutHeaderDiv {
	padding: 0px 5px 0px 5px;
	margin-bottom: 15px }

.mouse {
	cursor:pointer;
}

#hr-break-lg {
	background-image:url(../images/hr-bg.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	overflow:hidden;
	width:600px;
	height:40px;
	border-bottom:1px solid #1c1c1c;
}

.hr-bar {
	padding: 10px 5px 10px 5px;
}


/* Image Rollovers for the Navigation Bar */
a.machine-parts img {background: url(../images/machine-parts-btn.gif) top center no-repeat;}
a.machine-parts:hover img {background: url(../images/machine-parts-btn2.gif) top center no-repeat;}
a.electronics img {background: url(../images/electronics-btn.gif) top center no-repeat;}
a.electronics:hover img {background: url(../images/electronics-btn2.gif) top center no-repeat;}
a.FEA img {background: url(../images/FEA-btn.gif) top center no-repeat;}
a.FEA:hover img {background: url(../images/FEA-btn2.gif) top center no-repeat;}
a.lgassembly img {background: url(../images/lgassembly-btn.gif) top center no-repeat;}
a.lgassembly:hover img {background: url(../images/lgassembly-btn2.gif) top center no-repeat;}
a.optics img {background: url(../images/optics-btn.gif) top center no-repeat;}
a.optics:hover img {background: url(../images/optics-btn2.gif) top center no-repeat;}