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

/*--------------- Image Navigation 1 ------------------*/

.image_nav1{
     width:900px;
	 z-index:0;
	 margin-top:-1px;
}

.image_nav1 li{
        list-style: none;
		height:216px;
		float:left;
		display:block;
		cursor:pointer;
}

.image_nav1 a { 
        height:100%;
		width:100%;
		display:block;
}

a.geometer{
         background:url(../images/home_imagenav1.jpg) no-repeat 0px 0px;
		 width:303px;
		 height:216px;
}

a.geometer:hover{
                            background:url(../images/home_imagenav1.jpg) no-repeat 0px -216px;
						    height:216px;
		                    width:303px;
}

a.boardgeometer{
          background:url(../images/home_imagenav1.jpg) no-repeat -303px 0px;
		  height:216px;
		  width:294px;
}

a.boardgeometer:hover{
                                  background:url(../images/home_imagenav1.jpg) no-repeat -303px -216px;
								  height:216px;
		                          width:294px;
}

a.plastigraphs{
           background:url(../images/home_imagenav1.jpg) no-repeat -597px 0px;
		   height:216px;
		   width:303px;
}

a.plastigraphs:hover{
                                    background:url(../images/home_imagenav1.jpg) no-repeat -597px -216px;
								    height:216px;
		                            width:303px;
}

/*-------------------- end image navigation  1------------------------*/

/*--------------- Image Navigation 2 ------------------*/

.image_nav2{
     width:900px;
	 margin-top:-1px;
}

.image_nav2 li{
        list-style: none;
		height:211px;
		float:left;
		display:block;
}

.image_nav2 a { 
        height:100%;
		width:100%;
		display:block;
}

a.dimensionalgeometer{
         background:url(../images/home_imagenav2.jpg) no-repeat 0px 0px;
		 width:303px;
		 height:212px;
}

a.dimensionalgeometer:hover{
                            background:url(../images/home_imagenav2.jpg) no-repeat 0px -212px;
						    height:212px;
		                    width:303px;
}

a.pressongraph{
          background:url(../images/home_imagenav2.jpg) no-repeat -303px 0px;
		  height:212px;
		  width:294px;
}

a.pressongraph:hover{
                                  background:url(../images/home_imagenav2.jpg) no-repeat -303px -212px;
								  height:212px;
		                          width:294px;
}

a.circlemaster{
           background:url(../images/home_imagenav2.jpg) no-repeat -597px 0px;
		   height:212px;
		   width:303px;
}

a.circlemaster:hover{
                                    background:url(../images/home_imagenav2.jpg) no-repeat -597px -212px;
								    height:212px;
		                            width:303px;
}

/*-------------------- end image navigation  2------------------------*/

