@charset "utf-8";
/* CSS Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body{
	line-height: 1;
	font: 100% Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;	
	color: #000000;
	font-size:12px;
	background:url(images/bg.gif);
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
	
	
	
	#site_wraper{
	width:940px;
	
	margin-left:auto;
	margin-right:auto;
	}
	
	#header{
		width:100%;
		height:71px;
		background-image:url(images/header_bg.jpg);
		background-repeat:repeat-x;
		}
		.logo_area{
			float:left;
			width:365px;
			height:66px;
			}
			.logo{
				}
				
		#headlinks{
			color:#FFF;
			padding-top:24px;
			padding-right:20px;
			text-align:right;
			width:auto;
			float:right;
			}
			

			#home_link{
			font-size:12px;
			text-align:center;
			}
	
			
			
/* banners */
	
	#banner_hp{
		height:305px;
		width:100%;
		background-color:#262626;
		background-image:url(images/banner_hp.jpg);
		background-position:center;
		background-repeat:no-repeat;
		}
		
		#banner_cpa{
		height:305px;
		width:100%;
		background-color:#262626;
		background-image:url(images/banner_cpa.jpg);
		background-position:center;
		background-repeat:no-repeat;
		}
		
		#banner_seo{
		height:305px;
		width:100%;
		background-color:#262626;
		background-image:url(images/banner_seo.jpg);
		background-position:center;
		background-repeat:no-repeat;
		}
		
		#banner_lead_gen{
		height:305px;
		width:100%;
		background-color:#262626;
		background-image:url(images/banner_lead_gen.jpg);
		background-position:center;
		background-repeat:no-repeat;
		}
		
		#banner_publishing{
		height:305px;
		width:100%;
		background-color:#262626;
		background-image:url(images/banner_publishing.jpg);
		background-position:center;
		background-repeat:no-repeat;
		}

/* banners */

		
		
/* home page */
		
#intro_section{
	margin-top:30px;
	}
	.hp_intro_text{
		font-size:16px;
		line-height:30px;
		color:#FFF;
		width:560px;
		float:left;
		margin-left:30px;
		text-align:justify;
		}
		.take_a_look{
			font-size:30px;
			color:#f77321;
			width:550px;
			}
	

#services_section{
	width:940px;
	background-image:url(images/hp_services_bg.gif);
	border-left:1px solid #4a4a4a;
	border-right:1px solid #4a4a4a;	
	padding:0px;
	}
.back-img{
padding:0px;
margin:0px;
}
.back-img img{
padding:0px;
margin:0px;
}
	.service_heading{
			font-size:16px;
			font-weight:bold;
			color:#f77321;
			margin-bottom:5px;
			}
			.service_heading a{
				font-size:16px;
			font-weight:bold;
			color:#f77321;
			margin-bottom:5px;
				}
				.service_heading a:hover{
					color:#fff;
					
					}
			.service1{
				width:250px;
				color:#ccc;
				float:left;
				margin-left:30px;
				margin-top:20px;
				margin-bottom:0px;
				margin-right:30px;
				line-height:15px;
				}		
			.service2{
				width:250px;
				color:#ccc;
				float:left;
				margin-top:20px;
				margin-bottom:20px;
				margin-left:35px;
				line-height:15px;
				}				
			.service3{
				width:250px;
				color:#ccc;
				float:right;
				margin-top:20px;
				margin-right:30px;
				margin-bottom:20px;
				line-height:15px;
				}
	
				.advantages_container{
					width:938px;
					}
					.advantages_color1{
						color:#f77321;
						margin-top:8px;
						margin-bottom:8px;
						}
						.advantages_color1a{
						color:#f77321;
						margin-top:4px;
						margin-bottom:4px;
						}
					.advantages_color2{
						color:#00cccc;
						margin-top:8px;
						margin-bottom:8px;
						}
						.advantages1{
							width:250px;
							color:#ccc;
							float:left;
							margin-left:30px;
							margin-bottom:20px;
							margin-right:30px;
							line-height:15px;
							}							
						.advantages2{
							width:250px;
							color:#ccc;
							float:left;
							margin-left:35px;
							margin-bottom:20px;
							line-height:15px;
							}
						.advantages3{
							width:250px;
							color:#ccc;
							float:right;
							margin-right:30px;
							margin-bottom:20px;
							line-height:15px;
							}
							
.hp_services_links{
	
	}
						
/* home page */
	
	
	
	
/* generic content pages left right colume*/



#left_colume_content{
	width:560px;
	color:#CCC;
	float:left;
	margin-right:0px;
	margin-left:30px;
	}
	#left_colume_content2{
	width:600px;
	color:#CCC;
	float:left;
	margin-right:0px;
	margin-left:30px;
	}
	.left_colume_content_heading h1{
		font-size:30px;
		color:#f77321;
        font-weight:normal;
		
		
		}
	
	
	
	
	.our_approach{
		float:right;
		color:#CCC;
		margin-right:30px;
		width:253px;
		margin-bottom:20px;
		}
		.our_approach_style{
			color:#00cccc;
			font-size:16px;
			padding-bottom:10px;
			}

