body{
	margin: 0px;
	padding: 0px;
	font-size:  12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width:998px;
}
a{
	color:#790000;
	border: none;
}
a:hover{
	color:#790000;
	text-decoration:none;
}
a img {
	border: none;
}
/*** Container ***/
#container {
	background: #000 url('../images/background.jpg') no-repeat top center;
	padding:0px;
	width:100%;
}

.clear{
	height:0px;
	clear:both;
}

/*** Begin Images ***/
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	width: auto;
	padding: 0 0 10px 10px;
	text-align:right;
}

.alignleft {
	float:left ;
	padding: 0 15px 5px 5px;
	width: auto;
}
.active{
color:#ff3300;
font-weight:bold;
}

/*** Ads ***/
.ad_index{
        padding: 0 0 0 80px;
	width: 100%;
}
#ad_view {
	float:left;
	line-height:1.1em;
	width:340px;
	margin:0 10px 0 0 ;
}
.ad-sidebar {
	padding:0 0 0 10px;
}


/*** Post Nav ***/
.post-nav-previous{
	float:left;
	width:50%;
	text-align:left;
	margin:0;
	padding:0;
}
.post-nav-next{
	float:left;
	width:50%;
	text-align:right;
	margin:0;
	padding:0;
}
.post-nav-clear{
        height:0px;
	clear:both;
}


/*** Header ***/
#header {
	background: #00000c url('../images/header-repeat-x.gif') repeat-x;
	height: 78px;
	width: 100%;
}
#header-center {
	background: #00000c url('../images/header.jpg') repeat-x;
	height: 78px;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#header-center img {padding: 0; margin: 0; border: 0;}
#header-logo{
	float: left;
	margin: 22px 0 0 12px;
	width: 180px;
	height: 35px;
}
#header-right{
	float: right;
	width: 252px;
	height: 73px;
	padding: 5px 8px 0 0;
	margin-right: 4px;
	color: #fff;
	text-align: right;
}
#social-icon {
	float: left;
	margin: 15px 8px 0 0;
	width: 26px;
	height: 26px;
}
#social-icon a {
	display: block;
	width: 26px;
	height: 26px;
}
a.twitter {
	background: url('../images/twitter-icon.png');
}
a.facebook {
	background: url('../images/facebook-icon.png');
}
a.flickr {
	background: url('../images/flickr-icon.png');
}
a.twitter:hover,
a.facebook:hover,
a.flickr:hover {
	background-position: -26px;
}
#header-right h3 {
	margin: 20px 0 0 10px;
	color: #ececec;
	font-size: 16px;
	font-weight: normal;
	float: left;
}
#header-right a{
	color:#fff;
	text-decoration:underline;
}
#header-right a:hover{
	text-decoration:none;
}

/*** Navigation ***/
#nav-menu {
	position: relative;
	height: 52px;
	font-size: 12px;
	background: transparent url("../images/nav-repeat-x.gif") repeat-x;
	z-index: 10000;
}
.nav-items {
	margin: 0 auto;
	width: 1000px;
	height: 52px;
}
#nav-menu ul {
	display: block;
	padding: 0;
	list-style-type: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-moz-margin-before: 0px;
	-moz-margin-after: 0px;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
	-moz-padding-start: 0px;
	margin: 0;
}
#nav-menu ul li {
	display: block;
	float: left;
	margin: 0;
}
#nav-menu ul li a.green-line {
	display: block;
	float: left;
	color: #e9e9e9;
	text-decoration: none;
	padding: 14px 20px 14px 20px;
	height: 20px;
	line-height: 16px;
	border-bottom: solid 4px rgba(171, 213, 49, 0);

	transition: border-color .5s ease-out;
	-moz-transition: border-color .5s ease-out;
	-o-transition: border-color .5s ease-out;
	-webkit-transition: border-color .5s ease-out;
}
#nav-menu ul li a.green-line:hover,
#nav-menu ul li a.nav-menu-current {
	border-bottom: solid 4px rgba(171, 213, 49, 1);

	transition: border-color .5s ease-in;
	-moz-transition: border-color .5s ease-in;
	-o-transition: border-color .5s ease-in;
	-webkit-transition: border-color .5s ease-in;
}

