/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2a5740;
}
.sm_txt{
       color:#FF0000;
	   font-size:11px;
	   line-height:14px;
	  } 

a {outline:none;}

.link_orange11 {
	color:#F97102;
	font-size:11px;
	text-decoration:none;
}
.link_orange11:hover {
	color:#41745C;
	font-size:11px;
	text-decoration:none;
}


.link_orange12 {
	color:#F97102;
	font-size:12px;
	text-decoration:none;
}
.link_orange11:hover {
	color:#41745C;
	font-size:12px;
	text-decoration:none;
}

.text_green16 {
	color:#2a5740;
	font-size:18px;
	text-decoration:none;
}

.link_green12 {
	color:#2a5740;
	font-size:12px;
	text-decoration:none;
}
.link_green12:hover {
	color:#F97102;
	font-size:12px;
	text-decoration:none;
}


.projecttext {                     /* padding top for text*/
	padding:10px 0px 0px 0px;
	text-align:justify;
}


/*------------------------------------------- Start Text Styles -------------------------------------------*/ 

.text_white12 {
	font-size:12px;
	color:#FFFFFF;
}
.text_green12 {
	font-size:12px;
	color:#2b5740;
}

.text5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

/*------------------------------------------- End Text Styles -------------------------------------------*/ 

/*------------------------------------------- Start Input, select type Styles -------------------------------------------*/ 

.text_field1 {
	font-size:11px;
	color:#2a5740;
	width:145px;
	border:1px solid #4f7c66;
	background-color:#c8e3d6;
	height:16px;
}

.text_field1a {
	font-size:11px;
	color:#2a5740;
	width:100px;
	border:1px solid #4f7c66;
	background-color:#c8e3d6;
	height:16px;
}


.text_field2a {  /*edit 9.08.2011*/
	font-size:11px;
	color:#2a5740;
	width:135px;
	border:1px solid #759886;
	background-color:#ecfdf5;
	height:18px;
}

.text_field2a_q {  /*edit 9.08.2011*/
	font-size:11px;
	color:#2a5740;
	width:205px;
	border:1px solid #759886;
	background-color:#ecfdf5;
	height:18px;
}





.text_field2b{
	font-size:11px;
	color:#2a5740;
	width:100px;
	border:1px solid #759886;
	background-color:#ecfdf5;
	height:16px;
}

.addressBox{ /*edit 9.08.2011*/
	font-size:11px;
	color:#2a5740;
	width:135px;
	border:1px solid #759886;
	background-color:#ecfdf5;
}
.addressBox2{ /*edit 9.08.2011*/
	font-size:11px;
	color:#2a5740;
	width:105px;
	border:1px solid #759886;
	background-color:#ecfdf5;
}

.addressBox1{
	font-size:11px;
	color:#2a5740;
	width:200px;
	border:1px solid #759886;
	background-color:#ecfdf5;
}

.addressBox_q{ /*edit 9.08.2011*/
	font-size:11px;
	color:#2a5740;
	width:205px;
	border:1px solid #759886;
	background-color:#ecfdf5;
}

.text_field3 a{
	font-size:12px;
	color:#2a5740;
	font-weight:bold;
	text-decoration:none;
	}
.text_field3 a:hover{
	text-decoration:none;
	}

/*------------------------------------------- End Input, select type Styles -------------------------------------------*/ 

.logo{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:263px;
	height:95px;
	position:absolute;
	margin:-70px 0 0 67px;
	*margin:-60px 0 0 60px;
}
.padding{
	unicode-bidi:bidi-override;
	}

.menu {
	width:604px;
	float:right;
}

