
/* lockworks.css                                                           */
/* Default stylesheet for lockworks.com                             */
/*                                                                     */
/* Copyright 2002 Shasta k Willson				                       */
/*                                                                     */
/* Last Update October 2006 			     			                   */

/**********************/



/*******boxes*******/

.genericbox {
	border: #660000 1px dotted;
	padding: 5px;
	float: right;
	}
	
.simpleborder {
	border: #660000 1px dotted;
	padding: 5px;
	align: center;
	}
	
.faq {
	border: #660000 1px dotted;
	padding: 5px;
}
	

.width200 {

	width: 200px;
	}
	

.bottom {
	vertical-align: bottom;
}
	
/*******redesigned html tags***********/
body {
    margin:9px 9px 0 9px;
    padding:0;
    color: #330000;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: smaller;
    text-align: center;
    position: relative;
    top: -70px;
}
	
H2 {
	color: #660000;
	/* font-family: Engravers MT, san-serif; */
	margin: 0px;
	padding: 0px;
}

H1 {
	color: #660000;
	/* font-family: Engravers MT, san-serif; */
	margin-bottom:-15px;
	padding: 0px;
	font-size: 1.5em;
}

H3 {
	font-size: .95em;
	margin: 5px;
}

H3 A {
	text-decoration: none;
}
  p {
  	padding: 3px;
}

/*touching these will change the nav*/

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
#nav li {
  float: left; 
  position: relative; 
  display: block;
  width: 8em;
  background-color: white;
  z-index: 1;
  }
  

#nav a{
		 display: block; 
		 width: 8em; 
		text-decoration: none;
		 font-size: 1.2em; 
		
}

  
#nav li ul {
  position: absolute; 
   width: 8em; 
  left: -999em;
  z-index: 4;
  }
  
#nav li:hover ul, #nav li.over ul{ 
	left: auto; 
	}  
  
  
#nav li ul li {
	padding: 2px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #660000;
	position: relative;
}
  
  
  
 
.navrow {
	vertical-align:top;
	height:50px; 
}

.bar {
	background: url(../images/bar_short.gif) repeat-x;
	height: 5px;
}

/* end-no-touch */
  
/********classes***********/

/*styling for Lockworks LCC*/

.logoimg {
	text-align: right;
}

.down30 {
	position:relative;
	top:60px
}

.company_name {
	vertical-align: bottom;
	text-align: left;
	height:180px;
	}
	
.leader {
/*	font-family: Engravers MT, san-serif;
*/
	font-size: 1.5em;
	font-weight: bold;
}
	

/*Lock&amp;Track text*/
	
.mainTable {
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: white;
	margin-left:auto; 
	margin-right:auto;
	width: 90%;  
	text-align: left;
}
	
	
.content  {
	border: #660000 1px dotted;
	vertical-align: top;
	width: 33%;
	clear: left;
	}
	
	/* the list in the box */
	
.blurb {
	font-weight: bold;
	font-size: smaller;
	padding: 3px;
}

.nada {
	border: 0px;
	color: white;
	background-color: white;
	text-decoration: none;
}


.clientimage {
	padding: 3px;
	border: #660000 1px solid;
	text-align: center;
	width: 25%;
	vertical-align: bottom;

}

.client {
	font-weight: bold;
	font-size: smaller;
	padding: 3px;
	border: #660000 1px dashed;
	text-align: center;
	vertical-align: bottom;

}
	
	
.footer
{
	font-size: 10px;
	font-style: italic;
	text-align: center;
}


.subtext {
	font-style: italic;
}


	
/******Links***********/

A:link	{	color: #660000;
		font-weight: bolder;
		}
		
A:visited { color: #663300;
		
			font-weight: bolder;
		}

A:hover { color: #C60;
		  text-decoration: underline;
		 }
		 
A.nada:hover   {text-decoration: none; }
				

.inlinebutton {

	
}

.current {
	border: #660000 1px solid;
	border-style: outset;
	background-color: #FF9933;
	text-align: center;
	font-weight: bold;
	width: 20%;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* formatting for sub-links*/
.solutionslinks {
	border: #660000 1px dotted;
	font-size: smaller;
	font-weight: bold;
	text-align: center;

}

/*****redefined HTML*********/
img {
	        margin: 0px;
        padding: 0px;
        }
        
td {
	margin: 0px;
	padding: 0px;
}