.nav-items ul {text-align:center;}
.nav-items ul li {float:left;display:inline;}
.nav-items ul li:hover {}
.nav-items ul li a {display:block;padding:15px 25px;color:#444;}

.nav-items ul li div.sub-nav {
	width: 100%;
	background: #0e0e0e url('../images/dropdown-bg.jpg') no-repeat top center;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
	display: none;
	left: 0;
	top: 52px;
	box-shadow: 0 0px 0px 0px #000;
}

.nav-items ul li ul.sub-nav-wrap {
	width: 1000px;
	margin: 0 auto !important;
}
.nav-items ul li ul li {margin:0;padding:0;font-family: Orbitron;}
.nav-items ul li ul li a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color: #d1d1d1;
	float: left;
	outline: 0;
}
.nav-items ul li ul li a:hover,
.nav-items ul li ul li a:focus,
.nav-items ul li ul li a:active {color:#b3e031;}

.nav-items ul.sub-nav-wrap li.big {
	min-height: 45px;
	font-size: 16px;
	font-weight: regular;
	margin: 15px 0 !important;
	padding: 30px 13px !important;
	border-left: solid 1px #696969;
	border-right: solid 3px #000;
}
.nav-items ul.sub-nav-wrap li.first,
.nav-items ul.sub-nav-wrap li.last {
	height: 45px;
	margin: 15px 0 !important;
	padding: 30px 0 !important;
}
.nav-items ul.sub-nav-wrap li.first {
	border-right: solid 3px #000;
}
.nav-items ul.sub-nav-wrap li.last {
	border-left: solid 1px #696969;
}
.nav-items ul.sub-nav-wrap li.tall {
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
}
.nav-items ul.sub-nav-wrap li.tall-hack {
	height: 145px;
	margin: 15px 0 !important;
	padding: 30px 0 !important;
	border-left: solid 1px #696969;
}
.nav-items ul.sub-sub-nav {
	clear: both;
	display: block;
}
.nav-items ul.sub-sub-nav li,
.nav-items ul.sub-sub-nav li a {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	float: none !important;
	clear: both;
	padding: 3px 0 3px 5px;
}
.nav-items ul li div.fallback {display:none;}
.nav-items ul li:hover div.fallback {display:block;}

#nav-search{
	float: right;
	width: 210px;
	margin:0;
	padding:4px 0 0 0;
	color:#1b1b1b;
}
#nav-search-label{
	float: left;
	width: 50px;
	margin:0;
	padding:3px 0 0 0;
}
#s {
	border-radius: 10px;
	border-color: #202020;
	color: #666;
	padding: 3px 10px;
	outline: none;
}
#submitButton {
	padding: 2px 5px;
	background: #acacac;
	border-radius: 3px;
}
.webResult {
	margin: 27px 0 10px;
}
.webResult p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-bottom: 2px !important;
}
#more {
	width: 83px;
	height: 24px;
	background: url('../images/search_more.png') no-repeat;
	cursor: pointer;
	margin: 40px 0 40px 249px;
}
#more:hover {
	background-position: left bottom;
}
input.search {
	float: right;
	background: #303236 url('../images/magnifying_glass.png') no-repeat left center;
	color: #888;
	font-size: 11px;
	padding: 2px 9px 2px 24px;
	margin-top: 12px;
	border-radius: 11px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #202121;
	border-right-color: #202121;
	border-left-color: #37383a;
	border-bottom-color: #646464;
}

input.search:focus {outline: none; }

/*** content-container ***/
#content-container {
	width: 1000px;
	margin: 0 auto;
	background:#FFF;
	padding: 0px;
}

#main {

}

/*** Left Sidebar ***/
#left-sidebar {
	float:left;
	width:210px;
	margin: 0;
	padding: 0;
	line-height:19px;
	color:#ccc;
}

