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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
	line-height:inherit;
}
html,body{
	height:100%;	
}	
body{
	background:url("../media/imgs/bodyBg.gif") left top repeat-x #f2f2f2;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#404040;
}
a,a:focus,a img,a:active,a:hover{
    border:none;
	outline:none;
	text-decoration:none;
}
#bodyWrapper{
	width:981px;
	margin:0 auto;
}
.clear{
	clear:both;	
}
/*here starts the Logo Section*/
#logoWrapper{
	height:135px;	
}
#logo{
	height:103px;
	padding:32px 0 0 0;
	float:left;
}
#logo a{
	background:url("../media/imgs/logo.gif") left top no-repeat;
	width:381px;
	height:80px;
	display:inline-block;
}
#search{
	padding:88px 0 0 11px;
	width:189px;
	background:url("../media/imgs/searchBg.gif") left bottom no-repeat;
	float:right;
	height:24px;
}
.searchBox{
	border:none;
	background:url("../media/imgs/searchBox.gif") left top repeat-x;
	width:159px;
	padding:6px 0 0 0;
	height:18px;
	font-family:Tahoma,sans-serif;
	font-size:11px;
	color:#404040;
	float:left;
}
.goBtn{
	background:url("../media/imgs/go.gif")	left top no-repeat;
	width:30px;
	height:24px;
	float:left;
	border:none;
	outline:none;
	cursor:pointer;
}
/*here Ends the Logo Section*/
#topNavWrapper{
	height:38px;
	background:url("../media/imgs/navBg.gif") left top repeat-x;
}
#topNavWrapper ul{
	margin:0; padding:0;
	list-style:none;
	z-index:1px;
}
#topNavWrapper li{
	float:left;
	margin:0; padding:0;list-style-type:none;
	width:157px;
	float:left;
	background:url("../media/imgs/divider.gif") right center no-repeat;
	height:38px;
}
#topNavWrapper li a{
	width:156px;
	display:inline-block;
	height:38px;line-height:36px;
	text-align:center;
	font-family:Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#9bfb07;
	text-decoration:none;
}
#topNavWrapper li a:hover,#topNavWrapper .active{
	background:url("../media/imgs/topNav_hover.gif") left top repeat-x;
}
#topNavWrapper li.Services{
	width:196px;
}
#topNavWrapper li.Services a{
	width:195px;
}
#topNavWrapper li.last{
	background:url("../media/imgs/lastNav.gif")	right top no-repeat;
}
#topNavWrapper li.last a:hover,#topNavWrapper li.last a.active{
	background:url("../media/imgs/lastNav.gif")	right -38px no-repeat;
}
#topNavWrapper li ul{
	position:absolute;
	left:-999em;
	background:#474747;
	width:194px;
	border-left:solid 1px #3b3b3b;
	border-right:solid 1px #3b3b3b;
	border-bottom:solid 6px #3b3b3b;
	padding:10px 0;
	z-index:4;
}
#topNavWrapper li ul li{
	margin:0;padding:0;
	background:none;
	width:194px;
	height:auto;
}
#topNavWrapper li ul li a{
	font-family:Tahoma, arial,sans-serif;
	font-size:11px;
	width:174px;
	padding:5px 20px 5px 10px;
	color:#bbbbb9;
	line-height:12px;
	height:auto;
	display:block;
	text-align:left;
}
#topNavWrapper li ul li a:hover{
	background:none;
	color:#9bfb07;
}
#topNavWrapper li:hover ul{
	left:auto;
}
#topNavWrapper li.sfhover ul{
	left:auto;
	margin-left:-198px;
	margin-top:38px;
}

