/*--------------------------------------------------------------------------------------------------------
													base
----------------------------------------------------------------------------------------------------------*/
html, body {
	height : 											100%;
	font-family: Arial, Helvetica, sans-serif;
	background : 											#ffffff;
	margin :											0;
	padding :											0;
	margin-bottom : 											1px;
}
.fb_btn {
	margin :											0;
	height :											24px;
	line-height :											24px;
	background :											url(../images/fb_btn_bg.gif) repeat-x;
	color :											#ffffff;
	text-align :											center;
	font-size :											12px;
	border :											0;
	padding :											0 20px;
}
/*--------------------------------------------------------------------------------------------------------
													base
----------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------
													common
----------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Global Classes]
-------------------------------------------------------------------*/
/*Start -  clear*/
.clear {
	clear :						both;
}
.clear-left {
	clear :						left;
}
.clear-right {
	clear :						right;
}
/*End -  clear*/
/*Start -  float*/
.float-left {
	float :						left;
}
.float-right {
	float :						right;
}
/*End -  float*/
/*Start -  text align*/
.text-left {
	text-align :						left;
}
.text-right {
	text-align :						right;
}
.text-center {
	text-align :						center;
}
.text-justify {
	text-align :						justify;
}
/*End -  text align*/
/*Start -  text style*/
.bold {
	font-weight :						bold;
}
.italic {
	font-style :						italic;
}
/*End -  text style*/
/*Start -  padding,margin,list,border*/
.nopadding {
	padding :						0;
}
.nomargin {
	margin :						0;
}
.noTopmargin {
	margin-top :						0px;
}
.noRightpmargin {
	margin-right :						0;
}
.noBottommargin {
	margin-bottom :						0;
}
.noLeftmargin {
	margin-left :						0;
}
.noborder {
	border :						none;
}
.noindent {
	margin-left :						0;
	padding-left :						0;
}
.nobullet {
	list-style :						none;
	list-style-image :						none;
}
/*End -  padding,margin,list,border*/
/*Start -  display*/
.display-none {
	display :						none;
}
.display-block {
	display :						block;
}
.display-inline {
	display :						inline;
}
/*End -  display*/
/*Start -  visibility*/
.visibility-collapse {
	visibility :						collapse;
}
.visibility-hidden {
	visibility :						hidden;
}
.visibility-inherit {
	visibility :						inherit;
}
.visibility-visible {
	visibility :						visible;
}
/*End -  visibility*/
/*Start -  form element*/
input {
	outline :						none;
}
/*End -  form element*/
/*Start -  cursor element*/
.cursor_pointer {
	cursor :						pointer;
}
/*End -  cursor element*/
/*Start -  overflow element*/
.overflow_auto {
	overflow :						auto;
}
/*End -  overflow element*/
/*--------------------------------------------------------------------------------------------------------
													common
----------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------
													fontography
----------------------------------------------------------------------------------------------------------*/
/*Start -  font family*/
.Arial {
	font-family :						Arial;
}
.Trebuchet {
	font-family : 						"Trebuchet MS";
}
.Verdana {
	font-family :						Verdana;
	;
}
/*end -  font family*/
/*Start -  font size*/
.font_10 {
	font-size :						10px;
}
.font_11 {
	font-size :						11px;
}
.font_12 {
	font-size :						12px;
}
.font_13 {
	font-size :						13px;
}
.font_14 {
	font-size :						14px;
}
.font_15 {
	font-size :						15px;
}
.font_16 {
	font-size :						16px;
}
.font_18 {
	font-size :						18px;
}
.font_20 {
	font-size :						20px;
}
.font_21 {
	font-size :						21px;
}
.font_22 {
	font-size :						22px;
}
.font_23 {
	font-size :						23px;
}
.font_24 {
	font-size :						24px;
}
.font_25 {
	font-size :						25px;
}
.font_26 {
	font-size :						26px;
}
.font_27 {
	font-size :						27px;
}
.font_28 {
	font-size :						28px;
}
.font_29 {
	font-size :						29px;
}
.font_30 {
	font-size :						30px;
}
.font_31 {
	font-size :						31px;
}
.font_32 {
	font-size :						32px;
}
.font_33 {
	font-size :						33px;
}
.font_34 {
	font-size :						34px;
}
.font_35 {
	font-size :						35px;
}
.font_36 {
	font-size :						36px;
}
.font_37 {
	font-size :						37px;
}
.font_38 {
	font-size :						38px;
}
.font_39 {
	font-size :						39px;
}
.font_40 {
	font-size :						40px;
}
/*end -  font size*/
/*Start -  font weight*/
.font_weight_bold {
	font-weight :						bold;
}
.font_weight_normal {
	font-weight :						normal;
}
/*end -  font weight*/
/*Start -  font color*/
.color_000000 {
	color :						#000000;
}
.color_ffffff {
	color :						#ffffff;
}
.color_03184d {
	color :						#03184d;
}
.color_254d92 {
	color :						#254d92;
}
.color_b2c3d7 {
	color :						#b2c3d7;
}
.color_434343 {
	color :						#434343;
}
.color_2a4d59 {
	color :						#2a4d59;
}
.color_868686 {
	color :						#868686;
}
.color_dc0127 {
	color :						#dc0127;
}
.color_023489 {
	color :						#023489;
}
.color_254D92 {
	color :						#254D92;
}
.color_093b7d {
	color :						#093b7d;
}
/*end -  font color*/
/*Start -  font decoration*/
.text_decoration_underline {
	text-decoration :						underline;
}
.text_decoration_none {
	text-decoration :						none;
}
/*Start -  font decoration*/
.outline_none {
	outline :						none;
}
/*--------------------------------------------------------------------------------------------------------
													fontography
----------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------
													fb_base
----------------------------------------------------------------------------------------------------------*/