/*** Left Nav ***/
#left-nav{
	background:#790000;
	margin:0;
	padding:0 0 10px 0;
}
#left-nav-menu {
	width:210px;
	margin:0;
	padding:0;
}
#left-nav-menu li{
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}
#left-nav-menu a{
	display:block;
	/*background: url("images/left-nav-menu.gif") no-repeat bottom left;*/
	text-decoration:none;
	color:#e9e9e9;
	padding:6px 0 7px 25px;
	width:185px;
	font-size:13px;
	font-weight:bold;
}
#left-nav-sub {
	width:210px;
	margin:0;
	padding:0;
	/*background: url("images/left-nav-menu.jpg") no-repeat bottom left;*/
}
#left-nav-sub li{
	background:none;
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}
#left-nav-sub a{
	display:block;
	text-decoration:none;
	background:none;
	color:#fff;
	padding:6px 0 7px 30px;
	width:180px;
	font-size:12px;
	font-weight:normal;
}
#left-nav-sub a:hover{
	background: #890000;
}

#left-nav-menu li > ul {
	width:210px;
	margin:0;
	padding:0;
	/*background: url("images/left-nav-menu.jpg") no-repeat bottom left;*/
}
#left-nav-menu li > ul {
display: none;
}
#left-nav-menu li.active > ul {
display: block;
}
#left-nav-menu li > ul li{
	background:none;
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}
#left-nav-menu li > ul a{
	display:block;
	text-decoration:none;
	background:none;
	color:#fff;
	padding:6px 0 7px 30px;
	width:180px;
	font-size:12px;
	font-weight:normal;
}
#left-nav-menu li > ul a:hover{
	background: #890000;
}

#drop-shadow {
	background: #fff url('../images/drop-shadow.png') no-repeat top center;
	width: 1000px;
	height: 26px;
	margin: 0 auto;
}
#news-events{
	width:210px;
	margin:10px 0;
	padding:0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:11px;
	color:#000;
	line-height:16px;
}
#news-events li{
	margin:0;
	padding:5px 10px;
	list-style-type: none;
	list-style-image: none;
}
#news-events-header{
	background:url(images/news-events.jpg) top left;
}
#news-events-header h1{
	width:200px;
	height:17px;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
#news-events a{
	color:#333366;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}
#news-events a:hover{
	text-decoration:none;
}

/*** index-products ***/
#index-products{
	border: 1px solid #FFFFFF;
	border-right: none;
	}
#index-products ul{
	float:left;
	margin:0;
	padding:0;
	border-right: 1px solid #FFFFFF;
	background:url(images/index-products.gif) repeat-x top left;
}
#index-products li{
	margin:0;
	padding:0;
	width:198px;
	list-style-type: none;
	list-style-image: none;
}
#index-products a{
	display:block;
	text-decoration:none;
	background:url(images/index-products-div-large.gif) no-repeat bottom left;
	color:#333333;
	padding:3px 0 4px 10px;
	width:188px;
	font-size:11px;
}

#index-products a.nobg{
	display:block;
	text-decoration:none;
	background:none;
	color:#333333;
	padding:3px 0 4px 10px;
	width:153px;
	font-size:11px;
}

#index-products a:hover{
	background:#f1f1f1 url(images/index-products-div-large.gif) no-repeat bottom left;
}
#index-products h2{
	margin: 0 0 3px 0;
	padding:0;
	font-style:normal;
	font-size:13px;
	font-weight:bold;
	color:#cc3333;
}

#ip-night-vision-img a, #ip-night-vision-img a:hover, #ip-night-vision-img img{
	padding:0;
	border:0;
}
#ip-thermal-img a, #ip-thermal-img a:hover, #ip-thermal-img img{
	padding:0;
	border:0;
}
#ip-laser-img a, #ip-laser-img a:hover, #ip-laser-img img{
	padding:0;
	border:0;
}
#ip-illuminators-img a, #ip-illuminators-img a:hover, #ip-illuminators-img img{
	padding:0;
	border:0;
}
#ip-accessories-img a, #ip-accessories-img a:hover, #ip-accessories-img img{
	padding:0;
	border:0;
}
#ip-testing-img a, #ip-testing-img a:hover, #ip-testing-img img{
	padding:0;
	border:0;
}

