/* CSS Document */

body{ 
	margin:0px; 
	width:100%; 
	font-family:sans-serif;
	font-size:12px;
	color:#3A3A3A;
	line-height:20px;
}

.main{
	width:100%; 
	margin:0px auto;
}

ul{
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
}

li{
	background:url(../images/buttons/bullet.png) no-repeat;
	list-style:none;
	padding:0px 0px 0px 15px;
}

.colon{
	float:left;
}

.text_red{
	color:#FF0000;
}

.text_red_lhs{
	color:#FF0000;
	float:right;
	/*border-bottom:1px dotted #333333;*/
}

.text_red_lhs a{
	color:#FF0000;
}

.text_red_lhs a:hover{
	color:#FF0000;
}

#hide_show{
	float:right;
	margin:10px 0px 0px 0px;
	text-align:right;
	display:none;
}

.hide_show{
	float:right;
	margin:10px 0px 0px 0px;
	text-align:right;
	cursor:pointer;
}

#show_hide{
	float:right;
	margin:10px 0px 0px 0px;
	text-align:right;
}

.show_hide{
	float:right;
	margin:10px 0px 0px 0px;
	text-align:right;
	cursor:pointer;
}

.head_orange{
	float:left;
	color:#E57716;
	font-weight:bold;
}

.number_link{
	float:left; 
	width:680px; 
	text-align:right;
}

.number_link a{
	color:#0033FF;
	text-decoration:none;
}

.number_link a:hover{
	color:#0099FF;
	text-decoration:underline;
}

.readmore{
	text-align:right;
	float:right;
	color:#FF0000;
	font-size:11px;
	margin:0px 0px 0px 0px;
}

.readmore a{
	text-decoration:none;
	color:#FF0000;
}

.readmore a:hover{
	text-decoration:underline;
	color:#FF0000;
}


.button{
	/*background:url(../images/bg/button.jpg) repeat-x;*/
	background-color:#FFFFFF;
	border-left:1px solid #dadada;
	border-top:1px solid #dadada;
	border-right:2px solid #C2C6CC;
	border-bottom:2px solid #C2C6CC;
	padding:2px 3px 2px 3px;
	margin:0px 5px 0px 5px;
	font-size:12px;
	font-weight:bold;
	font-family:sans-serif;
	color:#403F3F;
	cursor:pointer;
}

.button:hover{
	background:url(../images/bg/button_on.jpg) repeat-x
}

.button_center{
	float:left;
	width:680px;
	text-align:center;
	margin:10px 0px 0px 0px;
}

.txt_normal{
	border:solid 1px #C5CCD4; 
	width:145px; 
	float:left; 
	padding-top:1px;  
	height:16px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:5px;
	font-family:Tahoma;
	color:#3A3A3A;
}


.txt_extra_large{
	border-top:solid 2px #C5CCD4; 
	border-right:solid 1px #C5CCD4;
	border-bottom:solid 1px #C5CCD4;
	border-left:solid 2px #C5CCD4;
	width:200px; 
	float:left; 
	padding-top:1px;  
	height:24px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:0px;
	font-family:Tahoma;
	color:#3A3A3A;
	background-color:#FAFAFA;
}

.txt_large{
	border-top:solid 2px #C5CCD4; 
	border-right:solid 1px #C5CCD4;
	border-bottom:solid 1px #C5CCD4;
	border-left:solid 2px #C5CCD4;
	width:200px; 
	float:left; 
	padding-top:1px;  
	height:24px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:0px;
	font-family:Tahoma;
	color:#3A3A3A;
	background-color:#FAFAFA;
}

.list_normal{
	border-top:solid 2px #C5CCD4; 
	border-right:solid 1px #C5CCD4;
	border-bottom:solid 1px #C5CCD4;
	border-left:solid 2px #C5CCD4;
	width:145px; 
	float:left; 
	padding-top:1px;  
	height:24px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:5px;
	font-family:Tahoma;
	color:#3A3A3A;
	background-color:#FAFAFA;
}

.list_large{
	border-top:solid 2px #C5CCD4; 
	border-right:solid 1px #C5CCD4;
	border-bottom:solid 1px #C5CCD4;
	border-left:solid 2px #C5CCD4;
	width:210px; 
	float:left; 
	padding-top:1px;  
	height:28px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:3px;
	font-family:Tahoma;
	color:#3A3A3A;
	background-color:#FAFAFA;
}

.textarea_extralarge{
	border:solid 1px #C5CCD4; 
	width:675px; 
	float:left; 
	padding-top:1px;  
	height:130px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:0px;
	font-family:Tahoma;
	color:#3A3A3A;
}


.main_content{
	width:100%;
	margin:0px auto;
	/*background:url(../images/bg/main.jpg) repeat-x;*/
	
}

