/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:10px 0px 0px 1px;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:180px;
		height:141px;
		overflow:hidden; 
		}	

	#slider2 li{ 
		background:#f1f1f1;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 

		.title_slider li
		{
		 text-align:center;
		}
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:42px;
		position:absolute;
		left:4px;
		top:-105px;
		}	
	#nextBtn, #nextBtn2{ 
		left:172px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:42px;
		background:url(../images/preve.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider *//*css document*/
 
 /*Index Page*/
 body
 {
   margin:0px;
   background-color:#F8F8F8;
 }

 #page
 {
   width:1004;
   height:auto;
   background-color:#FFFFFF;
   margin:0px auto;
   border:solid 0px #000000;
 }

 /*Header style*/
 #topmenu
 {
   width:1004px;
   margin:0px;
 }

 /* Top menu styles */
   #nav 
   {
	width: 1004px;
	height: 41px;
	position: relative;
	background: url(../images/nav.gif);
	margin: 0;
	padding: 0;
   }

   #nav li 
   {
	float: left;
	list-style-type:none;
   }

   #nav li a 
   {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 41px;
	background: url(../images/nav.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
   }

	/*up state*/
	li#nav_home a 
	{
	 left: 58;
	 width: 68px;
	 background-position: -58 0;
	}

	li#nav_about a 
	{
	 left: 126;
	 width: 100px;
	 background-position: -126 0;
	}

	li#nav_services a 
	{
	 left: 226;
	 width: 90px;
	 background-position: -226 0;
	}

	li#nav_process a 
	{
	 left: 316;
	 width: 92px;
	 background-position: -316 0;
	}

	li#nav_contact a 
	{
	 left: 408;
	 width: 102px;
	 background-position: -408 0;
	}


	/*hover state*/
	li#nav_home a:hover
    {
	 background-position: -58 -42px;
	}

	li#nav_about a:hover 
	{
	 background-position: -126 -42px;
	}

    li#nav_services a:hover 
	{
	 background-position: -226 -42px;
	}

	li#nav_process a:hover 
	{
	 background-position: -316 -42px;
	}

	li#nav_contact a:hover 
	{
	 background-position: -408 -42px;
	}

 #header_img
 {
   width:1004;
   height:200;
   float:left;
   margin:0px;
   padding:0px;
 }

 /*content style*/
 #content
 {
  width:1004;
  height:auto;
  background-color:#FFFFFF;
 }
	/*left & right content,menu styles*/
	 #left_content
	 {
	  float:left;
	  width:220px;
	  height:auto;
	  padding:10px 0px 10px 0px;
	  border-right:solid 0px #000000;

	 }

	 #left_othercontent
	 {
	  float:left;
	  width:240px;
	  height:auto;
	  padding:10px 0px 10px 0px;
	  border-right:solid 0px #000000;

	 }

	 #right_content
	 {
	  float:left;
	  width:232px;
	  height:auto;
	  padding:10px 0px 10px 0px;
	  border-left:solid 0px #000000;
	 }
	 
	 #left_menu
	 {
	  margin:0px 0px 0px 0px; 
	  padding:0px 0px 0px 0px; 
	  float:right;
	  width:210px;
	  border:solid 0px #000000;
	 }

	 #left_othermenu
	 {
	  margin:0px 0px 0px 0px; 
	  padding:0px 5px 0px 0px; 
	  float:right;
	  width:210px;
	  border:solid 0px #000000;
	 }
	 
	 #right_menu 
	 {
	  margin:0px 0px 0px 0px; 
	  padding:0px 0px 0px 0px; 
	  float:left;
	  width:232px;
	  border:solid 0px #000000;
	 }

	 #left_menu li
	 {
	  list-style-type:none;
	  font-family:verdana;
	  font-size:12px;
	  padding-top:15px;
	  /*font-size-adjust:0.40;*/
	 }

	 #left_othermenu li
	 {
	  list-style-type:none;
	  font-family:verdana;
	  font-size:12px;
	  padding-top:15px;
	  /*font-size-adjust:0.40;*/
	 }

	 #right_menu li
	 {
	  list-style-type:none;
	  font-family:verdana;
	  font-size:12px;
	  padding-top:15px;
	  /*font-size-adjust:0.40;*/
	 }

	 #inner_menu li
	 {
	  list-style-image:url('../images/mark.gif');
	  padding:1px;
	  margin:0px;
	 }

	 .sidemenu_table
	 {
	  background-color:#F8F8F8;
	 }

	 .menu_innerhead
	 {
	  font-family:verdana;
	  font-size:12px;
	  padding:5px 1px 6px 6px;
	  /*font-size-adjust:0.40;*/
	 }

	 .bg_middle
	 {
	  background:url('../images/inner_bg.gif') repeat-y;
	 }

 /*Middle content style*/

  #middle_contents
 {
  float:left;
  width:700px;
  height:auto;
  padding-top:10px;
  padding-bottom:10px;
  background:url('../images/content_bg_new.gif') no-repeat;
  background-position:0 40px;
 }

  #middle_content
 {
  float:left;
  width:545px;
  height:auto;
  padding-top:10px;
  padding-bottom:10px;
  background:url('../images/content_bg.gif') no-repeat;
  background-position:0 40px;
 }

 .content_title
 {
  font-family:sans-serif;
  font-size:15px;
  font-weight:bold;
  width:510px;
  padding-bottom:10px;
  padding-left:4px;
  color:#2F6C79;
  font-stretch: narrower;
  /*font-size-adjust: 0.35;*/
 }

 .content_page
 {
 font-family:verdana;
 font-size:13px;
 font-weight:normal;
 width:510px;
 line-height:14pt;
 padding-bottom:15px;
 word-wrap:break-word;
 padding-left:10px;
 border:solid 0px #000000;
 letter-spacing:0px;
 color:#000000;
 /*font-size-adjust: 0.46;*/
 }

 .content_otherpage
 {
 font-family:verdana;
 font-size:13px;
 font-weight:normal;
 width:600px;
 line-height:14pt;
 padding-bottom:15px;
 word-wrap: break-word;
 padding-left:10px;
 border:solid 0px #000000;
 letter-spacing:0px;
 color:#000000;
 /*font-size-adjust: 0.46;*/
 }

 .content_last
 {
 font-family:verdana;
 font-size:13px;
 font-weight:normal;
 width:510px;
 line-height:14pt;
 padding:10px 0px 10px 5px;
 word-wrap:break;
 letter-spacing:1px;
 color:#000000;
 }

 /*footer style*/
 #footer
 {
  background-color:#456A73;
  height:30px;
  color:#FFFFFF;
  padding:20px 0px 0px 10px;
  font-size:12px;
  font-family:verdana;
  font-weight:bold;
 }

 /*style for images */
 img {border:0px;}
 
 /*contact us page stle*/
 #corp_address
 {
   font-family:verdana;
   font-size:12px;
   font-weight:normal;
   line-height:14pt;
   letter-spacing:0px;
   padding:6px 0px 0px 10px;
   /*font-size-adjust:0.46;*/
 }

 a.mail_id
 {
  text-decoration:none;
  color:#000000;
  font-size:12px;
 }

 a.mail_id:hover
 {
  text-decoration:none;
  color:red;
  font-size:12px;
 }