#ip-v2 {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

#ip-v2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
#ip-v2 ul li {
	margin: 0;
	padding: 0;
	background: #fff;
}
#ip-v2 > ul > li {
	float: left;
	border-left: 1px solid white;
}
#ip-v2 > ul > li:first-child {
	border-left: 2px solid white;
}
#ip-v2 h2 {
	font-size: 13px;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding: 4px 10px;
}
#ip-v2 > ul > li > a {
	display: block;
    color: #CC3333;
	text-decoration: none;
	background: #D3D2D2;
}
#ip-v2 > ul > li > a:hover {
	background: #efefef;
}
#ip-v2 ul ul a {
	background: url("http://www.nivisys.com/en/images/index-products-div-large.gif") no-repeat scroll left bottom transparent;
	display: block;
    font-size: 11px;
    padding: 3px 0 4px 10px;
	color: #999;
	text-decoration: none;
}
#ip-v2 ul ul a:hover {
	background-color: #efefef;
}
#ip-v2 ul ul ul {
	display: none;
	border: 1px solid #888;
	border-bottom: none;
}
#ip-v2 ul ul > li {
	position: relative;
}
#ip-v2 ul ul ul li {
	background: none;
	background-color: #999;
	border-bottom: 1px solid #888;
	width: 170px;
}
#ip-v2 ul ul ul a {
	background: none;
	color: #fff;
}
#ip-v2 ul ul ul a:hover {
	background: none;
	color: #999;
}
#ip-v2 ul ul > li:hover {
	background: #efefef;
}
#ip-v2 ul ul > li:hover ul {
	display: block;
	position: absolute;
	top: 5px;
	left: 100px;
	z-index: 10;
}
#ip-v2 ul Li:last-child ul > li:hover ul {
	left: -50px;
}


/*** news-events-banner ***/
#news-events-banner-wrap {
	background: #fff;
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	padding: 30px 0;
}
#news-events-banner-sub-wrap {
	background: #515151;
	width: 1000px;
	padding: 12px 0;
}
#news-events-banner {
	width: 750px;
	background: #515151;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 12px;
	border-top: solid 1px #5e5e5e;
	border-bottom: solid 1px #5e5e5e;
}

#news-events-banner span {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Orbitron';
	display: block;
	padding: 12px 0 5px;
}
/*** index-news***/
#index-news{
	float:left;
	width:280px;
	margin:0;
	padding:0 10px 10px 10px;
	font-size:11px;
	line-height:16px;
}
#index-news h1{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	background:url(products_images/front/index-h1-bg.gif) repeat-x top left;
	color:#FFFFFF;
	font-size:14px;
}
#index-news ul{
	margin:0 10px 0 10px;
	padding:0;
	list-style:none;
}
#index-news li{
	margin:10px 0;
}
#index-news a{
	color:#333366;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}
#index-news a:hover{
	text-decoration:none;
}

/* demo_good_sales */
.retail_price { color: #919191; font-size: 12px; margin-right: 10px;}
.sale_price {color: #000; font-size: 16px; font-weight: bold;}


/*** index-demo***/
#index-demo{
	float:left;
	width:376px;
	margin:0;
	padding:0 10px 10px 10px;
	border-left:1px solid #adadad;
	border-right:1px solid #adadad;
}
#index-demo h1{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	background:url(products_images/front/index-h1-bg.gif) repeat-x top left;
	color:#FFFFFF;
	font-size:14px;
}
#index-demo h2{
	margin:8px 0;
	padding: 0;
	color:#9900000;
	font-size:14px;
}
#index-demo p{
	margin:0 0 10px 0;
	padding:8px 0;
	color:#9900000;
	font-size:14px;
}