.mainright_links_wraper{
	width:100%;
	margin:0 auto;
	background-color:#1D1D1D; 
	height:30px;
}

.mainright_links{
	width:900px;
	margin:0 auto;
	text-align:right;
	color:#FFFFFF;
	padding:3px 0px 0px 0px;
}

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

.mainright_links a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.site_content{
	width:100%; 
	margin:0 auto;
}

.top_main_link_wraper{
	float:left; 
	width:795px; 
	height:30px;
}

.topright_links_wraper{
	float:right;
	text-align:right;
	width:480px;
	padding:0px 0px 0px 5px;
	margin:10px 0px 0px 0px;
	
}

.topright_links{
	float:left;
	text-align:right;
	height:20px;	
}

#div1{
	text-align:left;
	
	width:160px;
	display:none;
	background-color:#FFFFFF;
	margin:0px 0px 0px 420px;
	top: 96px;
	z-index:1000;
	left: 475px;
	
}

#div2{
	text-align:left;
	width:160px;
	position:absolute;
	display:none;
	background-color:#FFFFFF;
	margin:0px 0px 0px 520px;
	/*left: 703px;*/
	top: 98px;
	z-index:1000;
}

#div3{
	text-align:left;
	width:160px;
	position:absolute;
	display:none;
	background-color:#FFFFFF;
	margin:0px 0px 0px 627px;
	/*left: 808px;*/
	top: 98px;
	z-index:1000;
}

#div4{
	text-align:left;
	width:160px;
	position:absolute;
	display:none;
	background-color:#FFFFFF;
	margin:0px 0px 0px 693px;
	/*left: 875px;*/
	top: 98px;
	z-index:1000;
}

#div5{
	text-align:left;
	width:160px;
	position:absolute;
	display:none;
	background-color:#FFFFFF;
	margin:0px 0px 0px 777px;
	/*left: 960px;*/
	top: 98px;
	z-index:1000;
}

.dropdown_wraper{
	float:left;
	text-align:left;
	width:160px;
	position:absolute;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	z-index:1000;
	
}

.dropdown{
	float:left; 
	text-align:left;
	height:15px;
	width:150px; 
	border-bottom:1px solid #dadada;
	padding:5px 5px 5px 5px;
}

.dropdown:hover{
	float:left; 
	text-align:left;
	height:15px;
	width:150px;
	background-color:#F2F2F2;
	border-bottom:1px solid #dadada;
	padding:5px 5px 5px 5px;
}

.dropdown a{
	text-decoration:none;
	color:#3A3A3A;
}

.dropdown a:hover{
	text-decoration:none;
	color:#3A3A3A;
}

.logo_wraper{
	width:900px;
	margin:0 auto;
}

.logo_wraper_left{
	float:left;
}

.logo{
	width:104px;
	
	float:left;
	padding:3px 0px 0px 0px;
}

.logo_wraper_right{
	width:765px;
	float:right;
	margin:7px 0px 0px 0px;
	text-align:right;
}

.searchbox_wraper{
	float:right;
	width:193px;
}

.searbox_left{
	float:left;
}

.search_box{
	float:left;
	background:url(../images/bg/searchbox.jpg) repeat-x;
	width:149px;
	height:26px;
}

.search_txtbox{
	border:none; 
	margin:5px 0px 0px 0px; 
	background-color:#F7F7F7;
}

.searchbox_right{
	float:right;
}

.banner_wraper{
	width:100%;
	margin:0 auto;
	z-index:auto;
	height:310px;
}

.banner{
	margin:0 auto;
	width:100%;
	height:312px;
	
}

.banner_black{
	background-color:#000000; 
	float:left; 
	text-align:center; 
	width:100%;
}

.banner_red{
	background-color:#6A0A0B;
	float:left; 
	text-align:center; 
	width:100%;
}

.banner_green{
	background-color:#236E07;
	float:left; 
	text-align:center; 
	width:100%;
}

.banner_blue{
	background-color:#093B78;
	float:left; 
	text-align:center; 
	width:100%;
}

.banner_darkblue{
	background-color:#152D4F;
	float:left; 
	text-align:center; 
	width:100%;
}

.banner_white{
	background-color:#F7F7F7;
	float:left; 
	text-align:center; 
	width:100%;
}

.sub_banner_wraper{
	width:100%;
	margin:0 auto;
	background-color:#1D1D1D;
	height:310px;
	padding:5px 0px 5px 0px;
}

.sub_banner_bg_wraper{
	width:1000px;
	margin:0 auto;
	background:url(../images/bg/sub_banner.jpg) repeat-y;
	height:310px;
}

.banner_left_wraper{
	float:left; 
	width:200px; 
	color:#FFFFFF; 
	margin:20px 10px 0px 50px;
}

