* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
background: #fff;
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 8.7pt;
}
p {padding: 7px 0 7px 0;
line-height: 13px;}

a {
color: #000;
font-weight: 100;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#main_container {
width: 960px;
margin: 0 auto; /*** Centers the design ***/
min-height: 800px;
background: transparent;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #main_container {
height: 800px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#footer_container {
width: 960px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100px;
background: transparent;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
/**************************
HEADER
**************************/
#header {
height: 160px;
width: 960px;
margin-bottom: 40px;
margin-top: 0px;
background: transparent;
}

#logo {
float: left;
height: 160px;
width: 515px;
margin-bottom: 40px;
margin-top: 0px;
background-image: url(images/logo_smaller.png);
background-position: top left;
background-repeat: no-repeat;
}

#menu {
float: right; 
width: 215px;
background: transparent;
}
/**************************
MENU ITEMS
**************************/
#navlist
{
float:right;
padding-top: 10px;
padding-left: 0px;
}
#navlist li
{
list-style-type: none;
float: right;
}


/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 50px; /*** We need to add some space for our top menu ***/
padding-left: 165px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width: 940px;
background: #fff;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}




/**************************
BODY
**************************/
#body {
float: right;
width: 960px;
background: transparent;
}

/**************************
HOMEPAGE
**************************/
#quote {
height: 110px;
width: 960px;
background-image: url(images/quote.png);
background-position: top left;
background-repeat: no-repeat;
margin-bottom: 10px;
margin-top: 0px;
}

#image_scroller {
height: 360px;
width: 960px;
background: transparent;
margin-top: 10px;
margin-bottom: 10px;
}



#bottom_row {
float: left;
height: 270px;
width: 960px;
background: transparent;
margin-top: 20px;
}

#what {
float: left;
height: 270px;
width: 306px;
background: transparent;
margin-right: 10px;
}

#things {
float: left;
height: 270px;
width: 306px;
background: transparent;
margin-right: 10px;
margin-left: 10px;
}

#talk {
float: left;
height: 270px;
width: 306px;
background: transparent;
margin-left: 10px;
}

/**************************
PORTFOLIO
**************************/
#portfolio_clients {
float: left;
width: 220px;
background: transparent;
margin-right: 40px;
}

#portfolio_focus {
float: right;
width: 700px;
background: transparent;
}

#client_thumb_left {
float: left;
width: 100px;
background: transparent;
margin-right: 10px;
margin-bottom: 20px;
}

#client_thumb_right {
float: left;
width: 100px;
background: transparent;
margin-left: 10px;
margin-bottom: 20px;
}

/**************************
PORTFOLIO - GENERIC CLIENT THINGS
**************************/
#focus_top {
float: left;
width: 700px;
height: 360px;
background: transparent;
margin-bottom: 20px;
}

#company_profile {
float: left;
width: 150px;
height: 360px;
background: transparent;
}

#hero_image {
float: right;
width: 550px;
height: 360px;
background: transparent;
}

#focus_bottom {
float: left;
width: 700px;
height: 300px;
background: transparent;
}


#whatwedid {
float: right;
width: 180px;
min-height: 200px;
background: transparent;
}

#small_images {
float: left;
width: 520px;
height: 300px;
background: transparent;
}


#small_images_1a {
float: left;
width: 235px;
height: 235px;
background: transparent;
margin-right: 20px;
}

#small_images_1b-d {
float: left;
width: 265px;
height: 230px;
background: transparent;
}

#small_images_1b {
float: left;
width: 265px;
height: 105px;
background: transparent;
margin-bottom: 20px;
}
#small_images_1c {
float: left;
width: 120px;
height: 170px;
background: transparent;
margin-right: 20px;
}
#small_images_1d {
float: left;
width: 125px;
height: 105px;
background: transparent;
}
/**************************
PORTFOLIO - CLIENTS
**************************/
#portfolio_switch {
float: right;
width: 700px;
background: transparent;
}
#portfolio_nutrition {
float: right;
width: 700px;
background: transparent;
}


/**************************
GENERIC CONTENT 2 COLUMNS
**************************/

#side_a {
float: left;
width: 220px;
margin: 0 auto; /*** Centers the design ***/
background: transparent;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
#side_b {
float: right;
width: 740px;
margin: 0 auto; /*** Centers the design ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

/**************************
FOOTER
**************************/

#pre_footer {
height: 156px;
width: 100%;
background-image: url(images/pre_footer.png);
background-position: top center;
background-repeat:no-repeat;
margin-top: 170px;
margin-bottom: 10px;
}

#footer {
height: 100px;
width: 960px;
background: transparent;
height: 100px;
margin-bottom: 20px;
}

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

div .cbb { border: 1px dashed #cdcdcd; padding: 10px; margin-bottom: 20px; }
div .cbb a {
    text-decoration: none;
    color: #ffbf9f;
}

input {
border: 1px solid #c8c8c8;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
}

textarea {
border: 1px solid #c8c8c8;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
}
.comment_form {
margin-top: 5px;
margin-bottom: 5px;
}