
/*	
	======================================================================

	project-detail.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2006.11.06
	Copyright 2006, 2005, 2004 Sustainable By Design
	======================================================================
*/


/* ----------------------------------------------------
   LAYOUT
   ---------------------------------------------------- */

	#mainProjectImage {
	
		position: absolute;
		     top: 15px; 
		    left: 239px; 
		   width: 275px;
		 z-index: 10;
	}

	#afterImage {
	
		position: absolute;
		     top: 15px; 
		    left: 525px; 
		   width: 275px;
		 z-index: 10;
	}

	#thumbImages {
	
		position: absolute; 
		     top: 300px; 
		    left: 239px; 
		   width: 660px;
		 z-index: 10;
	}
	
	#enlargedProjectImage {
	
		display: none;
		position: absolute; 
		     top: 15px; 
		    left: 239px; 
		   width: 500px;
		  height: 500px;
		 z-index: 10000;
	}
	
	#clickToEnlarge {
	
		position: absolute; 
		     top: 156px; 
		    left: 222px; 
		    z-index: 2000;
	}
	
	#clickToClose {
	
		display: none;
		position: absolute; 
		     top: 396px; 
		    left: 222px; 
		    z-index: 2000;
	}
	
	#backLink {
	
		position: absolute; 
		     top: 373px;
		   right: 614px; 
		   width:  50px;
		 z-index: 10;
		 display: none;
	}
	
	#moreLink {
	
		position: absolute; 
		     top: 373px;
		    left: 808px; 
		   width:  50px;
		 z-index: 10;
		 display: none;
	}
	
	#projectTitle {
	
		position: absolute; 
		     top: 15px;
		   right: 670px; 
		   width: 185px;
		 z-index: 10;
	}
	
	#projectDescription {
	
		position: absolute; 
		     top: 15px;
		    left: 526px; 
		   width: 215px;
		 z-index: 10;
	}
	
	#projectMenuLink {
	
		position: absolute; 
		     top: 393px;
		   right: 60px; 
		   width: 250px;
		 z-index: 10;
	}

	#lowerLeftImage {
	
		position: absolute;
		     top: 271px; 
		    left: 0px; 
		  height: 256px;
		   width: 190px;
		 z-index: 10;
	}	

		/* feature is disabled

	#inThePress {
	
		position: absolute;
		     top: 240px; 
		    left: 526px; 
		   width: 215px;
		 z-index: 10;
	}	

	#testimonials {
	
		position: absolute;
		     top: 260px; 
		    left: 526px; 
		   width: 215px;
		 z-index: 10;
	}	

		*/
		
/* ----------------------------------------------------
   CONTENT
   ---------------------------------------------------- */

	#projectDescription {

		font-size: 11px;
	}
	
	#projectTitle {
	
		text-align: right;
	}
	
	.projectName {
	
		font-size: 20px;
	}
	
	.projectLocation {
	
		font-size: 12px;
	}
	
	.projectDetailLinkDim {

		color: #777777;
		font-size: 11px;
	}
	
	.projectDetailLinkActive {

		color: #FFFFFF;
		font-size: 11px;
	}

	#projectMenuLink {

		color: #777777;
		font-size: 11px;
		text-align: right;
	}
	
/*	
	a.projectDetailLinkDim:link    { color: #777777; font-style: normal; text-decoration: none; }
	a.projectDetailLinkDim:visited { color: #777777; font-style: normal; text-decoration: none; }
	a.projectDetailLinkDim:hover   { color: #FFFFFF; font-style: normal; text-decoration: none; }
	a.projectDetailLinkDim:active  { color: #FFFFFF; font-style: normal; text-decoration: none; }

	a.projectMenuLink:link    { color: #777777; font-style: normal; text-decoration: none; }
	a.projectMenuLink:visited { color: #777777; font-style: normal; text-decoration: none; }
	a.projectMenuLink:hover   { color: #FFFFFF; font-style: normal; text-decoration: none; }
	a.projectMenuLink:active  { color: #FFFFFF; font-style: normal; text-decoration: none; }

*/