.banner_left_largetext{
	float:left;
	width:170px; 
	font-size:25px; 
	padding:0px 0px 15px 10px;
	height:40px;
}

.banner_left_text_select{
	float:left; 
	background-color:#999999; 
	width:180px; 
	margin:0px 0px 6px 0px; 
	padding:8px 0px 8px 20px; 
	color:#1D1D1D; 
	font-size:21px;
	font-weight:bold;
	text-decoration:none; 
}

.banner_left_text_select:hover{
	float:left; 
	background-color:#cccccc;
	text-decoration:none; 
	width:180px; 
	margin:0px 0px 6px 0px; 
	padding:8px 0px 8px 20px;
	color:#3A3A3A; 
	font-size:21px;
	font-weight:bold;
	cursor:pointer;
}

.banner_left_text_select a{
	text-decoration:none;
	color:#1D1D1D; 
	display:block; 
	text-decoration:none;
}

.banner_left_text_select a:hover{
	text-decoration:none;
	color:#1D1D1D; 
	display:block; 
	text-decoration:none;
}

.banner_left_text{
	float:left;
	width:180px; 
	border-bottom:1px solid #A8A8A8; 
	padding:8px 0px 8px 20px; 
	margin:0px 0px 5px 0px; 
	font-size:21px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.banner_left_text:hover{
	float:left;
	width:180px;
	background-color:#999999;
	color:#FFFFFF;
	padding:8px 0px 8px 20px; 
	margin:0px 0px 5px 0px; 
	font-size:21px;
	cursor:pointer;
	text-decoration:none;
}


.banner_left_text a{
	color:#ffffff;
	text-decoration:none;
	
}

.banner_left_text a:hover{
	color:#3A3A3A;
	text-decoration:none;
	
}

.banner_right_wraper{
	float:left; 
	margin:0px 0px 0px 0px; 
	width:690px;
	
	height:230px;
}

/***************************************************************SUB_PAGE***************************************************************************************/

.sub_top_banner{
	float:left;
	text-align:right;
	width:690px;
}

.sub_banner_text_wraper{
	float:right; 
	margin:7px 0px 0px 0px; 
	width:690px;
	color:#FFFFFF; 
	font-size:12px;
	line-height:25px;
}

.sub_banner_quote_wraper{
	float:left;
	margin:7px 0px 0px 0px;
	padding:0px 7px 0px 0px;
	height:65px; 
	width:540px;
	border-right:1px solid #dadada;
	color:#FFFFFF; 
	font-size:13px;
	font-weight:bold;
	line-height:25px;
}

.sub_banner_quote_small{
	float:left;
	margin:7px 0px 0px 0px;
	padding:0px 7px 0px 0px;
	height:65px; 
	width:540px;
	border-right:1px solid #dadada;
	color:#FFFFFF; 
	font-size:11px;
	line-height:25px;
}

.quote_auther{
	float:right;
	margin:50px 0px 0px 0px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:140px;
	font-size:14px;
}

.sub_banner_text_wraper_left{
	float:left; 
	width:200px;
}

.sub_banner_text_left{
	float:left; 
	font-size:18px;
	padding:0px 0px 3px 0px;
	margin:0px 0px 7px 0px; 
	
	/*border-bottom:1px solid #FF0000;*/
}

.sub_banner_text_left a{
	border-bottom:none;
	text-decoration:none;
	color:#FFFFFF; 
}

.sub_banner_text_left a:hover{
	border-bottom:none;
	text-decoration:none;
	color:#999999; 
	border-bottom:1px solid #FF0000; 
}

.sub_banner_text_left_selected{
	float:left; 
	color:#999999; 
	font-size:18px; 
	padding:3px 0px 3px 0px;
	margin:2px 0px 7px 0px; 
	border-bottom:1px solid #FF0000;
}

.sub_banner_text_left_selected a{
	text-decoration:none;
	color:#999999; 
	
}

.sub_banner_text_left_selected a:hover{
	text-decoration:none;
	color:#999999; 
}


.sub_banner_text_wraper_right{
	float:right; 
	width:200px;
}

.sub_banner_text_right{
	float:right; 
	color:#FFFFFF; 
	font-size:18px; 
	padding:0px 0px 3px 0px;
	margin:0px 0px 7px 0px; 
	
	/*border-bottom:1px solid #FF0000;*/
}

.sub_banner_text_right a{
	border-bottom:none;
	text-decoration:none;
	color:#FFFFFF;
}

.sub_banner_text_right a:hover{
	border-bottom:none;
	text-decoration:none;
	color:#999999; 
	border-bottom:1px solid #FF0000;
}

.sub_banner_text_right_selected{
	float:right; 
	color:#999999; 
	font-size:18px; 
	padding:3px 0px 3px 0px;
	margin:2px 0px 7px 0px; 
	border-bottom:1px solid #FF0000;
}

.sub_banner_text_right_selected a{
	text-decoration:none;
	color:#999999;
}

.sub_banner_text_right_selected a:hover{
	text-decoration:none;
	color:#999999;
}

.textcontent_topline{
	float:left;
	width:100%;
	background:url(../images/bg/topline.jpg) repeat-x;
	height:4px;
}

.textcontent_wraper{
	float:left;
	width:100%;
	background:url(../images/bg/text_content.jpg) repeat-y;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	
}

.textcontent_wraper_left{
	float:left;
	width:420px;
	background:url(../images/bg/text_content.jpg) repeat-y;
	margin:0px 0px 0px 0px;
	/*background-color:#F7F7F7;
	border-right:solid 1px #dddddd;*/
	
	padding:0px 35px 0px 0px;
}

.textcontent{
	width:900px; 
	margin:0 auto;
	
}

.right_content_wraper{
	float:left;
	width:685px;
	padding:0px 0px 10px 10px;
	text-align:justify;
	border-left:solid 1px #dddddd;
	background-color:#FFFFFF;
	min-height:1310px;
	color:#454444;
	line-height:25px;
}

.right_textcontent_wraper{
	float:left;
	width:685px;
	text-align:justify;
	background-color:#FFFFFF;
	min-height:1025px;
	color:#454444;
	line-height:25px;
}

.textcontent_left_wraper{
	float:left;
	width:200px;
	margin:0px 0px 0px 0px;
	
	
	padding:0px 0px 0px 0px;
}

.textcontent_left{
	float:left;
	width:170px;
	margin:0px 0px 0px 0px;
	
	
}

.textcontent_border{
	 float:left;
	 border-bottom: dotted 1px #999999;
	 padding:1px 0px 0px 0px;
	 width:190px;
	 margin:0px 0px 5px 0px;	
}


/*--------------------------------------------------------------------------COMMON CSS---------------------------------------------------------------------------*/

a{
	color:#009ADB;
	text-decoration:none;
}

a:hover{
	color:#009ADB;
	text-decoration:none;
}
.cleaner{ 
	clear: both; 
	width: 100%; 
	height: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px; 
	font-size: 0px;  
}

.head_bold_uppercase{
	float:left;
	font-weight:bold;
	font-size:19px;
	text-transform:uppercase;
	padding:10px 0px 2px 0px;
}

.head_bold_small{
	float:left;
	font-weight:bold;
	font-size:13px;
	padding:8px 0px 8px 0px;
	width:190px;
	text-align:left;
	color:#E77817;
	text-transform:uppercase;
}

.head_bold_medium{
	float:left;
	font-weight:bold;
	font-size:12px;
	padding:8px 0px 8px 0px;
	width:200px;
	text-align:left;
	color:#E77817;
	text-transform:uppercase;
}

.head_bold_normal{
	float:left;
	font-weight:bold;
	font-size:20px;
	padding:5px 0px 5px 0px;
	white-space:nowrap;
	cursor:pointer;
}

.head_bold_normal:hover{
	float:left;
	font-weight:bold;
	font-size:20px;
	padding:5px 0px 3px 0px;
	border-bottom:2px solid #FF0000;
}

.head_bold_normal_border{
	float:left;
	width:190px;
	font-weight:bold;
	font-size:17px;
	padding:5px 0px 5px 0px;
	white-space:nowrap;
	cursor:pointer;
	border-bottom: dotted 1px #999999;
}

.head_bold_normal_border a{
	text-decoration:none;
	color:#3A3A3A;
}

.head_bold_normal_border a:hover{
	text-decoration:underline;
	color:#3A3A3A;
}

.head_bold_normal_border_selected{
	float:left;
	width:190px;
	font-weight:bold;
	font-size:18px;
	padding:5px 0px 5px 0px;
	white-space:nowrap;
	cursor:pointer;
	border-bottom: dotted 1px #999999;
}

.head_bold_normal_border_selected a{
	text-decoration:none;
	color:#3A3A3A;
}

.head_bold_normal_border_selected a:hover{
	text-decoration:none;
	color:#3A3A3A;
}

.head_bold_normal_border:hover{
	float:left;
	font-size:18px;
	padding:5px 0px 5px 0px;
	
}

.head_bold_normal_border a{
	text-decoration:none;
}

.head_bold_normal_border a:hover{
	text-decoration:none;
}

.head_bold_large{
	float:left;
	font-weight:bold;
	font-size:15px;
	padding:8px 0px 8px 0px;
	width:460px;
	color:#E77817;
	text-transform:uppercase;
}

.head_bold_white{
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:20px;
	padding:3px 0px 4px 0px;
}

.head_bold_white:hover{
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:20px;
	padding:3px 0px 2px 0px;
	border-bottom:solid 2px #FF0000;
}

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

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

.text_bold_minsize{
	float:left;
	font-weight:bold;
	width:190px;
	text-align:left;
	font-size:13px;
	padding:6px 0px 1px 0px;
}

.text_bold_minsize a{
	text-decoration:none;
	color:#3A3A3A;
}

.text_bold_minsize a:hover{
	text-decoration:underline;
	color:#3A3A3A;
}

.text_ash{
	float:left;
	color:#9F9F9F;
	padding:1px 0px 1px 0px;
	width:190px;
}

.bgdiv_small{
	width:167px;
	background-color:#3A3A3A;
	padding:10px 15px 10px 10px;
	float:left;
	margin:0px 0px 10px 0px;
}

.customer_speak{
	width:167px;
	background-color:#EAE8E8;
	padding:10px 15px 10px 10px;
	float:left;
	margin:10px 0px 10px 0px;
}

.customer_speak_head{
	width:167px;
	color:#3A3A3A; 
	font-size:14px;
	font-weight:bold;
}

.bgdiv_small_img{
	width:170px;
	text-align:center;
	float:left;
	margin:10px 0px 5px 0px;
}

.bgdiv_small_img a{
	color:#3A3A3A;
	text-decoration:none;
}

.bgdiv_small_img a:hover{
	color:#3A3A3A;
	text-decoration:underline;
}

.bgdiv_small_text{
	color:#FFFFFF;
	font-size:13px;
	float:left;
	width:177px;
}

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

.bgdiv_small_text a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.bgdiv_small_text_right{
	color:#FFFFFF;
	font-size:13px;
	float:left;
	width:177px;
	text-align:right;
	padding:5px 0px 3px 0px;
}

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

.bgdiv_small_text_right a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.bgdiv_small_arrow{
	color:#FFFFFF;
	font-size:13px;
	float:left;
	width:20px;
	margin:10px 0px 0px 20px;
}

.bgdiv_small_arrowtext{
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	float:left;
	width:100px;
	padding:10px 0px 0px 5px;
}

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

.bgdiv_small_arrowtext a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.textcontent_right{
	float:left;
	width:680px;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}

.textcontent_right1{
	float:left;
	width:455px;
	border-right: dotted 1px #999999;
	padding:10px 10px 10px 0px;
	text-align:center;
}

.textcontent_right1_rightlink{
	float:left;
	width:430px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

.textcontent_right2{
	float:left;
	width:180px;
	margin:0px 0px 0px 20px;
	text-align:left;
	font-size:11px;
}

.textcontent_right_border{
	float:left;
	width:680px;
	border-bottom: dotted 1px #999999;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}
.textcontent_right_border a{
	 border:none;
}

.textcontent_right_border a:hover{
	border:none;
}

.textcontent_right_small{
	float:left;
	width:480px;
	border-bottom: dotted 1px #999999;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}

.inner_right_logo_wraper{
	float:right;
	width:180px;
	text-align:center;
}

.imagecontent_right_border{
	float:left;
	width:680px;
	border-bottom: dotted 1px #999999;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:10px 0px 12px 0px;
}

.imagecontent_right{
	float:left;
	width:680px;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:10px 0px 12px 0px;
}

.rightlink_red{
	text-align:right;
	float:right;
	color:#FF0000;
	font-size:12px;
}

.rightlink_red a{
	text-align:right;
	float:right;
	color:#FF0000;
	text-decoration:none;
}

.rightlink_red a:hover{
	text-align:right;
	float:right;
	color:#FF0000;
	text-decoration:underline;
}

.rightlink_black{
	font-size:15px; 
	font-weight:bold; 
	float:right; 
	text-align:right;
}

.rightlink_black a{
	text-decoration:none;
	color:#3A3A3A;
}

.rightlink_black a:hover{
	text-decoration:underline;
	color:#3A3A3A;
}

.rightlink_white{
	font-size:13px; 
	font-weight:bold; 
	float:right; 
	text-align:right;
}

.rightlink_white a{
	text-decoration:none;
	color:#3A3A3A;
}

.rightlink_white a:hover{
	text-decoration:underline;
	color:#3A3A3A;
}

.ashdiv_large{
	float:left;
	width:480px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	border-right: dotted 1px #999999;
}

.ashdiv_large_head{
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	float:left;
	width:402px;
	padding:3px 0px 3px 5px;
	background-color:#888888;
}

.ashdiv_large_text{
	text-align:justify;
	float:left;
	width:460px;
	padding:3px 5px 3px 5px;
}

.ashdiv_medium{
	float:left;
	width:219px;
	margin:0px 0px 10px 2px;
	/*background-color:#EFEFEF;*/
	padding:0px 6px 3px 5px;
	border-right: dotted 1px #999999;
}

.ashdiv_small{
	float:left;
	width:190px;
	margin:0px 0px 10px 7px;
	/*background-color:#EFEFEF;*/
	padding:0px 0px 3px 0px;
}

.ashdiv_medium_noborder{
	float:left;
	width:155px;
	margin:0px 0px 5px 2px;
	/*background-color:#EFEFEF;*/
	padding:0px 7px 3px 5px;
}

.ashdiv_small_head{
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	float:left;
	width:185px;
	text-align:left;
	padding:3px 0px 3px 5px;
	background-color:#888888;
}

.ashdiv_small_text{
	text-align:left;
	float:left;
	width:180px;
	line-height:24px;
	padding:1px 5px 6px 5px;
}

.right_logo_wraper{
	text-align:center;
	float:left;
	width:180px;
	line-height:24px;
	padding:0px 5px 6px 5px;
	
}

.right_logo{
	margin:0 auto;
	width:140px;
	line-height:24px;
	padding:1px 5px 6px 5px;
}

.logo_caption{
	text-align:center;
	float:left;
	width:170px;
	line-height:17px;
	padding:1px 5px 6px 5px;
}

.logo_caption_bold{
	text-align:left;
	float:left;
	width:189px;
	border-bottom:1px solid #FF0000;
	line-height:17px;
	padding:1px 5px 3px 0px;
	margin:0px 0px 0px 20px;
	font-weight:bold;
	font-size:17px;
}

.ashdiv_medium_text{
	text-align:left;
	float:left;
	width:206px;
	line-height:24px;
	padding:1px 5px 6px 5px;
}

.ashdiv_medium_text ul{
	padding:0px 0px 0px 5px;
	width:190px;
	float:left;
}

.ashdiv_medium_text li{
	background:url(../images/buttons/bullet.jpg) no-repeat;
	list-style:none;
	padding:0px 0px 0px 15px;
	width:190px;
	float:left;
}

/*---------------------------------------------------------------------------SUBPAGE----------------------------------------------------------------------------*/

.sub_head{
	float:left;
	width:auto;
	font-weight:bold;
	font-size:19px;
	padding:5px 15px 15px 0px;
	white-space:nowrap;
	text-transform:uppercase;
}

.sub_head a{
	text-decoration:none;
	color:#3A3A3A;
}

.sub_head a:hover{
	text-decoration:none;
	color:#3A3A3A;
}

.inner_head{
	float:left;
	font-weight:bold;
	font-size:17px;
	padding:2px 0px 2px 0px;
	white-space:nowrap;
}

.inner_head a{
	text-decoration:none;
	color:#3A3A3A;
}

.inner_head a:hover{
	text-decoration:none;
	color:#3A3A3A;
}

.inner_head_left_wraper{
	float:left;
	padding:0px 30px 5px 0px;
}

.inner_head_left{
	float:left;
	padding:1px 0px 1px 0px;
	white-space:nowrap;
}

.inner_head_right_wraper{
	float:right;
	padding:5px 0px 5px 0px;
}

.inner_head_right{
	float:right;
	padding:1px 0px 1px 0px;
	white-space:nowrap;
}

.slideshow { 
	margin:0 auto;
	width:140px;
	line-height:24px;
}

.slideshow img { 
	/*border: 1px solid #ccc;  */
}

/*********************************************************************MISSION_VISION*************************************************************************/

#mission{
	float:left;
	display:none;
	
}

#whoweare{
	float:left;
	/*display:none;*/
}

#methodology{
	float:left;
	display:none;
}

#infrastructure{
	float:left;
	display:none;
}

