	/*
	Author:mahesh dyade
	date:10-01-2010
	company:Teleparadigm
	*/
	
	*{
	padding:0;
	margin:0;
	outline:none;
	text-decoration:none;
	}
	img,a{
	border:none;
	}
	ul
	{
	list-style:none;
	}
	p, ul, ol, li { line-height: 140%; }
	a { color: #4197CB; text-decoration: none; } 
	a:visited {	color : #5197CB;  }
	a:hover { color : #004B74; }
	a:focus { color : #004B74; }
	a:active { color : #004B74; }
	
	body
	{
	background:url(../images/bg.jpg) no-repeat top center #97cae4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	}
	#wrapper
	{
	position:relative;
	width:965px;
	margin:0 auto;
	background:#FFFFFF;
	padding:0px 10px 10px 10px;
	}
	#header_wrapper
	{
	width:965px;
	height:86px;
	border-bottom:#C0C0C0 1px solid;
	background:url(../images/header-bg.jpg) left top repeat-x;
	margin-bottom:2px;
	}
	#header_left
	{
	width:220px;
	height:85px;
	float:left;
	
	}
	#logo
	{
	background:url(../images/Teleparadigm_logo.png) left top no-repeat;
	width:200px;
	height:80px;
	margin:2px  0px 0px 5px;
	float:left;
	}
	#tag_line
	{
	margin:65px 0px 0px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px; 
	color:#848484;
	text-align:left;
	letter-spacing:1px;
	}
	
	#header_right
	{
	width:745px;
	height:75px;
	float:left;
	position:relative;
	}
	#top_links
	{
	float:right;
	width:340px;
	text-align:right;
	margin:2px 10px 14px 0px;
	height:40px;
	padding:2px 0px 0px 0px;
	}
	
 	/*-------------------------- Main Menu Start----------------------------*/
	#main_menu
	{
	width:610px;
	position:relative;
	padding:0px  0px;
	z-index:2;
	line-height:30px;
	float:right;
	
	}
	
	#main_menu ul
	{
	margin:6px auto 0px auto;
	height:20px;
	width:600px;
	padding:0px 0px;
	z-index: 2;
	float:right;
	
	}
	
	#main_menu li 
	{
	position: relative;
	float: left;
	text-align: center;
	line-height:11px;
	
	}
	
	#main_menu ul#nav li a
	{
	display: block;
	padding:6px 0px 4px 0px;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	border-left: 2px solid #EE3333;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	color: #000;
	}
	#main_menu li span
	{
	padding:0px 10px 0px 10px;
	
	}
	
	#main_menu  ul#nav li ul li span.sub_nav_head 
	{
	padding:0px 135px 0px 0px;
	background:url(../images/arrow_black.gif) right center no-repeat;
	}
	
	#main_menu li.item1 { width: 100px; text-align:center; }
	#main_menu li.item2 { width: 100px; text-align:center;}
	#main_menu li.item3 { width: 100px; text-align:center;}
	#main_menu li.item4 { width: 100px; text-align:center;}
	#main_menu li.item5 { width: 100px; text-align:center;}
	#main_menu li.item6 { width: 100px; text-align:center;}
	#main_menu li.item7 { width: 100px; text-align:center;}
	#main_menu li.item1 a
	{
	border:none !important;
	}
	#main_menu ul#nav  li ul {
	display: block;
	position: absolute;
	left: -999em;
	width: 200px;
	top:2px;
	margin-left:0px;
	margin-top:0px;
	padding-top:2px;
	z-index:2;
	}
	#main_menu ul#nav ul li ul.sub_nav{
	display: block;
	position: absolute;
	left:-9999em;
	width: 200px;
	top:0px;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	z-index:2;
	}
	#main_menu ul#nav  li ul li:hover ul.sub_nav, #main_menu ul#nav  li ul li.over ul 
	{ 
	display: block;
	left:203px;
	top:0px;
	position: absolute;
	z-index: 3000;
	width: 200px;
	height:auto;
	}
	#main_menu ul#nav  li:hover ul, #main_menu ul#nav  li.over ul 
	{ 
	display: block;
	left: 0;
	top: 100%;
	position: absolute;
	z-index: 3000;
	width: 200px;
	height:auto;
	}
	#main_menu ul#nav  li ul li
	{ 
	width: 203px;
	height: auto;
	background: transparent;
	text-indent: 0;
	position:relative;
    background-color:#F8F8F8;
	background-repeat:repeat;
	background-position:0% 0%;
	padding-top:1px ;
	}
	/*-------------------*/
	#main_menu ul#nav  li ul li ul li
	{ 
	width: 203px;
	height: auto;
	background: transparent;
	text-indent: 0;
	position:relative;
	background:#FCF8F7;
	background-repeat:repeat;
	background-position:0% 0%;
	padding-top:1px ;
	}
	/*----------------------*/
	
	#main_menu ul#nav  li:hover ul li a, 
	#main_menu ul#nav  li.over ul li a {
	display: block;
	width: 190px;
	padding:6px 5px;
	text-decoration: none;
	color: #000000;
	text-indent: 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.1em;
	white-space: nowrap;
	letter-spacing:0;
	background-color: transparent;
	border-bottom:#C0C0C0 1px dotted;
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	#main_menu ul#nav  li:hover ul li a.last, 
	#main_menu ul#nav  li.over ul li a.last {
	display: block;
	width: 190px;
	padding:6px 5px;
	text-decoration: none;
	color: #000000;
	text-indent: 0;
	text-align: left;
	font-size: 1em;
	white-space: nowrap;
	border-bottom:none;
	letter-spacing:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.1em;
	border-bottom:#C0C0C0 1px solid;
	}		
	#main_menu ul#nav li ul li a:hover { 
	color: #da2a2a !important;
	 background:#C9CFD4;
   	}
	
	#main_menu ul#nav li.active a, 
	#main_menu ul#nav li a:hover, 
	#main_menu ul#nav li:hover a, 
	#main_menu ul#nav li.over a ,
	#main_menu ul#nav li.selected a { 
	color: #da2a2a;
	}
	#menu_banner
	{
	width:965px;
	}
	#banner
	{
	float:left;
	width:965px;
	height:470px;
	margin:0px; 
	z-index:1;
	background:url(../images/flash_bg.jpg) left top no-repeat;
	}
	
	/*------------ Footer Content--------*/
	
	#footer_wrapper
	{
	height:20px;
	width:985px;
	margin:2px auto;
	text-align:left;
	padding:2px 0px;
	}
	#footer_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	color:#003366;
	text-align:left;
	float:left;
	width:600px;
	}
	#footer_text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#FFFFFF;
	text-align:left;
	}
	#spl_connector
	{
	float:right;
	}
	#spl_connector a
	{
	margin-left:3px;
	height:15px;
	width:15px;
	}
	#spl_connector a img
	{
	width:15px;
	height:15px;
	margin-right:2px;
	}
	.validator
	{
	float:right;
	width:105px;
	}
	
	/*------------------ Misc ------------*/
	
	.left
	{
	float:left;
	}
	.right
	{
	float:right;
	}
	.center
	{
	text-align:center;
	vertical-align:middle;
    }
	.clear
	{
	clear:both;
	}
	.spacer
	{
	height:5px;
	clear:both;
	}
	.s_spacer
	{
	height:15px;
	clear:both;
	}
	.m_spacer
	{
	height:25px;
	clear:both;
	}
	.b_spacer
	{
	height:60px;
	clear:both;
	}
	ul.disc
	{
	 padding-left:15px;
	 background:url(../images/arrow.png) left top;
	}
	#counter
	{
	display:block;
	font:bold 11px  Arial, Helvetica, sans-serif;
	color:#FF0000;
	line-height:12px;
	margin:2px;
	}
	/*------------------------ Bread Crumb---------------------*/	
	.bread_crumb
	{
	width:700px;
	height:20px;
	margin:10px 0px 0px 10px;
	font-size:12px;
	}
	.bread_crumb a 
	{
	color:#999999;
	font-size:12px;
	}
	.bread_crumb span
	{
	color:#333;
	font-family:Arial;
	font-size:12px;
	}
	.bread_crumb a:hover
	{
	color:#999999;
	text-decoration:underline;
	font-size:12px;
	}
	.bread_crumb img
	{
	line-height:12px;
	vertical-align:middle;
	padding-bottom:2px;
	}
	pre
	{
	font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
	/*---------------------------- Inner Pages -------------------*/
	#inner_strip
	{
	width:965px;
    height:2px;
	background:url(../images/innerStrip.gif) left top repeat-x;
	padding:0;
	}
	#inner_banner
	{
	width:550px;
	height:80px;
	border:#EDEDED 1px solid;
	margin-top:5px;
	}
	.banner_head
	{
	height:40px;
	padding:30px 0px 0px 20px ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	}
	#side_menu
	{
	width:180px;
	margin:0;
	float:left;
	margin:10px 0px;
	}
	#content_wrapper
	{
	margin:5px 10px;
	}
	.content
	{
	padding:0px 10px;
	}
	.content h1
	{
    font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight: normal;
	margin-bottom:5px;
	}
	.content h2
	{
    font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color:#4F81BD;
    margin-bottom:5px;
	}
	.content h2 span ,.content h3 span
	{
    font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#555555;
	margin-bottom:5px;
	}
	.content h3
	{
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#666666;
	margin-bottom:5px;
	}
	.content p
	{
	font-family:Verdana, Arial, sans-serif;
    font-size: 1em;
	font-weight:normal;
	color:#444444;
	margin-bottom:5px;
	text-align:justify;
	line-height:18px;
	}
	.content p.para
	{
	font-family:Verdana, Arial, sans-serif;
    font-size: 1em;
	font-weight:normal;
	color:#444444;
	text-indent:25px;
	text-align:justify;
	line-height:18px;
	}
	.content ul.list
	{
	margin:5px 5px;
	}
	.content ul.list li 
	{
    padding-left:10px;
	background:url(../images/red_arrow.gif) left center no-repeat;
    font-family:Verdana, Arial, sans-serif;
    font-size: 1em;
	font-weight:normal;
	color:#444444;
	line-height:20px;
	margin-bottom:2px;
	text-align:justify;
	}
	 ul.anchor_list li
	{
    padding-left:20px;
  	background:url(../images/arrow_r.gif) 0% 60% no-repeat;
    font-family:Verdana, Arial, sans-serif;
    font-size: 1em;
	font-weight:normal;
	color:#444444;
	line-height:20px;
	text-align:left;
	}
	.content ol.nlist
	{
	margin:5px 10px;
	}
	.content ol.nlist li
	{
    padding-left:0px;
    font-family:Verdana, Arial, sans-serif;
    font-size: 1em;
	font-weight:normal;
	color:#444444;
	line-height:20px;
	margin-bottom:2px;
	text-align:left;
	list-style-position:inside;
	}
	.content ul.list li.s_list 
	{
    padding-left:10px;
	background:url(../images/red_arrow.gif) 0% 20% no-repeat;
    font-family:Verdana, Arial, sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:16px;
	text-align:justify;
	}
	.content ul.list li.m_list 
	{
    padding-left:10px;
	background:url(../images/red_arrow.gif) 0% 10% no-repeat;
    font-family:Verdana, Arial, sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:16px;
	text-align:justify;
	}
	.content ul.sub_list
	{
	margin:5px 20px;
	}
	.content ul.sub_list li
	{
    padding-left:15px;
	background:url(../images/red_bullet.gif) left center no-repeat;
	font-family:Verdana, Arial, sans-serif;
    font-size: 1em;
	font-weight:normal;
	line-height:18px;
	}
	.b_head
	{
	padding-left:10px;
	background:url(../images/red_bullet.gif) left center no-repeat;
  	}
	.box
	{
	width:180px;
	}
	.box_content{
	width:172px;
	padding:4px 2px 4px 4px;
	border-left:#C9BEBE 1px solid;
	border-right:#C9BEBE 1px solid;
	border-bottom:#C9BEBE 1px solid;
	}
	.box_content img 
	{
	margin-right:2px;
	padding-top:4px;
	}
	.box_content div.text
	{
	height:20px;
	line-height:16px;
	padding:2px;
	margin-bottom:3px;
    font:12px/16px Arial, Helvetica, sans-serif; 
	}
	.box_content a 
	{
	color:#000000;
	padding:0px 3px 4px 3px;
	}
	.box_content a:hover
	{
	color:#990000;
	}
	.box_content span
	{
	color:#000000;
	font-weight:normal;
	padding-bottom:10px;
	}
	.popup_menu
	{
	width:180px;
	margin:10px 0px;
	}
	.p_top
	{
	width:180px;
	background:url(../images/popup-top.png) left bottom no-repeat;
	height:23px;
	}
	.p_content
	{
	width:180px;
	padding-bottom:20px;
	background:url(../images/popup-bottom.png) left bottom  no-repeat;
	}
	.p_bottom
	{
	height:10px;
	}
	.p_menu li
	{
	 width:150px;
	 margin:auto;
	}
	.p_menu li a
	{
	display: block;
	color:#000000;
	text-decoration: none;
	text-align:left;
	padding:5px 3px;
	font:normal 12px Arial, Helvetica, sans-serif ;
	border-bottom:1px dashed #CCC;
	}
	.p_menu li a.top
	{
	border-top:1px dashed #CCC;
	}
	.p_menu li a:hover
	{
	font-family: Arial;
	font-variant: normal;
	color: #CC0000;
	}
	.al_right
	{
	text-align:right;
	width:240px;
	}
	.gotop
	{
	width:46px;
	float:right;
	}
	.download_link
	{
	height:40px;
	padding:5px 10px;
	width:160px;
	border:#EDEDED 1px solid;
	}
	.download_link h4
	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px;
	font-weight:bold;
    margin-bottom:5px;
	color:#FF6600;
	}
	.download_link p a
	{
	line-height:20px;
	margin-left:25px;
	font:normal 11px/20px Arial, Helvetica, sans-serif; 
	background:url(../images/pdf.gif) left top no-repeat;
	padding-left:14px;
	}
	.download_link p a span
	{
	font:normal 11px/25px Arial, Helvetica, sans-serif; 
	line-height:25px;
	padding-left:5px;
	}
	/*-------------------Left Menu -------------------*/
	
	.top_head 
	{
	background:url(../images/box_head.gif) left top repeat-x;
	width:170px;
	height:30px;
	text-align:left;
	padding-left:10px;
	}
	.top_head span
	{
	color:#FFFFFF;
	font:bold 12px/30px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	#side_menu ul{
	width: 180px; 
	background:#FCF8F7;
	}
	#side_menu ul li{
	position: relative;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #386060;
	background:url(../images/left_bg.png) left top;
	float: left;
	height:24px;
	width: 180px;
	}
	#side_menu ul li a{
	display: block;
	color:#000000;
	text-decoration: none;
	text-align:left;
	padding: 4px 5px 3px 20px;
	line-height:23px;
	font:normal 12px Arial, Helvetica, sans-serif ;
	border-bottom:#C0C0C0 1px dotted;
	}
	#side_menu ul li a.slast{
	display: block;
	color:#000000;
	text-align:left;
	padding: 4px 5px 4px 20px;
	line-height:23px;
	font:normal 12px Arial, Helvetica, sans-serif ;
	border-bottom:#C0C0C0 1px solid;
	}
	#side_menu ul li a:visited{
	color:#000000;
	}
	#side_menu ul li a:hover {
	 font-family: Arial;
	font-variant: normal;
	 color: #333;
	 background:#C9CFD4;
	}
	#side_menu ul li a.l_selected{
	color: #CC3333 !important; 
     }	
	#side_menu ul li ul{
	position: absolute;
	width: 170px; 
	top:0;
	visibility: hidden;
	}
	#side_menu ul li ul li a
	{
	text-align:left !important;
	}
	#side_menu a.subfolderstyle{
	background: url(../images/right.gif) no-repeat 97% 50%;
	}
	
	* html #side_menu ul li { float: left; height: 1%; }
	* html #side_menu ul li a { height: 1%; }
	
	
	/*-----------------------------Layout -------------------------------*/
	
	.col
	{
	width:100px;
	margin:5px;
	}
	.col_1
	{
	width:180px;
    margin:0 2px; 
	}
	.col_2
	{
	width:360px;
	margin:5px 5px;
	}
	.col_3
	{
	width:590px;
	margin:2px;
	}	
	.col_4
	{
	width:740px;
	}	
	.col_5
	{
	width:970px;
	}
	
	/*-------------------- Borders -------------------*/
	.d_bottom_border
	{
	border-bottom:#A1A1A1 1px dotted;
	margin:0px 2px;
	}
	
	/*----------------------contact form-------------------------------*/
	#contact_form 
	{
	width:560px;
	margin:5px auto;
	}
	#form_content
	{
	padding:10px 45px;
	border:#C0C0C0 1px solid;
	background:#F4F8FD;
	}
	#form_content p.fields
	{
	line-height:24px;
	height:24px;
	margin-top:3px;
	}
	#form_content p.fields label
	{
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	float:left;
	text-align:left;
	width:200px; 
	}
	.ctext
	{
	width:220px;
	line-height:24px;
	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	border-style: solid;
	border-width: 1px;
	color: #6A6969;
	font: normal  11px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 3px 0px;
	padding:4px 5px;
	}
	.stext
	{
	width:232px;
	line-height:24px;
	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	border-style: solid;
	border-width: 1px;
	color: #6A6969;
	font: normal  12px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 3px 0px;
	padding:4px 3px;
	}
	.btext
	{
	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	border-style: solid;
	border-width: 1px;
	color: #6A6969;
	font: normal normal normal 11px/normal 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 5px 0px;
	padding: 5px;
	width:458px;
	height:140px;
	}	
	#SImage
	{
	padding:10px;
	border:none;
	background:url(../images/arrow_refresh.png)  right center no-repeat ;
	}
	.red
	{
	color:#FF0000 !important;
	font-weight:normal;
	font-size:12px;
	}
	.csubmit
	{
	margin:3px;
	width:60px;
	height:25px;
	float:right;
	}
	.creset
	{
	margin:3px;
	width:60px;
	height:25px;
	float:right;
	}
	.border
	{
	border:#CFCFCF 1px solid;
	padding:2px 5px;
	}
	.img
	{
	margin:10px 10px 10px 0px;
	}	
	#image
	{
	width:150px;
	margin:5px 0px;
	padding:2px;
	border:#CCCCCC 1px solid;
	}
	#map
	{
	height:250px;
	border:#003366 1px solid;
	}
	
	/*-------------Testimonials-------------------*/
	.tabs{
		position:relative; 
		top:10px;
		left:0px;
	}
	.btm_border{border-bottom:1px #777 dotted;}
	.testimonials li {
		margin:0px;
		padding:0px;
		list-style: none;
	}
	.testimonials li cite {
		display: block;
		font-style: normal;
		font-weight: bold;
		padding: 7px;	
	}
	.testimonials li .t_name {
		font-weight: bold;
		width: 418px;
		float: left;
	}
	.testimonials li cite img {
		float: left;
		margin-right: 10px;	
		padding:3px;
		border:#BDBDBD 1px solid;
	
	}
	.testimonials li p {
		display: block;
		font-style: normal;
	}
	.testimonials li cite .comment-data {
		font-size: .8em;
		font-weight: normal;
		text-align:right;
    	 float:right;
	}
	.testimonials li .comment-text {
		clear: both;
		margin:5px auto;
		padding:5px
	}
	.testimonials li.alt {
		background: #f8f8f8;
	}
	.design
	{
	font-size:10px;
	font-weight:normal;
	color:#003366;
	}
	.design1
	{
	font-size:10px;
	font-weight:normal;
	}
	.testimonials  a
	{
	color:#555;
	}

	/*-----------------Clients ------------*/

	.b_top
	{
	  border-bottom: 1px dotted #CCCCCC;
	}
	.clients {
	  float: left;
	  width:550px !important;
	  position: relative;
	  margin-bottom: 1.5em;
 	 border-bottom: 1px dotted #CCCCCC;
 	 height:140px;
	}
	.clients .c_left .title {
 	 display: block;
 	 margin:5px;
 	 font-size: 12px;
 	 font-weight: bold;
 	 color: #586B7A;
 	 position:absolute;
 	 bottom:0px;
 	 left:0px;
 	 text-align:center;
  	 width:315px;
	}
	.clients .c_right .title {
	display: block;
 	margin:5px;
  	padding:3px;
  	font-size: 12px;
	font-weight: bold;
	color: #586B7A;
  	position:absolute;
  	bottom:0px;
  	left:315px;
  	text-align:center;
  	width:165px;
	}
	.clients p
	{
	text-align:center;
	}
	.clients .c_left {
  	padding:2px;
  	width:315px;
  	margin:2px;
  	text-align:center;
	}
	.clients .c_right{
  	padding:2px;
  	width:165px;
  	margin:2px;
  	text-align:center;
	}
	.clients div.right
	{
	margin-right:30px;
	}
	.clients img
	{
	padding:10px;
	}

	/*------------------------------------- */

	.email_us
	{
	line-height:20px;
	padding:0 0 0 20px;
	background:url(../images/mail-arrow.png) left center  no-repeat;
	float:left;
	}
	.call_us
	{
	line-height:20px;
	padding:0 0 0 20px;
	background:url(../images/mobile.png) left center  no-repeat;
	float:left;
	}


	/*---------------lightbox gallary--------------*/
	.p_gallary
	{
	width:180px;
	}
	a.gal img,img.gal {
  	border: 1px solid #BBB;
  	padding:2px;	
  	margin:2px;
  	vertical-align:top;
	}
	.india_map
	{
	margin:0 10px 5px 0px;
	float:left;
	text-align:center;
	}
	.india_map span
	{
	color:#006699;
	font-size:10px;
	text-align:center;
	margin-left:60px;
	}
	.india_map .link
	{
	color:#006699;
	font-size:12px;
	text-align:center;
	margin-left:80px;
	}
	.pre
	{
	font-size:0.9em;
	line-height:18px;
	margin-left:10px;
	padding-left:10px;
	}
	table tr
	{
	height:20px;
	}
	table tr td
	{
	text-align:left;
	padding:2px 3px;
	font-size:1em;
	vertical-align:top;
	}
	#captcha_wrapper
	{
	width:400px;
	height:60px;
	background:#E7F1F5;
	padding:5px 10px;
	border:#CCCCCC 1px solid;
	}
	#left_c
	{
	float:left;
	width:140px;
	height:60px;
	}
	#right_c
	{
	float:right;
	height:50px;
	width:230px;
	margin-top:5px;
	}
	#SImage
	{
	padding:10px;
	border:none;
	background:url(../images/arrow_refresh.png)  right center no-repeat ;
	}
	.arrow
	{
	width:75px;
	height:50px;
	background:url(../images/red_arrow.png ) left top no-repeat;
	font:bold 20px/50px Arial, Helvetica, sans-serif;
	color:#FFFFFF !important;
	margin-bottom:2px;
	}
	.arrow_text
	{
	width:75px;
	white-space:normal;
	border:#999999 1px dotted;
	float:left;
	font:normal 1em Arial, Helvetica, sans-serif;
	text-align:center;
	margin-right:1px;
	height:100px;
	background:#FFF8F4;
	}
	.bot_show
	{
		width:550px;
	}
	.left_box
	{
	width:130px;
	height:85px;
	text-align:center;
	color:#FFFFFF;
	font:bold 14px Arial, Helvetica, sans-serif ;
	float:left;
	padding-top:20px;
	margin-bottom:2px;
	background:url(../images/left_box2.gif) left top no-repeat; 
	}
	.right_box
	{
	width:410px;
	height:95px;
	padding:5px 5px;
	float:left;
	margin-bottom:2px;
	background:url(../images/right_box2.gif) left top no-repeat; 
	}
	.right_box ul li
	{
	list-style-type:disc;
	color:#000000;
	margin-left:15px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif ;
	}
	.sitemap
	{
	float:left;
	margin:10px 0px;
	padding:10px;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
	width:280px;
	height:170px;
	}
	.sitemap_last
	{
	float:left;
	margin:10px 0px;
	padding:10px;
	border-bottom:1px dotted #999999;
	width:300px;
	height:170px;
	}
	.clients_gallary
	{
	margin:0px;
	padding:0px;
	width:550px;
	}
	/*----------------------FAQ's-------------------*/
	.RedLink{
		color:#fd8584;
	}
	.link_img
	{
		vertical-align:bottom;
		padding-right:5px;
	}
	/*-----------------------The bot advantage---------------*/
	.main_box{
		width:550px;
		margin: auto;
	}
	.sub_box{
		width:550px;
		margin:2px auto;
	}
	.content_box{ 
		width:547px; 
		background:#c5cede;
		margin:-1px 0; 
		float:left;
	}
	.top_img{
		background:url(../images/top_img.gif) no-repeat left bottom; 
		margin:-1px 0;
		padding:0; 
		width:550px; 
		height:17px;
	}
	.bottom_img{
		background:url(../images/bottom_img.gif) no-repeat left top;  
		margin:-1px 0; 
		width:550px; 
		height:17px;
	}
	.content_box1{
		width:390px;
		float:left;
	}
	.sub_box2{
		width:135px;
		float:left;
		margin-left:5px;
	}
	.content_box2{ 
		width:122px;
		background:#4f81bd;
		margin:0px;
		float:left;
		padding:5px; 
		text-align:center;
		white-space:normal;
		color:#fff;
		font-weight:bold;
  	}
	.top_img2{
		background:url(../images/smallbox_top.gif) no-repeat left bottom;  
		margin:-1px 0;
		padding:0; 
		width:134px; 
		height:13px;
	}
	.bottom_img2{
		background:url(../images/smallbox_bottom.gif) no-repeat left top; 
		margin:-1px 0; 
		width:134px; 
		height:13px;
	}
	.content_box1 ul{
		padding:5px 5px; 
		margin:0;
	}
	.content_box1 ul li {
		list-style-type:disc;
		color:#000;
		margin-left:25px;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif ;
	}
	/*------request-for-services--------*/
	.redborder{
 		background:#FEFEFE;
 		border-color: #e77776;
	}
	.cradio
 {
 width:20px;
 line-height:24px;
 color: #6A6969;
 font: normal  11px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
 margin: 0px;
 padding:4px 5px;
 }
 .radioSpan{ margin:2px 109px 0px 0px;
 }
 .cselect
	{
	width:220px;
	line-height:24px;
	color: #6A6969;
	font: normal  11px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	float:right;
	padding:0px;
	margin-right:12px;
	}
 /*Test Form Begins register_final2.php*/	
	.form_content4
	{
	float:left;
	width:285px;
	padding:2px 10px;
	background:#f4f8fd url(../images/middleBG2.png) repeat-y;
	margin-left:0px;
	}
	.form_content4 h3{text-align:left;}
	.form_content4 p.fields label
	{
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	float:left;
	text-align:left;
	width:250px; 
	line-height:24px;
	margin:3px 0px 0px 5px;
	}
	.ctext1
	{
	width:250px;
	line-height:24px;
	height:24px;
	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	border-style: solid;
	border-width: 1px;
	color: #6A6969;
	font: normal  11px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 3px 0px 0px 5px;
	padding:4px 5px !important;
	}
	.cselect1
	{
	width:270px;
	line-height:24px;
	height:24px;
	color: #6A6969;
	font: normal  11px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	float:left;
	padding:0px;
	margin:0px 5px;
	}
	.sselect1
	{
	line-height:24px;
	height:24px;
	color: #6A6969;
	font: normal  11px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin-right:8px;
	padding:2px;
	width:80px;
	}
	.cradio1
	{
	width:20px;
	line-height:24px;
	color: #6A6969;
	font: normal  11px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin-left: 3px;
	padding:4px 5px;
	}
	.stext1
	{
	width:262px;
	line-height:32px;
	height:32px;
	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	border-style: solid;
	border-width: 1px;
	color: #6A6969;
	font: normal  12px/24px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 3px 0px 0px 5px;
	padding:4px 3px !important;
	}
	.csubmit1
	{
	background:url(../images/blue.png) repeat;
	width:60px;
	height:25px;
	border:none;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	}
	.creset1
	{
	background:url(../images/blue.png) repeat;
	margin:0px 5px;
	width:60px;
	height:25px;
	border:none;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	}
/* Test Form End*/
 /*-----------------------------------------------------------------------*/
.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative; }
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}