@charset "utf-8";
/******************** CSS Document  **********************/
/* Created by Binoj Puthukkadath ==> mrbinojkb@yahoo.com */

BODY{
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	background:#dcdfe4 url(../images/body_bg.gif) repeat-x left top;
	color:#666;
	line-height:18px;
}

H1, H2, H3, H4, H5, H6, UL, OL, LI, FORM{
	margin:0;
	padding:0;
}

H1{
	font:normal 21px Arial, Helvetica, sans-serif;
	height:27px;
	margin:15px 0;
	background:url(../images/seperator.gif) no-repeat right bottom;
	padding-bottom:7px;
}

H2{
	font-size:18px;
	margin-bottom:10px;
	font-weight:normal;
	color:#666;
}

H2 SPAN.num{
	background:url(../images/services_number.gif) no-repeat left top;
	height:21px;
	width:23px;
	color:#fff;
	display:inline-block;
	text-align:center;
	padding:2px 0 0 0;
	margin-right:5px;
	//position:relative;
	//top:2px;
}

SELECT, INPUT, TEXTAREA, FILE{
	font:12px Arial, Helvetica, sans-serif;
	margin:0; 
	padding:0;
}

P{
	margin:0 0 15px 0;
	padding:0;
}

A{
	color:#666;
	text-decoration:none;
	outline:none;
}

A:hover{
	color:#fa6602;
}

A IMG{
	border:0;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac 

*:first-child+html .clearfix{
	height:1%;
}

*html .clearfix {	height:1%;
}

End hide from IE-mac */

.clr{
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}

#main_layout{
	width:970px;
	margin:auto;
	
}

#header{
	height:135px;
	background:url(../images/header_bg.gif) no-repeat left top;
}

#header A.logo{
	display:block;
	width:222px;
	height:109px;
	margin-top:12px;
	float:left;
}

#main_navigation{
	width:655px;
	float:right;
	height:108px;
}

#main_navigation A{
	display:inline-block;
	width:123px;
	height:108px;
	float:left;
	margin-left:8px;
	text-indent:-9999px;
}

#main_navigation A.link1{
	background:url(../images/link1.gif) no-repeat left top;
}

#main_navigation A.link2{
	background:url(../images/link2.gif) no-repeat left top;
}

#main_navigation A.link3{
	background:url(../images/link3.gif) no-repeat left top;
}

#main_navigation A.link4{
	background:url(../images/link4.gif) no-repeat left top;
}

#main_navigation A.link5{
	background:url(../images/link5.gif) no-repeat left top;
}

#main_navigation A:hover,
#main_navigation A.active{
	background-position:left -108px;
}

#home_banner{
	height:345px;
	background:url(../images/banner_bg.jpg) no-repeat left top;
}

#home_banner .mask1{
	height:323px;
}

#home_banner .slide_cntrl{
	height:22px;
	text-align:right;
}

#home_services{
	margin:0 5px 0 4px;
	background:url(../images/services_heading_bg.gif) no-repeat left bottom;
}

#home_services .heading{
	background:url(../images/services_heading_bg.gif) no-repeat left bottom;
	height:25px;
	font-size:15px;
	font-weight:bold;
}

#home_services .services_box{
	width:305px;
	float:left;
	margin:10px 23px 17px 0;
	display:inline;
}
#home_services .services_box_last{
	width:305px;
	float:left;
	margin:10px 0 17px 0;
	display:inline;
}

.service_title{
	font-size:18px;
	margin-bottom:10px;z
}

.service_title SPAN.num{
	background:url(../images/services_number.gif) no-repeat left top;
	height:21px;
	width:23px;
	color:#fff;
	display:inline-block;
	text-align:center;
	padding:2px 0 0 0;
	margin-right:5px;
	//position:relative;
	//top:2px;
}
SPAN.sifrtxt{
	
}
.service_read_more{
	font-weight:bold;
	margin-top:8px;
	text-align:right;
}

.view_more_service{
	text-align:right;
	margin:6px 0 20px;
}

#special_box{
	background:#eeeff2;
	border:solid 1px #c8ced6;
}

#special_box .box{
	width:280px;
	float:left;
	margin:12px 30px 12px 15px;
	display:inline;
}

#special_box .box_last{
	width:285px;
	float:left;
	margin:10px 15px 13px 15px;
	display:inline;
}

