/* Undo HTML */
h1,h2,h3,h4,h5,h6,h9,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,h9,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}
ul,ol,dl,li { list-style-type: none; }

/* Basics */
html { height: 100%; margin-bottom: 1px; }
html, body
{ color: #514a3e; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
background-position: 50% 0; text-align: center; margin: 0; padding: 0; }
html, body { height: 100%; }
div { -moz-box-sizing: border-box; box-sizing: border-box; }

#fullbg { background: #414141 url(images/bg.jpg); background-repeat:repeat-x y; background-color:#732408; }

#navtools { 
	  background-color: #f7f6f2; 
	  background-image:url(images/nav_bg_main.jpg); 
	  background-repeat:no-repeat; 
	  text-align: left;
	  vertical-align:middle;
	  margin: 0 auto; 
	  width: 1000px; 
	  height: 43px;
	  }


#wrapper {
	width:1000px;
	position:relative;
	text-align:left;
	padding:0 0 0 0 ;
	margin:0;
}

ul,ol,dl,li { list-style-type: none; margin: 0; padding: 0;}

#siteHead {width:1000px; height:33px;  background-color:#fff; margin:0; padding:0 0 0 0;}	  
/* Top Level Navigation */

#siteHead dd { text-align:left; height: 33px; background: #fff url('./images/nav_2nd.jpg') no-repeat top right; }
#siteHead li { float: left; }


#siteHead li a { display: block; overflow: hidden; width: 98px; height: 0; padding-top: 0px; }
#siteHead li.current a, #siteHead li a:hover { background: url('./images/nav_2nd.jpg') no-repeat 0 100px; }


#siteHead li a.technology  {width:200px; background-position:220px 157px; }


#siteHead li.current a.technology, #siteHead li a.technology:hover { background-position: -500px -100px; }
#siteHead li.current a.applications, #siteHead li a.applications:hover { background-position: -598px -100px; }
#siteHead li.current a.products, #siteHead li a.products:hover { background-position: -696px -100px; }
#siteHead li.current a.news, #siteHead li a.news:hover { background-position: -794px -100px; }
#siteHead li.current a.company, #siteHead li a.company:hover { background-position: -892px -100px; }
