@import url(Common.css);

.SeoHeader  {
	clear: both;
	position: relative;
	margin: 0px 7px;
	/* background: url(../Images/Index.jpg) no-repeat; */
	background: url(../Images/SEO.jpg) no-repeat;
	height: 279px;
}

.SeoHeader a { cursor: pointer; }

.SeoHeader a span { display: none; }

	#AnalysisLink {
		position: absolute;
		display: block;
		left: 10px;
		bottom: 10px;
		width: 315px;
		height: 90px;
		background: url(../Images/Link-Analysis.png) no-repeat;
	}
	
	#AnalysisLink:hover {
		background-position: 0px -90px;
	}
	
	#SemLink {
		position: absolute;
		display: block;
		right: 10px;
		bottom: 10px;
		width: 375px;
		height: 41px;
		background: url(../Images/Link-SEM.png) no-repeat;
	}
	
	#SemLink:hover {
		background-position: 0px -41px;
	}	

	#SeoLink {
		position: absolute;
		display: block;
		right: 10px;
		bottom: 60px;
		width: 375px;
		height: 41px;
		background: url(../Images/Link-SEO.png) no-repeat;
	}
	
	#SeoLink:hover {
		background-position: 0px -41px;
	}	

	.LeftSnippet {
		float:left;
		width:378px;
	}

	.RightSnippet {
		float:left;
		margin-top:15px;
		margin-left:30px;
		width:269px;
		overflow:hidden;
	}
	
	.Breaker {
		clear:both;
	}
	
	#SE-Logos {
		margin-left:20px;
	}
	
	.ContactNow a {
		height:131px;
		display:block;
		width:268px;
		background-image:url(../Images/Rank-Now.jpg);
		background-position:0px, 0px;
	}
	
	.ContactNow span:hover {
		cursor:pointer;
	}
	
	#ContactUsBadge {
		float:left;
		margin-top:47px;
		margin-left:105px;
		font-size:20px;
		line-height:18px;
		color:#ffffff;
	}
	
	#ContactUsBadgeLower {
		float:left;
		margin-left:105px;
		font-size:12px;
		font-weight:500;
		color:#ffffff;
	}
	
	.ContactNow a:hover {
		background-position:0px, 121px;
		text-decoration:none;
	}