@charset "utf-8";
/* CSS Document */
body{
	margin:auto;
	width:1024px;
	background:#fde7c5;
	height:100%;	
}
#main_page{
	width:960px;
	text-align:left;
	background:url(../images/body_background.jpg);
	float:left;
	margin-top:40px;
	margin-bottom:25px;
}
#head_banner{
	width:960px;
	float:right;
	height:198px;
	overflow:hidden;
}
#banner_main{
	width:756px;
	height:178px;
	float:right;
	margin-right:-4px;
	background:url(../images/top_banner.jpg) no-repeat;
}
#logo{
	margin:10px 0 0 -185px;
	float:left;
}
#banner_text{
	color:#3d3d3d;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	width:257px;
	float:right;
	margin-right:10px;
	margin-top:7px;
}
#web_design_text{
	color:#3d3d3d;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	float:right;
}
#beyond_text{
	color:#3d3d3d;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	float:right;
}

/*portfolio band styling*/
#punchline_div{
	width:752px;
	height:22px;
	background-color:#ff8000;	
	color:#FFFFFF;
	font-family:Arial;
	font-style:italic;
	font-size:15px;
	font-weight:bold;
	float:right;
	margin-top:-6px;
	text-align:center;
	padding-top:3px;
	padding-bottom:-3px;
	/*overflow:hidden;*/
}

/*body content styling starts from here */
#body_content{
	width:960px;
	float:left;
}

#bread_crumb{
	font-size:12px;
	color:#737473;
	margin-left:-15px;
}
#bread_crumb a{
	text-decoration:none;
}
#bread_crumb a:hover{
	color:#666666;
}
#body_content_left_div{
	width:200px;
	float:left;
	min-height:375px;
	padding-top:55px;
	text-align:center;
}
/*.left_menu{
	background-image:url(../images/menu_background.png);
	background-repeat:no-repeat;
	width:168px;
	height:37px;
	text-decoration:none;
	text-align:center;
	float:right;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	color:#111212;
}*/
.left_logo_img{
	margin-left:7px;
	margin-top:3px;
}
#img1{
	margin-top:20px;
}
#content{
	float:right;
	width:752px;
	min-height:375px;
	color:#000;
	background-color:#FFFFFF;
	font-family:Arial;
	text-align:justify;
	font-size:13px;
	line-height:1.5em;
	background-image:url(../images/contentbottom_layer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:105px;
}
#content_left_div{
	width:540px;
	float:left;
	padding:20px 0 0 15px;
}
#content_right_div{
	float:right;
	width:192px;
	padding-left:10px;
	margin-right:-6px;
}
.content_right_div_img{
	float:left;
	width:175px;
	height:135px;	
	margin-top:39px;	
	overflow:hidden;
}
#content a{
	color:#0b338e;
}
#content li{
	line-height:2em;
}
#heading{
	font-size:18px;
}
/*testimonial styling starts from here*/
#testimonials{
	float:right;
	min-height:373px;
	width:291px;
	margin-right:34px;
	background:url(../images/testimonials.jpg) top no-repeat;
	text-align:center;
}
#testimonials img{
	margin-top:15px;
}
#testi_marquee{
	width:200px;
	min-height:300px;
	margin:110px 0 0 50px;
	color:#666666;
	font-size:12px;
	text-align:justify;
}
/*footer styling */
#footer{
	clear:both;
	width:960px;
	float:left;
	text-align:center;
}
#footer_menu{
	float:left;
	padding-left:90px;
	width:960px;
}
#footer_menu_div{
	width:100%;
	float:left;
	margin-left:213px;
	margin-top:-15px;
}
#footer_bottom_img{
	float:left;
	width:490px;
	margin-top:27px;
	margin-left:-520px;
}
#tcb_footer_menu{
	width:100%;
	float:left;
	text-align:center;
}
#tcb_footer_menu ul{
	width:100%;
	float:left;
	text-align:center;
}
#footer_menu_div li{
	list-style-type:none;
	float:left;
	min-width:50px;
	padding:5px 8px;
}
#footer_menu_div a{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;	
	font-size:13px
}
#footer_menu li{
	float:left;
	display:block;
	padding:0 10px 0 10px;
	height:51px;
	list-style-type:none;
	vertical-align:top;
}
#footer_menu a{
	color:#000000;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
#footer_menu a:hover{
	color:#e3b510;
}
#copyright{
	float:left;
	margin-top:8px;
	padding-bottom:20px;
	clear:both;
	width:100%;
	text-align:left;
	font-family:Arial;
	font-weight:bold;	
	font-size:13px;
	color:#ff8000;
	text-align:center;
}
.contact_details{
	margin-left:30px;
}
/*portfolio page styling*/
#portfolio_page_div{
	width:1024px;
}
.category_heading{
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	margin-left:30px;
	width:960px;
	padding-bottom:5px;
	border-bottom:#a9a8a8 2px solid;
	color:#1c1a1a;
	float:left;
}
.port_main_div{
	width:215px;
	height:170px;
	border:#c6c6c6 1px solid;
	float:left;
	margin:25px 0 25px 30px;
	z-index:8;
	position:relative;
	overflow:hidden;
}
.port_img{
	border-collapse:collapse;
	float:left;
	z-index:2;
	width:175px;
	margin:20px 0 0 20px;
	position:absolute;
	overflow:hidden;
}
.port_detail{
	background-color:#333333;
	color:#FFFFFF;
	height:75px;
	width:215px;
	float:left;
	z-index:5;
	margin-top:145px;
	position:absolute;
}
.proj_name_small{
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	float:left;
	margin:3px 0 0 10px;
	width:205px;
}
.tech_small{
	float:left;
	clear:both;
	margin:0 0 0 10px;
	height:30px;
	width:205px;
}
.port_detail_img{
	float:right;
	border:none;
	cursor:pointer;
	margin-right:10px;
}
#port_head{
	float:left;
	width:500px;
	height:25px;
	border:none;
	border-collapse:collapse;
	color:#FFFFFF;
	background:#277df4;
	border-bottom:#999999 2px groove;
}
#port_heading{
	font-weight:bold;
	margin-left:10px;
	width:400px;
	float:left;
	margin:2px 0 0 5px;	
}
#port_head img{
	float:right;
	margin-top:2px;
}
#port_close{
	margin:0 6px 0 2px;
}
#block_div{
	visibility:hidden;
	height:0px;
	width:0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2990;
	float:left;
}
#port_ifrm{
	width:494px;
	border:none;
	height:515px;
	border-collapse:collapse;
	border:#FFFFFF 1px dotted;
}
.country_head{
    font-size: 18px;
}
.holding_page_div{
    float: left;
    width: 650px;
    border:1px solid black;
    padding: 25px 0;
    margin: 5px 0 0 0;
    text-align: center;
}
/*graphic designing page*/
#graphic_designing_content{
    float: left;
    width: 620px;
}
#graphic_designing_content_right{
    float: left;
    width: 750px;
}
#contact_us_text{
	width:100%;
	float:left;
}
