body{
	background: url(../../images/container-bg.jpg) repeat-x center top #323232;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a{
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #ddd;
	text-decoration: none;
}
h1{
	font-size: 175%;
	color: #fff;
	margin-top: 0;
}
h2{
	font-size: 140%;
	border-bottom: 0px solid #999;
	margin-bottom: 3px;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
.imgBorder {
	border: 5px solid #FFFFFF;
	margin: 10px;
}

/* Container --------------------------------------------------------------------------------------*/

#container{
	margin: 0 auto;
	width: 750px;
}


/* Header --------------------------------------------------------------------------------------*/

#header{
	background: url(../../images/banner.jpg) no-repeat;
	width: 750px;
	height: 200px;
	
}

/* Nav --------------------------------------------------------------------------------------*/

#nav{
	background: url(../../images/nav-bg.jpg) repeat-x;
	width: 750px;
	height: 40px;
	margin: 0px;
	color: #999;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
	vertical-align: text-bottom; 
}
#nav_padding{
	padding-top: 10px;
}
.nav_text{
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

/* Contents --------------------------------------------------------------------------------------*/
#contents{
	background: url(../../images/content-bg.jpg) repeat-x #4C4C4C;
	padding: 0px 10px 15px 10px;
}
.patent{
	background: url(../../images/holstersystem2.jpg) no-repeat;
	text-indent: -1000em;  /* This is the part that hides the text */
	width: 719px;
	height: 90px;
}
#tmovContainer{
	background: url(../../images/mov-bg2.jpg) no-repeat;
	width: 730px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;

}
#tmov{
	width: 320px;
	height: 256px;
	float: left;
	padding: 22px 10px;
}
#tmovText{
	padding: 22px;
	text-align: center;
}

.bl{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.br{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.highlight {
	padding: 8px 8px 8px 35px;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	background: url(../../images/arrow.jpg) no-repeat 4px #666147;
	border: 1px solid #998a3d;
}

/* Footer --------------------------------------------------------------------------------------*/

.textnav, address{
	padding: 0.75em 0.75em 0 0.75em;
	text-align: center;
	font-size: 80%;
	list-style: none;
	
}
#footer-links, address{
	border-top: 1px solid #ccc;
}
address{
	font-style: normal;
	margin-bottom: 1em;
	padding-top: 1em;
}



/* Random Stuff */
a img{
	border: 0;
}
#contents ul{
	list-style: square;
}
ul.expand li{
	margin-bottom: 0.75em;
}
.floatleft{
	margin: 0px 10px 10px 0px;
	float: left;
}
.floatright{
	margin: 0px 0px 10px 10px;
	float: right;
}
li.pdf{
	line-height: 16px;
	padding-left: 5px;
	list-style-image: url(../images/pdf-icon.gif);
}