#history{
	float:left;
	display:none;
}

/*********************************************************************CUSTOMER***********************************************************************************/

.customer_div_wraper{
	float:left; 
	width:680px;
}

.customer_wraper{
	float:left;  
	border-bottom:1px solid #dadada;
	width:680px;
	padding:10px 0px 10px 0px;
}

.customer_left{
	float:left; 
	width:150px; 
	margin:0px 0px 0px 20px; 
	text-align:center;
}

.customer_right{
	float:right; 
	width:470px; 
	margin:40px 0px 0px 0px;
	color:#999999;
	font-weight:bold;
}

/*********************************************************************customer_speak***********************************************************************************/


.customer_speak_logo{
	float:right;
}


/*********************************************************************NEWS***********************************************************************************/



.news_div_wraper{
	float:left; 
	width:680px;
}

.news_wraper{
	float:left;  
	/*border-bottom:1px solid #dadada;*/
	width:680px;
	padding:10px 0px 10px 0px;
}

.news_left{
	float:left; 
	width:70px; 
	margin:12px 0px 0px 10px; 
	text-align:left;
	font-weight:bold;
}

.news_right{
	float:right; 
	width:570px; 
	margin:0px 0px 0px 0px;
}

#news_2009{
	float:left;
	display:none;
}

#archive_news{
	float:left;
	display:none;
}

