/*
	FONT
*/


@font-face { font-family: HelveticaREG; src: url('fonts/helvetica.ttf'); }





/*
	Nav Bar


	Content Width 846px
*/

html,
body  {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;
}
.clearFloat {clear: both;}

header {height:108px; width:100%; background-color:#d4d4d3;}

.navBar {width:846px; margin:auto;}
.logo { width:403px; float:left; margin-top:20px;}
.navLink {float:right; margin-top:65px;}

.navLink ul { text-decoration:none;}
.navLink li { display:block; float:left; margin-left:18px; background-color:#d4d4d3; padding:0px 5px 0px 5px;}
.navLink li:first-child {margin-left:0px;}
.navLink a {text-decoration:none; color:#000;}
.navLink li:hover {background-color:#8ad0d9;}


#pageWrap {min-height:100%; position:relative; }

.content {width:846px; margin:auto; margin-top:20px; padding-bottom:48px;}
.container{ width:100%; margin-bottom:20px;}

footer {width:100%; height:48px; background-color:#8ad0d9; position:absolute; bottom:0; left:0;}
.footerContent {text-align:center; line-height:23px; font-size:12px; height:48px;}




.worksContainer ul {display:block; list-style: none;}
.worksContainer li {float:left; margin-left:10px;}


.testimonial {
	width: 100%;
	font-size: 20px;
	font-style: italic;
	font-family: cardo;
	font-weight: 400;
}

.socialMedia{width:auto; height:46px;}
.socialMedia ul {display:block; list-style: none;}
.socialMedia li {float:left; margin-left:15px;}
.socialMedia li:first-child {margin-left:0px;}

