#content 
{
	background:white;
	padding:0 33px;
}
#primary
{
	display:none;
}
#footer
{
	height:58px;
	width:924px;
}
#footer .menu
{
	display:none;
}
#footer .copyright
{
	margin:0;
	padding-top:22px;
}
#header
{
	height:486px;
}
#gallery_view
{
	position:absolute;
	width:960px;
	height:440px;
	top:0px;
	left:0px;
	background:black;
}

.project_image
{
	position:absolute;
	top:55px;
	left:468px;
	width:422px;
	height:325px;
}
.project_image_caption
{	
	position:absolute;
	left:25px;
	bottom:85px;
	width:360px;
	border-top:1px solid #444;
	padding-top:5px;
	font-family:Arial, sans-serif;
	font-size:11px;
	vertical-align:bottom;
	color:white;
}
.project_overview
{
	position:absolute;
	top:80px;
	left:30px;
	width:360px;
	height:298px;
}
h1.project_title
{
	color:white;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.project_client
{
	color:#c00;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.project_description
{
	color:#bbb;
	font-size:12px;
	line-height:18px;
	height:180px;
	
	overflow:auto;
}
a.project_link
{
	float:right;
	margin-top:45px;	
}
a.project_link.button
{
	padding:5px 10px;
	margin-right:5px;
	border:none;
	font-size:11px;
	background:#aa0000 url("../../images/interface/tab_menu_there.gif") repeat-x top left;	
}

#project_categories
{
	position:absolute;
	bottom:19px;
	left:25px;
	height:15px;
}
.category_label
{
	color:#a00;
	font-size:10px;
	font-weight:bold;
	vertical-align:middle;
	margin-right:5px;
}
.category_filter
{
	margin-right:5px;
	color:#888;
	font-weight:normal;
	font-size:10px;
}
.category_filter input
{
	vertical-align:middle;
}

#content_loader
{
	position:absolute;
	bottom:57px;
	left:175px;
	text-align:center;
	width:16px;
	height:16px;
	color:white;
}

#item_paging
{
	position:absolute;
	bottom:57px;
	left:25px;
	height:15px;
}
#item_paging a.button
{
	padding:5px 10px;
	margin-right:5px;
	border:none;
	font-size:11px;
	background:#aa0000 url("../../images/interface/tab_menu_there.gif") repeat-x top left;	
}

#cover
{
	position:absolute;
	width:700px;
	height:375px;
	top:0px;
	left:0px;
	background:black;
	z-index:999;
}

ul.client_list
{
	margin:0;
	padding:0;
	padding-left:10px;
}
.client_list li
{
	list-style:square;
}
.client_list a
{
	float:left;
	width:220px;
	border:1px solid black;
}
