/***************************************************

	TEEHAN+LAX - COMPANY PAGE STYLES 	
	author: Chris Erwin	
	company: teehan+lax (www.teehanlax.com)	
	
****************************************************/

#work_home.content_container {
	position: relative;
}

#work_home.content_container .page_header { /* override the standard page header */
	position: relative;
	padding-left: 0;
	height: auto;
}

#work_home.content_container .page_header .demo_reel_thumb {
	margin: 50px 75px 0 195px;
}
#work_home.content_container .page_header h1 {
	padding-top: 100px;
	font-size: 28px;
	margin-bottom: 5px;	
}
#work_home.content_container .page_header p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 20px;
}	
	
	
#winnow_tools {
	width: 100%;
	height: 33px;
	position: relative;
	z-index: 90;
	background: url(../images/work/bg_winnow.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4a;
	text-decoration: none;
	line-height: 33px;
}	
	#winnow_control {
		float: left;
		padding-left: 50px;
		font-size: 11px;
	}
		#winnow_control .label {
			float: left;
		}
		#winnow_control ul {
			float: left;
		}
		#winnow_control ul li {
			float: left;
			width: 73px;
			text-align: center;
			margin: 0 0 0 10px;
			line-height: 33px;
		}
		#winnow_control ul li.active {
			background: url(../images/work/active_winnow_option.gif) no-repeat 0px 6px;
		}
		#winnow_control ul li.active a {
			color: #fff;
			text-decoration: none;
		}
	#client_winnow_control {
		padding-right: 20px;
		float: right;
		display: block;
		padding-top: 10px;
		line-height: 12px;
	}
	#client_winnow_control a {
		text-decoration: none;
	}
	#client_winnow_control .icon {
		margin-left: 5px;
	}
	#winnow_control a.blue_link {
		text-decoration: none;
	}


#demo_reel {
	width: 935px;
	height: 525px;
	position: absolute;
	top: -10000px;
	left: 19px;
	background: #F2F1F0;
	/*visibility: hidden;*/
}
	#demo_reel .button_row {
		padding: 10px 0;
		text-align: right;
	}
	/*#demo_reel_content {
		position: absolute;
		top: -100000px;
		left: 0;
	}*/
	#demo_reel_dummy {
		position: absolute;
		top: -1000000px;
		left: 0;
	}
	
	#demo_reel_content_container {
		position: absolute;
		top: -1000000px;
		left: 0;
	}	


#work_thumbs.content_box {
	padding: 0 0 35px 0;
}	

#work_thumbs #projects {
	width: 923px;
	overflow: hidden;
	margin-top: 20px;
}
	#work_thumbs #projects .project_wrapper { /* extra wrapper was added to prevent IE6 from crashing when fading the opacity on #projects. */
		float: left;
	}
	#work_thumbs #projects .project {
		width: 307px;
		height: 237px;
	}
	#work_thumbs #projects .project .thumbnail {
		width: 211px;
		height: 152px;
		padding: 6px;
		margin: 0 42px 5px 42px;
		background: #fff url(../images/work/bg_thumb_shadow.gif) no-repeat left top;		
	}
	#work_thumbs #projects .project .title {
		width: 199px;
		margin: 0 48px;
		font-size: 11px;
		color: #414141;
	}
		#work_thumbs #projects .project .title a {
			color: #414141;
			text-decoration: none;
			font-size: 12px;
		}

#client_menu_container {
	width: 100%;
	height: 0px;
	overflow: hidden;
	
}
	#client_menu {
		margin: 15px 23px 0 23px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e7e4e4;	
	}
	#client_menu table {
		width: 500px;
		margin-left: 20px;
	}
	#client_menu table td {
		padding: 6px 10px;
		text-align: left;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
	}
	#client_menu table td a {
		text-decoration: none;
	}