.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
.menu ul .home a{
	background-image: url(../images/menu_home.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:120px;
	height:68px;
	text-indent:-999999px;
	display:block;
}
.menu ul .home a:hover{
	background-image: url(../images/menu_home.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.menu ul .products a{
	background-image: url(../images/menu_products.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:120px;
	height:68px;
	text-indent:-999999px;
	display:block;
}
.menu ul .products a:hover{
	background-image: url(../images/menu_products.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.menu ul .services a{
	background-image: url(../images/menu_services.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:120px;
	height:68px;
	text-indent:-999999px;
	display:block;
}
.menu ul .services a:hover{
	background-image: url(../images/menu_services.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.menu ul .portfolio a{
	background-image: url(../images/menu_prortfolio.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:120px;
	height:68px;
	text-indent:-999999px;
	display:block;
}
.menu ul .portfolio a:hover{
	background-image: url(../images/menu_prortfolio.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.menu ul .contacts a{
	background-image: url(../images/menu_contactus.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:120px;
	height:68px;
	text-indent:-999999px;
	display:block;
}

.menu ul .contacts a:hover{
	background-image: url(../images/menu_contactus.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.portals_bar_bg{
	background-image:url(../images/portals_bar_bg.jpg);
	background-repeat:repeat-y;
}

.view_more {
	width:83px;
	height:18px;
	border:1px solid #c8d8d3;
	margin-top:5px;
}

.view_more ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.view_more ul li{
	margin:0px;
	padding:1px 0 0 4px;
	list-style:none;
	float:left;
}
.view_more ul li a{
	font-size:12px;
	color:#448472;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
.view_more ul li a:hover{
	color:#2a5740;
}

.sv_tdStyle {
	border:1px solid #bccec9;
	height:25px;
	padding-left:5px;
}

/*------------------------------------------- start Middle inside box -------------------------------------------*/ 

.middleinsideBox_midle {
	background-image:url(../images/insideBox_middle.gif);
	background-repeat:repeat-x;	
	color:#000000;
	}
	
.middleinsideBox_middle22222 {
	width:730px;
	width:728px !important;
	background-image:url(../images/insideBox_middle.gif);
	background-repeat:repeat-x;	
	color:#000000;
	}

.border{
	border-left:1px solid #87b19d;
	border-right:1px solid #87b19d;
	border-bottom:1px solid #87b19d;
	padding:0px 10px 0px 10px;
}

.tab_arange {
}
.tab_arange ul{
	padding:0px 0 0 0;
	margin:0px;
	list-style:none;
}
.tab_arange ul li{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none;
	float:left;
	height:34px;
	

}

.footer_link {
	color:#2a5740;
	text-decoration:none;
}
.footer_link:hover {
	color:#000;
	text-decoration:none;
}

.copyright {
	font-size:11px;
	color:#8c8c8c;
	line-height:30px;
}

.galleryBox {
border:1px dashed #CCCCCC;
width:180px;
height:170px;
text-align:center;
vertical-align:middle;
}
.imagesize {
width:191px;
height:132px;
}

.more{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
margin:5px 0 0 0;
padding:0;
float:right;
}
/*------------------------------------------- start Middle inside box -------------------------------------------*/ 

/*----------------------------New-------------------------------*/

.inner-repeat-x{
	background-image: url(../images/innerpage-box-repeat-img.gif);
	background-repeat:repeat-x;
	}
/*------------------------------------------------------------------------------------*/
	
/*------------------------------------------Border----------------------------------*/

.border{
	border-left:1px solid #87b19d;
	border-right:1px solid #87b19d;
	border-bottom:1px solid #87b19d;
	padding:0px 10px 0px 10px;
}
	
.border1{
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	padding-left:10px;
	padding-right:10px;
	}
/*-------------------------------End-----------------------------------*/	
.portals {
	font-size:12px;
	color:#FFFFFF;
}

.portals a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	fe7d3c
}

.portals a:hover {
	font-size:12px;
	color:#fe7d3c;
	text-decoration:none;
	
}

/****************************** style used for tab menu in the homepage *************************/

.tab-menu {
	float:left;
	width:380px;
	margin:10px 0 0 10px;
	
}

.tab-menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	clear:both;	
}

.tab-menu li {
	padding:0px 10px 10px 0px;
	margin:0px;
	list-style:none;
	float:left;
	font-size:12px;
	
}
	
.tab_cont_icon {
	position:absolute;
	margin-left:370px;
	*margin-left:-30px;
	width:150px;
}
	
.kamasur{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#2a5740;
text-decoration:none;
text-align:left;
}
.kamasur a{
color:#2a5740;
text-decoration:none;
text-align:left;
}
.kamasur a:hover{
color:#2a5740;
text-decoration:none;
text-align:left;
}

/****************************** style used for tab menu in the homepage *************************/

.text10 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}



/*=====================================================================================================================================================================
												-----------------------------CSS Written new for hire us page--------------------------------
======================================================================================================================================================================*/



#hire_us_container{
	width:979px;
	margin:0 auto;
}

#hire_us_container .onetwentynineclrsp{
	height:160px;
	background:url(../images/hire-us-images/header_bg.jpg) no-repeat;
	width:979px;
}

#hire_us_container #first_row{
	height:195px;
	float:left;
	width:979px;
}
#hire_us_container .support {
	font-size:15px;
	color:#f89955;
	vertical-align:middle;
}

#hire_us_container #first_row .first_col{
	height:185px;
	width:326px;
	float:left;
}
#hire_us_container #first_row .first_col .skype{
	height:75px;
	width:326px;
	margin-top:10px;
}
#hire_us_container #first_row .first_col .skype img{
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#hire_us_container #first_row .first_col .skype p{
	font-family:"arial";
	font-size:17px;
	color:#595555;
	margin:0px;
	padding:0px;
}

#hire_us_container #first_row .first_col .yahoo{
	height:75px;
	width:280px;
	margin-top:10px;
}
#hire_us_container #first_row .first_col .yahoo img{
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#hire_us_container #first_row .first_col .yahoo p{
	font-family:"arial";
	font-size:17px;
	color:#595555;
	margin:0px;
	padding:0px;
}

#hire_us_container #first_row .second_col{
	height:185px;
	width:346px;
	float:left;
}

#hire_us_container #first_row .second_col .hotmail{
	height:55px;
	width:340px;
	margin-top:10px;
}
#hire_us_container #first_row .second_col .hotmail img{
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#hire_us_container #first_row .second_col .hotmail p{
	font-family:"arial";
	font-size:17px;
	color:#595555;
	margin:0px;
	padding:0px;
}

#hire_us_container #first_row .second_col .gmail{
	height:75px;
	width:280px;
	margin-top:10px;
	margin-left:20px;
}
#hire_us_container #first_row .second_col .gmail img{
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#hire_us_container #first_row .second_col .gmail p{
	font-family:"arial";
	font-size:17px;
	color:#595555;
	margin:0px;
	padding:0px;
}
#hire_us_container #first_row .thired_col{
	height:185px;
	width:287px;
	float:left;
}
#hire_us_container #first_row .thired_col .aol{
	height:75px;
	width:287px;
	margin-top:10px;
}
#hire_us_container #first_row .thired_col .aol img{
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#hire_us_container #first_row .thired_col .aol p{
	font-family:"arial";
	font-size:17px;
	color:#595555;
	margin:0px;
	padding:0px;
}

