@charset "UTF-8";

/* The below restores some basic defaults */


*, html, div, dl, dt, dd, ul, ol, li, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }


strong { font-weight: bold }

em { font-style: italic }

ol, ul, li { list-style:none }


a { position:relative } /* Gets links displaying over a PNG background */

a {
	outline:none; /* Gets rid of Firefox's dotted borders */
	text-decoration:none;
	color: #A35A28;
}
a:hover {
	text-decoration: underline;
}

a img { border:none } /* Gets rid of IE's blue borders */
	



body  {
	font: .85em/1.5em Arial, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7D7E72;
	background-color: #242316;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #242316;
} 
#header  {
	background: url(_images/woodrepeatbg.gif) repeat-x;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#headercontainer {
	width: 900px;
	height: 80px;
	background-image: url(_images/headerbg.gif);
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#headercontainer #logo {
	display: block;
	height: 70px;
	width: 300px;
	float: left;
	margin: 0 0 0 20px;
}
#menu {
	background: url(_images/menubg.gif) repeat-x;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 10px;
}
#lightwood {
	background: url(_images/lightwood.gif) repeat-x;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 15px;
}
#menucontainer {
	height: 60px;
	text-align: left;
	position: relative;
	margin: 0 0 0 345px;
}
#menucontainer ul {
	position: relative;
	height: 60px;
	list-style-type: none;
}
#menucontainer #nav1 {
	background-image: url(_images/navigation.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 100px;
	left: 70px;
	top: 5px;
	background-position: -5px 0px;
}
#menucontainer #nav1 a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 100px;
	overflow: hidden;
}
#menucontainer #nav1 a:hover {
	background-image: url(_images/navigation.gif);
	background-position: -5px -50px;
	background-repeat: no-repeat;
}
#menucontainer #nav2 {
	background-image: url(_images/navigation.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 125px;
	left: 170px;
	top: 5px;
	background-position: -119px 0px;
}
#menucontainer #nav2 a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 125px;
	overflow: hidden;
}
#menucontainer #nav2 a:hover {
	background-image: url(_images/navigation.gif);
	background-position: -119px -50px;
	background-repeat: no-repeat;
}
#menucontainer #nav3 {
	background-image: url(_images/navigation.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 125px;
	left: 295px;
	top: 5px;
	background-position: -263px 0px;
}
#menucontainer #nav3 a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 125px;
	overflow: hidden;
}
#menucontainer #nav3 a:hover {
	background-image: url(_images/navigation.gif);
	background-position: -263px -50px;
	background-repeat: no-repeat;
}
#menucontainer #nav4 {
	background-image: url(_images/navigation.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 114px;
	left: 420px;
	top: 5px;
	background-position: -407px 0px;
}
#menucontainer #nav4 a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 114px;
	overflow: hidden;
}
#menucontainer #nav4 a:hover {
	background-image: url(_images/navigation.gif);
	background-position: -407px -50px;
	background-repeat: no-repeat;
}
#content {
	background: #e8e4d6 url(_images/mainbg.gif) repeat-x;
}
#contentcontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#mainColumn  {
	margin: 0 300px 50px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 15px 15px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: right 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B5A6;
} 
#mainColumn p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#mainColumn #crew img {
	float: left;
	margin-right: 20px;
}
#mainColumn #crew {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4B5A6;
	padding: 20px 0 0 0;
}
#mainColumn #crew2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4B5A6;
	padding: 20px 0 0 0;
}
#mainColumn #crew2 img {
	float: right;
	margin-left: 20px;
}
#mainColumn #crew2 p img {
	float: left;
	margin: 5px 20px 0px 0px;
	padding: 0px;
}
#mainColumn #buildbrands {
	background-image: url(_images/hdln_buildbrands.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
}
#mainColumn #meetcrew {
	background-image: url(_images/hdln_meetcrew.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
}
#mainColumn #tools {
	background-image: url(_images/hdln_tools.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
}
#mainColumn #clients {
	background-image: url(_images/hdln_loveclients.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
}
#mainColumn  #work {
	background-image: url(_images/hdln_thisiswork.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
}
#mainColumn  .portfolio {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4B5A6;
	padding: 20px 0;
	position: relative;
}
#mainColumn     .portfolio     a img  {
	margin: 0 5px 5px 0;
	border: 5px solid #b4b5a6;
}
#mainColumn .portfolio a:hover img {
	margin: 0 5px 5px 0;
	border: 5px solid #a35a28;
}
#mainColumn  .portfolio  li {
	margin: 0 18px 18px 0;
}
#mainColumn .portfolio p {
}
#mainColumn .portfolio ul {
	display: block;
	float: left;
}
#mainColumn .portfolio h2 {
	margin-top: 15px;
}
#mainColumn .portfolio .workcategory {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #72756D;
	letter-spacing: 0.1em;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
}
#hellocontainer {
	position: relative;
	margin-top: 50px;
}
#hellocontainer h1 {
	position: absolute;
	top: -50px;
	margin: 40px 0 20px;
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
	background-image: url(_images/hdln_sayhello.gif);
	text-indent: -9999px;
}
#hellobox  {
	height: 300px;
	position: relative;
	background-image: url(_images/hammyguy.png);
	background-repeat: no-repeat;
	margin: 25px 0 0 0;
}
#hellobox  #helloinside {
	height: 300px;
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	width: 530px;
	padding: 32px 0px 0px 25px;
}
#hellobox #helloboxhead {
	font-size: 20px;
	color: #5A5B53;
}
#hellobox #helloinside #hellotitle {
	float: left;
	margin-right: 10px;
	height: 130px;
	color: #91471E;
}
#hellobox #helloinside #helloinfo {
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 50px;
}
#sidebar1 #haveheard {
	background-image: url(_images/hdln_haveheard.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}
#sidebar1 #quote {
	position: relative;
}
#sidebar1 #quoteheader {
	background-image: url(_images/quote_top.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 260px;
}
#sidebar1 #quotebody {
	background-image: url(_images/quote_middle.gif);
	background-repeat: repeat-y;
	width: 226px;
	padding-right: 17px;
	padding-left: 17px;
	color: #F0EDDA;
	margin: 0px;
}
#sidebar1 #quotefooter {
	background-image: url(_images/quote_bottom.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding-top: 35px;
	padding-left: 110px;
	margin: 0px;
}
#sidebar1 #quotefooter  ul {
	margin: 0px;
}
#sidebar1 #quotefooter #jobtitle {
	color: #7D7E72;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4B5A6;
	border-bottom-color: #B4B5A6;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
}
#sidebar1  #quotefooter  #company    {
	color: #7D7E72;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#sidebar1 #quotefooter #name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A35A28;
}
#sidebar1 #industries {
	background-image: url(_images/hdln2_industries.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	margin: 0 0 10px 0;
}
#sidebar1 #capabilities {
	background-image: url(_images/hdln2_capabilities.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	margin: 20px 0 10px;
}
#sidebar1  .sidelinks  li {
	line-height: 2em;
	padding-left: 10px;
}
#sidebar1  .sidelinks  .active {
	background-color: #E0DCC8;
	font-weight: bold;
}
#footer  {
	background:#242316 url(_images/footerbg.gif) repeat-x;
	height: 150px;
} 
#footercontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #807F6D;
}
#footer  a  {
	text-decoration: underline;
	color: #ABA993;
}
#footer a:hover {
	color: #D1CFB4;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 40px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.displaylist  {
	line-height: 1.75em;
	padding-top: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
	color: #91471e;
	letter-spacing: -.05em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	color: #A35A28;
}
