@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}
	
body{background:#fff;}
	 
	
#mainContainer{
	width:915px;
	height:595px;
	margin:auto;
	}
	
#topContainer{
	width:898px;
	height:157px;
	display:inline-block;
	background:url(../imagesDiv/hologram.jpg) no-repeat top right #4a7c9a;
	}
	
#logo{
	width:342px;
	height:76px;
	margin:18px 8px;
	}
	
#navigatorContainer{
	width:896px;
	height:48px;
	margin-top:-5px;
	z-index:1;
	}
	
	
#slider{
	width:897px;
	height:245px;
	}
	
#contentContainer{
	width:897px;
	height:126px;
	margin-top:5px;
	background:url(../imagesDiv/content_bg.jpg);
	}
.contentContainer{
width:897px;
height:240px;
margin-top:5px;
background:url(../imagesDiv/content_bg1.jpg);

}
#lefContentContainer{
	width:184px;
	height:107px;
	background:url(../imagesDiv/left_bg.jpg);
	margin:10px 9px;
	float:left;
	display:inline-block;
	}
	
#leftContentText{
	width:164px;
	height:92px;
	margin:auto;
	margin-top:7px;
	}
	
#centerContentContainer{
	width:501px;
	height:107px;
	background:url(../imagesDiv/center_bg.jpg);
	float:left;
	margin-top:10px;
	margin-left:-5px;
	}
	
#centerContentText{
	width:468px;
	height:68px;
	margin:auto;
	margin-top:18px;
	}
	
.contenttext{
	font-family:Tahoma;
	font-size:11px;
	color:#5c5c5d;
	line-height:1.3;
	}
	
.contenttextLnk a:link, .contenttextLnk a:active, .contenttextLnk a:visited{
	text-decoration:underline ;	
	}

.contenttextLnk a:hover{
	text-decoration:none;	
	}

	
#rightContentContainer{
	width:183px;
	height:107px;
	background:url(../imagesDiv/right_bg.jpg);
	float: right;
	margin-top:10px;
	margin-right:10px;
	}
	
#rightContentText{
	width:156px;
	height:88px;
	margin:auto;
	margin-top:10px;
	}

#footer{
	width:898px;
	height:25px;
	margin-top:7px;
	background:url(../imagesDiv/footer.jpg);
	}
	
#clientContainer{
	width:898px;
	height:67px;
	}
	
.txt{
	font-family:Tahoma;
	font-size:11px;
	color:#5c5c5d;
	}
	
	
ul{
list-style: none;
}

li{
list-style: none;

}