/* CSS Document */

.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}

#body_wrapper{
	background-color:#FFF;
}

#mid{
	width:550px;	
	padding:0px 0px 0 0;
	margin:0 auto;
}

#embed-540 {
	width:540px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

/******************** PORTFOLIO page css starts ******************/
#portfolio_container{	
	padding:O;
}

#portfolio_container .portfolio_div a {
	text-decoration:none;
}

#portfolio_container .portfolio_div_container .portfolio_div img{
	width:126px;
	height:118px;
}
#portfolio_container .portfolio_div_container{	
	height:133px; 
	width:130px;  /* sets padding between images */
	/* margin-right:10px; */
	float:left;
	overflow:hidden;	
	position:relative;
	padding:5px 0 0 5px;
	background-image:url('/custom/utilities/images/dropshadow.jpg');
}
#portfolio_container .portfolio_div_container .portfolio_div{
	width:126px;			
	height:118px;
	overflow:hidden;	
	position:relative;
}
#portfolio_container .portfolio_div .info_container{	
	width:126px;
	height:118px;		
	top:118px;		
	z-index:0;
	position:relative;	
}
#portfolio_container .portfolio_div div.info{
	position:relative;	
	width:116px;
	top:-100px; /* this is the setting for the distance of the text from the top of the box */
	z-index:100;
	height:108px;
	color:#FFF;
	text-align:center;
	font:11px tahoma,arial;
	padding:5px;	
	line-height:16px;
}
#portfolio_container .portfolio_div div.info p{
	font:11px tahoma,arial;
}
#portfolio_container .portfolio_div div.info a{
	color:#FDD068;
	text-decoration:none;
	font-family:arial,helvetica;
	font-size:11px;
	font-weight:bold;
	outline:none;
}
#portfolio_container .portfolio_div div.info_bg{	
	position:relative;	
	background-color:#111;
	width:126px;	
	z-index:50;
	top:-236px;
	height:118px;		
	opacity:0.7;
}