#topNavWrapper li ul ul {
	margin-left:194px;
	margin-top:-32px;
}
#topNavWrapper li:hover ul ul, #topNavWrapper li.sfhover ul ul {
	left: -999em;
}
#topNavWrapper li:hover ul, #topNavWrapper li.sfhover ul, #topNavWrapper li li.sfhover ul {
	left: auto;
}
#topNavWrapper li li.sfhover ul , #topNavWrapper li li:hover ul {
	left: auto;
	margin-left:194px !important;
	margin-left:226px;
	margin-top:-32px;
}
#topNavWrapper li li.sfhover ul li , #topNavWrapper li li:hover ul li {
	left:auto;
}
/*here Ends the Top Navigation Section*/
#breadcumb{
	border-left:solid 1px #aeaeae;
	border-right:solid 1px #aeaeae;
	height:30px;
	background:url("../media/imgs/breadcumbBg.gif") left top repeat-x;
}
#breadcumb ul{
	margin:0px; padding:0px; list-style-type:none;
}
#breadcumb ul li{
	margin:0px; padding:0px; list-style-type:none;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#000;
	float:left;
	line-height:28px;
	padding:0 0 0 10px;
}
#breadcumb ul li a{
	background:url("../media/imgs/nextIndicator.gif") right 11px no-repeat;
	display:inline-block;
	padding:0 12px 0 0;
	font-family:Tahoma, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#467300;
}
#breadcumb ul li a:hover{
	text-decoration:none;
	color:#173800;
}
/*here Ends the Breadcumb Section*/
#mainContent{
	background:#ffffff;
	border:solid 1px #aeaeae;
	padding:3px;
	width:972px;
}
#leftWrapper{
	width:207px;
	padding:0 3px 0 0;
	float:left;
}
.h_space{
	clear:both;
	width:auto;
	height:3px;
	line-height:2px;
	font-size:3px;
}
#articleNews{
	background:url("../media/imgs/articlebg.gif") left top repeat-y;
	border-bottom:solid 1px #c5c5c5;
}
#articleWrapper{
	background:url("../media/imgs/articleNewsContainer.gif") left top no-repeat;
    padding:20px 15px 10px 15px; 
}
#articleWrapper h2{
	font-family:"segoe UI", Arial, sans-serif;
	color:#418a00;
	font-weight:bold;
	font-size:16px;
	padding:0 0 5px 0;
}
#articleWrapper dl, #articleWrapper dl dd{
	margin:0;padding:0;list-style-type:none;	
}
#articleWrapper dl dd a{
	font-family:Tahoma, arial, sans-serif;
	color:#404040;
	text-decoration:none;
	line-height:13px;
	padding:0px;
}
#articleWrapper dl dd a:hover{
	color:#4d9900;
	text-decoration:none;
}
#articleWrapper dl dt{
	color:#959595;
	padding:5px 0 8px 0;
}
#articleWrapper a.readmore{
	float:right;
	color:#5c5c5c;
	font-weight:bold;
	text-decoration:none;
	padding:0px;
}
#articleWrapper a:hover.readmore{
	text-decoration:none;
}
#articleWrapper a{
	color:#404040;
	padding:0 5px 0 0;
	text-decoration:none;
	line-height:16px;
}
#articleWrapper a:hover{
	color:#4d9900;	
	text-decoration:none;
}
#articleWrapper a.ft1{
	font-size:11px;
}
#articleWrapper a.ft2{
	font-size:12px;
}
#articleWrapper a.ft3{
	font-size:13px;
}
#articleWrapper a.ft4{
	font-size:14px;
}
#articleWrapper a.ft5{
	font-size:15px;
}
#articleWrapper a.ft6{
	font-size:16px;
	line-height:20px;
}
#articleWrapper a.ft7{
	font-size:17px;
	line-height:20px;
	font-weight:normal;
}
#articleWrapper a.ft8{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
}
#articleWrapper a.ft9{
	font-size:19px;
	line-height:20px;
	font-weight:normal;
}
#articleWrapper a.ft10{
	font-size:20px;
	font-weight:normal;
	line-height:20px;
}
/*here Ends the MainContent Section*/
#keywordSearch{
   margin:15px 0 0 0;
   height:4px;
}
.searchkey{
	width:145px;
	border-left:solid 1px #d9d9d9;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	border-right:none;
	height:18px;
	padding:4px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	float:left;
}
.goBtn-1{
	background:url("../media/imgs/goBtn-1.gif") left center no-repeat;
	width:24px;
	height:24px;
	border:none;
	float:left;
	cursor:pointer;
}
#articleWrapper .runingTxt{
	text-align:right;
	padding:3px 0 0 0;
}
#articleWrapper p.runingTxt a{
	color:#333333;	
}
#alphaSearch{
	padding:10px 9px;
	border:#c5c5c5 solid 1px;
	border-top:none;
}
#alphaSearch h2{
	font-family:"segoe UI", Arial, sans-serif;
	color:#418a00;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	padding:0 0 10px 0;
}
#alphaSearch a{
	width:14px;
	height:14px;
	line-height:13px;
	text-decoration:none;
	background:#fff;
	border:#c7c7c7 solid 1px;
	display:inline-block;
	text-align:center;
	color:#333333;
	font-size:10px;
	margin:0 2px 3px 0;
}	
#alphaSearch a:hover{
	background:#d3f000;
	color:#006600;
	border:solid 1px #8abd8a;
}	
#siteLink{
	background:#f3f3f3;
	border:solid 1px #c5c5c5;
}
#siteLinkWrapper{
	padding:0 10px 10px 10px;
}
#siteLink .divider-1{
	background:url("../media/imgs/divider-1.gif") left bottom repeat-x;
}
#siteLinkWrapper a.logo-1{
	background:url("../media/imgs/softwareExperts.gif") left top no-repeat;
	width:157px;
	height:85px;
	display:inline-block;
}
#siteLinkWrapper a.logo-2{
	background:url("../media/imgs/powerPresentation.gif") left top no-repeat;
	width:173px;
	height:60px;
	display:inline-block;
}
#siteLinkWrapper a.logo-3{
	background:url("../media/imgs/outsource2india.gif") left top no-repeat;
	width:169px;
	height:56px;
	display:inline-block;
}
#siteLinkWrapper a.logo-4{
	background:url("../media/imgs/acantara.gif") left top no-repeat;
	width:113px;
	height:76px;
	display:inline-block;
}
#siteLinkWrapper a.logo-5{
	background:url("../media/imgs/lookDifferently.gif") left top no-repeat;
	width:182px;
	height:66px;
	display:inline-block;
}
#siteLinkWrapper p{
	font-family:Tahoma, sans-serif;
	color:#404040;
	padding:10px 0; 
}
#siteLinkWrapper a.websiteLinks{
	color:#4d9900;
	font-family:Tahoma, arial,sans-serif;
	text-decoration:none;
}
#siteLinkWrapper a:hover.websiteLinks{
	text-decoration:none;
	color:#173800;
}
/*Here starts the Main Content */
#mainContentWrapper{
	float:left;
}
#contents{
	padding:28px;
	width:496px;
}
#contents-1{
	padding:20px;
	width:512px;
}
#kontactForm{
	width:706px;
	float:left;
	padding:28px;
}
/*Here Ends the Main Content */
#rightColumn{
	width:207px;
	float:right !important;
	float:none;
}
#banner{
	width:207px;	
}
#rightColumn .noLine,#leftWrapper .noLine{
	border-top:none;	
}
#footer{
	height:125px;
	float:left;
	padding:13px 0 0 5px;
}
#footerLogo{
	float:left;
	width:287px;
}
#footerLogo a{	
	background:url("../media/imgs/footerLogo.gif") left top no-repeat;
	width:257px;
	height:54px;
	display:inline-block;
}
#footerNav{
	padding:11px 0 0 0;
	float:left;
	background:url("../media/imgs/divider-3.gif") left 11px no-repeat;
	height:45px;
	width:420px;
}
#footerNav a{
	background:url("../media/imgs/divider-4.gif") right 2px no-repeat;
	padding:0 15px;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#595959;
}
#footerNav a:hover,#footerNav a.active{
	color:#4d9900;
	text-decoration:none;
}
#footerNav a.last{
	background:none;
}
#copyright{
	float:left;
	padding:5px 0 0 15px;
}
#bAContainer{
	background:url("../media/imgs/beforeAfterBg.gif") left bottom repeat-x #fff;
}
#beforeAfterWrapper{
	background:url("../media/imgs/baBg.gif") left top repeat-y;
}
#beforeAfter{
	background:url("../media/imgs/beforeAfterWrapperBg.gif") left top no-repeat;
	padding:10px 0 8px 0;
	border-bottom:#c5c5c5 solid 1px;
}
#head{
	background:url("../media/imgs/blogHeader.gif") left top no-repeat;
	padding:0;
	border-bottom:#c5c5c5 solid 1px;
}
#beforeAfterWrapper .special{
	background:url("../media/imgs/articleNewsContainer.gif") left top no-repeat;
	padding:10px 0 0 0;
}
#head h2{
	font-family:"segoe UI", Arial, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:13px 0 15px 15px;
	height:30px;
}		
#head ul{
	margin:0; padding:12px 15px 7px 15px; list-style-type:none;	
}
#head ul li{
	margin:0;padding:0 0 5px 0;list-style-type:none;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#819a68;
	line-height:13px;
}
#head ul li a{
	color:#819a68;
	text-decoration:none;
}
#head ul li a:hover{
	color:#404040;
	text-decoration:none;
}
#head ul li ul{
	padding:5px 0 2px 25px; list-style-type:disc;margin:0;
}
#head ul li ul li{
	padding:0; margin:0; list-style-type:disc;
	font-weight:normal;
	color:#404040;
}
#head ul li ul li a{
	color:#404040;
}
#head ul li ul li a:hover{
	color:#819a68;
}

