/*---------------------------------------------------------------------------------------- Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}

/*---------------------------------------------------------------------------------------- Html/Body */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Cambria, Georgia, Helvetica, Arial, sans-serif;
	font-size: 75%;
}

html>body {
	font-size: 12px;
}

/*---------------------------------------------------------------------------------------- Structure */

div#wrapper {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	border-left: 20px solid #e7e736;
}

div#wrapper div#container {
	border-top: 20px solid #e7e736;
	padding: 60px 0 0 30px;
}

div#wrapper div#container div#content_wrapper {
	padding-bottom: 7em;
}

div#wrapper div#container div#content_wrapper div#logo {
  position: fixed;
  top: 80px;
  left: 50px;
}

div#wrapper div#container div#content_wrapper div#title {
  margin-left: 170px;
  float: left;
  padding-bottom: 1.5em;
}

div#wrapper div#container div#content_wrapper div#nav {
  position: fixed;
  top: 215px;
  left: 50px;
}

div#wrapper div#container div#content_wrapper div#content {
  margin-left: 170px;
  float: left;
  width: 470px;
  color: #fff;
  clear: both;
}


div#wrapper div#footer {
	position:absolute;
	left: 200px;
	bottom: 4em;
	color: #e7e736;
	font-size: 0.8333em;
}

/*---------------------------------------------------------------------------------------- Nav */

div#wrapper div#container div#content_wrapper div#nav a {
  display: block;
  width: 140px;
  background-repeat: no-repeat;
}



div#wrapper div#container div#content_wrapper div#nav div#sub_nav a {
  display: block;
  margin-top: 3px;
  padding-left: 30px;
  width: 130px;
  text-decoration: none;
  font-style: italic;
  color: #fff;
  background: none;
}

div#wrapper div#container div#content_wrapper div#nav div#sub_nav a:hover, div#wrapper div#container div#content_wrapper div#nav div#sub_nav a.selected {
  color: #e7e736;
}

div#wrapper div#container div#content_wrapper div#nav a.about_us {
  background: url('../images/nav/about_us.png');
  height: 18px;
}

div#wrapper div#container div#content_wrapper div#nav a.contact_us {
  margin-top: 18px;
  background: url('../images/nav/contact_us.png');
  height: 18px;
}

div#wrapper div#container div#content_wrapper div#nav a.home {
  background: url('../images/nav/home.png');
  height: 18px;
}

div#wrapper div#container div#content_wrapper div#nav a.portfolio {
  background: url('../images/nav/portfolio.png');
  height: 18px;
}

div#wrapper div#container div#content_wrapper div#nav a.services {
  background: url('../images/nav/services.png');
  height: 18px;
}

div#wrapper div#container div#content_wrapper div#nav a.the_team {
  background: url('../images/nav/the_team.png');
  height: 18px;
}

div#wrapper div#container div#content_wrapper div#nav a.client_testimonials {
  background: url('../images/nav/client_testimonials.png');
  height: 18px;
}

div#wrapper div#container div#content_wrapper div#nav a.selected {
  background-position: -140px 0;
}

div#wrapper div#container div#content_wrapper div#nav a:hover {
  background-position: -140px 0;
}

/*---------------------------------------------------------------------------------------- Tags */

h3 {
  font-size: 1.333em;
  line-height: 1.333em;
  margin-bottom: 1.333em;
  color: #e7e736;
}

h4 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 0.75em;
  color: #e7e736;
}

p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

hr {
  border: none;
  height: 1px;
  background-color: #333;
  margin-bottom: 1.5em;
}

strong {
  color: #7dbe38;
}

a {
  color: #e7e736;
}

a:hover {
  color: #7dbe38;
  text-decoration: none;
}

/*---------------------------------------------------------------------------------------- Classes */

p.testimonial {
  color: #7dbe38;
}

p.testimonial strong {
  color: #fff;
}

.yellow {
  color: #e7e736;
}

.green {
  color: #7dbe38;
}