#special_box .title{
	font-size:18px;
	color:#fa6602;
	margin-bottom:7px;
}

#special_box .title_btm{
	color:#818181;
	font-weight:bold;
	font-size:11px;
	margin-bottom:10px;
}

#special_box .recent_work{
	text-align:right;
}

#special_box .view{
	text-align:right;
	margin-top:10px;
}

#special_box .pic{
	margin:3px 14px 0 0;
	float:left;
}

#footer{
	background:#3c3f48 url(../images/bottom_bg.gif) repeat-x left top;
	margin-top:35px;

}

#footer #footer_contents{
	width:970px;
	margin:auto;
}

/**html #footer #footer_contents{
	height:0;
}*/


.contact_box .left{
	width:182px;
	float:left;
}

.contact_box .right{
	width:244px;
	float:right;
	padding-top:3px;
}

.contact_box LABEL{
	display:block;
	margin:4px 0 0;
}

.contact_box INPUT.inputs{
	background:#4a4c54;
	width:176px;
	border:0;
	height:17px;
	color:#c3c1c1;
	font-size:11px;
	padding:2px 3px 0;
}

.contact_box TEXTAREA.txtarea{
	background:#4a4c54;
	width:238px;
	border:0;
	height:99px;
	//height:104px;
	color:#c3c1c1;
	font-size:11px;
	padding:2px 3px 0;
	overflow:auto;
}

.contact_box .submit_bttn{
	text-align:right;
	margin-top:9px;
}

.contact_box .submit_bttn INPUT{
	background:url(../images/contact_bttn.gif) no-repeat left top;
	width:112px;
	height:18px;
	border:0;
	cursor:pointer;
}

.dhtmlgoodies_answer .title{
	font-size:18px;
	color:#fff;
	margin-bottom:7px;
}

.dhtmlgoodies_answer .we_offer{
	width:286px;
	float:left;
	margin-right:15px;
}

.we_offer .title{
	margin-bottom:20px;
}

.we_offer .left{
	width:154px;
	float:left;
	font-size:11px;
	color:#c3c1c1;
}

.we_offer .left DIV{
	background:url(../images/tick.gif) no-repeat left 3px;
	padding:0 0 5px 17px;
}

.we_offer .right{
	width:120px;
	float:left;
	margin-left:12px;
	font-size:11px;
	color:#c3c1c1;
}

.we_offer .right DIV{
	background:url(../images/tick.gif) no-repeat left 3px;
	padding:0 0 5px 17px;
}

.dhtmlgoodies_answer .blog{
	width:134px;
	float:right;
}

.blog .title{
	margin-bottom:20px;
}

.blog .blog_logo{
	border-bottom:solid 1px #4e5159;
	padding-bottom:8px;
	margin-bottom:8px;
}

#copyrights{
	text-align:right;
	border-top:solid 1px #50535b;
	padding-top:13px;
	height:80px;
	background:url(../images/footer_email.gif) no-repeat left 20px;
}

#copyrights .copyright{
	font-size:13px;
	color:#8a8786;
}

#copyrights A{
	color:#8a8786;
	font-size:11px;
}

#copyrights A:hover{
	text-decoration:underline;
}

#copyrights .validation{
	margin-top:10px;
}

.page_intro_wrapper{
	background:url(../images/intro_quote_rgt.gif) no-repeat right bottom;
	padding:0 18px 18px 0;
}

.page_intro{
	font-size:18px;
	padding:15px 0 0 323px;
	line-height:20px;
	/*background:url(../images/intro_quote_lft.gif) no-repeat 297px top;*/
}
.question{
	padding:2px 0 0 25px; background:url(../images/q.gif) left top no-repeat; margin-bottom:5px; color:#fa6602;
}
.answer{
	padding:2px 0 0 25px; background:url(../images/a.gif) left top no-repeat; color:#424241;
}



.service{
	background:url(../images/seperator.gif) no-repeat right bottom;
	margin-bottom:10px;
}

.service_last{
	background:none;
}

.service_last .pic{
	width:212px;
	padding:0 20px;
	float:right;
	text-align:center;
	margin:0;
}

.service_last .text{
	width:718px;
	float:left;
	margin:0;
	position:relative;
}