#Header{
	width:207px;
	height:32px;
	background:url("../media/imgs/header.gif")  top no-repeat;
}
#gallery{
	width:202px;
	float:left;
	padding:0 0 0 4px; 
}
#gallery a{
	padding:2px;
	width:190px;
	display:inline-block;
	background:#eaeaea;
	margin:0 2px 2px 2px;
	float:left;
}
#gallery a:hover{
	background:#b8b8b8;
}
/*here starts the Tab Menu*/
#tabs{
	margin:0; padding:20px 6px 20px 10px; list-style-type:none;
}
#tabs li{
	margin:0 2px 0 0;padding:0;float:left;
}
#tabs li a{
	width:74px;
	height:73px;
	display:inline-block;
}
#tabs li a.tab-1{
	background:url("../media/imgs/tab.jpg") left top no-repeat;
}
#tabs li a:hover.tab-1,#tabs li a.active-1{
	background:url("../media/imgs/tab.jpg") left -73px no-repeat;
}
#tabs li a.tab-2{
	background:url("../media/imgs/tab.jpg") -74px top no-repeat;
}
#tabs li a:hover.tab-2,#tabs li a.active-2{
	background:url("../media/imgs/tab.jpg") -74px -73px no-repeat;
}
#tabs li a.tab-3{
	background:url("../media/imgs/tab.jpg") -148px top no-repeat;
}
#tabs li a:hover.tab-3,#tabs li a.active-3{
	background:url("../media/imgs/tab.jpg") -148px -73px no-repeat;
}
#tabs li a.tab-4{
	background:url("../media/imgs/tab.jpg") -222px top no-repeat;
}
#tabs li a:hover.tab-4,#tabs li a.active-4{
	background:url("../media/imgs/tab.jpg") -222px -73px no-repeat;
}
#tabs li a.tab-5{
	background:url("../media/imgs/tab.jpg") -296px top no-repeat;
}
#tabs li a:hover.tab-5,#tabs li a.active-5{
	background:url("../media/imgs/tab.jpg") -296px -73px no-repeat;
}
#tabs li a.tab-6{
	background:url("../media/imgs/tab.jpg") -370px top no-repeat;
}
#tabs li a:hover.tab-6,#tabs li a.active-6{
	background:url("../media/imgs/tab.jpg") -370px -73px no-repeat;
}
#tabs li a.tab-7{
	background:url("../media/imgs/tab.jpg") -444px top no-repeat;
}
#tabs li a:hover.tab-7,#tabs li a.active-7{
	background:url("../media/imgs/tab.jpg") -444px -73px no-repeat;
}
#tabs li ul{
	position:absolute;
	height:24px;
	list-style-type:none;
	padding:0;
	margin-top:-4px!important;
	margin-top:73px;
    display:none;
	z-index:3;
	background:url("../media/imgs/tapDropBg1.gif") left top no-repeat;
}
#tabs li ul li{
	background:url("../media/imgs/tabDrpBg2.gif") right top no-repeat #e8ebea;
	display:inline-block;
	margin:0; padding:0 0 0 13px; width:100%;
	height:24px;
	line-height:24px;
	font-family:Tahoma, arial, sans-serif;
	font-size:11px;
	color:#418a00;
	width:515px;
}	
#tabs li:hover ul{
	display:block;
}
#tabs li a.active-1 ul{
	display:inline-block;
}
#tabs  li:hover ul,#tabs  li.sfhover ul{
	left:50%;
	margin-left:-266px;
	display:inline-block;
}
#tabs ul.activeMenu{
	display:block;	
	left:50%;
	margin-left:-266px;
	z-index:2;
}
#form{
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#101010;
	border-bottom:solid 1px #eaeaea;
}
#form td{
	padding:0 0 0 10px;	
}
.txtfield{
	width:205px;
	border:solid 1px #d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#010101;
	padding:4px 0 4px 5px;
}
.select-1{
	width:212px;
	border:solid 1px #d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
}
.txtArea{
	width:auto;
	border:solid 1px #d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#010101;
	padding:4px 0 4px 5px;
	
}
.mandatory{
	color:#005bab;	
}
.submitBtn{
	border:solid 1px #95d482;
	background:url("../media/imgs/submitBtn-1.gif") left top repeat-x;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#101010;
	cursor:pointer;
	outline:none;
}
#corner-1{
	background:url("../media/imgs/corner1.gif") left top no-repeat;
	width:18px;
	height:19px;
}	
#corner-2{
	background:url("../media/imgs/corner8.gif") left top repeat-x;
	height:19px;
}	
#corner-3{
	background:url("../media/imgs/corner6.gif") left top repeat-x;
	height:19px;
	width:19px;
}	
#corner-4{
	background:url("../media/imgs/corner2.gif") left top repeat-y;
	width:18px;
}
#servicebg{
	background:url("../media/imgs/servicebg.gif") left top repeat-x #fdfefb;
}
#corner-5{
	background:url("../media/imgs/corner5.gif") left top repeat-y;
	width:19px;
}
#corner-6{
	background:url("../media/imgs/corner3.gif") left top no-repeat;
	width:18px;
	height:19px;
}
#corner-7{
	background:url("../media/imgs/corner-7.gif") left top repeat-x;
	height:19px;
}
#corner-8{
	background:url("../media/imgs/corner4.gif") left top no-repeat;
	width:19px;
	height:19px;
}
#servicebg h3{  
	font-family:"segoe UI", Arial, sans-serif;
	font-size:16px;
	color:#69715a;
	font-weight:normal;
	padding:0 0 4px 0;
	border-bottom:solid 1px #bfc6b0;
	margin:0 0 7px 0;
}
a.thumb{
	background:#e889bf;
	float:left;
	border:solid 2px #cde0a6;
	margin:0 10px 10px 0;
}
a:hover.thumb{
	border:solid 2px #a2b183;
}
#servicebg ul.list{
    margin:0; padding:0 0 5px 10px;
	list-style-type:none;
}
#servicebg ul.list li{
	background:url("../media/imgs/listing.gif") left 8px no-repeat;
	padding:2px 10px 2px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303030;
	width:170px;
	float:left;
}
#servicebg ul.list li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303030;
	text-decoration:none;
}
#servicebg ul.list li a:hover{
	color:#00994c;
}
#servicebg p{
	font-family:Verdana, Arial, sans-serif;
	color:#303030;
	line-height:16px;
}
a.hyperLink{
	font-family:"segoe UI", Arial, sans-serif;
	font-size:16px;
	color:#69715a;
	font-weight:normal;
	padding:0 0 8px 0;
}

