#tabs_wrapper {
	width: 75.7%;
	float: left;
}
#tabs_wrapper .leftpart {
	width: 100% !important;
}
#tabs_container {
	float: right;
	padding-bottom: 30px;
}
#tabs li.active {
	background-color: #94c74a;
}
#tabs li.active a {
	background: url(../images/sublink-a-hvr.png) no-repeat 12px 18px;
	background-color: #1d88a2;
}
#tabs li.active a:hover {
}
#tabs_content_container {
	width: 100%;
	float: left;
}
.tab_content {
	display: none;
	overflow: hidden;
}
#tabs_wrapper .leftpart .company-logo {
	width: 160px;
	height: auto;
	float: right;
	border: 1px solid #e6e6e6;
	margin-left: 25px;
}
#tabs_wrapper .leftpart .company-logo img {
	width: 160px;
	height: 150px;
}
#tabs_wrapper .leftpart .tab-p-holder {
	width: 77%;
	float: left;
}

/*TAB2 CSS STARTS HERE*/

#tabs_wrapper2 {
	width: 100%;
	float:left;
}
#tabs_container2 {
	width:100%;
	height:60px;
	float:left;
}
#tabs2 {
	width:100%;
	list-style: none;
	font-family: 'dinprolight';
	font-size: 18px;
	float:left;
}
#tabs2 li {
	width:50%;
	display: inline;
	float:left;
	padding-bottom:12px;
}
#tabs2 li a {
	width:100%;
	height:32px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	float:left;
	background-color:#336699;
	padding-top:10px;
}
#tabs2 li a:hover {
}
#tabs2 li.active{
	background:url(../images/project-tab-li.png) no-repeat center 42px;
}
#tabs2 li.active a {
	background-color: #b79561;
	color: #FFF;
}
#tabs2 li.active a:hover {
}
#tabs_content_container2 {
	float: left;
	width: 100%;
	min-height: 800px;
}
.tab_content2 {
	display: none;
	overflow: hidden;
}

/*TAB2 CSS ENDS HERE*/

/*TAB3 CSS STARTS HERE*/

#tabs_wrapper3 {
	width: 100%;
	float:left;
}
#tabs_container3 {
	width:100%;
	height:60px;
	float:left;
}
#tabs3 {
	width:100%;
	list-style: none;
	font-family: 'dinprolight';
	font-size: 18px;
	float:left;
}
#tabs3 li {
	width:25%;
	display: inline;
	float:left;
	padding-bottom:12px;
}
#tabs3 li a {
	width:100%;
	height:32px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	float:left;
	background-color:#1d88a2;
	padding-top:10px;
}
#tabs3 li a:hover {
}
#tabs3 li.active{
	background:url(../images/project-tab-li.png) no-repeat center 42px;
}
#tabs3 li.active a {
	background-color: #94c74a;
	color: #FFF;
}
#tabs3 li.active a:hover {
}
#tabs_content_container3 {
	float: left;
	width: 100%;
	min-height: 535px;
}
.tab_content3 {
	display: none;
	overflow: hidden;
}

