* {    /*Global Settings for Maring */
	margin: 0;
}
body {   /* Styles overall window and main background */
	background-image: url(../images/template/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Re-usable classes */

.margintop10{
	margin-top: 10px;
}
.margintop15{
	margin-top: 15px;
	}
.marginright10{
	margin-right: 10px;
	}
.margintopbot10{
	margin-top: 5px;
	margin-bottom: 5px;
	}
.floatleft {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
.floatright {
	float:right;
	margin-left: 25px;	
	}
	
	
/*********************/

/*div {
	border: 1px solid #FF0000;
}*/

html, body {
	height: 100%;
}
#header { /* Top Bar, sets stripey black background.*/
	height: 186px;
	width: 749px;
	background-image: url(../images/template/header-back.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#content { /*Sets properties of main text areas, mostly placement and sizing */
	width: 749px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#container { /* Large container div containing all over divs */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -73px; /* the bottom margin is the negative value of the footer's height */
}

/***********************************FOOTER *************************/
.clear {
	clear:both;
	}
.push {
	height: 73px; /* .push must be the same height as .footer */
	width: 749px;
	margin-right: auto;
	margin-left: auto;
}
.footer { /*Bottom footer with logos on left */
	height: 72px;
	width: 749px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;

	}
.footer img { /*sets the postion of any image inside the footer */
	float: right;
	padding-top: 7px;
}
.footer p { /*sets the format of any P tags inside footer*/
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
	padding-top: 5px;
	padding-right: 11px;
	line-height: 17px;
}
.footer p a { /*sets the format of any p tags with links inside */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
	text-decoration: none;
}
.footer p a:hover { /*sets the hover properties of the previous link */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
/************************* NAV ***********************************************************/

#nav { /*the main nav contaienr*/
	padding: 0;
	height: 30px;
	list-style: none;
	overflow: hidden;
	width: 749px;
	margin: 0px;
	position: relative;
	top: 156px;
	left: 0px;
	}
html>/**/body #nav {    /* Nav fix in Modern browsers */  
left: -40px;
}
#nav li { /* Sets the ovreall properties for any list inside the nav */
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 30px;
	}

#nav a:hover, #nav a:active, #nav a.selected {
	background-position: right -30px;
	}
	
/*Nav Buttons*/

#nhome a  {
	width: 42px;
	background-image: url(../images/template/nav_home.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	}
#nabout a  {
	width: 74px;
	background-image: url(../images/template/nav_aboutus.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	}
#nproducts a  {
	width: 78px;
	background-image: url(../images/template/nav_products.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	}
	
#nattackdemo a  {
	width: 96px;
	background-image: url(../images/template/nav_attackdemo.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	}
#ncasestudies a  {
	width: 95px;
	background-image: url(../images/template/nav_casestudies.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	}
#ncontact a  {
	width: 73px;
	background-image: url(../images/template/nav_contact.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	}

/******* HIGHLIGHT *********/

#home #nhome a,
#about #nabout a,
#products #nproducts a,
#casestudies #ncasestudies a,
#contact #ncontact a,
{ 
	background-position: right -30px;
}

#both .footer {
	background-image: url(../images/template/footer.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	}
#police .footer {
	background-image: url(../images/template/footer-police.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	}
#lpcb .footer {
	background-image: url(../images/template/footer-lpcb.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	}
#none .footer {
	background-image: none;
	}
#both #nproducts a, #police #nproducts a, #lpcb #nproducts a, #none #nproducts a
{ 
	background-position: right -30px;
}


/***************************************** END NAV *********************/
#logo {
	height: 58px;
	width: 170px;
	background-image: url(../images/template/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 58px;
	margin-left: 10px;
	text-indent: -2000px;
}
#blurb {
	height: 60px;
	width: 256px;
	background-image: url(../images/template/blurb.gif);
	position: absolute;
	top: 56px;
	margin-left: 485px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#main {
	width: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 19px;
	text-align: justify;
}
#main a:link, #address a:link, #side a:link 
	{
	color: #CC0000;
	text-decoration: none;
	}
#main a:hover, #address a:hover 
	{
	color: #CC0000;
	text-decoration: underline;
	}

h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 4px;
	margin-bottom: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D70000;
}
#main p, #address p {
	margin-bottom: 17px;
}
#main ul{
	margin: 0px;
	padding: 0px;
}
#main li {
	background-image: url(../images/template/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 15px;
	background-position: 0px 8px;
	text-align: left;
	padding-left: 20px;
}
#side {
	width: 289px;
	float: right;
	display: block;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #333333;
}
#pix {
	width: 289px;
	float: right;
	display: block;
}
.submitbutt {
	width: 89px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.tooltipheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC0000;
	width: 200px;
	font-weight: bold;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #FFFFFF;
	border-left-color: #CC0000;
		filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	display:none;
}
.tooltipbody {
	background-color: #333333;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 200px;
	padding: 5px;
	filter:alpha(opacity=75);

	-moz-opacity:.75;
	opacity:.75;
	line-height: 15px;
}
.printpage {
	float: right;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
	width: 200px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
	width: 200px;
	overflow: auto;
	height: 100px;
}
#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
		line-height: 19px;
}
.required {
	color: #CC0000;
	font-size: 10px;
}
#side #products, #side #case {
	margin: 0px;
	padding: 0px;
	}

#side li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#side li a, #side li a:visited {
	background-color: #F3F3F3;
	display: block;
	padding: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
#side li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	background-color: #E9E9E9;
}
.tochin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.tochin a:link, .tochin a:visited, .tochin a:active
 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration:none}
.tochin a:hover {
	color:#CC0000;
		font-size: 9px;}