/*** index-contact***/
#index-contact{
	float:right;
	width:279px;
	margin:0;
	padding:0 10px 10px 10px;
}
#index-contact h1{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	background:url(products_images/front/index-h1-bg.gif) repeat-x top left;
	color:#FFFFFF;
	font-size:14px;
}
#ic-table{
}
.ic-table-left{
	width:105px;
	padding: 0 0 0 5px;
	vertical-align:top;
}

.ic-table-right{
	padding: 0 0 6px 0;
	vertical-align:top;
}

/*** Product Main ***/
#index-main {
	width:100%;
	background-color:#FFFFFF;
}
#is-left{
	float:left;
	width:206px;
	margin:0px;
	padding:35px 0 0 4px;
}
#is-main{
	float:left;
	width:450px;
	margin:0px;
	padding:35px 0px 0 30px;
	color:#e9e9e9;
	font-size:13px;
	line-height:23px;
	text-align:justify;
}
#is-right{
	float:left;
	width:250px;
	margin:0px;
	padding:20px 0 0 40px;
}

/*** Product Main ***/
#product-main {
	float:left;
	width:435px;
	padding:15px;
	line-height:19px;
	color:#000;
	text-align:justify;
}
#product-main h1, h2, h3 {
	padding:0;
	margin: 0;
	font-weight:bold;
}
#product-main h1,h2{
	font-size:20px;
	font-style:italic;
	color:#990000;
}
#product-main h3{
	margin: 0 0 7px 0;
	font-size:15px;
	color:#000;
}
#product-main p {
	padding:0;
	margin:5px 0 17px 0;
}
#product-main ul{
	margin:0 0 0 30px;
	padding:0;
}
#product-main ul li{
	list-style:circle;
	padding:2px 0;
	color:#505050;
}
#product-lineup{
	margin:25px 0;
	padding:0;
}

/*** Main ***/
#main {
	float:left;
	width:707px;
	/*background:url("images/main-cat.jpg") top left no-repeat;*/
	padding:30px 50px 0 30px;
	line-height:19px;
	color:#000;
	text-align:justify;

}
#main h1, h2, h3 {
	padding:0;
	margin: 0;
	font-weight:bold;
}
#main h1,h2{
	font-size:20px;
	font-style:italic;
	color:#990000;
}
#main h3{
	margin: 0 0 7px 0;
	font-size:16px;
	color:#990000;
}
#main p {
	padding:0;
	margin:5px 0 17px 0;
}
#main ul{
	margin:0 0 0 30px;
	padding:0;
}
#main ul li{
	list-style:circle;
	padding:2px 0;
	color:#505050;
}

.post {border-bottom: 1px solid #660000;
}

#listing {
	width:100%;
	margin:0;
	padding:0 0 0 15px;
}

.listview-item {
	float:left;
	width: 94%;
	min-height:188px;
	margin: 0 auto;
	padding: 0 auto;
	border: solid 1px #e1e1e1;
	margin-bottom: 12px;
}
.listview-item .listing-image {
	padding: 20px;
	float: left;
}
.listview-info {
	float: left;
	padding: 20px;
	border-left: solid 1px #e1e1e1;
}
.listview-item h3 {
	text-align: left !important;
}
.listview-info .demo_pricing {
	margin: 10px 0;
}

a.full_desc_link {
	display: block;
	border: solid 1px #e1e1e1;
	border-radius: 10px;
	padding: 5px 10px;
	cursor: pointer;
	margin: 20px 0;
	text-align: center;
	width: 150px;
}

a:link.full_desc_link,
a:visited.full_desc_link,
a:hover.full_desc_link {
	color: #333;
	text-decoration: none;
}
a:hover.full_desc_link {
	background: #efefef;
}

.listing-item{
	float:left;
	width:24%;
	height:280px;
	margin: 0 auto;
	padding: 0 auto;
	}
#listing h3{
	margin:0;
	padding:0;
	font-size:16px;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
#listing p {
	padding:0;
	margin:0;
	text-align:center;
}
.listing-image{
	width:160px;
	margin-bottom: 10px;
}