.case_study_heading{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding-bottom:2px;
	
	}





/* generic content pages left right colume*/







/* publishing and content */

.current_project1{
	width:535px;
	background-image:url(images/hp_services_bg.gif);
	color:#ccc;
	padding:10px;
	border:1px solid #272727;
	}
	.current_project1 a{
		color:#748eb9;
		text-decoration:none;
		}
		.padding-top{
			padding-top:20px;
			}
			
.current_project2{
	width:535px;
	background-image:url(images/hp_services_bg.gif);
	color:#ccc;
	padding:10px;
	margin-top:20px;
	border:1px solid #272727;
	}
	.current_project2 a{
		color:#00a4bb;
		text-decoration:none;
		}
		.padding-top{
			padding-top:20px;
			}
			
.current_project3{
	width:535px;
	background-image:url(images/hp_services_bg.gif);
	color:#ccc;
	padding:10px;
	margin-top:20px;
	border:1px solid #272727;
	}
	.current_project3 a{
		color:#78d838;
		text-decoration:none;
		}
		.padding-top{
			padding-top:20px;
			}







/* publishing and content */
	
	
	
	
	
/* about us page */



.reasons_why_aji{
	width:400px;

	
	}
	.reasons_left_colume{
		color:#ccc;
		width:200px;
		float:left;
		line-height:40px;
		}
		.reasons_right_colume{
			color:#ccc;
			width:200px;
			float:right;
			line-height:40px;
			}





/* about us page */



/* testimonials */

.testimonials_underline{
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	padding-bottom:10px;
	
	}





/* testimonials */





/* gallery */

	#gallery_top{
	width:940px;
	background-color:#292929;
	margin-left:auto;
	margin-right:auto;
	}
	#gallery_bottom{
	width:940px;
	background-color:#292929;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	}

#gallery_top_content{
	margin-top:0px;
	}
	.gallery_top_heading{
		font-size:30px;
		color:#f77321;
		padding-top:30px;
		}
		.gallery_links{
			float:right;
			color:#CCC;
			margin-right:30px;
			width:253px;
			padding-top:65px;
			}
			.gallery_links a{
				color:#cccccc;
				text-decoration:none;
				}
				A:hover {text-decoration: none; color: #f77321;}
				a{
					color:#FFF;
					text-decoration:none;
					}



#gallery_emails{
	height:485px;
	width:100%;
	background-color:#292929;
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
	
	}
	.swf_emails{
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:500px;
		
		
		}
		
		
	.getintouch_grx{
	float:right;
	margin-right:30px;
	margin-top:30px;
	}





/* gallery */











/* form */

.contactus_miniform{
	float:right;
	margin-right:30px;
	margin-top:10px;
	}
	.contactus_miniform2{
		margin-left:80px;
		margin-top:20px;
		margin-right:30px;
		}
	.contactus_form{
		background-image:url(images/hp_services_bg.gif);
		height:380px;
		width:500px;
		float:right;
		
		}
		.contactus_address{
			width:200px;
			float:left;
			color:#CCC;
			
			}

.get_in_touch{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ccc;
	}

.formproperties{
	padding-top:5px;
	width:253px;
	}
	.formproperties2{
	padding-top:5px;
	}
	
label{
	color:#ccc;
	}
	textarea {
	padding-top:3px;
	background-color:#333;
	color:#FFF;
	border:none;
	}
	input{
	padding:4px;
	background-color:#333;
	color:#FFF;
	border:none;
	}

/* form */
	
		
	
	#footer{
		width:100%;
		height:85px;
		background-image:url(images/footer_bg.gif);
		margin-top:20px;
		}
		.footer_content{
			width:940px;
			height:85px;
			margin-left:auto;
			margin-right:auto;
			}
			.address{
				width:160px;
				height:80px;
				background-image:url(images/address_bg.gif);
				color:#ccc;
				padding-left:30px;
				font-size:10px;
				padding-top:5px;
				line-height:12px;
				float:left;
				}
				
					.footer_email_addrress a{
					color:#f77321;
					}
					.footer_email_addrress a:hover{
						color:#FFF;
						}
					
			
					.following_groups{
						float:right;
						color:#FFF;
						margin-right:30px;
						margin-top:20px;
						}
						.advert_groups{
							float:left;
							margin-top:20px;
							margin-left:30px;
							}
						
								
					
							.disclaimer{
								color:#FFF;
								text-align:center;
								margin-right:50px;
								float:left;
								margin-left:190px;
								margin-top:20px;
								font-size:11px;
								}
								.validators{
									float:right;
									margin-top:20px;
									margin-right:30px;
									}
	
	
	
	.clear{
	clear:both;
	}	
	.facebooklike {float:left;margin-bottom:10px;margin-top:0px;width:550px;height:30px;background:#ccc;padding:8px 0 0 6px;border:0px solid #fff;}	