@charset "utf-8";


<!-- * blink{visibility:expression((Math.floor(new Date().getTime()/500)%2)?"visible":"hidden");} -->
body {
	margin: 0px;
	padding: 0px;
}

#main{
	width:100%;
	text-align:center;
}

#header{
	width:100%;
	height:126px;
	background-color:#1A1A1A;
}

#header_strip{
	width:100%;
	height:126px;
	background-image:url(../web_images/header_back.jpg);
	background-repeat:repeat-x;
}

#header_strip .smallarea{
	height:45px;
	width:100%;
	text-align:center;
	
}

#header_strip .smallareatext{
	height:12px;
	width:920px;
	overflow:hidden;
	margin:0 auto;
	
}
#top_menu_container{
	width:920px;
	height:77px;
	text-align:center;
	margin:0px auto;
}

#footerbox
{
	width:100%;
	height:3px;
	background-color:#6FBD43;
	background-image:url(../web_images/spacer.gif);
	background-repeat:no-repeat;
}
#footerboxtext
{
	width:100%;
	height:80px;
	background-color:#1A1A1A;
	text-align:center;
	padding-top:10px

}
#footerboxtext .linktext
{
	width:920px;
	height:20px;
	background-color:#1A1A1A;
	overflow:hidden;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	font-weight: normal;
	color: #FFFFFF;
}

#footerboxtext .linktext a
{
	width:920px;
	height:20px;
	background-color:#1A1A1A;
	overflow:hidden;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

#footerboxtext .linktext a:hover
{
	color:#CCC;
	text-decoration:none;
}

#topmenubox
{
	padding-left:20px;
	padding-top:48px;
}
#main_body{
	background-color:#FFF;
	
}
.logo
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='web_images/logo.png');
	float:left;
	width:105px;
	background-repeat:no-repeat;
	height:75px;
}
.logo[class]
{	background-image:url(../web_images/logo.png);
}


#topmenumain
{
	width:815px;
	text-align:left;
	float:left;
	padding-top:32px;
}
#body_container
{
	width:920px;
	margin:0px auto;
	text-align:left;
	height:1050px;
}
#mainbodystrip
{
	width:100%;
	height:7px;
	background-color:#F1F7F9;
	background-image:url(../web_images/spacer.gif);
	background-repeat:no-repeat;
}

#top_menu{
	padding:0;
	margin:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#top_menu li{
	float:left;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0px 0 0px; /* indent between menu items */
}
#top_menu li a{
	float:left;
	display:block;
	color:#fff;
	background:url(../web_images/top_menu_bg_over.gif) repeat-x;
	text-decoration:none;
}
#top_menu li a .menu_left{
	float:left;
	display:block;
	background:url(../web_images/top_menu_left_over.gif) no-repeat;
}
#top_menu li a .menu_right{
	float:left;
	display:block;
	cursor:pointer; /* for IE6 */
	text-align:center;
	padding:6px 25px 0 25px;
	height:23px;
	background:url(../web_images/top_menu_right_over.gif) no-repeat right top;
}
#top_menu li a:hover{
	background:url(../web_images/top_menu_bg.gif) repeat-x;
}
#top_menu li a:hover .menu_left{
	background:url(../web_images/top_menu_left.gif) no-repeat;
}
#top_menu li a:hover .menu_right{
	background:url(../web_images/top_menu_right.gif) no-repeat right top;
}
/*============= end of menu style=============*/

/*========== Text Styles ============*/
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#008aff;
	padding:0px;
	margin:0px;
	display:inline;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding:0px;
	margin:0px;
	display:inline;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #064C61;
	padding:0px;
	margin-top:7px;
	display:inline;
}


.whitefont2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing:0px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.whitefont2 a
{	color: #FFFFFF;
	text-decoration:none;
}

.whiteSmallBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	font-weight:700;
	color:#FFF;
	text-decoration:none;
}

.whiteSmallNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.whitefontSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:17px;
	color: #FFFFFF;
	text-decoration:none;
}