.news_link{
	float:left;
	font-weight:bold;
	width:680px;
}

.news_link a{
	text-decoration:none;
	color:#E67816;
}

.news_link a:hover{
	text-decoration:none;
	color:#E67816;
}


/*********************************************************************PRODUCTS********************************************************************************/

.products_div_wraper{
	float:left; 
	width:680px;
}

.procuts_wraper{
	float:left;  
	border-bottom:1px solid #dadada;
	width:680px;
}


/*********************************************************************FAQ***********************************************************************************/

.faq_wraper{
	float:left; 
	width:680px;
	margin:0px 0px 15px 0px;
}

.faq_qns{
	float:left; 
	color:#484848;
	width:680px; 
	font-weight:bold;
}

.faq_ans{
	float:left; 
	margin:0px 0px 0px 20px;
	width:658px;
	background-color:#F7F7F7;
	padding:5px 5px 5px 5px;
}

/*----------------------------------------------------------------SERVICE--------------------------------------------------------------------------------*/
#service_application{
	float:left;
	display:none;
}

#service_database{
	float:left;
	display:none;
}

#service_web{
	float:left;
	display:none;
}

#service_testing{
	float:left;
	display:none;
}

/***********************************************************************RFI**********************************************************************************/
.txt_rfi{
	border:solid 1px #C5CCD4; 
	width:185px; 
	float:left; 
	padding-top:1px;  
	height:16px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:5px;
	font-family:Tahoma;
	color:#3A3A3A;
}

