@charset "ISO-8859-1";

* {
    -moz-outline-style: none;     
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;
}

html {
margin:0px; 
padding:0px;
}

td {
margin:0px; 
padding:0px;
}



body {
	background-color:#afd542;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	padding-left:20px;
} 
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
 
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
* html .clearfix {
height: 1%;
}


/* PROJECT DETAIL PAGES

//////////////////////////////////////////////////
*/

#close {
	float:right;
	margin-right:3px;
	margin-top:0px;
}

#detail_grid {
	width:944px;
	position:relative;
	z-index:999;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:#afd542;
	height:100%;
}

#projectDetailImage{
	margin: 0px;
	margin-right:32px;	
	width: 645px;
	float: left;	
	min-height: 200px;
	height: auto !important;
}
#projectDetailControls{
	margin: 0px;
	margin-top:8px;
	width: 645px;	
	min-height: 200px;
	height: auto !important;
}
#projectDetailDescrip{
	margin: 0px;
	margin-top:12px;
	width: 250px;
	float: left;	
	min-height: 200px;
	height: auto !important;
}

#projectDetailClient{
	font-family:Helvetica, Sans Serif;
	font-weight:normal;
	font-size: 14px;
	letter-spacing:0px;
	color: #fff;
	text-shadow: #8ea834 0px 0px 5px;
}

#projectDetailProject{
	font-family:Helvetica, Sans Serif;
	font-weight:bold;
	font-size: 22px;
	letter-spacing:0px;
	color: #fff;
	text-shadow: #8ea834 0px 0px 5px;
	margin-bottom:18px;
}

#projectDetailCopy{
	font-family:Helvetica, Sans Serif;
	font-weight:normal;
	font-size: 10px;
	letter-spacing:0px;
	color: #495321;
	margin-bottom:22px;
	line-height:14px;
}

#projectDetailCredits{
	font-family:Helvetica, Sans Serif;
	font-weight:bold;
	font-size: 10px;
	letter-spacing:0px;
	color: #495321;
	line-height:14px;
}

.names{
	float:left;
	margin-right:30px;
}

.roles{	
	color: #fff;
}

.controls{
	float:right;
	margin-left:6px;
	
}

.team {
			border-color:#FFFFFF;
		}