#hire_us_container #first_row .thired_col .topcontact{
	background:url(../images/hire-us-images/top_conbg.jpg) no-repeat;
	width:191px;
	height:64px;
	margin-left:20px;
	padding:5px 0;
	text-align:center;
	font-size:14px;
	line-height:22px;
}

#hire_us_container #pricelist{
	background:url(../images/hire-us-images/mid_secbg.png) no-repeat;
	width:979px;
	height:195px;
	
}
#hire_us_container #pricelist .firsttxt{
	width:307px;
	height:137px;
	float:left;
	margin-top:50px;
	
}

#hire_us_container #pricelist .firsttxt h3{
	font-size:24px;
	font-family:arial;
	color:#fdb700;
	margin:0;
	margin-left:10px;
	
}
#hire_us_container #pricelist .firsttxt p{
	font-size:21px;
	font-family:arial;
	margin:0;
	color:#595555;
	margin-left:30px;
	margin-top:5px;
	line-height:26px;
	
}

#hire_us_container #pricelist .secondtxt{
	width:307px;
	height:137px;
	float:left;
	margin-top:50px;
	margin-left:25px;
	
}

#hire_us_container #pricelist .secondtxt h3{
	font-size:24px;
	font-family:arial;
	color:#fdb700;
	margin:0;
	margin-left:10px;
	
}
#hire_us_container #pricelist .secondtxt p{
	font-size:21px;
	font-family:arial;
	margin:0;
	color:#595555;
	margin-left:30px;
	margin-top:5px;
	line-height:26px;
	
}

