@charset "UTF-8";
/* CSS Document */


html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


body{
	background-color:#ffffff;
}


h4{
	color:#06364a;
	font-size:12px;
}

a{
	outline:none;
}

h5{
	color:#06364a;
	font-size:12px;
}


/* ================ NAV ================ */

#middle{
	margin:0;
	padding:0;
	background-color:#087089;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	z-index:15;
	float:left;
}


#middle #topNav ul{
	margin:0;
	padding:0;
	
	list-style-type:none;
	height:50px;
	width:620px;
	
	position:absolute;
	top:122px;
	left:290px;
	
	z-index:34;
}

#middle #topNav{
	margin:0;
	padding:0;
}

#middle #topNav ul li{
	float:left;
}

#middle #topNav ul li a{
	list-style-type:none;
	display:block;
	text-indent:-9000px;
}


#middle #topNav ul li.Home a{
	width:52px;
	height:15px;
	background-image:url(images/menuItems/home_up.jpg);
}

/*#middle #topNav ul li.Home a:hover{
	width:52px;
	height:15px;
	background-image:url(images/menuItems/home_hover.jpg);
}*/

	
#middle #topNav ul li.Home #current a{
	width:52px;
	height:15px;
	background-image:url(images/menuItems/home_over.jpg);
}


/* ---- PRODUCTS ---- */

#middle #topNav ul li.Products a{
	width:82px;
	height:15px;
	background-image:url(images/menuItems/products_up.jpg);
}

/*#middle #topNav ul li.Products a:hover{
	width:82px;
	height:15px;
	background-image:url(images/menuItems/products_hover.jpg);
}*/

	
#middle #topNav ul li.Products #current a{
	width:82px;
	height:15px;
	background-image:url(images/menuItems/products_up.jpg);
}



/* ---- APPLICATIONS ---- */

#middle #topNav ul li.Applications a{
	width:105px;
	height:15px;
	background-image:url(images/menuItems/applications_up.jpg);
}

/*#middle #topNav ul li.Applications a:hover{
	width:105px;
	height:15px;
	background-image:url(images/menuItems/applications_hover.jpg);
}*/

	
#middle #topNav ul li.Applications #current a{
	width:105px;
	height:15px;
	background-image:url(images/menuItems/applications_up.jpg);
}


/* ---- TECH NOTES ---- */

#middle #topNav ul li.Tech a{
	width:92px;
	height:15px;
	background-image:url(images/menuItems/technotes_up.jpg);
}

/*#middle #topNav ul li.Tech a:hover{
	width:92px;
	height:15px;
	background-image:url(images/menuItems/technotes_hover.jpg);
}*/

	
#middle #topNav ul li.Tech #current a{
	width:92px;
	height:15px;
	background-image:url(images/menuItems/technotes_up.jpg);
}


/* ---- CONTACT US ---- */

#middle #topNav ul li.Contact a{
	width:85px;
	height:15px;
	background-image:url(images/menuItems/contactUs_up.jpg);
}

/*#middle #topNav ul li.Contact a:hover{
	width:85px;
	height:15px;
	background-image:url(images/menuItems/contactUs_hover.jpg);
}*/

	
#middle #topNav ul li.Contact #current a{
	width:85px;
	height:15px;
	background-image:url(images/menuItems/contactUs_up.jpg);
}



/* ---- COMPANY ---- */

#middle #topNav ul li.Company a{
	width:77px;
	height:15px;
	background-image:url(images/menuItems/company_up.jpg);
}

/*#middle #topNav ul li.Company a:hover{
	width:77px;
	height:15px;
	background-image:url(images/menuItems/company_hover.jpg);
}*/

	
#middle #topNav ul li.Company #current a{
	width:77px;
	height:15px;
	background-image:url(images/menuItems/company_up.jpg);
}

/* ---- SUPPORT ---- */

#middle #topNav ul li.Support a{
	width:72px;
	height:15px;
	background-image:url(images/menuItems/support_up.jpg);
}

/*#middle #topNav ul li.Support a:hover{
	width:72px;
	height:15px;
	background-image:url(images/menuItems/support_hover.jpg);
}*/

	
#middle #topNav ul li.Support #current a{
	width:72px;
	height:15px;
	background-image:url(images/menuItems/support_up.jpg);
}

#middle #middleContent #rightMiddleContent ul li{
	list-style-type:none;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}


/*============== BOTTOM LINE =========== */

#bottomLine{
	width:100%;
	height:65px;
	clear:both;
	background-image:url(images/bottomBG.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}

#bottomLine img{
	margin-top:1px;
}