@charset "utf-8";
/* GLOBAL CSS ELEMENTS */

	/* Import CSS Element
		-------------------------------------------------------------- */


		@import url("layout.css");
		@import url("typography.css"); 
		@import url("nav.css"); 
		@import url("reset.css"); 
		@import url("slider.css"); 

	/* Global Setting
		-------------------------------------------------------------- */
		
		/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
		body {font:75% normal Arial, Helvetica, sans-serif;color:#000;line-height:18px;padding:0px;margin:0px; 
			  background:url(../images/page-bg.jpg) repeat; }
				  
	
	
	/* Misc classes for float elements
		-------------------------------------------------------------- */
		.clear-left 	{ clear:left;}
		.clear-right	{ clear:right;}
		.clear-both		{ clear:both;}
		
		
		.right	{ float:right;}
		
	/* Navigation Panel
		-------------------------------------------------------------- */
		
		#top-navigationw	 {
	width:700px;
	float:left;
	margin-top:5px;
}
	
		.link1 			{ background:url(../images/nav/home.png) no-repeat; width:52px; height:22px;display:block; float:left; margin-left:70px;  }
		.link1:hover 	{ background: url(../images/nav/home-over.png) no-repeat; width:52px; height:22px;display:block;float:left;  }
		.link1-active 	{ background: url(../images/nav/home-over.png) no-repeat; width:52px; height:22px;display:block;float:left;margin-left:70px;  }
		
		
		.link2			{ background:url(../images/nav/aboutus.png) no-repeat; width:76px; height:22px;display:block; float:left;}
		.link2:hover	{ background:url(../images/nav/aboutus-over.png) no-repeat; width:76px; height:22px;display:block; float:left;}
		.link2-active	{ background:url(../images/nav/aboutus-over.png) no-repeat; width:76px; height:22px;display:block; float:left;}
		
		
		
		.link3			{ background:url(../images/nav/services.png) no-repeat; width:70px; height:22px;display:block; float:left;}
		.link3:hover	{ background:url(../images/nav/services-over.png) no-repeat; width:70px; height:22px;display:block; float:left;}
		.link3-active	{ background:url(../images/nav/services-over.png) no-repeat; width:70px; height:22px;display:block; float:left;}
		
		.link9			{ background:url(../images/nav/products.png) no-repeat; width:75px; height:22px;display:block; float:left;}
		.link9:hover	{ background:url(../images/nav/products-over.png) no-repeat; width:75px; height:22px;display:block; float:left;}
		.link9-active	{ background:url(../images/nav/products-over.png) no-repeat; width:75px; height:22px;display:block; float:left;}		
		.linkt			{ background:url(../images/nav/testimonials.png) no-repeat; width:100px; height:22px;display:block; float:left;}
		.linkt:hover	{ background:url(../images/nav/testimonials-over.png) no-repeat; width:100px; height:22px;display:block; float:left;}
		.linkt-active	{ background:url(../images/nav/testimonials-over.png) no-repeat; width:100px; height:22px;display:block; float:left;}		
		
		
		.link4			{ background:url(../images/nav/ourapproach.png) no-repeat; width:106px; height:22px;display:block; float:left;}
		.link4:hover	{ background:url(../images/nav/ourapproach-over.png) no-repeat; width:106px; height:22px;display:block; float:left;}
		.link4-active	{ background:url(../images/nav/ourapproach-over.png) no-repeat; width:106px; height:22px;display:block; float:left;}
		
		
		.link5			{ background:url(../images/nav/careers.png) no-repeat; width:67px; height:22px;display:block; float:left;}
		.link5:hover	{ background:url(../images/nav/careers-over.png) no-repeat; width:67px; height:22px;display:block; float:left;}
		.link5-active	{ background:url(../images/nav/careers-over.png) no-repeat; width:67px; height:22px;display:block; float:left;}


		.link6			{ background:url(../images/nav/whitepaper.png) no-repeat; width:91px; height:22px;display:block; float:left;}
		.link6:hover	{ background:url(../images/nav/whitepaper-over.png) no-repeat; width:91px; height:22px;display:block; float:left;}
		.link6-active	{ background:url(../images/nav/whitepaper-over.png) no-repeat; width:91px; height:22px;display:block; float:left;}
		
		.link7			{ background:url(../images/nav/blog.png) no-repeat; width:54px; height:22px;display:block; float:left;}
		
		
		.link8			{ background:url(../images/nav/contactus.png) no-repeat; width:88px; height:22px;display:block; float:left;}
		.link8:hover	{ background:url(../images/nav/contactus-over.png) no-repeat; width:88px; height:22px;display:block; float:left;}
		.link8-active	{ background:url(../images/nav/contactus-over.png) no-repeat; width:88px; height:22px;display:block; float:left;}

        .testicont 		{ width:600px; border-bottom:#666 dashed thin; margin:10px auto 20px auto; text-align:left; padding:8px;background:#f2f9ff; border:solid #cde8ff 1px; }
		
		.careercontent	{ width:600px; list-style-type: square; margin-left:30px }
		
		.divcollapse	{ width:100px; margin-left:100px; color:#069;  cursor:pointer; float:right; }
		.divcollapse a	{ text-decoration:none; color:#069; }
		.colldiv		{ margin-left:50px; background:#f2f9ff; border:1px solid #cde8ff; padding:8px; margin-bottom:3px; }
		
	