#hire_us_container #pricelist .thiredtxt{
	width:307px;
	height:137px;
	float:left;
	margin-top:50px;
	margin-left:25px;
	
}

#hire_us_container #pricelist .thiredtxt h3{
	font-size:24px;
	font-family:arial;
	color:#fdb700;
	margin:0;
	margin-left:10px;
	
}
#hire_us_container #pricelist .thiredtxt p{
	font-size:21px;
	font-family:arial;
	margin:0;
	color:#595555;
	margin-left:30px;
	margin-top:5px;
	line-height:26px;
	
}
#hire_us_container #feature_technology{
	height:410px;
	margin-top:20px;
	margin-left:10px;
	
	
	
}

#hire_us_container #feature_technology .webdesign_feature{
	background:url(../images/hire-us-images/web-list-sec.jpg) no-repeat;
	width:309px;
	height:397px;
	float:left;
	
}

#hire_us_container #feature_technology .webdesign_feature h1{
	background:url(../images/hire-us-images/web_tec.png) no-repeat;
	width:268px;
	height:17px;
	margin:0;
	margin-top:15px;
	margin-left:20px;
}

#hire_us_container #feature_technology .webdesign_feature h1 span{
	display:none;
}



#hire_us_container #feature_technology .webdesign_feature .features{
	float:left;
	padding:0;
	margin:35px 0 0 15px !important;
	margin:35px 0 0 8px;
}

#hire_us_container #feature_technology .webdesign_feature .features img{
	clear:both;
	padding-bottom:14px;
}

#hire_us_container #feature_technology .webdesign_feature .features ul{
    list-style-type:none;
	padding:0;
	margin:0;
}

#hire_us_container #feature_technology .webdesign_feature .features ul li{
	color:#595555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 0 40px 0;
	vertical-align:middle;
}
#hire_us_container #feature_technology .webdesign_feature .features ul li img{
	float:left;
	margin:0 7px 0 0;
}




#hire_us_container #feature_technology .webdesign_feature .tools_and_technology{
	float:left;
	padding:0;
	margin:25px 0 0 20px;
}

#hire_us_container #feature_technology .webdesign_feature .tools_and_technology img{
  clear:both;
  padding-bottom:14px;
}
#hire_us_container #feature_technology .webdesign_feature .tools_and_technology ul{
   list-style-type:none;
	padding:0;
	margin:0;
}

#hire_us_container #feature_technology .webdesign_feature .tools_and_technology ul li{
	color:#016330;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 25px 0;
	padding-left:15px;
	background:url(../images/hire-us-images/arrow.png) no-repeat left center;
}

#hire_us_container #feature_technology .php_feature{
	background:url(../images/hire-us-images/web-list-sec.jpg) no-repeat;
	width:309px;
	height:397px;
	float:left;
	margin-left:20px;
	
}

#hire_us_container #feature_technology .php_feature h1{
	background:url(../images/hire-us-images/php_fea.png) no-repeat;
	width:268px;
	height:17px;
	margin:0;
	margin-top:15px;
	margin-left:20px;
}

#hire_us_container #feature_technology .php_feature h1 span{
	display:none;
}



#hire_us_container #feature_technology .php_feature .features1{
	float:left;
	padding:0;
	margin:25px 0 0 15px !important;
	margin:25px 0 0 8px;
	
}

