@charset "UTF-8";
/* CSS Document */

*, body, html{margin:0px;
padding: 0px;
font-family:Verdana, Helvetica, Arial, sans-serif;
}

img {border: 0;}

#navbar {
	position:absolute;
      top: 0px; /* These positions makes sure that the overlay */
      height: 50px;  /* will cover the entire parent */
       left: 0px;
width: 100%;
padding-top:5px;
background-color:#74cddb;
z-index:1;
}



.menu { float:left;
text-align:center;
padding-left:234px;
margin-top:15px;}

.menu ul {float:left;
text-align: center;}

.menu li {float:left;
padding:0px 17px 0 17px;
list-style-type:none;
text-align:center;

}


.menu a {

text-decoration:none;
display:block;
color:#FFFFFF;
font-size:.8em;
letter-spacing:2px;
text-align:center;


}

.menu a:hover {color:#69432b;}   

      a:visited {color:#FFFFFF;}
	 





	   
body.services .menu li.servicespage a {color:#69432b;}	   
body.testimonials .menu li.testimonialspage a {color:#69432b;} 
body.blog .menu li.blogpage a {color:#69432b;}
body.vlog .menu li.vlogpage a {color:#69432b;}	
body.bio .menu li.biopage a {color:#69432b;}	   
body.contact .menu li.contactpage a {color:#69432b;}	






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

.clearfix {display: inline-block;}  /* for IE/Mac */



<!--[if IE]>

  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
  

