html, body {
  height: 100%;
  margin: 0;
  min-width: 960px;
}

body {
  font-family: Helvetica,Arial;
  font-size: 11px;
  color:#333;
  line-height:16px;
}

img {
  border: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-size: 12px;
  margin: 0;
}

h1 {
  font-size: 23px;
  line-height: 25px;
  color: #333;
  font-weight:normal;
  padding-top: 6px;
}

h2 {
  text-transform: uppercase;
  font-weight:bold;
}

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

.clearfix {
  *zoom: 1;/*for ie 5.5-7*/
}


a.white:link {
		color:#FFF;
		text-decoration: none;
	}
	
	a.white:hover {
		color:#FFF;
		text-decoration: none;
		border-bottom: 1px solid #FFF;
		border-bottom-color:#FFF;
	}
	
	a.white:visited {
		color:#FFF;
		text-decoration: none;
	}
	
	
a.brown:link {
		color:#751e0f;
		text-decoration: none;
	}
	
	a.brown:hover {
		color:#751e0f;
		text-decoration: none;
		border-bottom: 1px solid #751e0f;
		border-bottom-color:#751e0f;
	}
	
	a.brown:visited {
		color:#751e0f;
		text-decoration: none;
	}
	

#left_gutter, #right_gutter, #content_left_shadow, #content_right {
  background: url(images/header_bg_shadow.png) repeat-x left top;
}

#content_left_shadow {
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#main_container {
  height: 100%;
  width: 100%;
}

#left_gutter {
  background-color: #ffffff;
  width: 50%;
}

#right_gutter {
  background-color: #f2f0eb;
  width: 50%;
}

#top_header {
  background: url(images/header_bg.png) repeat-x;
  height: 107px;
}

#content_left_wrapper {
  overflow: hidden;
  position: relative;
  width: 730px;
}

#content_left_content {
  overflow: auto;
  width: 770px;
}

#content_right {
  background-color: #f8f6f1;
}

#content_right_content {
  width: 230px;
}

#header {
  position: relative;
  width: 960px;
}

#logo {
  display: block;
  left: 10px;
  outline: 0;
  position: absolute;
  top: 10px;
}

#top_nav {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  right: 145px;
  text-align: left;
  top: 15px;
}

/* Portfolio Page */

#portfolio_details {
  padding: 29px 22px;
}

#portfolio_thumbs li {
  background: url(images/thumb_border.png) no-repeat;
  float: left;
  height: 116px;
  margin: 10px;
  position: relative;
  width: 156px;
}

#portfolio_thumbs img {
  position: absolute;
  top: 4px;
  left: 6px;
  cursor: pointer;
}

/* Project Page */

#project_details {
  padding: 29px 20px;
}

#project_details .description {
  height: 45px;
  overflow: hidden;
  position: relative;
}

.scroll_bar {
  background: url(images/scrollBarBackground.gif);
  position: absolute;
  right: 10px;
  top: 50px;
}

.scroll_bar .arrow_top {
  background: url(images/scrollbar_topCap.gif) no-repeat left top;
  height: 37px;
  width: 7px;
}

.scroll_bar .arrow_bottom {
  background: url(images/scrollbar_bottomCap.gif) no-repeat left bottom;
  height: 37px;
  width: 7px;
}

.scroll_bar .rail {
  height: 100px;
  position: relative;
  width: 7px;
}

.scroll_bar .ui-slider-handle  {
  background-color: #4E4741;
  display: block;
  font-size: 0;
  height: 50px;
  margin-bottom: -25px;
  outline: none;
  position: absolute;
  width: 7px;
}

#project_details .arrow {
  text-align: center;
}

#project_details .arrow img{
	cursor: pointer;
}

#project_details .backLink {
  text-align: center;
}

#project_details .thumbs {
  border-top: 1px solid #e3e0d7;
  border-bottom: 1px solid #e3e0d7;
  margin: 10px 0;
  padding: 5px 0;
}

#project_details .thumbs li {
  border: 1px solid #60584f;
  float: left;
  margin: 5px 10px 5px 0px;
  cursor: pointer;
}

#project_details .thumbs img {
  display:block;
}

#project_large_image {
  padding:30px;
}

#project_large_image img {
  border: 0px solid #60584f;
}


