/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:100%;	
}

.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 411px;	
	background:#fffcf1;
	overflow:auto;
	overflow-x:hidden;
	margin-top:2px;
	position:relative;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	background:#fffcf1;
	color:#414040;
	font-size:11px;
}
/* Handle*/
.handle{
	float: left;
	width: 38px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../images/blade.png) no-repeat;
	padding:1px;
}
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{	
	
}
#testHandle0{background:url(../images/knowus-overview.jpg) no-repeat;height:411px;width:38px;}
#testListItem0 .handleSelected{background:url(../images/knowus-overview-hov.jpg) no-repeat !important;}

#testHandle2{background:url(../images/knowus-vision-mission.jpg) no-repeat;height:411px;width:38px;}
#testListItem2 .handleSelected{background:url(../images/knowus-vision-mission-hov.jpg) no-repeat !important;}

#testHandle3{background:url(../images/knowus-team.jpg) no-repeat;height:411px;width:38px;}
#testListItem3 .handleSelected{background:url(../images/knowus-team-hov.jpg) no-repeat !important;}

#testHandle1{background:url(../images/knowus-factfiles.jpg) no-repeat;height:411px;width:38px;}
#testListItem1 .handleSelected{background:url(../images/knowus-factfiles-hov.jpg) no-repeat !important;}

#testHandle4{background:url(../images/knowus-infrastructure.jpg) no-repeat;height:411px;width:38px;}
#testListItem4 .handleSelected{background:url(../images/knowus-infrastructure-hov.jpg) no-repeat !important;}

#testHandle5{background:url(../images/knowus-advantageatdamco.jpg) no-repeat;height:411px;width:38px;}
#testListItem5 .handleSelected{background:url(../images/knowus-advantageatdamco-hov.jpg) no-repeat !important;}

#testHandle6{background:url(../images/knowus-press.jpg) no-repeat;height:411px;width:38px;}
#testListItem6 .handleSelected{background:url(../images/knowus-press-hov.jpg) no-repeat !important;}

#testHandle7{background:url(../images/knowus-corporate-socialr.jpg) no-repeat;height:411px;width:38px;}
#testListItem7 .handleSelected{background:url(../images/knowus-corporate-socialr-hov.jpg) no-repeat !important;}
#testContent7{
	overflow-y:hidden;
}
.test h3{font-size:16px;font-weight:normal;padding:5px 10px;color:#ce2722;}
.test h4{font-size:14px;font-weight:normal;padding:5px 10px;color:#000000;}
.test h4 span{color:#000 !important;}
.test h5{font-size:13px;font-weight:bold;padding:5px 10px;color:#000000;}
.test h6{padding:10px 10px 0px 10px;font-weight:bold;font-size:14px;color:#ffa018;}
.test p{padding:4px 10px;}

.knowus-list-display li{display:list-item !important;}