#hire_us_container #feature_technology .php_feature .features1 img{
	clear:both;
	padding-bottom:14px;
}

#hire_us_container #feature_technology .php_feature .features1 ul{
    list-style-type:none;
	padding:0;
	margin:0;
}

#hire_us_container #feature_technology .php_feature .features1 ul li{
	color:#595555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 25px 0;
	vertical-align:middle;
}
#hire_us_container #feature_technology .php_feature .features1 ul li img{
	float:left;
	padding:0 11px 0 0;
}




#hire_us_container #feature_technology .php_feature .tools_and_technology{
	float:left;
	padding:0;
	margin:25px 0 0 20px;
}

#hire_us_container #feature_technology .php_feature .tools_and_technology img{
  clear:both;
  padding-bottom:14px;
}
#hire_us_container #feature_technology .php_feature .tools_and_technology ul{
   list-style-type:none;
	padding:0;
	margin:0;
}

#hire_us_container #feature_technology .php_feature .tools_and_technology ul li{
	color:#595555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 20px 0;
	padding-left:15px;
	background:url(../images/hire-us-images/arrow.png) no-repeat left center;
}



#hire_us_container #feature_technology .net_feature{
	background:url(../images/hire-us-images/web-list-sec.jpg) no-repeat;
	width:309px;
	height:397px;
	float:left;
	margin-left:20px;
	
}

#hire_us_container #feature_technology .net_feature h1{
	background:url(../images/hire-us-images/net_fea.png) no-repeat;
	width:268px;
	height:17px;
	margin:0;
	margin-top:15px;
	margin-left:20px;
}

#hire_us_container #feature_technology .net_feature h1 span{
	display:none;
}



#hire_us_container #feature_technology .net_feature .features2{
	float:left;
	padding:0;
	margin:35px 0 0 15px !important;
	margin:35px 0 0 8px;
}



#hire_us_container #feature_technology .net_feature .features2 ul{
    list-style-type:none;
	padding:0;
	margin:0;
}

#hire_us_container #feature_technology .net_feature .features2 ul li{
	color:#595555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 25px 0;
	vertical-align:middle;
}
#hire_us_container #feature_technology .net_feature .features2 ul li img{
	float:left;
	padding:0 14px 0 0;
}




#hire_us_container #feature_technology .net_feature .tools_and_technology{
	float:left;
	padding:0;
	margin:25px 0 0 20px;
}

#hire_us_container #feature_technology .net_feature .tools_and_technology img{
  clear:both;
  padding-bottom:14px;
}
#hire_us_container #feature_technology .net_feature .tools_and_technology ul{
   list-style-type:none;
	padding:0;
	margin:0;
}

#hire_us_container #feature_technology .net_feature .tools_and_technology ul li{
	color:#595555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 20px 0;
	padding-left:15px;
	background:url(../images/hire-us-images/arrow.png) no-repeat left center;
}


#hire_us_container #resene_devlop{
	background:url(../images/hire-us-images/resent-devlop.png) no-repeat top center;
	width:979px;
	height:470px;
}
#hire_us_container #resene_devlop .txtarea{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:65px 0 0 15px;
}
#hire_us_container #resene_devlop .txtarea p{
	padding:0;
	margin:0;
	color:#000;
	line-height:21px;
}
#hire_us_container #resene_devlop .txtarea p a{
	color:#000;
	text-decoration:none;
}
#hire_us_container #expertise{
	width:979px;
	height:350px;
}
#hire_us_container #expertise .servicesNewyear {
	background:url(../images/hire-us-images/desc_mid.jpg) repeat-x;
	height:46px;
	font-size:20px;
	font-family:"Franklin Gothic Medium Cond";
	vertical-align:top;
	color:#ffffff;
}

 #hire_us_container #expertise .servicesNewyearinside {
	background-color:#f5f5f5;
	border-left:1px solid #acb7b0;
	border-right:1px solid #acb7b0;
}

#hire_us_container #expertise .expertise a {
	color:#000000;
	text-decoration:none;
}