/*---------------------------------------------------------------------------------------- Home */

div#wrapper div#container div#content_wrapper.home {
  width: 800px;
	padding-top: 7em;
}

div#wrapper div#container div#content_wrapper.home div#logo {
  position: relative;
  float: left;
  margin-top: 26px;
  top:0;
  left: 0;
}

div#wrapper div#container div#content_wrapper.home div#title {
  margin-left: 30px;
	width: 630px;
}

div#wrapper div#container div#content_wrapper.home div#nav {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 170px;
}

div#wrapper div#container div#content_wrapper.home div#content {
  margin-left: 0;
  width: 630px;
  clear: none;
}

div#wrapper div#container div#content_wrapper.home div#content a {
  display: block;
  width: 140px;
  height: 16px;
	padding-bottom: 1em;
}

div#wrapper div#container div#content_wrapper.home div#content a.portfolio {
  background: url('/images/home/portfolio_link.png') no-repeat;
}

div#wrapper div#container div#content_wrapper.home div#content a.contact {
  background: url('/images/home/contact_link.png') no-repeat;
}

div#wrapper div#container div#content_wrapper.home div#content a:hover {
  background-position: -140px 0;
}

/*---------------------------------------------------------------------------------------- Portfolio */

div#wrapper div#container div#content_wrapper.portfolio div#content {
  margin-top: 135px;
  width: 630px;
}

div#wrapper div#container div#content_wrapper div#content a.portfolio_item {
  display: block;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1.5em;
  width: 150px;
}

div#wrapper div#container div#content_wrapper div#content a.portfolio_item:hover {
  color: #e7e736;
}

div#wrapper div#container div#content_wrapper div#content a.last {
  margin-right: 0;
}

div#wrapper div#container div#content_wrapper div#content a.portfolio_item img {
  display: block;
  margin-bottom: 0.75em;
}

div#wrapper div#container div#content_wrapper div#content a.portfolio_item span.quiet {
  color: #666;
  font-style: italic;
}

div#wrapper div#container div#content_wrapper div#content div#left {
  position: fixed;
  width: 210px;
  color: #666;
  font-style: italic;
}

div#wrapper div#container div#content_wrapper div#content div#left .thumbs {
  float: left;
  clear: both;
  margin-bottom: 0.75em;
}

div#wrapper div#container div#content_wrapper div#content div#left img {
  display: block;
}

div#wrapper div#container div#content_wrapper div#content div#left .title {
  float: left;
  clear: both;
}

div#wrapper div#container div#content_wrapper div#content div#left a {
  float: left;
  margin-right: 8px;
  margin-top: 0.75em;
  border: 1px solid #333;
}

div#wrapper div#container div#content_wrapper div#content div#left a:hover, div#wrapper div#container div#content_wrapper div#content div#left a.selected {
  border-color: #e7e736;
}

div#wrapper div#container div#content_wrapper div#content div#left div#information {
  float: left;
  clear: both;
  color: #fff;
  font-style: normal;
  width: 160px;
}

div#wrapper div#container div#content_wrapper div#content div#left div#information .label {
  color: #666;
  font-style: italic;
}

div#wrapper div#container div#content_wrapper div#content div#right {
  width: 460px;
  padding-left: 170px;
  margin-bottom: 10em;
}

div#wrapper div#container div#content_wrapper div#content div#right img {
  display: block;
  margin-bottom: 3em;
}

div#wrapper div#container div#content_wrapper.portfolio div#title {
  position: fixed;
  top: 80px;
  left: 50px;
}

div#wrapper div#container div#content_wrapper.portfolio div#overlay {
  width: 460px;
  position: fixed;
  top: 0px;
  left: 390px;
}

div#wrapper div#container div#content_wrapper.portfolio div#overlay_border {
  width: 460px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 370px;
  background: #e7e736;
  z-index: 9999;
}

/*---------------------------------------------------------------------------------------- Fixes */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