/*=================================*/

.WhiteMediumNormal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	word-spacing:2px;
	line-height:18px;
}

.bullet_list{
	padding:0px 0px 0px 0px;
	margin-left:0px;
	margin-top: 0.0em;
	list-style-type: none;
}

.bullet_list li{
	background-image:url(../web_images/development_kolkata/round_bullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .3em;
	padding-left: 1.5em;
	margin-left:0.3em;
}

.bullet_list li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#054d61;
	letter-spacing:0px;
	line-height:20px;
	text-decoration:none;
}

.bullet_list li a:hover{
	color:#09C;
	text-decoration:underline;
}

/*============left panel top===========*/

/*====================left panel=================*/

#paneltop
{
	width:910px;
	height:25px;
	float:left;
	margin-top:18px;
	
}

.panelblueround
{
	width:910px;
	float:left;
	clear:both;
	margin-top:7px;
}
.bluetop
{
	width:910px;
	height:11px;
	float:left;
	background:url(../web_images/development_kolkata/top_blue_round.gif) top left no-repeat;
}
/*=====================tab menu style========================*/
/*============blue round styles ========*/

#menu2{
	padding:0;
	margin:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#menu2 li{
	float:left;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	padding:0 1px 0 0px; /* indent between menu items */
}
#menu2 li a{
	float:left;
	display:block;
	color:#fff;
	background:url(../web_images/ivrs/blue_strip.gif) repeat-x;
	text-decoration:none;
}
#menu2 li a .menu_left{
	float:left;
	display:block;
	background:url(../web_images/ivrs/blue_strip_tl.gif) no-repeat;
}
#menu2 li a .menu_right{
	float:left;
	display:block;
	cursor:pointer; /* for IE6 */
	text-align:center;
	padding:6px 22px 0 22px;
	height:23px;
	background:url(../web_images/ivrs/blue_strip_tr.gif) no-repeat right top;
}
#menu2 li a:hover{
	background:url(../web_images/ivrs/blue_strip_hover.gif) repeat-x;
}
#menu2 li a:hover .menu_left{
	background:url(../web_images/ivrs/blue_left_hover.gif) no-repeat;
}
#menu2 li a:hover .menu_right{
	background:url(../web_images/ivrs/blue_right_hover.gif) no-repeat right top;
}

/*===========top menu style===========*/

/*====================middle content start===================*/
.middle
{
	width:908px;
	border-left:#c5e4f8 1px solid;
	border-right:#c5e4f8 1px solid;
	float:left;
	clear:both;
	background:url(../web_images/development_kolkata/blue_strip.gif) top left repeat-x;
}

.middle2
{
	width:908px;
	border-left:#c5e4f8 1px solid;
	border-right:#c5e4f8 1px solid;
	float:left;
	clear:both;
	background:url(../web_images/development_kolkata/blue_strip.gif) bottom left repeat-x;
}
.shape1
{
	width:200px;
	height:160px;
	float:left;
	margin-left:7px;
	background:url(../web_images/development_kolkata/shape1.gif) top left no-repeat;
	padding:10px 0px 0px 10px;
}

.shape2
{
	width:124px;
	height:97px;
	float:left;
	margin-left:7px;
	background:url(../web_images/development_kolkata/shape4.gif) top left no-repeat;
	padding:10px 0px 0px 10px;
}
.matter
{
	width:670px;
	float:left;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	text-align:justify;
	line-height:19px;
	text-decoration:none;
}

.greyMediumNormal
{	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	text-align:justify;
	line-height:19px;
	text-decoration:none;
}
.matter a
{
	color:#333;
	text-decoration:none;
}


.matter3
{
	width:740px;
	float:left;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	text-align:justify;
	line-height:19px;
	text-decoration:none;
}

.matter3 a
{
	
	color:#333;
	text-decoration:none;
}