#hire_us_container #our-previous-client{
	width:979px;

}

#hire_us_container #our-previous-client .middleinsideBox_midle {
	background-image:url(../images/hire-us-images/insideBox_middle.gif);
	background-repeat:repeat-x;	
	color:#000000;
	}
/*#hire_us_container #our-previous-client .roundedbox_top{background:url(images/rounded_top.jpg) left top no-repeat;
text-align:left;
padding-left:5px;
vertical-align:middle;
font:12px bold Arial, Helvetica, sans-serif;
color:#333333;
line-height:26px;}

#hire_us_container #our-previous-client .roundedbox_back{background:url(images/roundedbox_back.jpg) left top repeat-y;
height:160px;
vertical-align:top;
padding:6px;
font: normal 12px Arial, Helvetica, sans-serif;
color:#003300;}*/

#hire_us_container .fotter_image{
	background:url(../images/hire-us-images/fotter_image.jpg) no-repeat;
	width:978px;
	margin-bottom:10px;
	height:62px;
}

#hire_us_container .leftsec .net_developing{
	width:473px;
	margin:0 auto;
	padding:10px 0 0 0;
	clear:both;
}

/*---------leftsec end------------*/



/*---------rightsec start------------*/
#hire_us_container .rightsec{
	float:right;
	width:475px;
	margin:0 3px 0 0;
}

#hire_us_container .rightsec .phpsec{
	width:473px;
	margin:0 auto;
	clear:both;

}

#hire_us_container .rightsec .features{
	float:left;
	background:url(../images/line.png) no-repeat;
	background-position:right;
	width:178px;
	padding:0;
	margin:25px 0 0 0;
}

#hire_us_container .rightsec .features img{
	clear:both;
	padding-bottom:14px;
}

#hire_us_container .rightsec .features ul{
    list-style-type:none;
	padding:0;
	margin:0;
}

#hire_us_container .rightsec .features ul li{
	color:#016330;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:15px 0 10px 0;
	font-weight:bold;
}

#hire_us_container .rightsec .features ul li img{
	float:left;
	padding:0 11px 0 0;
}

#hire_us_container .rightsec .tools_and_technology{
	float:right;
	width:253px;
	padding:0;
	margin:25px 0 0 0;
}

#hire_us_container .rightsec .tools_and_technology img{
  clear:both;
  padding-bottom:14px;
}
#hire_us_container .rightsec .tools_and_technology ul{
   list-style-type:none;
	padding:0;
	margin:0;
}

#hire_us_container .rightsec .tools_and_technology ul li{
	color:#016330;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0 0 10px 0;
	font-weight:bold;
}


#hire_us_container .rightsec .quick_profetional{
	float:right;
	background:url(../images/quick-proposal.png) no-repeat 0 0;
	width:212px;
	height:234px;
	padding:74px 0 0 31px;
}

#hire_us_container .rightsec .quick_profetional input {
	background:url(../images/box-shadow.jpg) no-repeat;
	width:182px;
	height:24px;
	border:none;
	margin-bottom:19px;
	font-size:11px;
	color:#666666;
	padding:0 0 0 7px;
}

#hire_us_container .rightsec .quick_profetional textarea{
	background:url(../images/box-shadow-big.jpg) no-repeat;
	width:182px;
	height:56px;
	margin-bottom:7px;
	border:none;
	font-size:11px;
	color:#666666;
	padding:0 0 0 7px;

}

#hire_us_container .rightsec .quick_profetional .sub{
	float:right;
	background:url(../images/submit.jpg) no-repeat;
	width:65px;
	height:22px;
	margin:0 20px 0 0;
	text-indent:-9999px;
	cursor:pointer;
}


#hire_us_container .rightsec .seventyclr{
	clear:both;
	height:20px;
}

#hire_us_container .rightsec .quick_contact{
	float:right;
	width:210px;
	background-image: url(../images/left_pan_bg2.gif);
	background-repeat: repeat-y;
	margin-right:10px;
	
}





/*---------rightsec end------------*/

