* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style-type: none;
}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
color: #999999;
background: url(../images/site/body_bg_greenthing.jpg) no-repeat #efefef;
margin: 0 auto;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin: 0 0 20px 0;
}

.left {
float: left;
}

.right {
float: right;
}

/** Headings
==============================================================================*/

.titleBar {
font-size: 26px;
line-height: 26px;
color: #555555;
margin: 0 0 0 0;
}

.headGreen {
font-size: 26px;
line-height: 26px;
margin: 8px 0 8px 0;
color: #293c20;
}

.headOrange {
font-size: 18px;
line-height: 18px;
padding: 0 0 4px 0;
margin: 0 0 30px 0;
color: #cc6600;
text-transform: uppercase;
background: url(../images/site/h3_bg.jpg) repeat-x bottom;
}

h4 {
font-size: 16px;
margin: 20px 0 0 0;
color: #696969;
text-transform: capitalize;
}

h5 {
font-size: 14px;
padding: 0 0 3px 0;
margin: 20px 0 0 0;
color: #999999;
text-transform: capitalize;
border-bottom: 1px solid #efefef;
}

/** Links
==============================================================================*/

a:link {
color: #426231;
text-decoration: none;
}

a:visited {
color: #426231;
text-decoration: none;
}

a:hover {
color: #555555;
text-decoration: underline;
}

a:active {
color: #426231;
text-decoration: none;
}

/** Main Container
==============================================================================*/

#headercontainer {
width: 975px;
margin: 0 auto;
height: 70px;
}

/** Logo
==============================================================================*/

#logo {
float: left;
margin: 10px 0 10px 0;
}

/** Navigation
==============================================================================*/

ul#nav {
float: right;
list-style-type: none;
margin: 20px 0 0 0;
}

ul#nav li {
float: left;
margin: 0 10px 0 0;
}

ul#nav li a {
color: #eeeeee;
display: block;
}

ul#nav li a:hover {
color: #ffffff;
}

ul#nav li#current a {
color: #ffffff;
padding: 0 8px 0 8px;
background-color: #24341b;
border: 1px solid #3d5a2e;
}

/** Work Slider
==============================================================================*/

div.sliderfull{
width: 100%;
height: 385px;
padding: 0px;
margin: 0 0 30px 0;
background: url(../images/site/slider_bg.jpg) repeat-x;
overflow: hidden;
}

div.slidercontainer {
width: 100%;
min-width: 975px;
height: 385px;
padding: 0px;
margin: 0px auto;
position: relative;
overflow: visible;
}

#prvnxt {
width: 975px;
position: relative;
top: 350px;
margin: 0 auto;
}

#previous {
color: #333333;
background: url(../images/site/prv_btn.jpg) no-repeat 0 4px;
padding: 0 0 0 30px;
}

#next {
color: #333333;
background: url(../images/site/next_btn.jpg) no-repeat right 4px;
padding: 0 30px 0 0;
}

#projects.gallery .full-width {
height: 322px;
}

#projects.gallery #gallery {
position: absolute;
top: 15px;
left: 0px;
height: 322px;
width: 975px;
overflow: visible;
}

#projects #gallery .work {
position: absolute;
top: 0px;
}

#projects #gallery .work .work-header {
position:absolute;
top: 244px;
left: 0px;
height: 48px;
width: 295px;
padding: 15px;
background: url(../images/site/work_title_bg.jpg) no-repeat;
display: none;
font-size: 18px;
}

.workimg {
position: absolute;
top: 0px;
}

/** Title bar
==============================================================================*/

div.titlefull{
width: 100%;
height: 54px;
padding: 0px;
margin: 0 0 30px 0;
background: url(../images/site/slider_bg.jpg) repeat-x;
overflow: hidden;
border-bottom: 1px solid #ff9900;
}

div.titlecontainer {
width: 975px;
min-width: 975px;
padding: 15px 0 15px 0;
margin: 0px auto;
text-align: left;
position: relative;
overflow: visible;
}

/** Subnav
==============================================================================*/

ul#subnav {
margin: 0 0 30px 0;
padding: 15px;
background: url(../images/site/subnav_bg.jpg) repeat-x bottom #cfcfcf;
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #ff9900;
}

ul#subnav li {
list-style-type: none;
}

ul#subnav li a {
display: block;
padding: 5px 0 5px 0;
}

ul#subnav li#subcurrent a {
color: #555555;
background: url(../images/site/subnav_current_bg.jpg) repeat-x bottom;
}

#subnav h3 {
margin: 15px 0 0 0;
}


/** Content
==============================================================================*/

#content {
width: 975px;
margin: 0 auto;
}

.columnfooter {
float: right;
width: 305px;
margin: 0 0 0 0;
}

.column {
float: left;
width: 305px;
margin: 0 30px 0 0;
}

.contentcolumn {
float: left;
width: 640px;
}

.contentcolumn img {
border: 1px solid #8f8f8e;
padding: 2px;
}

.contentcolum ul li img {
margin: 15px 0 15px 15px;
}

.client, .companyname {
text-align: right;
margin: 0;
line-height: 16px;
}

.column ul {
padding: 0 0 0 15px;
}

.column ul li {
list-style-type: disc;
}

#last {
margin: 0;
}

/** Footer
==============================================================================*/

#footer {
float: left;
width: 945px;
margin: 30px 0 0 0;
border-top: 1px solid #a7a9ac;
background-color: #afaeaf;
padding: 15px;
}

#footer p {
color: #ffffff;
font-size: 11px;
margin: 0px;
}

