@charset "utf-8";

/*********************
      Structure
*********************/
html, body {
  margin:0;
  padding:0;
}
body 
{    
    text-align:center;
    font-family:helvetica, arial, sans-serif;
    font-size:13px;
    color:#939598;
}
#outer {
  width:705px;
  overflow:hidden;
  margin:0 auto;
  padding-top:10px;
}
#mainContent{
  width:705px;
  float: left;
  text-align: justify;
  line-height: 1.4em;
  display:inline-block;
  /*position:relative;*/
}
#left{
  width:405px;
  float:left;
  text-align:justify;
  line-height:1.4em;
  display:inline-block;
}
#right{
  width:275px;
  float:left;
  margin-left:5px;
  display:inline-block;
  padding-left:10px;
}
#lowerContent {
  width:705px;
  float:left;
  margin:5px 0px 30px 0px;
  display:inline-block;
}
h1 {
  font-size:14px;
  margin:0;
  padding:0;
}
h2 {
  margin:0 0 5px 0;
  padding:0;
}
h3 {
  padding: 4px 0 0 0;
}
p {
  margin: 1em 0;
  padding: 0;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #939598;
}
a:hover {
  text-decoration: underline;	
  color: #d7e023;
}
.readmore {
  text-align: right;
}
.quote {
  padding-left: 15px;
  padding-top: 15px;
  color: #DFE553;
}
img {
  border:0;
}



#logo {
  float:left;
  margin-top:3px;
  padding:0;
}

.contactDetails {
  margin:2px;
  color:#d7e023;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  line-height: 1.2em;
}
#navigation {
  width:705px;
  margin: 12px 0px 7px -12px;
  padding-left:0;
  height: 18px;
  text-align:left;
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
}
#navigation li {
  list-style-type:none;
  float:left;
  padding:0 17px;
  border-left:2px solid #ccc;
  margin-left:-2px;
}
#banner {
  width:705px;
  height: 160px;
  background-image: url(../images/banner_bg.gif);
  position: relative;
  float: left;
}


/*********************
      Headings
*********************/
#services {
  width:705px;
  height: 50px;
  margin-top: 5px;
  float:left;
  background-image: url(../images/services.gif);
  text-indent:-9999px;
}
#about {
  width:705px;
  height: 50px;
  float: left;
  margin: 0px 0px 15px 0px;
  background-image: url(../images/about.gif);
  text-indent:-9999px;
}
#yseo {
  height:35px;
  margin:10px 0px 10px 0px;
  background-image:url(../images/seoC.gif);
  background-repeat:no-repeat;
  text-indent:-9999px;
}
#socialMedia {
  height:35px;
  margin:10px 0px 10px 0px;
  background-image:url(../images/seoS.gif);
  background-repeat:no-repeat;
  text-indent:-9999px;
}
#reputation {
  height:35px;
  margin:10px 0px 10px 0px;
  background-image:url(../images/seoR.gif);
  background-repeat:no-repeat;
  text-indent:-9999px;
}
#testimonials {
  margin:10px 0px 10px 0px;
  color:#DFE553;
}




#lowerLeft {
  padding-top:3.6em;
  width:235px;
  height: 225px;
  float: left;
  text-align: justify;
  line-height: 1.6em;
  background-image: url(../images/info.gif);
}
#lowerMiddle {
  padding-top:3.6em;;
  width:155px;
  height: 225px;
  padding-left:3em;
  float: left;
  text-align: justify;
  line-height: 1.6em;
  background-image: url(../images/contact.gif);
}
#lowerRight {
  padding-top:3.6em;
  width:235px;
  height: 225px;  
  float: right;
  text-align: justify;
  line-height: 1.6em;
  background-image: url(../images/blog.gif);
}
#social {
  clear:both;
  background-image: url(../images/social.gif);
  height:4.4em;
}
#social a {
  display:block;
  float:left;
  height:4.4em;
  width:25%;
  text-indent:-9999px;
}
#footer{
  height: 40px;  line-height: 1.6em;
  margin: 30px 0px 30px 0px;
  background-image: url(../images/footer.gif);
}
#footer .copyright {
  float:left;
  width:300px;
  padding-top:5px;
  margin-left:55px;
  margin-top:0;
}
#footer ul {
  float:right;
  margin-top:6px;
}
#footer ul li {
  line-height:1.2em;
  list-style-type:none;
  float:left;
  padding:0 7px;
  border-left:2px solid #ccc;
  margin-left:-2px;
}

/* Toggle Slide*/
h3.section {
  margin-top: 1em;
}

#vertical_slide {
	padding: 10px;
	border: 2px solid #d7e023;
	font-weight: bold;
	background-image: url(../images/fade.png);
}

#vertical_slide2 {
	padding: 10px;
	border: 2px solid #d7e023;
	font-weight: bold;
	background-image: url(../images/fade.png);
}
#vertical_slide3 {
	padding: 10px;
	border: 2px solid #d7e023;
	font-weight: bold;
	background-image: url(../images/fade.png);
}
#vertical_slide4 {
	padding: 10px;
	border: 2px solid #d7e023;
	font-weight: bold;
	background-image: url(../images/fade.png);
}
#vertical_slide5 {
	padding: 10px;
	border: 2px solid #d7e023;
	font-weight: bold;
	background-image: url(../images/fade.png);
}

/*********************
        Forms
*********************/
form {
  margin:1em auto; 
  width:40em;
}
label {
  width:100px; 
  display:block; 
  float:left; 
  margin:2px 10px 0 0; 
  text-align:right; 
  font-size:1.4em; 
}
input, textarea {
  width:300px; 
}
textarea {
  font-family:Sans;
  font-size:13.3px;
}
.submit { 
  background:url(../images/btn_submit_large.gif); 
  width:225px; 
  height:53px; 
  border:0; 
  color:#fff; 
  font-size:200%; 
  font-weight:bold; 
  letter-spacing:-1px; 
  cursor:pointer;
  margin:1em auto 0 auto;
  display:block;
}
.submit:hover { 
  background-position:0px -53px;
}

/*********************
        Blog
*********************/
.blogPost {
  float:left;
  padding:0px 15px 10px 20px; 
  background-image:url(http://YourSeoConsultant.com/images/your/blog_bg.png); 
  width:485px;
  margin-top:10px;
  border-bottom:2px solid #ddd;
}
.blogPost h2 {
  padding:0 0 5px 0; 
  font-size:24px;
  line-height:30px;  
}
.blogPost .posted {
  color:#1e88d0;
}
#blogNav {
  width:12em;
  float:right;
  padding-top:10px;
  vertical-align:top;  
  /*position:absolute;
  top:0;
  left:750;*/
  
}
#blogNav h3 {
  margin:5px 0;
}
#blogNav ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#blogNav li {
  margin:0;
  padding:0;
  display:block;
  padding-left:0.3em;
}
#blogNav li .title {
  text-align:left;
  font-weight:normal;
}

embed
{
    z-index: 0 !important;   
}