/*** Right Sidebar ***/
#right-sidebar {
	float:right;
	width:320px;
    padding-top: 15px;
	line-height:19px;
}
.right-sidebar-thumb {
	margin:4px 4px 0 0;
	border:1px solid #999999;
}
#right-sidebar-price {
	padding:5px 0 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#909090;
}
#right-sidebar-quote {
	padding:8px 0 0 65px;
}
#right-sidebar-contact {
	padding:3px 0 0 10px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#990000;
}

#specs{
	width:295px;
	background:url(images/specs.jpg) repeat-x;
	margin:10px 0;
	padding: 5px;
	border: 1px solid #ccc;
	color:#515151;
}
#specs h2{
	margin: 0 0 5px 0;
	padding:0 0 0 5px;
	font-style:normal;
	font-size:16px;
	font-weight:normal;
	color:#790000;
}
.specs{
	margin:0;
	padding:0;
}
.specs_label{
	width:50%;
	font-weight:bold;
	border-top: 1px solid #ccc;
	margin:0;
	padding:2px 4px;
	vertical-align:top;
}
.specs_content{
	width:50%;
	border-top: 1px solid #ccc;
	margin:0;
	padding:2px 0;
	vertical-align:top;
}

/*** Orderby ***/
#orderby{
	width:660px;
	border: 1px solid #ccc;
	margin:4px 8px 8px 8px;
	padding: 8px;
	line-height:16px;
	color: #70654d;
	font-size:13px;
}
 #orderby a{
	color: #70654d;
	padding: 0 10px;
	text-decoration:underline;
}
 #orderby a:hover{
	color: #70654d;
	text-decoration:none;
}


/*** Pagenate ***/
#paginate{
	width:660px;
	border: 1px solid #ccc;
	margin:4px 8px 8px 8px;
	padding: 8px;
	color: #70654d;
	font-size:13px;
}
 #paginate a{
	color: #70654d;
	padding: 0 10px;
	text-decoration:underline;
}
 #paginate a:hover{
	color: #70654d;
	text-decoration:none;
}


/*** form ***/
input {
	border: 1px solid #3d3d3d;
 	background-color: #fff;
	color:#000;
}
textarea {
	width: 500px;
	height: 120px;
	border: 1px solid #3d3d3d;
 	background-color: #fff;
}


/*** Footer ***/
#footer {
    min-height: 180px;
    width: 1000px;
    margin: 0 auto;
	background: #292929 url('../images/footer.jpg') no-repeat top center;
	padding: 80px 0 0 0;
	text-align:center;
	color:#999;
}
#footer a{
	padding:0 3px;
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer-copy {
	width: 850px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align:center;
	font-size:11px;
}
#footer-copy a{
	text-decoration:underline;
}
#footer-copy a:hover{
	text-decoration:none;
}

#footer-export {
	width: 850px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	text-align:center;
	font-size:9px;
	color: #777;
}

/*** News List ***/
.news-list {
	padding:10px 0 5px 0;
	line-height:19px;
	color:#000;
	text-align:justify;

}
.news-header{
	margin: 0;
	font-size:13px;
	font-weight:bold;
	color:#990000;
}
.news-date{
	margin: 0 0 7px 0;
}

/* home slider ---------------------------------------------------- */
#featured {
	margin: 0 auto;
	width: 1024px;
	height: 380px;
	background: #000 url('css/images/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,
#featured>div,
#featured>a { display: none; }


#index-splash {
	background: #000;
	width: 100%;
	height: 380px;
}

/* CONTAINER
   ================================================== */

div.orbit-wrapper {
	margin: 0 auto;
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none;
	width: 1024px;
	height: 380px;}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
	width: 1024px;
	height: 380px;
}


.feat-text-over {
	color: #fff;
	font-family: Orbitron;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: 66px;
	left: 10%;
	width: 79%;
	height: 160px;
	padding: 40px 0 40px 1%;
}

.feat-title {
	font-size: 75px;
	font-weight: bold;
}

.feat-desc {
	font-size: 22px;
	line-height: 50px
}
.orbit>div a {
	color: #fff;
	text-decoration: none;
}
.orbit>div a:hover {
	text-decoration: underline;
}

