.home #StageContainer {
	position : relative;
	width : 100%;
	height : auto;
	padding-left : 0px; 
}

.home #HeaderLogo {
	position : absolute;
	width : 405px;
	height : 170px;
	background : transparent url(../images/logo-home-x123y142-405x170.png) 0 0 no-repeat;

	margin-top : 15px;
	margin-left : 0px;
}

.home #Content {
	position : relative;
	padding-left : 420px;
	height : 170px;  /* since absolute position of the image will not be counted for box! */
	
}

.home #Portfolios {
	position : relative;
/*	top : 200px; */
	left : 0px;
	width : 100%;
	margin-top : 30px;
}


#Portfolios ul {
	text-align : center;
}

#Portfolios li { 
 	list-style: none; 
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	
	margin : 0px; /* typogrpahy */
	margin-left : 25px; /* typogrpahy */
	left : 0;

	text-align : left;
}

#Portfolios li p {
	margin : 8px 0px 0px 0px;
}

#Portfolios a img {
	border : 1px solid #5b5b88;	/* lighter purple - image border */
	z-index : 1;
	opacity : 0.7;
}

#Portfolios a:hover img {
	border : 1px solid #ccc; 		/* white - nav current (even darker for img border) */
	opacity : 1.0;
}

span.portfolioTitle {
 	font-weight : bold;
 	text-decoration: none; 
	color : #634685;	/* light purple (darker) */
}