.list_rfi{
	border:solid 1px #C5CCD4; 
	width:190px;
	float:left; 
	padding-top:1px;  
	height:21px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:5px;
	font-family:Tahoma;
	color:#3A3A3A;
}

.list_rfi_multiple{
	border:solid 1px #C5CCD4; 
	width:190px;
	float:left; 
	padding-top:1px;  
	height:80px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:5px;
	font-family:Tahoma;
	color:#3A3A3A;
}

.textarea_rfi{
	border:solid 1px #C5CCD4; 
	width:185px; 
	float:left; 
	padding-top:1px;  
	height:70px; 
	padding-left:3px; 
	font-size:11px; 
	font-weight:normal; 
	margin-right:0px;
	font-family:Tahoma;
}

.rfi_wraper{
	margin:0 auto; 
	width:500px;
}

.rfi_text_wraper{
	float:left;
	width:500px;
	margin:1px 0px 1px 0px;
}

.rfi_left{
	float:left; 
	width:180px;
}

.rfi_right{
	float:right; 
	width:300px; 
	text-align:left;
}




/*---------------------------------------------------------------------------WORK--------------------------------------------------------------------------------*/

#websites{
	float:left;
	display:none;
}

/***********************************************************************************SITEMAP************************************************************************/

.sitemap{
	float:left; 
	margin:0px 0px 0px 50px; 
	padding:0px 0px 0px 5px; 
	border-left:1px solid #dadada;
}