.orbit>div img.product {
	width: 323px;
	height: 290px;
	position: absolute;
	top: 75px;
	right: 11%;
}
/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
    display: none; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(css/images/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(css/images/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(css/images/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(css/images/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(css/images/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(css/images/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */
#orbit-nav-bg {
	background: #000 url('../images/slider-nav-bg.gif') repeat-x;
	width: 100%;
	height: 37px;
}
ul.orbit-bullets {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	margin: 0 auto;
 	display: table;
}
.orbit-bullets {
    position: relative;
    z-index: 1000;
    list-style: none;
    text-align: center;
    padding: 0;
    bottom: -14px;
    overflow: hidden;
}

.orbit-bullets li {
    float: left;
    margin-right: 8px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url('css/images/bullets.jpg') no-repeat;
    width: 110px;
    height: 14px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -110px 0; }

.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }

 /* home slider ---------------------------------------------------- */
#featured {
	width: 1024px;
	height: 380px;
	margin: 0 auto;
	background: #000 url('http://www.nivisys.com/en/css/images/loading.gif') no-repeat center center;
	overflow: hidden;
}
/*#featured>img,
#featured>div,
#featured>a { display: none; }*/




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none;
	width: 1024px;
	height: 380px;}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	width: 1024px;
	height: 380px;}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(css/images/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(css/images/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(css/images/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(css/images/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(css/images/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(css/images/left-arrow.png);
    left: 0; }


.row, .input-radio {
margin: 0 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #ccc;
}
.input-radio:last-child {
border: none;
padding-bottom: 0;
}
.input-radio {
padding: 0 15px 10px;
}
.row label {
display: inline-block;
width: 140px;
vertical-align: top;
font-weight: bold;
}
.note {
font-size: 11px;
color: #666;
display: block;
}
.input-radio label {
width: auto;
}
.item {
margin: 0 0 10px 0;
border-top: 1px solid #ccc;
}
.item .last td {
border-bottom: 1px solid #ccc;
}
.item label {
width: 140px;
display: inline-block;
font-weight: bold;
vertical-align: top;
}
.item th {
padding: 0 0 3px;
}
.item th, .item td {
padding: 5px 0 5px;
}
.row textarea {
width: 300px;
height: 70px;
}
.item textarea {
width: 510px;
height: 60px;
}
.left {
float: left;
}
.right{
float: right;
display: block;
margin: 5px 0;
}
.counter {
font-size: 20px;
color: #990000;
}

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:200px; width:400px; color:#666; background-color:#efefef; border:4px solid #777; padding:12px; line-height: 20px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}

#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#666;}

a.button {
display: inline-block;
padding: 3px 8px;
margin: 0 15px 0 0;
border: 1px solid;
text-decoration: none;
color: #fff;
}

a.success {
background: #DFF2BF;
}
a.info {
    border-color: #1E728C;
    background-color: #2BA6CB;
}
a.info:hover {background-color: #2284a1;}
a.success {
	border-color: #396516;
    background-color: #5DA423;
}
a.success:hover {background-color: #457a1a;}
a.warning {
	border-color: #9F6000;
    background-color: #FEEFB3;
}
a.error {
	border-color: #7F0A0C;
    background-color: #C60F13;
}
a.error:hover {background-color: #970b0e;}

#partner_logos {
	margin: 0 auto;
	width: 840px;
	height: 80px;
	background: #292929;
}
#partner_logos ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
	margin: 0;
	padding: 0;
}
#partner_logos ul li {
	list-style: inline;
	list-style-type: none;
	float: left;
	height: 60px;
    display: block;
    position: relative;
}
#partner_logos ul li img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#partner_logos ul li.bh {
	width: 160px;
}
#partner_logos ul li.tek {
	width: 170px;
}
#partner_logos ul li.ft {
	width: 80px;
}
#partner_logos ul li.frl {
	width: 190px;
}
#partner_logos ul li.igen {
	width: 120px;
}
#partner_logos ul li.owl {
	width: 120px;
}