@charset "utf-8";
/* CSS Document */

body{
	background:#FFFFFF;
	margin:0;
	padding:0;
	}
.container{
	width:900px;
	margin:auto;
	}
.cell{
	width:900px;
	margin:auto;
	background:#FFF;
	}
.header{
	border-top:#9ed169 6px solid;
	width:880px;
	margin:auto;
	float:left;
	}
.logo-img{
	float:left;
	}
.top-nav{
	float:right;
	padding-top:18px;
	}
.top-nav ul li{
	list-style-type:none;
	display:inline;
	font-family:"segoe UI", verdana, tahoma, sans-serif;
	margin-left:16px;
	}
.top-nav ul li a{
	text-decoration:none;
	padding:3px 8px;
	color:#99CC00;
	font-weight:bold;
	}
.top-nav ul li a:hover{
	background:#f1f1f1;
	}
.digix-img{
	clear:both;
	background:url(images/digixtech.jpg) no-repeat;
	height:196px;
	margin-bottom:20px;
	}
.left-grids{
	float:left;
	width:640px;
	height:200px;
	margin:5px 10px;
	font-family:"segoe UI", verdana, tahoma, sans-serif;
	color:#333333;
	padding-bottom:20px;
	}
.unit{
	padding-top:16px;
	}
.unit1{
	background:url(images/b1.png) no-repeat;
	height:101px;
	width:284px;
	float:left;
	padding:50px 14px 4px 14px;
	font-size:11px;
	}
.unit2{
	background:url(images/b2.png) no-repeat;
	height:115px;
	width:284px;
	float:right;
	padding:36px 14px 4px 14px;
	font-size:11px;
	}
.unit3{
	background:url(images/b3.png) no-repeat;
	height:106px;
	width:284px;
	float:left;
	padding:45px 14px 4px 14px;
	font-size:11px;
	}
.unit4{
	background:url(images/b4.png) no-repeat;
	height:101px;
	width:284px;
	float:right;
	padding:50px 14px 4px 14px;
	font-size:11px;
	}
.more{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	float:right;
	}
.more:hover{
	border-bottom:1px #FFFFFF solid;
	}
.right{
	float:right;
	width:220px;
	margin:5px 10px;
	font-family:"segoe UI", verdana, tahoma, sans-serif;
	font-size:12px;
	padding-bottom:20px;
	}
h4{
	font-family:"segoe UI", verdana, tahoma, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	color:#4d4d4d;
	margin:0;
	padding:0;
	font-size:18px;
	}
.news-title{
	font-size:12px;
	color:#5d9720;
	font-family:"segoe UI", verdana, tahoma, sans-serif;
	text-transform:uppercase;
	margin:8px 0;
	}
h1{
	color:#666666;
	font-family:"segoe UI", verdana, tahoma, sans-serif;
	font-size:30px;
	font-weight:normal;
	margin:0;
	padding:0;
	}
#inner{
	height:540px;
	}
#inner-services{
	height:3800px;
	}
#inner-about{	
	height:400px;
	}
#inner-products{	
	height:4700px;
	}
.footer{
	background:url(images/footer-bg.png) no-repeat top;
	height:44px;
	margin:auto;
	clear:both;
	display:block;
	font-family:"segoe UI", verdana, tahoma, sans-serif;
	font-size:12px;
	color:#000000;
	padding:16px 10px 0 24px;
	}
.copyright{
	float:left;
	}
.footer-nav {
	float:right;
	display:block;
	padding-right:20px;
	}
.footer-nav a{
	color:#000000;
	text-decoration:none;
	}
.footer-nav a:hover{
	border-bottom:1px solid #000;
	}