/* CSS Document */
.feedback_page_placeholder {
	width :											1024px;
	margin :											0 auto;
}
.ask_feed_width {
	width :											710px;
}
.feedback_main_placeholder {
	width :											1024px;
	margin :											0;
	clear :											both;
}
.fb_left {
	width :											750px;
	margin :											0;
	float :											left;
}
.fb_ask_placeholder {
	width :											153px;
	margin :											0;
	float :											left;
	padding :											20px 0 0 90px;
	height :											52px;
}
.fb_ask_placeholder ul {
	border :											0;
	margin :											0;
	padding :											0;
}
.fb_ask_placeholder ul li {
	list-style-image :											url(../images/fb_red_arrow.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
	border:0;
	margin:0;
	padding:0;
}
.fb_right {
	width :											243px;
	margin :											0;
	float :											left;
	margin :											0 0 0 0;
}
.fb_right_home_mal {
	width :											256px;
	margin :											0;
	float :											left;
	margin :											72px 0 0 0;
	_margin :											75px 0 0 0;
}
.fb_right_placeholder {
	width :											223px;
	margin :											0;
	float :											left;
	background :											#f6f2f3;
	padding :											20px 10px;
}
.fb_sector_right_placeholder {
	width :											243px;
	margin :											0;
	float :											left;
	background :											#f6f2f3;
	padding :											0;
}
.fb_right_client_placeholder {
	width :											223px;
	margin :											0;
	float :											left;
	background :											url(../images/client_right_bg.gif) repeat-y;
	padding :											20px 10px;
}
.fb_right_aboutus_placeholder {
	width :											223px;
	margin :											0;
	float :											left;
	background :											url(../images/client_right_bg.gif) repeat-y;
	padding :											5px 10px;
}
.fb_right_service_placeholder {
	width :											223px;
	margin :											0;
	float :											left;
	background :											url(../images/client_right_bg.gif) repeat-y;
	padding :											5px 10px;
	height :											500px;
}
.fb_right_sector_placeholder {
	width :											223px;
	margin :											0;
	float :											left;
	background :											url(../images/client_right_bg.gif) repeat-y;
	padding :											5px 0px;
	height :											500px;
}
.fb_right_sector_placeholder {
	width :											243px;
	margin :											0;
	float :											left;
	background :											#f6f2f3;
	padding :											0;
}
.fb_right_whyus_placeholder {
	width :											241px;
	margin :											0;
	float :											left;
	border-top :											1px solid #dfdfdf;
	border-left :											1px solid #dfdfdf;
	border-right :											1px solid #dfdfdf;
	background :											#e4eaf5;
}
.fb_right_whyus_top_placeholder {
	width :											241px;
	height :											550px;
	margin :											0;
	float :											left;
}
.fb_right_whyus_top_placeholder div {
	margin :											10px;
	display :											block;
}
.fb_right_reachus_placeholder {
	width :											241px;
	margin :											0;
	float :											left;
	border-top :											1px solid #dfdfdf;
	border-left :											1px solid #dfdfdf;
	border-right :											1px solid #dfdfdf;
}
.fb_right_reachus_top_placeholder {
	margin :											10px;
	float :											left;
	display :											block;
}
.fb_right_reachus_location_placeholder {
	background :											url(../images/blue_shadow.gif) repeat-x scroll 0 0;
	float :											left;
	height :											27px;
	line-height :											27px;
	margin :											0;
	padding :											0 0 0 21px;
	width :											220px;
}
.fb_right_reachus_map_placeholder {
	background :											#fafbfd;
	float :											left;
	height :											326px;
	margin :											0;
	padding :											0 0 0 0;
	width :											241px;
}
.fb_right_reachus_map_placeholder ul {
	margin :											0 0 0 21px;
	padding :											0;
	border :											0
}
.fb_right_reachus_map_placeholder li {
	list-style-image :											url(../images/Reach_Us_map_link.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
}
.fb_right_sitemap_placeholder {
	background :											#fafbfd url(../images/sitemap_img.gif) no-repeat;
	float :											left;
	height :											315px;
	margin :											0;
	padding :											0 0 0 21px;
	width :											220px;
}
.fb_about_us_right_tabs {
	background :											url(../images/FC_Aboutus_right_tabs.gif) repeat-x;
	height :											32px;
	line-height :											32px;
	display :											block;
	margin :											0;
	padding :											0;
}
.fb_about_us_right_tabs ul {
	margin :											0 0 0 25px;
	_margin :											10px 0 0 30px;
 *margin :											10px 0 0 30px;
	padding :											0;
	border :											0
}
.fb_about_us_right_tabs li {
	list-style-image :											url(../images/fb_ocean_blue_arrow.gif);
	line-height :											32px;
	_line-height :											14px;
 *line-height :											14px;
	font :											Arial;
	font-size :											14px;
	font-weight :											bold;
}
.fb_about_us_right_subtabs {
	background :											url(../images/FC_Aboutus_right_sub_tabs_norm.gif) repeat-x;
	height :											33px;
	line-height :											33px;
	display :											block;
	margin :											0;
	padding :											0;
}
.fb_about_us_right_subtabs_sel {
	background :											url(../images/FC_Aboutus_right_sub_tabs_sel.gif) repeat-x;
	height :											33px;
	line-height :											33px;
	display :											block;
	margin :											0;
	padding :											0;
}
.fb_service_right_subtabs {
	background :											#efeef1;
	height :											31px;
	line-height :											31px;
	display :											block;
	margin :											0;
	padding :											0;
	border-top :											1px solid #ffffff;
	border-bottom :											1px solid #f9f6f7;
	border-left :											1px solid #f9f6f7;
	border-right :											1px solid #f9f6f7;
}
.fb_service_right_subtabs_sel {
	background :											#8e929d;
	font-weight :											bold;
	color :											#FFFFFF;
	height :											31px;
	line-height :											31px;
	display :											block;
	margin :											0;
	padding :											0;
	border-top :											1px solid #ffffff;
	border-bottom :											1px solid #f9f6f7;
	border-left :											1px solid #f9f6f7;
	border-right :											1px solid #f9f6f7;
	border:1px solid #ffffff;
}
.fb_about_us_right_subtabs ul {
	margin :											0 0 0 40px;
	_margin :											10px 0 0 40px;
 *margin :											10px 0 0 40px;
	padding :											0;
	border :											0
}
.fb_about_us_right_subtabs li {
	list-style-image :											url(../images/fb_gray_arrow.gif);
	line-height :											32px;
	_line-height :											14px;
 *line-height :											14px;
	font :											Arial;
	font-size :											12px;
	font-weight :											normal;
}
.fb_service_right_subtabs ul {
	margin :											0 0 0 40px;
	_margin :											10px 0 0 40px;
 *margin :											10px 0 0 40px;
	padding :											0;
	border :											0;
}
.fb_service_right_subtabs li {
	list-style-image :											url(../images/fb_light_gray_arrow.gif);
	line-height :											32px;
	_line-height :											14px;
 *line-height :											14px;
	font :											Arial;
	font-size :											12px;
	font-weight :											normal;
}
/**/
.fb_service_right_subtabs_sel ul {
	margin :											0 0 0 40px;
	_margin :											10px 0 0 40px;
 *margin :											10px 0 0 40px;
	padding :											0;
	border :											0
}
.fb_service_right_subtabs_sel li {
	list-style-image :											url(../images/fb_gray_arrow.gif);
	line-height :											32px;
	_line-height :											14px;
 *line-height :											14px;
	font :											Arial;
	font-size :											12px;
	font-weight :											normal;
}
.fb_service_right_subtabs_sel ul {
	margin :											0 0 0 40px;
	_margin :											10px 0 0 40px;
 *margin :											10px 0 0 40px;
	padding :											0;
	border :											0;
}
.fb_service_right_subtabs_sel li {
	list-style-image :											url(../images/fb_light_gray_arrow_sel.gif);
	line-height :											32px;
	_line-height :											14px;
 *line-height :											14px;
	font :											Arial;
	font-size :											12px;
	font-weight :											normal;
}
.fb_right_us_client_placeholder {
	height :											955px;
}
.fb_right_globe_client_placeholder {
	height :											457px;
}
.fb_right_any_client_placeholder {
	height :											542px;
}
.fb_right_india_client_placeholder {
	height :											1050px;
}
.India_main_city ul {
	border:0;
	padding:0;
	margin:0;
}
.India_main_city ul li {
	list-style-image :											url(../images/plus.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
	cursor :											pointer;
}
.India_main_city ul sel {
	list-style-image :											url(../images/minus.gif);
}
.fb_Logo_menu_area {
	width :											748px;
	height :											101px;
	margin :											0;
	float :											left;
}
.fb_Logo_area {
	width :											208px;
	height :											101px;
	margin :											0;
	float :											left;
}
.fb_menu_area {
	width :											536px;
	height :											101px;
	margin :											0;
	float :											left;
}
.fb_menu_lavaLamp {
	float : 											right;
	border :											0;
	margin :											72px 0 0 0;
	_margin :											76px 0 0 0;
	padding :											0;
}
.fb_menu_lavaLamp li {
	float : 											left;
	list-style : 											none;
	line-height :											29px;
	background :											url(../images/fb_menu_bg.gif) repeat-x;
}
.fb_menu_lavaLamp .sel {
	float : 											left;
	list-style : 											none;
	background :											url(../images/fb_menu_bg_sel.gif) repeat-x;
	line-height :											29px;
}
/* Styles for each menu-item. */
.fb_menu_lavaLamp li .menu_a {
	text-decoration : 											none;
	font : 											bold 12px arial;
	color : 											#fff;
	outline : 											none;
	text-align : 											center;
	line-height :											29px;
	letter-spacing : 											0;
	float : 											left;
	display : 											block;
	border-left :											1px solid #a8a8a8;
	padding :											0 13px;
}
.fb_drop_down {
	height :											175px;
	width :											441px;
	position :											absolute;
}
.fb_drop_down_service {
	margin :											29px 0 0 -77px;
	_margin :											0 0 0 -40px;
	background :											url(../images/menu_dp_wown_service_bg.gif) no-repeat;
}
.fb_drop_down_Sectors {
	margin :											29px 0 0 -149px;
	_margin :											0 0 0 -117px;
}
.fb_drop_down_Clients {
	margin :											29px 0 0 -215px;
	_margin :											0 0 0 -189px;
	background :											url(../images/menu_dp_wown_about_us_bg.gif) no-repeat;
}
.fb_drop_down_About_us {
	margin :											29px 0 0 -292px;
	_margin :											0 0 0 -255px;
	background :											url(../images/menu_dp_wown_about_us_bg.gif) no-repeat;
}
.fb_drop_down_Why_us {
	margin :											29px 0 0 -361px;
	_margin :											0 0 0 -332px;
}
.fb_drop_down_Reach_us {
	margin :											29px 0 0 -441px;
	_margin :											0 0 0 -401px;
}
.fb_drop_down div {
	width :											180px;
	margin :											15px 0 0 20px;
	float :											left;
	padding :											0;
}
.fb_drop_down a {
	background :											url(../images/fb_blue_arrow_2.gif) no-repeat;
	line-height :											20px;
	font :											Arial;
	font-size :											11px;
	color :											#525252;
	padding :											0 0 0 20px;
	display :											block;
	text-decoration :											none;
}
.fb_home_banner_area {
	width :											744px;
	height :											465px;
	margin :											0px 0px 10px 0px;
	float :											left;
	padding :											0;
}
.blue_bar {
	width :											700px;
	height :											90px;
	margin :											0;
	display :											block;
	padding :											24px 20px 0 24px;
	background :											#03184d;
}
.fb_secor_banner_area {
	width :											744px;
	margin :											0;
	float :											left;
	padding :											0;
}
.fb_secor_banner_area_new {
	width :											714px;
	height:28px;
	margin :											0;
	float :											left;
	padding :											3px 0 0 30px;
	background :											#03184d;
	color:#ffffff;
	line-height:18pt;
	font-weight:bold;
	font-size:16px;
}
.fb_secor_banner_area a {
	font-weight:bold;
	text-decoration:none;
	color:#093b7d;
}
.fb_secor_banner_area a:hover {
	text-decoration:none;
}
.fb_open_banner_area {
	width :											744px;
	margin :											0;
	float :											left;
	padding :											0;
}
.fb_common_banner_area {
	width :											720px;
	height :											27px;
	background :											url(../images/blue_shadow.gif) repeat-x;
	margin :											0;
	float :											left;
	padding :											0 0 0 24px;
	line-height :											27px;
}
.fb_go_bk_client_area {
	width :											745px;
	height :											41px;
	margin :											0;
	float :											left;
	padding :											0 0 0 0;
	line-height :											41px;
	background :											url(../images/backtoglobal.gif) no-repeat;
}
.fb_go_bk_client_area a {
	margin :											0 0 0 64px;
}
.fb_earth_area {
	width :											743px;
	height :											460px;
	background :											url(../images/blue_shadow.gif) repeat-x;
	margin :											0;
	float :											left;
	padding :											0;
}
.fb_service_landing_area {
	width :											724px;
	margin :											20px 0 20px 20px;
	float :											left;
	padding :											0;
}
.fb_service_landing_area_gallery {
	width :											724px;
	margin :										20px 0 20px 5px;
	float :											left;
	padding :											0;
}
.fb_sector_landing_area {
	width :											734px;
	margin :											0 0 0 0;
	float :											left;
	padding :											0;
}
.fb_service_area {
	width :											724px;
	margin :											20px 0 20px 20px;
	float :											left;
	padding :											0;
}
.fb_client_area {
	width :											744px;
	margin :											0;
	float :											left;
	padding :											0;
}
.fb_go_back_map_area {
	width :											169px;
	margin :											0;
	float :											left;
	padding :											20px 0 0 70px;
}
.fb_go_back_map_area_us_map {
	background :											#fafbfd url(../images/go_back_map.gif) no-repeat;
}
.fb_go_back_map_area_india_map {
	background :											#fafbfd url(../images/go_back_map_india.gif) no-repeat;
}
.fb_go_back_map_area_US_map {
	background :											#fafbfd url(../images/go_back_map_US.gif) no-repeat;
}
.us_height {
	height :											714px;
}
.india_height {
	height :											1372px;
}
.Any_height {
	height :											500px;
}
.fb_client_link_area {
	width :											450px;
	margin :											0;
	float :											left;
	padding :											20px 0 0 40px;
}
.fb_client_link_one_area {
	width :											720px;
	margin :											0;
	float :											left;
	padding :											20px 0px 0 0;
}
.fb_client_link_area_column {
	width :											219px;
	margin :											0;
	float :											left;
	padding :										0 0px 0 20px;
}
.fb_client_link_area_column li {
	list-style-image :											url(../images/doted_arrow.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
}
.ask_fb {
	margin :											0;
	clear :											both;
	margin :											0 0 0 0;
}
.accordian_menu {
	margin :											0;
	clear :											both;
	float :											left
}
.accordian {
	cursor :											pointer;
}
.acc_normal {
	background :											url(../images/fb_mid_accor_norm.gif) no-repeat;
	width :											243px;
	height :											20px;
	border :											0;
	margin :											0;
	padding :											5px 0 0 13px;
	line-height :											30px;
	font : 											13px arial;
	color : 											#1e1e20;
}
.acc_normal_new {
	background :											url(../images/fb_mid_second.gif) no-repeat;
	width :											243px;
	height :											25px;
	border :											0;
	margin :											0;
	padding :											5px 0 0 13px;
	line-height :											30px;
	font : 											13px arial;
	color : 											#1e1e20;
}
.acc_normal_third {
	background :											url(../images/fb_mid_third.gif) no-repeat;
	width :											243px;
	height :											25px;
	border :											0;
	margin :											0;
	padding :											5px 0 0 13px;
	line-height :											30px;
	font : 											13px arial;
	color : 											#ffffff;
}
.acc_normal_fourth {
	background :											url(../images/fb_mid_fourth.gif) no-repeat;
	width :											243px;
	height :											25px;
	border :											0;
	margin :											0;
	padding :											5px 0 0 13px;
	line-height :											30px;
	font : 											13px arial;
	color : 											#000000;
}
.acc_selected {
	background :											url(../images/fb_mid_second.gif) no-repeat;
	width :											243px;
	height :											25px;
	border :											0;
	margin :											0;
	padding :											5px 0 0 13px;
	line-height :											30px;
	font : 											13px arial;
	color : 											#000000;
}
.acc_data_container {
	/*background										:											url(../images/acc_cont_bg.gif)  repeat-y left top;*/
	width :											254px;
	/*height											:											140px;*/
	margin :											0;
	padding :											0;
	border-right:solid 1px #bdc8d8;
	border-left:solid 1px #bdc8d8;
}
.acc_data_container_bottom_border {
	border-bottom :											1px solid #cad4e2;
}
.feedback_automotive_placeholder {
	width :											986px;
	margin :											0 0 0 0;
	padding :											0 9px;
	float :											left;
}
.feedback_automotive_txt_placeholder {
	width :											734px;
	margin :											16px 0 0 0;
	float :											left;
	height :											61px;
	background :											url(../images/fb_sectors_Automotive_txt.gif) no-repeat;
}
.feedback_automotive_txt {
	margin :											12px 0 0 22px;
	float :											left;
	font-size :											19px;
}
.feedback_selector_hm_txt {
	margin :											23px 22px 0 0;
	_margin :											23px 10px 0 0;
	float :											right;
}
.feedback_automotive_list_placeholder {
	width :											734px;
	float :											left;
}
.feedback_automotive_cols_placeholder {
	width :											300px;
	float :											left;
	margin :											10px 10px 10px 35px;
}
.feedback_automotive_logo_placeholder {
	width :											245px;
	float :											left;
	margin :											0 0 0 94px;
}
* html .feedback_automotive_logo_placeholder {
	margin :											0 0 0 85px;
}
.feedback_automotive_cols_placeholder li {
	list-style-image :url(../images/list_ico.gif);
	line-height :20px;
	font :Arial;
	font-size :12px;
	color :#000000;
}
.feedback_selector_cols_placeholder {
	width :											176px;
	float :											left;
	margin :										10px 10px 10px 24px;
}
.feedback_selector_cols_placeholder_margin {
	margin-left :											68px;
}
.feedback_selector_cols_placeholder ul {
	margin :											0 0 10px 0;/*border-bottom									:											1px solid #e1e7ef;*/
}
.feedback_selector_cols_placeholder li {
	list-style-image :											url(../images/fb_blue_arrow.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
	margin :											5px 0;
}
.feedback_selector_cols_placeholder .sel {
	list-style-image :											url(../images/fb_red_arrow_wis.gif);
}
.feedback_selector_cols_placeholder li a {
	color :											#000000;
	text-decoration :											none;
}
.feedback_selector_cols_placeholder li a {
	color :											#000000;
	text-decoration :											none;
}
.feedback_automotive_logo_placeholder .top_Img {
	border-left :											1px solid #e0e0e0;
	border-right :											1px solid #e0e0e0;
	border-top :											1px solid #e0e0e0;
	border-bottom :											1px solid #e0e0e0;
	margin :											0 0 0 0;
}
.feedback_automotive_logo_placeholder .rest_Img {
	border-left :											1px solid #e0e0e0;
	border-right :											1px solid #e0e0e0;
	border-bottom :											1px solid #e0e0e0;
	margin :											0 0 0 0;
}
.feedback_aboutUs_placeholder {
	width :											786px;
	margin :											0 0 0 0;
	padding :											0 9px;
	float :											left;
}
.feedback_aboutUs_placeholder_aboutus {
	width :											725px;
	margin :											0 0 0 0;
	padding :											0 9px;
	float :											left;
}
.feedback_aboutUs_placeholder_new {
	width :											715px;
	margin :											0 0 0 0;
	padding :											0 9px;
	float :											left;
}
.feedback_aboutUs_placeholder_new {
	width :											1000px;
	margin :											0 0 0 0;
	padding :											0 9px;
	float :											left;
}
.feedback_aboutUs_placeholder_cols {
	width :											420px;
	margin :											20px 20px 0 0;
	float :											left;
}
.feedback_aboutUs_placeholder_cols_new {
	width :											720px;
	float :											left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.feedback_aboutUs_placeholder_cols_ful {
	width :											726px;
	margin :											20px;
	float :											left;
}
.feedback_aboutUs_placeholder_cols_ful_left {
	width :											246px;
	float :											left;
}
.feedback_portfolio_placeholders {
	width :											103px;
	height :											128px;
	float :											left;
	cursor :											pointer;
	margin:5px;
	padding:2px;
}
.feedback_portfolio_left_obrder {
	border-left :											1px solid #ededed;
	border-top :											1px solid #ededed;
}
.feedback_portfolio_right_obrder {
	border-right :											1px solid #ededed;
	border-top :											1px solid #ededed;
	border-left :											1px solid #ededed;
}
.feedback_portfolio_top_obrder {
/*border-top										:											1px solid #ededed;*/
}
.feedback_portfolio_bottom_obrder {
	border-bottom :											1px solid #ededed;
}
.feedback_aboutUs_placeholder_cols_ful_right {
	width :											650px;
	float :											left;
}
.feedback_portfolio_content {
	width :											650px;
	float :											left;
}
.feedback_whyUs_placeholder_cols_ful {
	margin :											20px;
	float :											left;
	width :											650px;
}
.feedback_ask_placeholder_cols_ful {
	margin :10px 107px;
	float :left;
	width :530px;
}
.feedback_aboutUs_placeholder_map {
	margin :											20px 0px 0 0;
	float :											left;
}
.feedback_aboutUs_placeholder_contact {
	width :											946px;
	margin :											20px 20px 0px 20px;
	;
	float :											left;
}
.global-india_head {
	padding :											7px 0px 7px 200px;
	float :											left;
	background-color :											#f4f4f4;
	width :											730px;
	color :											#dc0127;
	font-weight :											bold;
	font-size :											12px;
	font-family :											Arial;
}
.global-india_head1 {
	padding :											7px 0px 7px 200px;
	float :											left;
	background :											url(../images/country-bg.gif);
	width :											730px;
	color :											#dc0127;
	font-weight :											bold;
	font-size :											12px;
	font-family :											Arial;
}
.global-india_text {
	padding :											12px 0px 15px 200px;
	float :											left;
	width :											730px;
	color :											#000000;
	font-size :											12px;
	font-family :											Arial;
}
.global-india_contact {
	padding :											0px 0px 5px 200px;
	float :											left;
	width :											330px;
	color :											#000000;
	font-size :											12px;
	font-family :											Arial;
}
.global-india_contactTel {
	padding :											0px 0px 5px 0px;
	float :											right;
	width :											400px;
	color :											#000000;
	font-size :											12px;
	font-family :											Arial;
}
.global-india_contactDet {
	color :											#868686;
	padding :											0px 0px 5px 0px;
}
.feedback_sitemap_placeholder_cols {
	margin :											20px;
	float :											left;
	width :											300px;
}
.feedback_sitemap_placeholder_cols ul {
	margin :											0;
	border :											0;
	padding :											0;
}
.feedback_sitemap_placeholder_cols ul li {
	list-style-image :											url(../images/Reach_Us_map_link.gif);
	line-height :											20px;
	margin :											5px 0;
	font-weight :											bold;
}
.feedback_sitemap_placeholder_cols ul li a {
	font :											Arial;
	font-size :											14px;
	color :											#dc0127;
	text-decoration :	 										none;
}
.feedback_sitemap_placeholder_cols ul li ul {
	margin :											0 0 0 0;
	border :											0;
	padding :											10px 0 0 30px;
	border-top :											1px solid #cccccc;
}
.feedback_sitemap_placeholder_cols ul li ul li {
	list-style-image :											url(../images/fb_sml_blue_arrow.gif);
	line-height :											20px;
	margin :											5px 0;
	font-weight :											normal;
}
.feedback_sitemap_placeholder_cols ul li ul li a {
	font :											Arial;
	font-size :											12px;
	color :											#023489;
	text-decoration :	 										none;
}
.services_pad {
	padding-bottom:10px;
}
.services_tabs {
	margin :											0;
	display :											block;
	height:47px;
	background-image:url(../images/services_tab_bg.gif);
	background-repeat:repeat-x;
}
.services_tabs ul {
	margin :											0 0 0 0;
	border :											0;
	padding :											0;
	cursor :											pointer;
}
.services_tabs ul li {
	background :url(../images/Services_tab_norm.gif) no-repeat;
	list-style-image :none;
	list-style-position :outside;
	list-style-type :none;
	width :180px;
	float :left;
	text-align :center;
	font-size :14px;
	color :#03184d;
	font-weight:bold;
	padding-top:6px;
	height:35px;
}
.services_tabs ul .sel {
	background :url(../images/Services_tab_sel.gif) center no-repeat;
	list-style-image :none;
	list-style-position :outside;
	list-style-type :none;
	width :180px;
	float :left;
	text-align : center;
	font-weight :bold;
	color :#FFFFFF;
	font-weight:bold;
	padding-top:6px;
	height:35px;
}
.services_txt {
	font-size :											12px;
	padding :											0px 10px 10px 5px;
}
.services_tabs_panel {
	background :											#ffffff;
	margin :											20px;
	display :											block;
}
.panel_cols {
	width :											200px;
	float :											left;
	margin :										10px 30px 10px 10px; /*border-right:1px solid #eaeaea;*/
}
.panel_cols_2 {
	width :											300px;
	float :											left;
	margin :											10px;
}
.panel_cols ul {
	margin:0;
	padding:0 0 0 15px;
}
.panel_cols li {
	list-style-image :											url(../images/list_ico.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
}
.panel_cols-r {
	width :											220px;
	float :											left;
	margin :											10px;
}
.panel_cols-r ul {
	margin:0;
	padding:0 0 0 15px;
}
.panel_cols-r li {
	list-style-image :											url(../images/list_ico.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
}
.panel_cols_2 li {
	list-style-image :											url(../images/list_ico.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
}
.panel_cols ul {
	margin:0;
	padding:0 0 0 15px;
}
.panel_cols li {
	list-style-image :											url(../images/list_ico.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
}
.panel_cols-r {
	width :											220px;
	float :											left;
	margin :											10px;
}
.panel_cols-r ul {
	margin:0;
	padding:0 0 0 15px;
}
.panel_cols-r li {
	list-style-image :											url(../images/list_ico.gif);
	line-height :											20px;
	font :											Arial;
	font-size :											12px;
	color :											#000000;
}
.feedback_footer_placeholder {
	width :											960px;
	margin :											0 0 0 0;
	clear :											both;
	background :											#676767;
	line-height :											32px;
	font :											Arial;
	font-size :											11px;
	color :											#ffffff;
	padding :											0 20px;
	float :											left; 
}
.feedback_footer_placeholder_mal {
	width :											709px;
}
.feedback_footer_placeholder a {
	text-decoration : 											none;
	color : 											#fff;
	outline : 											none;
	text-align : 											center;
}
#country a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#country a:hover {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
.fb_secor_banner_location_area {
	width :											744px;
	height:28px;
	margin :											0;
	float :											left;
	padding :											0px 0 0 0px;
	background:url(../images/client_bg.gif) repeat-x;
	color:#093b7d;
}
.feedtabs {
	padding: 0;
	width: 100%;
	overflow: hidden;/*background:#629bc8;*/
}
.feedtabs ul {
	font:bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
.feedtabs li {
	display: inline;
	margin: 0 0px 0 0;
	padding: 0;/*text-transform: uppercase;*/
}
.feedtabs a {
	float: left;
	color: #093b7d;
	margin: 0 0px 0 0;
	padding: 6px 30px 6px 30px;
	text-decoration: none;
	background:url(../images/client_bg.gif) repeat-x;
	border-right:solid 1px #bccadc;
	width:125px;
	text-align:center;
}
.feedtabs a:hover, .feedtabs li.selected a {
	background:url(../images/menu_bg.gif) repeat-x; /*background color of tabs onMouseover*/
	color: white;
}
.aboutus_carrers_title {
	border-bottom:solid 1px #e8e8e8;
	width:100%;
	color:#868686;
	font-size:18px;
	padding:20px 0px 0px 0px;
}
.aboutus_carrers_text {
	font-size:12px;
	width:99%;
	text-align:left;
}
.fb_aboutus_right_sublink {
	background :											#efeef1;
	height :											31px;
	line-height :											31px;
	display :											block;
	margin :											0;
	padding :											0;
	border-top :											1px solid #ffffff;
	border-bottom :											1px solid #f9f6f7;
	border-left :											1px solid #f9f6f7;
	border-right :											1px solid #f9f6f7;
}
.fb_aboutus_right_sublink_sel {
	background :											#8e929d;
	font-weight :											bold;
	color :											#FFFFFF;
	height :											31px;
	line-height :											31px;
	display :											block;
	margin :											0;
	padding :											0;
	border-top :											1px solid #ffffff;
	border-bottom :											1px solid #f9f6f7;
	border-left :											1px solid #f9f6f7;
	border-right :											1px solid #f9f6f7;
	border:1px solid #ffffff;
}
.fb_aboutus_right_sublink ul {
	margin :											0 0 0 48px;
	_margin :											10px 0 0 48px;
 *margin :											10px 0 0 48px;
	padding :											0;
	border :											0
}
.fb_aboutus_right_sublink li {
	list-style-image :											url(../images/fb_gray_arrow.gif);
	line-height :											32px;
	_line-height :											14px;
 *line-height :											14px;
	font :											Arial;
	font-size :											12px;
	font-weight :											normal;
}
.fb_aboutus_right_sublink_sel ul {
	margin :											0 0 0 40px;
	_margin :											10px 0 0 40px;
 *margin :											10px 0 0 40px;
	padding :											0;
	border :											0
}
.fb_aboutus_right_sublink_sel li {
	list-style-image :url(../images/fb_gray_arrow.gif);
	line-height :32px;
	_line-height :14px;
 *line-height :14px;
	font :Arial;
	font-size :12px;
	font-weight :normal;
}
.fb_aboutus_right_sublink_sel ul {
	margin :0 0 0 48px;
	_margin :10px 0 0 48px;
 *margin :10px 0 0 48px;
	padding :0;
	border :0;
}
.fb_aboutus_right_sublink_sel li {
	list-style-image :url(../images/fb_light_gray_arrow_sel_sub.gif);
	line-height :32px;
	_line-height :14px;
 *line-height :	14px;
	font :Arial;
	font-size :12px;
	font-weight :normal;
}
.aboutus_crs_title {
	border-bottom:solid 1px #e8e8e8;
	width:100%;
	color:#868686;
	font-size:18px;
}
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#basic-accordian {
	/*border:5px solid #EEE;*/
	padding:0px 0px 0px 3px;
	width:732px;
	position:relative;
	z-index:2;
	background:url(../images/tab_bg_wel.gif) repeat-x;
}
.accordion_headings {
	margin:0px 0px 0px 1px;
	padding:5px;
	background:url(../images/tab_bg.gif) right;
	color:#000;
	cursor:pointer;
	font-weight:bold;
	padding:7px 15px 15px 15px;
	text-align:center;
	width:91px;
}
.accordion_headings:hover {
	background:url(../images/tab_hover_bg.gif) center;
	color:#FFFFFF;
}
.accordion_child {
	padding:15px;
	background:#fff;
}
.header_highlight {
	background:url(../images/tab_hover_bg.gif) center;
	color:#FFFFFF;
}
.tab_container * {
	float:left;
}
.box_left {
	float:left;
	margin:0 0 0 0px;
	width:300px;
	font-size:12px;
}
.box_left div {
	color:#999999;
	padding:10px 0px 5px 0px;
	font-size:12px;
}
.box_left strong {
	font-size:16px;
	color:#1d5a7b;
}
.box_left a {
	text-decoration:underline;
	color:#000000;
}
.box_left a:hover {
	text-decoration:none;
}
.box_right {
	float:left;
	width:400px;
	margin:0px 0px 0px 0px;
}
.other_countries {
	float:left;
	width:234px;
	margin:0px 0px 0px 0px;
	height:400px;
	font-size:12px;
}
.other_countries a {
	color:#000;
	text-decoration:underline;
}
.other_countries a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
.feedback_input {
	width:200px;
}
.feedback_select {
	width:205px;
}
.feedback_textarea {
	width:530px;
}
.arrow_image {
	background:url(../images/new_arrow.gif) no-repeat 0 -2px;
	padding:0px 15px 10px 15px;
	margin:0px 15px 0 15px;
}
.gallery_bg {
	background:url(../images/gallery_bg.gif) no-repeat 15px 10px;
	width:734px;
	height:110px;
	padding:7px 10px 10px 0px;
}
.gallery_box {
	height:98px;
	width:110px;
	float:left;
	margin:0 0 0 5px;
}
.feedback_download_placeholder {
	width :704px;
	margin :15px 15px 10px 17px;
	padding :0px 0px 0px 0px;
	float :	left;
}
.download_left {
	width:328px;
	float:left;
	background:url(../images/download_1.jpg) no-repeat;
}
.download_left_title {
	font-size:12px;
	font-weight:bold;
	padding:7px 0 7px 15px;
}
.download_middle {
	width:330px;
	float:left;
	background:url(../images/download_2.jpg) no-repeat;
}
.download_middle_title {
	font-size:12px;
	font-weight:bold;
	padding:7px 0 7px 15px;
}
.download_right {
	width:309px;
	float:left;
	background:url(../images/download_3.jpg) no-repeat;
}
.download_right_title {
	font-size:12px;
	font-weight:bold;
	padding:7px 0 7px 15px;
}
.download {
	font-weight:normal;
}
.download ul {
}
.download li {
	list-style-image:url(../images/download_icon.jpg);
	list-style-position:inside;
	margin:20px 0 0 10px;
}
.feedback_highlight_placeholder {
	background:url(../images/highlight_banner.gif) repeat-x;
	width :	998px;
	margin :0 0 0 0;
	/*padding :0 9px 0 15px;*/
	height:auto;
	position:static;
}
.feedback_highlight_placeholder_latestnews {
	margin:4px 0 0 15px;
	float:left;
	width:350px;
	font-size:16pt;
}
.feedback_highlight_placeholder_search {
	margin:6px 0 0 0px;
	float:right;
	width:360px;
	padding:10px 0px 0px 0px;
}
.feedback_highlight_placeholder_search_input {
	width:291px;
	height:19px;
	border:solid 1px #d1d1d1;
	float:left;
}
.feedback_highlight_left_area {
	width:701px;
	float:left;
	margin:10px 0 0 0;
	line-height:12pt;
}
.feedback_highlight_left_area a {
	color:#dc0127;
	text-decoration:none;
}
.feedback_highlight_left_area a:hover {
	color:#dc0127;
	text-decoration:none;
}
.feedback_highlight_left_area h2 {
 	margin:0px 0px 0px 15px;
	font-size:12pt;
	padding:10px 0px 10px 0px;
	border-bottom:solid 1px #d1d1d1;
}
.feedback_highlight_left_box {
	border-bottom:solid 1px #d1d1d1;
	font-size:12px;
	margin:10px 0 0px 15px;
	padding:0px 0px 20px 0px;
}
.feedback_highlight_left_box span {
	color:#dc0127;
	font-weight:900;
}
.feedback_highlight_left_boxa {
	border-bottom:solid 1px #d1d1d1;
	font-size:12px;
	margin:10px 0 0px 0;
	padding:0px 0px 20px 0px; /*background-color:#f6fbfd;*/
}
.feedback_highlight_left_boxa span {
	color:#dc0127;
	font-weight:900;
}


.feedback_highlight_right_menu {
	width:256px;
	float:right;
	margin:15px 0 0 0;
	
}

.feedback_highlight_right_menu_box {
	margin:4px 0 0 0;
	border:solid 1px #dbd9da;
	background:#f5f3f4;
	width:246px;
	*width:256px;
	padding:4px;
}
.feedback_highlight_right_latest_news {
	background:#fff url(../images/highlight_arrow.gif) no-repeat;
	font-size:13px;
	padding:5px 30px;
	color:#005775;
	font-weight:bold;
}
.feedback_highlight_right_latest_news a:link, .feedback_highlight_right_latest_news a:active, .feedback_highlight_right_latest_news a:visited, .feedback_highlight_right_latest_news a:hover{
	color:#005775;
	font-weight:bold;
	text-decoration:none;
}
.feedback_highlight_right_latest_sector {
	background:#fff url(../images/highlight_sector.gif) center;
	font-size:13px;
	padding:5px 17px;
	color:#005775;
	font-weight:bold;
}
.feedback_highlight_right_menu ul {
	margin:0px 0px 40px 0px;
}
.feedback_highlight_right_menu li {
	list-style:url(../images/highlight_ul_arrow.gif) inside;
	background:#f3f7fb;
	border:solid 1px #fff;
	border-width:0px 1px 1px 1px;
	line-height:17pt;
	font-size:12px;
}
.feedback_highlight_right_menu li a {
	text-decoration:none;
	^padding:0px 5px;
	/*color:#000000;*/
}
.feedback_highlight_right_menu li a:hover {
	text-decoration:underline;
}

.feedback_highlight_right_latest_sector a {
	color:#005775;
	text-decoration:none;
}
.feedback_highlight_right_latest_sector a:hover {
	color:#005775;
	text-decoration:underline;
}
.feedback_highlight_main_placeholder {
	width :998px;
	margin :0;
	clear :both;
}
.feedback_highlight_page_placeholder {
	width :998px;
	/*margin :0 auto;*/
}
/*.fb_ask_highlightplaceholder {
	width :	153px;
	margin :0;
	float :	left;
	padding :20px 0 0 90px;
	height :52px;
}*/
.feedback_highlight_page_box {
	
	font-size:12px; 
	color:#000000;
	margin:10px 0 0px 0;
	padding:0px 0px 20px 0px; width:250px; float:right;
}
.feedback_highlight_page_box a {
width:40px; 
height:20px; 
padding:5px; 
 
/*color:#0379a5; */
border:solid 1px #000; 
background-color:#E6E6FF; 
color:#000000
}
.feedback_highlight_page_box a:hover{ 
background:#ffffff; 
color:#d1d1d1}

.feedback_highlight_page_box span a{width:40px; height:20px; padding:5px; color:#0379a5; border:solid 1px; background:#f3f4f8;}
.feedback_highlight_page_box span a:hover{ background:#ffffff; color:#d1d1d1}
.feedback_highlight_page_box_selected{background:#ffffff; color:#d1d1d1;padding:5px;width:40px; height:20px;}
.fb_high_left {
	width :	998px;
	margin :0;
	float :	left;
	background:url(../images/highlight_banner_bg.gif);
}
.fb_high_Logo_menu_area {
	width :											350px;
	height :											101px;
	margin :											0;
	float :											left;
}
.fb_ask_highlightplaceholder {
	width :	613px;
	margin :0;
	float :	right;
	color:#a9bcd1; font-size:13px; 
	padding:20px 20px 0px 0px;
}
/*.fb_ask_highlightplaceholder img{ position:absolute; }*/
.fb_ask_highlightplaceholder a { color:#a9bcd1; text-decoration:underline; line-height:18px;}
.fb_ask_highlightplaceholder a:hover { text-decoration:none;}

.feedback_highlight_left_box_new{
	border-bottom:solid 1px #d1d1d1;
	font-size:13px;
	margin:10px 0 0px 15px;
	padding:0px 0px 20px 0px;
}
.feedback_highlight_left_box_newtext{
	color:#dc0127;
	font-weight:900; font-size:12px;
}