*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
}
html
{
	padding: 0;
	margin: 0;
}

/* main */
.main
{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.resize
{
	width: 985px;
	margin: 0 auto;
}

div.clear
{
    clear:both;
}

/********** header **********/
.header
{
	background: url(../_images/header_bg.gif) top repeat-x;
	padding: 0;
	margin: 0 auto;
}

.block_header
{
	margin: 0 auto;
	width: 960px;
	padding: 0;
	border: none;
}
/* logo */
.logo
{
	float: left;
	padding: 0;
	margin: 0;
	width: 140px;
	padding-left: 12px;
	display:none;
}
.strapline
{
	float: left;
	padding: 0;
	margin: 36px 0 0 20px;
	width: 500px;
	/*padding-top: 103px;*/
}
.strapline p
{
	margin: 0;
	padding: 0;
	color: #1D2669;
	font: 14px/1.8em Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.strapline p span.email
{
	margin-left:60px;
}

.strapline p a
{
	color: #1D2669;
	text-decoration:none;
}

.strapline p a:hover
{
	text-decoration:underline;
}

/* search */
.search
{
	padding: 30px 20px 0 0;
	margin: 0;
	float: right;
	width: 440px;
}
.search form
{
	display: block;
	float: right;
	padding: 5px 0;
}
.search span
{
	display: block;
	float: left;
	background: url(../_images/search_bg.gif) left top no-repeat;
	width: 138px;
	padding: 0 10px;
	height: 33px;
}
.search form .keywords
{
	line-height: 14px;
	float: left;
	border: 0;
	width: 138px;
	padding: 9px 0;
	height: 15px;
	background: none;
	margin: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #9c9c9c;
}
.search form .button
{
	float: left;
	margin: 0;
	padding: 0;
}
/* menu */
.menu
{
	float: right;
	padding: 30px 0 0 0;
	margin: 0;
	/*width: 380px;*/
	width:400px;
}
.menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}
.menu ul li
{
	float: left;
	margin: 0;
	padding: 0 1px;
	border: 0;
}
.menu ul li.links
{
    display:none;
}
.menu ul li a
{
	float: left;
	margin: 0;
	color: #434343;
	font: normal 12px/41px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu ul li a span
{
	padding: 12px;
	background: none;
	font-weight:bold;
}
.menu ul li a:hover
{
	background: url(../_images/r_menu.gif) no-repeat right;
}
.menu ul li a:hover span
{
	background: url(../_images/l_menu.gif) no-repeat left;
}
.menu ul li a.active
{
	background: url(../_images/r_menu.gif) no-repeat right;
}
.menu ul li a.active span
{
	background: url(../_images/l_menu.gif) no-repeat left;
}
.menu ul li.selected a
{
	background: url(../_images/r_menu.gif) no-repeat right;
}
.menu ul li.selected a span
{
	background: url(../_images/l_menu.gif) no-repeat left;
}

.menu ul li ul li a span, .menu ul li ul li a, .menu ul li ul li a:hover, .menu ul li ul li a:hover span, .menu ul li ul li a.active, .menu ul li ul li a.active span, .menu ul li.selected ul li a, .menu ul li.selected ul li a span
{
	background: none;
}

.menu ul li ul li a span
{
	padding: 13px 0;
}

.menu ul li ul
{
	display: none;
	height: 50px;
	list-style-type: none;
	/*margin: 41px 0 0 -533px; */
	margin: 41px 0 0 -485px; 
	*margin-left:-560px;
	padding:0;
	position:absolute;
	width:848px;
	z-index: 100;
}

.menu ul li ul li
{
	float: left;
	font: 12px/1.8em Arial,Helvetica,sans-serif;	
	margin: 0;
	padding: 0;
}
.menu ul li ul li a
{
	text-decoration: none;
	margin: 0;
	padding: 0;	
}

.menu ul li ul li a:hover
{
	background-image: none;
}

.menu ul li ul li a span
{
	margin-left: 15px;
	line-height: 41px;
}


.menu ul li ul li a:hover span
{
	text-decoration: underline;
}

.menu ul li.children:hover ul
{
	display: block;
}
.menu ul li.children:hover ul:hover, .menu ul li.children:hover ul li:hover, .menu ul li.children:hover ul li a:hover
{
	display: block;
}
/********** slider **********/
.slider
{
	background: #efefef url(../_images/simple_text_bg3_250.jpg) top center repeat-x;
	margin: 0 auto;
	padding: 0;
	height: 250px;
	z-index: 1;
	overflow-y:hidden;
}
/*header_text*/
.header_text
{
	margin: 0 auto;
	padding: 0;
}
.header_text .div
{
	float: right;
	width: 700px;
	padding: 0;
	margin: 0;
}
.header_text img
{
	margin: 30px 0 0 0;
	padding: 0;
}
.header_text img.screen
{
	float: left;
	margin: 0;
	padding: 66px 0 0 31px;
}
.header_text .div .left1
{
	float: right;
	padding: 0;
	margin: 0;
}
.header_text .div .left1 h2
{
	font: bold 30px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 65px 0 15px 0;
	margin: 0;
}
.header_text p.summary
{
	width:465px;
	margin:0;
	padding:0;
	padding-bottom:5px;
}
.header_text p.readmore
{
	margin:0;
	padding:0;
	padding-top:10px;
}
.header_text p.readmore a
{
	font-weight:bold;
	text-decoration:none;
	color:#1D2669;
}
.header_text p.readmore a:hover
{
	text-decoration:underline;
}
.header_text p.ulli
{
	width: 330px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 0 0px 20px;
	margin: 0;
	background: url(../_images/simple_ul_li.gif) left no-repeat;
}
.header_text p
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
.header_text p.button
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}
/* ================*/
.banner
{
	background: url(../_images/simple_text_bg2.gif) top center repeat-x;
	margin: 0 auto;
	padding: 0;
	height: 187px;
	overflow-y:hidden;
}
.header_text2
{
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background-position: 93% top;
	background-repeat: no-repeat;
	height: 188px;
}

.header_text2 a
{
	float: left;
}

form.home .header_text2,
form.aboutus .header_text2
{
	background-image: url(../_images/title_home.jpg);
}
form.access .header_text2
{
	background-image: url(../_images/title_access.jpg);
}
form.products .header_text2
{
	background-image: url(../_images/title_products.jpg);
}
form.biometrics .header_text2
{
	background-image: url(../_images/title_biometrics.jpg);
}
form.wireless .header_text2
{
	background-image: url(../_images/title_wireless.jpg);
}
form.contact .header_text2
{
	background-image: url(../_images/title_contact.jpg);
}
form.downloads .header_text2
{
	background-image: url(../_images/title_downloads.jpg);
}
form.cctv .header_text2
{
	background-image: url(../_images/title_cctv.jpg);
}
form.monitoring .header_text2
{
	background-image: url(../_images/title_monitoring.jpg);
}
form.alarms .header_text2
{
	background-image: url(../_images/title_intruder.jpg);
}

.header_text2 h1,
.header_text2 span.bannertitle
{
	font: bold 40px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 72px 0 20px 25px;
	margin: 0;
	float: left;
}
div.single h1,
div.left h1
{
	color:#1d2669;
	/*font:bold 40px Arial,Helvetica,sans-serif;*/
	font:bold 20px Arial,Helvetica,sans-serif;
	padding-top:20px;
	padding-bottom:10px;
}

/* product teasers */

div.rowProducts
{
	/*width:679px;*/
	width:879px;
	height:150px;
}

form.products div.rowProducts
{
	width:800px;
	height:160px;
}

div.product
{
	width:117px;
	margin-right:100px;
	float:left;
}

form.products div.product
{
	margin-right:80px;
}

div.product p
{
	width:124px;
	margin:0;
	padding:0;
	margin-left:10px;
	line-height:20px;
}

div.product a
{
	display:block;
	text-decoration:none;
}

div.product a img
{
	border:none;
}

div.spacer
{
	height:50px;
}

/*top_sup*/
.top_sup
{
	padding: 0 0 30px 0;
	margin: 0;
	background: #efefef;
}
.top_sup_resize
{
	width: 960px;
	border-top: 1px solid #d6d6d6;
	margin: 0 auto;
	padding: 0;
}
.top_sup_resize img
{
	float: left;
	margin: 5px 10px;
	padding: 0;
}
.top_sup_resize p
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	padding: 5px;
	margin: 0;
	line-height: 1.8em;
}
.top_sup_resize strong
{
	color: #2e2e2e;
}
.top_sup_resize .blogga
{
	width: 230px;
	float: left;
	margin: 0 2px;
	padding: 2px;
	border-right: 1px solid #d6d6d6;
}
.top_sup_resize .blogga2
{
	width: 230px;
	float: left;
	margin: 0 2px;
	padding: 2px;
}
/********** block index **********/
.body
{
	background: #fff;
	border-top: 1px solid #e1e1e1;
}
.body_resize
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.body h2
{
	font: normal 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #1D2669;
	padding: 15px 5px;
	margin: 0;
	margin-top:20px;
	clear: both;
}