.service .pic{
	width:212px;
	padding:0 20px;
	float:right;
	text-align:center;
	margin:0 0 7px;
}

.service .text{
	width:718px;
	float:left;
	margin:0 0 7px;
	position:relative;
}

.service_slider{
	overflow:hidden;
}

.history_left{
	width:618px;
	float:left;
	padding-bottom:10px;
}

.history_pic{
	width:285px;
	float:left;
	margin:3px 0 0 35px;
}

.our_partners{
	background:url(../images/seperator.gif) no-repeat right top;
	padding:22px 0 22px;
}
.our_partners IMG{
	border:solid 3px #ccc;
	background:#fff;
	margin:15px 52px 0 0
}

.careers{
	background:url(../images/seperator.gif) no-repeat right top;
	padding-top:22px;
}

.career_intro{
	padding-bottom:22px;	
}

.career_form{
	width:410px;
	float:left;
	color:#222;
	font-weight:bold;
}

.career_list{
	width:455px;
	float:right;
}

.career_list .title{
	font-weight:bold;
	width:150px;
	border-bottom:solid 2px #fa6602;
	margin-bottom:7px;
}

.career_list .career_name{
	background:url(../images/career_bullet.gif) no-repeat 5px 7px;
	padding:2px 0 1px 18px;
}

#frm_career TABLE TD{
	padding:5px 0;
}

#file_uploader #upload_bttn{
	height:25px;
	padding-right:7px;
	float:right;
	width:111px;
}

#file_uploader #upload_bttn A{
	display:block;
	float:left;
	background:url(../effects/jqtransformplugin/img/upload_left.gif) no-repeat left top;
	height:25px;
	color:#333;
	font-size:11px;
	text-transform:uppercase;
}

#file_uploader #upload_bttn A SPAN{
	display:block;
	background:url(../effects/jqtransformplugin/img/upload_right.gif) no-repeat right top;
	height:22px;
	cursor:pointer !Important;
	float:left;
	padding:3px 8px 0 8px;
}

#file_uploader #upload_bttn.hover A{
	background:url(../effects/jqtransformplugin/img/upload_left.gif) no-repeat left -25px;
}

#file_uploader #upload_bttn.hover A SPAN{
	background:url(../effects/jqtransformplugin/img/upload_right.gif) no-repeat right -25px;
}

#file_uploader .files{
	float:right;
	text-align:right;
	margin-top:3px;
	padding-right:10px;
	font-weight:normal;
	color:#6a6b82;
}

#file_uploader .files DIV{
	background:url(../effects/jqtransformplugin/img/upload_bullet_left.gif) no-repeat right 5px;
	padding-right:12px;
}

.quote_box{
	margin:5px 0 0 0px;
	background:url(../images/quote.gif) no-repeat left top;
	padding:5px 0 0 32px;
}


.client_info{
	font-weight:bold;
	text-align:right;
	border-bottom:solid 1px #d4d7dc;
	margin:10px 0px 0 0;
	padding:0 34px 6px 0;
	background:url(../images/quote_rgt.gif) no-repeat right -2px;
}

.quotes{
	padding-right:32px;
}

.no_border{
	border-bottom:0;
}

.client_info SPAN{
	color:#fa6602;
	font-weight:normal;
}

.our_clients{
	background:url(../images/seperator.gif) no-repeat right top;
	padding:22px 0 22px;
	margin-top:10px;
}

.our_clients IMG{
	border:solid 3px #ccc;
	background:#fff;
	margin:15px 52px 0 0
}
/*#content {
	position:relative;
	overflow:hidden;
	height:400px;
}

#content UL{
	position:absolute;
	width:2500px;
	height:400px;
}

#content UL LI{
	position:relative;
	width:600px;
	display:block;
	height:400px;
    float:left
}*/


#works_area{
	height:2400px;
	overflow:hidden;
	position: relative;
	width:970px;
}

#works_area  UL{
	list-style: none;
	position:absolute;
	width:2910px;
	height:1800px;
}

#works_area  UL LI{
	position:relative;
	width:970px;
	display:block;
	height:2400px;
    float:left;
}

#works_area  UL LI .web{
	width:300px;
	float:left;
	margin:0 23px 20px 0; 
}

#works_area  UL LI .web .web_pic{
	background:url(../images/mac_bg.gif) no-repeat left top;
	padding-top:6px;

}