#sitemap1{
	display:none;
	float:left;
}

#sitemap1a{
	display:none;
	float:left;
	margin:0px 0px 0px 20px;
}

#sitemap2{
	display:none;
	float:left;
}

#sitemap2a{
	display:none;
	float:left;
	margin:40px 0px 0px 20px;
}

#sitemap3{
	display:none;
	float:left;
}

#sitemap4{
	display:none;
	float:left;
}

#sitemap5{
	display:none;
	float:left;
}

.sitemapdiv_wraper{
	float:left; 
	width:118px; 
	height:24px; 
	border:1px solid #333333; 
	background-color:#FFFFFF; 
	padding:2px 2px 2px 2px;
	margin:0px 0px 3px 0px;
}

.sitemap_wraper{
	float:left; 
	margin:0px 0px 3px 0px;
	padding:2px 2px 2px 2px;
	width:118px; 
	height:24px;
	border:1px solid #333333; 
}

.sitemap_left_dark{
	float:left; 
	width:90px; 
	height:22px; 
	background-color:#565656; 
	color:#FFFFFF; 
	padding:0px 2px 2px 2px; 
	text-align:center; 
	font-weight:bold;
}

.sitemap_left_light{
	float:left; 
	width:90px; 
	height:22px; 
	background-color:#DADADA; 
	
	padding:0px 2px 2px 2px; 
	text-align:center; 
	font-weight:bold;
}


.sitemap_rightbutton{
	float:left; 
	width:20px; 
	height:23px; 
	background-color:#dadada; 
	margin:0px 0px 0px 3px;
}