.body .right h2
{
	padding: 0px 5px !important;
}

form.fingerprint-reader-page h3
{
    font: normal 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #434343;
	padding: 15px 5px;
	margin: 0;
	margin-top:20px;
}

.body h4
{
    font: normal 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #434343;
	padding:20px 5px 0px 5px;
	margin: 0;	
}


.body p,
.body h1
{
	font: normal 16px Arial, Helvetica, sans-serif !important;
	color: #5f5f5f !important;
	padding: 10px 5px;
	margin: 0;
	line-height: 1.8em;
	clear: both;
}

.body h1.home
{
	color:#1d2669 !important;
	/*font:bold 40px Arial,Helvetica,sans-serif;*/
	font:bold 20px Arial,Helvetica,sans-serif !important;
	padding-top:20px;
	padding-bottom:10px;
}

form.access h1
{
	font-size:22px !important;
	padding-top:88px !important;
}

.body p span
{
	color: #a4a4a4;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.body a
{
	color: #1d2669;
	text-decoration: none;
}
.body a:hover
{
	text-decoration: underline;
}
.body p.test
{
	margin: 5px 20px;
	background: #f6f6f6 url(../_images/test.gif) top left no-repeat;
	border: 3px solid #ececec;
	padding: 10px 20px;
}
.body img
{
	margin: 5px 10px;
	padding: 0;
}
.body img.floated
{
	float: right;
	margin: 5px 10px;
	padding: 0;
}

.body img.access-control
{
    margin-top:-40px;
}
.left
{
	width: 700px;
	float: left;
	margin: 0;
	padding: 0 20px;
}
.left .serv
{
	width: 265px;
	float: left;
	margin: 0;
	padding: 5px 10px;
}
/*
.right
{
	width: 179px;
	float: right;
	margin: 0;
	padding: 0 20px;
	display:none;
}
*/
form.downloads .left
{
    width: 400px;
}

form.downloads .right
{
    display:block;
    width: 479px;
    float:left;
}

.single
{
	width: 879px;
	min-height: 300px;
	padding-left: 20px;
}

form.contact .single
{
    width:930px;
}
/********** contact form **********/
#contactform
{
	margin: 0;
	padding: 5px 10px;
}
#contactform *
{
	color: #F00;
}
#contactform ol
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	display: block;
}
#contactform li.buttons
{
	margin: 5px 0 5px 0;
}
#contactform label
{
	margin: 0;
	width: 110px;

	display: block;
	padding: 10px 0;
	color: #5f5f5f;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	float: left;
}
#contactform label span
{
	color: #F00;
}
#contactform input.text
{
	width: 440px;
	border: 1px solid #e7e7e7;
	margin: 10px 0;
	padding: 5px 2px;
	height: 16px;
	background: #f8f8f8;
	float: left;
}
#contactform textarea
{
	width: 440px;
	border: 1px solid #e7e7e7;
	margin: 10px 0;
	padding: 2px;
	background: #f8f8f8;
	float: left;
}
#contactform li.buttons input
{
	padding: 3px 0 3px 110px;
	margin: 0;
	border: 0;
	color: #FFF;
	float: left;
}
p.response
{
	text-align: center;
	color: #F00;
	font: normal 11px Georgia, "Times New Roman" , Times, serif;
	line-height: 1.8em;
	width: auto;
}
/*************footer**********/
.footer
{
	padding: 0;
	margin: 0 auto;
	background: #1d2669 url(../_images/footer_bg.gif) top repeat-x;
}
.footer_resize
{
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}
.footer p
{
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.8em;
}
.footer p span.company
{
	font-weight:bold;
}
.footer a
{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	margin: 0;
}
.footer a:hover
{
    text-decoration:underline;
}
.footer img
{
	margin: 2px 5px;
	padding: 0;
}
.footer p.leftt
{
	text-align: left;
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
.footer p.rightt
{
	text-align: right;
	width: 50%;
	margin: 0;
	padding: 0;
	float: right;
}
.footer div.left
{
	float: left;
	width:589px !important;
}
.footer div.right
{
	float: left;
	width:290px !important;
	display: block;
}
.footer div.left img
{
	
}
.footer div.left div.nsi
{
	float: left; 
	text-align: center;
	font: 12px Arial,Helvetica,sans-serif;
	color: #fff;
	margin-right: 20px;
}


p.clr, .clr
{
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}
li.bg, .bg
{
	clear: both;
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 10px 0;
	background: none;
	line-height: 0;
}

/* contact form */

/********** contact form **********/
.form
{
	float: left;
	width: 560px;
	margin-top: 40px;
	margin-left: 10px;
}
/********** contact form **********/

div.captcha img
{
	margin-left: 0px !important;
}

div.errorMessage
{
	width: 300px;
}

fieldset legend, fieldset.contactform .formrow span#message_Label
{
	display: none;
}

fieldset.contactform
{
	margin: 0;
	padding: 5px 5px;
	border: none;
	width:560px;
	float:left;
}
fieldset.contactform *
{
	color: red;
	font: bold 16px Arial,Helvetica,sans-serif;
	border: none;
}
fieldset.contactform .formrow
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	display: block;
}
fieldset.contactform label
{
	float: left;
	margin: 0;
	width: 140px;
	padding: 5px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #555e67;
	text-transform: capitalize;
}
fieldset.contactform label span
{
	font: normal 16px Arial, Helvetica, sans-serif;
}
fieldset.contactform input
{
	width: 400px;
	border: 1px solid #555e67;
	margin: 5px 0;
	padding: 5px 2px;
	height: 13px;
	background: #fff;

	font-size: 12px;
	color: #555E67;
}
fieldset.contactform textarea
{
	width: 400px;
	border: 1px solid #555e67;
	margin: 10px 0;
	padding: 2px;
	background: #fff;
	height: 250px;
	color:#555E67;
}
fieldset.contactform #lnkbtnsendEmail
{
	padding: 3px 0;
	margin: 20px 0px;
	border: 0;
	color: #FFF;
	background: url(../_images/send.gif) top no-repeat;
	display: block;
	width: 110px;
	height: 29px;
	text-indent: -999em;
}
fieldset.contactform #imgCatpcha
{
	float: left;
}
fieldset.contactform .captcha
{
	width: 200px;
	margin-left:140px;
}
fieldset.contactform .captcha .listen
{
	background: url(../_images/audio.gif) top no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -999em;
	float: left;
	margin-top: 11px;
}
fieldset.contactform .captcha .reload
{
	background: url(../_images/refresh.gif) top no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -999em;
	float: left;
	margin-top: 5px;
}
fieldset.contactform .captcha label
{
	clear: both;
}
fieldset.contactform .captcha input
{
	width: 172px;
}
div.body ul
{
	font-family: arial;
	font-size: 16px;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
form.fingerprint-reader-page ul
{
    margin:0;
    padding:0;
    margin-top:10px;
    color:#5F5F5F;
}

form.fingerprint-reader-page ul.left
{
    float:left !important;
    margin-left:20px;
    width:480px !important;
}

form.fingerprint-reader-page ul.right
{
    float:left !important;
    display:block !important;
    width:360px !important;
}

div.body ul.bullets
{
    list-style-image:url( '../_images/blue-bullet.png' );
}

td
{
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	line-height: 1.8em;
}

.gallery
{
	width: 890px;
	height: 350px;
	margin: 0 auto;
}
#slider
{
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	float: left;
	}
#slider ul, #slider li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li
{
	width: 700px;
	height: 250px;
	overflow: hidden;
}
span#controls
{
	margin: 0 0 0 16px;
	padding: 0;
	position: relative;
	float: left;
}
p#controls
{
	margin: 0 0 0 16px;
	padding: 0;
	position: relative;
	float: left;
}
#prevBtn
{
	display: block;
	margin: 0;
	overflow: hidden;
	width: 35px;
	height: 75px;
	position: absolute;
	left: -30px;
	top: -120px;
}
#nextBtn
{
	display: block;
	margin: 0;
	overflow: hidden;
	width: 35px;
	height: 75px;
	position: absolute;
	left: 715px;
	top: -120px;
}
#prevBtn a
{
	display: block;
	width: 35px;
	height: 75px;
	background: url(../_images/l_arrow.gif) no-repeat 0 0;
}
#nextBtn a
{
	display: block;
	width: 35px;
	height: 75px;
	background: url(../_images/r_arrow.gif) no-repeat 0 0;
}
.header_text .homeLogo
{
	float: left;
	margin: 0px 0 0 -35px;
	height: 265px;
	width: 185px;
}

div #accordion
{
    font-family:Arial;
    font-size:1.0em;
}

form.sitemap div.body ul
{
    margin:0;
    padding:0;
    margin-top:20px;
    list-style-type:none;
    list-style-image:url( '../_images/blue-bullet.png' );
}

form.sitemap div.body ul li
{
    margin-bottom:15px;
}

form.sitemap div.body ul li ul
{
    margin:20px 0px 0px 40px;
    padding:0;
}

form.biometrics ul.fingerprint-reader
{
    margin:0;
    padding:0;
    margin:20px 0px 20px 45px;
    list-style-type:none;
    list-style-image:url( '../_images/blue-bullet.png' );
    color: #5F5F5F !important
}

form.biometrics ul.fingerprint-reader li
{
    margin-bottom:10px;
}


div#googlemaps 
{	
	height:300px;
	width:300px;	
	margin-bottom:20px;
}

div#googlemapdetails,
div.googlemap
{    
   float:right;
   width:300px;
}

div.liteimage
{
    float:left;
    width:225px;
}

div.liteimageright img
{
    float:right;
}

div.litecopy
{
    float:left;
    width:575px;
}

div.addthis
{
    padding:0px 0px 40px 0px;    
}

form.downloads div.addthis
{
    padding-left:20px;
}

form.biometrics img
{
    border:0;
}