#works_area  UL LI .web .project_name{
	text-align:right;
	color:#4f5051;
	margin:5px 0 0;
}

#works_area  UL LI .web .includes{
	text-align:right;
	color:#747577;
	font-size:11px;
	height:36px;
	overflow:hidden;
	line-height:16px;
}


#works_area  UL LI .brand{
	width:300px;
	float:left;
	margin:0 23px 20px 0;
}

#works_area  UL LI .brand .brand_pic{
	height:182px;
	overflow:hidden;
}

#works_area  UL LI .brand .project_name{
	text-align:right;
	color:#4f5051;
	margin:5px 0 0;
}

#works_area  UL LI .brand .includes{
	text-align:right;
	color:#747577;
	font-size:11px;
	height:36px;
	overflow:hidden;
	line-height:16px;
}

#works_area  UL LI .software{
	background:url(../images/software_sprtr.gif) repeat-x left bottom;
	padding-bottom:25px;
	margin-bottom:28px;
}
.work_detail_wrapper{
	position:relative;
	padding-top:17px;
}

.work_detail_wrapper .work_nav{
	height:17px;
	text-align:right;	
	padding-right:3px;
}

#work_detail_slider{
	height:924px;
	overflow:hidden;
}

#work_detail_slider UL, #work_detail_slider LI{
	list-style:none;
}

#work_detail_slider LI{
	width:970px;
	height:924px;
	overflow:hidden;
}

#work_detail_slider .work_info{
	width:200px;
	float:left;
	line-height:14px;
	margin-top:11px;
}

#work_detail_slider .work_info .project_name{
	font-weight:bold;
	color:#555553;
}

#work_detail_slider .work_info .project_date{
	font-size:10px;
}

#work_detail_slider .work_info .project_includes{
	font-style:italic;
	font-size:11px;
	margin:5px 0 13px;
}

#work_detail_slider .work_info .project_detail{
	font-size:11px;
	margin-bottom:35px;
}


#work_detail_slider .work_sample{
	width:750px;
	float:right;
}

.contact_form{
	width:410px;
	float:left;
	color:#222;
	font-weight:bold;
}
#frm_contact{
	margin-top:13px;
}

#frm_contact TD{
	padding-bottom:10px;	
}

.google_map{
	width:412px;
	height:318px;
	border:solid 2px #9a9da0;
	margin-top:23px;
}

.contact_address{
	float:right;
	width:500px;
	height:351px;
}

.contact_address .contact_box{
	width:230px;
	float:left;
	margin-right:20px;
}

.tNe{
	position:relative;
	top:3px;
	margin-right:5px;
}

.required{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#fa6602;
	padding-left:2px;
}

#spec_upload{
	margin-top:9px;
}

.spec_uploaded_files{
	height:22px;
	padding-top:3px;
	color:#888;
}

.file_field{
	filter:alpha(opacity=0);
	opacity:.0;
}

.cwork{
	height:18px;
	overflow:hidden;
}

.pcy, 
.sitemap{
	min-height:250px;
	height:auto !important;
	height:250px;
}

.sitemap .root{
	line-height:23px;
	padding-left:20px;
	background:url(../images/sitemap.gif) no-repeat 5px 6px;
	font-weight:bold; 
}

.sitemap DIV.sub{
	line-height:23px;
	padding-left:20px;
	background:url(../images/sitemap.gif) no-repeat 5px 6px; 
}

.career_err OL,
.contact_err OL{
	list-style:none;
	color:#fa6602;
	line-height:20px;
}

.error{
	color:#fa6602;
	line-height:20px;
}

#capcha .captcha_pic{
	float:left;
	margin-right:2px;
}

.slider_wrapper #slider A{
	cursor:move;
}

A.view_hint{
	color:#fa6602;
	font-weight:normal;
	position:relative;
	top:-8px;
	font-size:11px;
}
.hint_container{
	position:relative;
}

.hint_container span{
	position:absolute;
	top:-200px;
	left:45px;
	display:block;
}

/*A.view_hint:hover span{
	display:inline;
}

*html A.view_hint span{
	filter:alpha(opacity=0);
	opacity:0;
}

*html A.view_hint:hover span{
	filter:alpha(opacity=100);
	opacity:1;
}*/









