@charset "utf-8";
/* CSS Document */
body{
	background:#000 url(images/background.jpg) no-repeat top center;
	margin: 0px;
	padding: 0px;
	font-size:  12px;
	font-family: Arial, helvetica, sans-serif; 
	min-width:998px;
}
a{
	color:#790000;
}
a:hover{
	color:#790000;
	text-decoration:none;
}
/*** Container ***/
#container {
	margin:0 auto;
	padding:0px;
	width:998px;
}

.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:url(images/nivisys_01.jpg) no-repeat top center;
	height: 105px;
}
#header-logo{
	float: left;
	width:450px;
	height:105px;
}
#header-right{
	float: right;
	width:300px;
	height:105px;
	padding: 5px 10px 0 0;
	color:#fff;
	text-align:right;
}
#header-right h3{
	margin: 5px 0 0 0;
	font-size: 15px;
}
#header-right a{
	color:#fff;
	text-decoration:underline;
}
#header-right a:hover{
	text-decoration:none;
}

/*** Navigation ***/
#nav-menu{position:relative;display:block;height:30px;font-size:12px;font-weight:bold;background:transparent url("images/nav-menu.jpg") repeat-x top left;}
#nav-menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
#nav-menu ul li{display:block;float:left;margin:0;}
#nav-menu ul li a{display:block;float:left;color:#e9e9e9;text-decoration:none;padding:7px 18px 0 18px;height:23px;background:transparent url("images/nav-menu-sep.jpg") no-repeat top right;}
#nav-menu ul li a:hover,#nav-menu ul li a.nav-menu-current{color:#ccc;background:#292929 url("images/nav-menu-sep.jpg") no-repeat top right;}

#nav-search{
	float: right;
	width: 210px;
	margin:0;
	padding:4px 0 0 0;
	color:#e9e9e9;
}
#nav-search-label{
	float: left;
	width: 50px;
	margin:0;
	padding:3px 0 0 0;
}

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

/*** 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-menu a:hover{
	background: #890000 url("images/left-nav-menu.gif") no-repeat bottom left;
}
#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;
}

#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:165px;
	list-style-type: none;
	list-style-image: none;
}
#index-products a{
	display:block;
	text-decoration:none;
	background:url(images/index-products-div.gif) no-repeat bottom left;
	color:#333333;
	padding:3px 0 4px 10px;
	width:153px;
	font-size:11px;
}

#index-products a:hover{
	background:#f1f1f1 url(images/index-products-div.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, a:hover, img{
	padding:0;
	border:0;
}
#ip-thermal-img a, a:hover, img{
	padding:0;
	border:0;
}
#ip-laser-img a, a:hover, img{
	padding:0;
	border:0;
}
#ip-illuminators-img a, a:hover, img{
	padding:0;
	border:0;
}
#ip-accessories-img a, a:hover, img{
	padding:0;
	border:0;
}
#ip-testing-img a, a:hover, img{
	padding:0;
	border:0;
}


/*** 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;
}

/*** 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:280px;
	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;
}
#index-splash{
	background:url(images/index-splash.jpg) no-repeat top center;
	height:260px;
}
#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;
}
.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;
}

/*** Right Sidebar ***/
#right-sidebar {
	float:right;
	width:320px;
	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);
	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 {
	background:url(images/footer.jpg) no-repeat top center;
	padding: 65px 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:#990000;
}

/*** 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;
}