.matter2
{
	width:885px;
	float:left;
	padding:5px;
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	text-align:justify;
	line-height:19px;
	text-decoration:none;
}
#example2.SlidingPanels {
	float: left;
}
#example2 .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
}
#example2 .SlidingPanelsContent {
	float: left;
	width: 650px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height:20px;
	color:#333333;
	word-spacing:0px;
	letter-spacing:0px;
}
#tabpanel
{
	width:650px;
	float:left;
	border-bottom:#c5e4f8 1px solid;
	border-left:#c5e4f8 1px solid;
	border-right:#c5e4f8 1px solid;
	background:url(../web_images/ivrs/light_blue_strip.gif) top left repeat-x;
}


/*===================================bottom content end=============================*/
.bottom
{
	width:910px;
	height:13px;
	clear:both;
	float:left;
	background:url(../web_images/development_kolkata/bottom_blue_round.gif) top left no-repeat;
}

.secondbox2
{
	width:910px;
	float:left;
	margin:0px;
}

.grayMediumNormal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:400;
	color:#777;
	word-spacing:2px;
	line-height:18px;
}
.secondbox3
{
	width:910px;
	float:left;
	margin:0px;
}
.blackbox
{
	width:620px;
	margin-top:10px;
	letter-spacing:0px;
	height:40px;
	float:left;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#39F;
	font-size:15px;
	font-weight:600;
	text-decoration:none;
}
.tabpix1
{
	width:130px;
	height:135px;
	float:left;
	margin:0px;
	padding:7px 5px 5px 10px;
	
}
.tabmain1
{
	width:640px;
	float:left;
	margin-top:7px;
}
.tabmatter1
{
	width:460px; 
	padding-left:0px;
	float:right;
	padding-top:7px; 
	padding-bottom:8px;
	padding-right:20px;
	margin-left:0px; 
	text-align:justify; 
	background: url(web_images/ivrs/blue_strip_long.gif) bottom left repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	size:12px;
	line-height:19px;
	text-decoration:none;
}
.otherservicebox
{
	width:242px;
	float:right;
	margin:7px 0px 0px 0px;
	padding:0px;
}

.bluebox2
{
	width:242px;
	height:34px;
	margin-top:7px 0px 0px 0px;
	float:left;
}
.blueleft
{
	width:6px;
	height:34px;
	float:left;
	background:url(../web_images/development_kolkata/blue_round_left.gif) top left no-repeat;
}

.bluemiddle
{
	width:230px;
	height:34px;
	float:left;
	background:url(../web_images/development_kolkata/blue_strip_small.gif) top left repeat-x;
	
}

.blueright
{
	width:6px;
	height:34px;
	float:left;
	background:url(../web_images/development_kolkata/blue_round_right.gif) top left no-repeat;
}

.bluebullet
{
	width:15px;
	height:19px;
	float:left;
	padding:6px 7px 0px 0px;
}

.bluecaption
{
	width:150px;
	float:left;
	padding:7px 0px 0px 2px;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.flowerboxbg
{ 	background:url(../web_images/web_application/flower_bg.jpg) bottom right no-repeat;
	width:240px;
	height:235px;
	float:left;
	clear:both;
	margin-top:2px;
	border:#c4e2e8 1px solid;
}
.bulletboxtab
{
	width:230px;
	float:left;
	clear:both;
	margin:4px 0px 0px 0px;
}

.bluetabbox
{
	width:220px;
	height:170px;
	float:right;
	margin:0px;
	background-color:#dbeefd;
	border:#c5e4f8 1px solid;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	font-weight:normal;
	text-align:justify;
	line-height:20px;
	letter-spacing:0px;
}

.linkfont
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#F30;
	text-decoration:blink;
	
}
#flippanel2
{
	width:640px;
	float:left;
	margin:0px;
	padding:0px;
}

#flippanel3
{
	width:250px;
	float:right;
	margin-top:35px;
	padding:0px;
}

.floatdiv2
{
    position:absolute;
    width:174px;
	height:172px;
	right:0px;
	top:650px;
    padding:0px;
	background:none;
    border:none;
	z-index:5;
}