.latest_project{
 background: url(../images/colors/green/home_bg.jpg) repeat-x;
 }
 
.project{
 background: url(../images/colors/green/home_latest_project_bg.jpg) no-repeat;
 }
 
.secondary_page_bg{
 background: url(../images/colors/green/secondary_page_bg.jpg) repeat-x;
 }
 
.category_illustration{
 background: url(../images/colors/green/category_illustration_bg.jpg) no-repeat;
 }

/*IPAD*/

.portfolio_web_item{
	width:286px;
	height:382px;
	background:url('/images/ipad/ipad.jpg') no-repeat;
	position:relative;
	
	float: left;
	margin: 8px 5px 0 0;
}
.portfolio_web_item img.screen{
	width:211px;
	height:281px;
	position:absolute;
	top:36px;
	left:39px;
}
.portfolio_web_item a.button_more{
	width:18px;
	height:18px;
	position:absolute;
	top:12px;
	right:15px;
	background:url('/images/ipad/button_plus.gif') no-repeat 0 0;
}
.portfolio_web_item a.button_more:hover{
	background:url('/images/ipad/button_plus.gif') no-repeat 0 -18px;
}
.portfolio_web_item a.button_details{
	width:98px;
	height:33px;
	position:absolute;
	top:340px;
	right:26px;
	background:url('/images/ipad/button_details.png') no-repeat 0 0;
}
.portfolio_web_item a.button_details:hover{
	background:url('/images/ipad/button_details.png') no-repeat 0 -33px;
}
.portfolio_web_item a.button_visit{
	width:98px;
	height:33px;
	position:absolute;
	top:340px;
	left:26px;
	background:url('/images/ipad/button_visit.png') no-repeat 0 0;
}
.portfolio_web_item a.button_visit:hover{
	background:url('/images/ipad/button_visit.png') no-repeat 0 -33px;
}
.portfolio_web_item a.project_title{
	position: absolute;
	top:400px;
}