#home
{
	position:relative;
}

#home #projects-filter
{
	position:relative;
	background:url(/images/home/dropdown.png) top right no-repeat;
	width:271px;
	height:88px;
	padding-left:53px;
}

#projects-filter-name
{
	position:absolute;
	top:35px;
	left:99px;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
}

#projects-filter-dd
{
	position:absolute;
	top:32px;
	left:241px;
}
	
#projects-filter-dd a
{
	background:url(/images/home/dropdown_button.gif) top left no-repeat;
	width:32px;
	height:20px;
	overflow: hidden;
	display: block;
	text-indent: 999px;
}

#home #projects-menu
{
	position:absolute;
	background:url(/images/home/dropdown_bg.png) top left no-repeat;
	width:271px;
	height:160px;
	z-index: 100;
	top:52px;
	left:67px;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
}

#home #projects-menu ul 
{
	margin:0;
	padding:15px 0 0 31px;
	list-style: none;
}

#home #projects-menu ul li
{
	margin:0;
	padding:5px 0 5px 0;
}

#home #projects-menu ul li a
{
	text-decoration: none;
	
}

#pm-all 
{ 
	color:#6d7075;
}

#pm-client
{
	color:#07bdf7;
}

#pm-project	
{
	color:#7a0494;
}

#pm-inspiration
{
	color:#00cc99;
}

#pm-culture
{
	color:#f84208;
}

#home #projects
{
	padding-left:100px;
}

#home #projects .projects-col
{
	float:left;
	width:225px;
}

#home .project
{
	float:left;
	width:210px;
	padding-right:15px;
	padding-bottom:15px;
	cursor: pointer;
}

#home .project .image
{
	
}

#home .project .heading
{
	padding:7px;
	background:url(/images/home/arrow_rt.gif) top right no-repeat #333333;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	height:29px;
}

#home .project .heading-over
{
	background:url(/images/home/arrow_dn.gif) top right no-repeat #333333;
}

#home .project .text
{
	padding:0 7px 7px 7px;
	width:196px;
	background-color:#333333;
	font-family: Georgia;
	font-style:italic;
	font-size:11px;
	color:#ffffff;
	line-height:17px;
}

#home .project .footer-client
{
	background-color: #07bdf7;
	height:7px;
}

#home .project .footer-project
{
	background-color: #7a0494;
	height:7px;
}

#home .project .footer-inspiration
{
	background-color: #00cc99;
	height:7px;
}

#home .project .footer-culture
{
	background-color: #f84208;
	height:7px;
}