﻿/***********************************************/
/* Use with lockinventor     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial,sans-serif;
		margin-left: 10%;
		margin-right: 10%;	
	background: url(images/grad.png) top left repeat-x;
			
}
	
a:link{
	color: #0000FF; text-decoration: none; 

}

a:visited{
	color: #0000FF; text-decoration: none; 

}

/*right side of index*/

a:hover {
text-decoration: none; 
background: #e1e1e1;
} 

/************** header tag styles **************/



h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	text-align: center;
	line-height: 0;
	
}




h3  {
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}


h4  {
 color: #000000;  
 line-height: 100%;
 margin: 0px; 
 padding: 0px; 
 font-style:normal; 
 font-weight: normal; 
 font-size:  100%; 
 
}  

/* patent */

h5 {
 font: 70% Arial,sans-serif;
 color: #000000; 
 line-height: 100%;
 margin: 0px;
 padding: 0px;
}    

/*  lm */

h6 {
 font: 80% Arial,sans-serif;
 color: #000000; 
 line-height:  80%;
 margin: 0px;
 padding: 0px;
}    

/*  date */


b { color: black; font-weight: normal;}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page{
	position: relative;
	margin: 0 auto;	
	width: 800px;
	background-color: #f7f7f7; 
	border-bottom: 1px solid;
	height: 625px;
}



#corner {
     height:158px;
     width: 260px;
          background-repeat: no-repeat;  
     position:absolute;
       top: 0px;
       right: 0px;
       z-index: 1; 
       background-image:url('images/madeusa.gif');
                 
}
 

#leftcolumn{
 font-family:Arial, Helvetica, sans-serif;
 	border-left: 1px solid;
	font-size: small;
	line-height:24px;
	margin-top: 5px;
	float:left;
	width: 17%;
	height:625px;
}

.leftcolumnLinks{
float:left;
	margin: 0px;
	padding: 0px 0px 10px 5px;
}

.leftcolumnLinks h3{
float:left;
	padding: 2px 0px;
	background: #f7f7f7;
	text-align: center;
} 


#rightcolumn {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
		border-right: 1px solid;
		width: 170px;
	line-height: 22px;
		
		margin-top: 5px;
		height: 625px;
				
	}

.rightcolumnLinks{
	margin: 0px;
	padding: 0px 5px 10px 0px;
}

.rightcolumnLinks h3{
	padding: 2px 0px;
	background: #f7f7f7;
	text-align: center;
}

.rightcolumnLinks a{
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	

}

.rightcolumnLinks a:hover{
	background: #f7f7f7;
		text-decoration: none;
}



#centercolumn { 
font-family:Arial, Helvetica, sans-serif;
font-size: medium;
line-height: 20px;
 text-align: center;
 width: 55%;
 margin-top:2px;
 margin-left: 175px;
  }
  
#liaddress { 
font-family:Arial, Helvetica, sans-serif;
font-size:x-small;
line-height: 12px;
 text-align: center;
  } 
   
  
#indexhtml
{
margin-top:200px;
margin-left: 120px;
	
}

.pix {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	line-height: 22px;
	width: 150px;
	margin-left:7px;
	
}
.pix a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: fixed;
	top: -1px;
	width: 1px;
	
}
.pix a img {
	border: 0;
}
.pix a.p1:visited {
	background: white;
	border: 1px solid #FFFFFF;
	height: 30px;
	left: 0;
	top: 0;
	width: 150px;
}
.pix a.p1 {
	background: white;
	border: 1px solid #FFFFFF;
	height: 30px;
	left: 0;
	top: 0;
	width: 150px;
}
.pix a.p1:hover {
	background-color: white;
	color: #000000;
	text-decoration: none;
}
.pix a.p1:hover .large {
	
	display: block;
	margin-left: 38%;
	width: 288px;
	height: 215px;
	top: 14%;
	border: 0px;
}
#top {
	margin-left: 180px;
}

