@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */


body {
	background-image:url(../images/bgslice.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:top;
	background-attachment:fixed;	
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

body.blank {
	background-image:none;
	background-color:#FFFFFF;
	padding:0px;
	margin-top:0px;	
	margin-bottom:0px;	
}

div.wrap {
	text-align:center;
	margin:auto;
	width:750px;
	background-color:#FFFFFF;
}

div.tiptop {
	background-image:url(../images/bghead.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:30px;
	}
	
div.header {
	background-color:#FFFFFF;
	width:750px;
	height:65px;
	}
	
div.headleft {
	width:304px;
	height:65px;
	padding-left:15px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	}
	
div.headright {
	width:411px;
	height:35px;
	padding-left:0px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:0px;
	text-align:right;
	vertical-align:bottom;
	}
	
div.greenbar {
	width:690px;
	height:35px;
	background-color:#FFFFFF;
	background-image:url(../images/green-bar.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:0px;
	text-align:left;
	}
	
div.introbox {
	width:710px;
	height:100%;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	}

div.nav2 {
	width:140px;
	height:20px;
	background-image:url(../images/nav2.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	}

div.nav2#nav2b {
	background-image:url(../images/nav2b.gif);
	}
	
div.nav2#nav2c {
	background-image:url(../images/nav2d.gif);
	}

div.nav2:hover, div.nav2#nav2b:hover, div.nav2#nav2c:hover {
	background-image:url(../images/nav2c.gif);
	}

/* cctv section */

div.sub-section-box {
	width:240px;
	height:155px;
	background-image:url(../images/cctv/sub-section-box.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	}
	
div.sub-inner-box {
	width:230px;
	height:20px;
	text-align:left;
	padding-left:10px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:0px;
	}
	
div.product-box {
	width:525px;
	height:245px;
	background-image:url(../images/cctv/product-box.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	}
	
div.product-cell1 {
	width:90px;
	height:170px;
	padding:10px;
	}
	
div.product-cell2 {
	width:285px;
	height:170px;
	padding:10px;
	}
	
div.product-cell3 {
	width:90px;
	height:170px;
	padding:10px;
	}

div.quote-bar{
	width:525px;
	height:22px;
	background-image:url(../images/quote-bar.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:0px;
	text-align:center;
	}

div.quote-bar2{
	width:525px;
	height:22px;
	background-image:url(../images/quote-bar.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:0px;
	text-align:left;
	}
	
.table1 {
	border:#CCCCCC 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5F5F5F;
	font-weight:normal;
	}
	
.table2, .table2 tr, .table2 td{
	border:#CCCCCC 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5F5F5F;
	font-weight:normal;
	}
	
div.quote {
	width:100px;
	height:130px;
	padding:20px;
	background-image:url(../images/quote-bg2.jpg);
	background-repeat:no-repeat;
	position:fixed;
	background-color:#FFFFFF;
	}

ul.keyspec {
	text-indent:0px;
	list-style:disc;
	margin-left:0px;
	padding-left:20px;
	}
	
ul.speclist {
	text-indent:5px;
	list-style:disc;
	margin-left:0px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#125C49;
	font-weight:normal;	
	}

ul.ul1 {
	text-indent:5px;
	list-style:decimal;
	margin-left:0px;
	padding-left:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#125C49;
	font-weight:normal;
	line-height:30px;
	}

ul.ul2 {
	text-indent:5px;
	margin-left:0px;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#125C49;
	font-weight:normal;
	line-height:20px;
	}

ul.ul2 li {
	padding-bottom:20px;
	}
	
ul.ul3 {
	text-indent:5px;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	line-height:20px;
	}



ul.blank {
	text-indent:5px;
	margin-left:0px;
	padding-left:20px;
	line-height:24px;
	}
	

img.right {
	float:right;
	padding:5px;
	}
	
img.border {
	margin:0px 0px 10px 10px;
	padding:0px;
	border:#BCD1CC 5px solid;
	}	

img.border1 {
	padding:0px;
	border:#BCD1CC 5px solid;
	}	
	
img.border2 {
	border:#EAEAEA 5px solid;
	}	

img.border3 {
	border:#666666 1px solid;
	}	

img.right2 {
	float:right;
	padding:5px;
	border:#CCCCCC 1px solid;
	margin-bottom:5px;
	margin-left:5px;
	}
	
img.thumb {
	border:#E8E8E8 5px solid;
	margin:5px;
	}
	
img.thumb:hover {
	border:#BCD1CC 5px solid;
	}

img.left {
	margin-right:5px;
	float:left;
	border:#999999 1px solid;
	}

img.range1:hover{
	-moz-opacity:.80;
	-ms-filter:”alpha(opacity=80)”; 
	filter:alpha(opacity=80); 
	opacity:.80;
}

div.dottedline { 
	width: 100%;
	border-bottom:#125C49 1px dotted;
	margin-top:5px;
	margin-bottom:5px;
	} 
	
.trhead {
	background-color:#FFFFFF;
	height:20px;
	}
	
div.textbox1 {
	padding-left:20px;
	}
	

div.featurescroll {
	overflow-y:scroll;
	padding:10px 15px 10px 10px;
	height:150px;
	}