.sitemap_leftbutton{
	float:left; 
	width:20px; 
	height:23px; 
	background-color:#dadada; 
	margin:0px 3px 0px 0px;
}

.image_code{
	float:left;
}

.image_code_icon{
	width:20px; 
	height:20px; 
	float:left;
}



/**********************************************************************CAREER********************************************************************************/

.career_wraper{
	float:left; 
	width:680px;
}

.career_content_wraper{
	float:left; 
	width:680px;
	border-bottom:dotted 1px #A9A9A9;
	padding:0px 0px 5px 0px;
	margin:10px 0px 0px 0px;
}

.career_content_bg{
	float:left; 
	width:675px;
	background-color:#DEEBF9;
	padding:0px 0px 0px 5px;
	font-weight:bold;
}

.career_content{
	float:left; 
	width:675px;
	padding:0px 0px 0px 5px;
}

.career_left{
	float:left; 
	width:100px;
	text-align:left;
}

.career_right{
	float:right; 
	width:400px;
	text-align:left;
}


/**********************************************************************CASE STUDIES********************************************************************************/

.casestudy_wraper{
	float:left; 
	width:680px;
}

.casestudy_content_wraper{
	float:left; 
	width:680px;
	border-bottom:dotted 1px #A9A9A9;
	padding:0px 0px 5px 0px;
	margin:10px 0px 0px 0px;
}

.casestudy_content_wraper_noborder{
	float:left; 
	width:680px;
	padding:0px 0px 5px 0px;
	margin:10px 0px 0px 0px;
}

.casestudy_content_bg{
	float:left; 
	width:675px;
	background-color:#DEEBF9;
	padding:0px 0px 0px 5px;
	font-weight:bold;
}

.casestudy_content{
	float:left; 
	width:675px;
	padding:0px 0px 0px 5px;
}

.casestudy_left{
	float:left; 
	width:200px;
	text-align:left;
}

.casestudy_right{
	float:right; 
	width:400px;
	text-align:left;
}

.feedback_button{
	/*float:right;*/
	position:fixed; 
	/*left:1165px; 
	top:420px;*/
	right:0px;
	bottom:0px;
}

/*-------------------------------------------------------------------------FOOTER-----------------------------------------------------------------------------*/

.footer_wraper{
	float:left; 
	background-color:#1D1D1D; 
	width:100%;
	padding:5px 0px 0px 0px;
}

.footer{
	width:900px; 
	margin:0 auto; 
}

.footer_links_wraper{
	float:left; 
	width:850px;
}

.footer_links_head{
	float:left; 
	width:155px;
}

.footer_links_head_right{
	float:right; 
	width:195px;
}

.footer_links{
	float:left; 
	color:#E1E1E1; 
	font-size:11px; 
	padding:0px 0px 2px 0px; 
	width:145px; 
	text-transform:uppercase;
	
	margin:0px 0px 1px 0px;
}

.footer_links a{
	color:#E1E1E1; 
	text-decoration:none;
}

.footer_links a:hover{
	color:#E1E1E1; 
	text-decoration:underline;
}

.footer_links_large{
	float:left; 
	color:#E1E1E1; 
	font-size:11px; 
	padding:0px 0px 0px 0px; 
	width:195px; 
	text-transform:uppercase;
}

.footer_links_left{
	float:left; 
	color:#E1E1E1; 
	font-size:11px; 
	width:70px; 
	text-transform:uppercase;
	margin:0px 0px 0px 5px;
}

.footer_left{
	float:left; 
	color:#666666; 
	font-size:11px; 
	width:200px; 
	margin:0px 0px 20px 0px;
}

.footer_right{
	float:right; 
	color:#666666; 
	font-size:11px; 
	width:280px; 
	margin:0px 0px 20px 0px;
}

.footer_right a{
	text-decoration:none; 
	color:#666666; 
}

.footer_right a:hover{
	text-decoration:underline;
	color:#666666; 
}


.footer_links_right{
	float:right; 
	color:#E1E1E1; 
	font-size:11px; 
	width:100px; 
	text-transform:uppercase;
}

.footer_links_right a{
	text-decoration:none;
	color:#E1E1E1; 
}

.footer_links_right a:hover{
	text-decoration:underline;
	color:#E1E1E1;
}

.flag{
	float:left;
	padding:5px 0px 3px 0px; 
}

#air_media{
	float:left;
}

#hyperakt{
	display:none;
	float:left;
}

#reem_emirates{
	display:none;
	float:left;
}

#genstor{
	display:none;
	float:left;
}

#dial_city{
	display:none;
	float:left;
}

#ipdn{
	display:none;
	float:left;
}

#innosight_ventures{
	display:none;
	float:left;
}
