/* Homepage CSS */

#screens
{
	width:770px;
	margin:50px 80px 0px;
	height:304px;
	position:relative;
}
#left
{
	z-index:0;
	width:245px;
	height:237px;
	top:64px;
	left:98px;
	position:absolute;
	float:left;
	background:url("../images/iPhoneLeftRight.png") center no-repeat;
}
#left .view
{
	width:207px;
	height:162px;
	z-index:0;
	top:75px;
	left:20px;
	position:absolute;
	background:url("../images/iPhone_Contents/listView.png") center no-repeat;
}
#center
{
	z-index:5;
	width:245px;
	height:301px;
	top:0px;
	left:262px;
	position:absolute;
	background:url("../images/iPhoneCenter.png") center no-repeat;
}
#center .view
{
	width:207px;
	height:226px;
	z-index:10;
	top:75px;
	left:20px;
	position:absolute;
	background:url("../images/iPhone_Contents/detailsView.png") center no-repeat;
}
#right
{
	z-index:0;
	width:245px;
	height:237px;
	top:64px;
	right:98px;
	position:absolute;
	float:right;
	background:url("../images/iPhoneLeftRight.png") center no-repeat;
}
#right .view
{
	width:207px;
	height:162px;
	z-index:0;
	top:75px;
	left:20px;
	position:absolute;
	background:url("../images/iPhone_Contents/overviewView.png") center no-repeat;
}
#shadow
{
	z-index:20;
	width:770px;
	height:40px;
	left:0px;
	bottom:3px;
	position:absolute;
	background:url("../images/ombra.png") center no-repeat;
}
#separatore
{
	width:770px;
	height:3px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url("../images/lineeiPhone.png") center no-repeat;
}
#tagline
{
	padding:30px 0px;
	font-size:24px;
	font-style:italic;
	color:#3d3b3b;
	text-align:center;
}
#apps
{
	margin:0px 160px;
	width:610px;
	height:106px;
}
#app1
{
	margin:0px 10px 0px 0px;
	float:left;
	padding:10px 9px 9px;
	background:url("../images/incavo.png") center no-repeat;
	width:282px;
	height:87px;
}
#app2
{
	float:left;
	padding:10px 9px 9px;
	background:url("../images/incavo.png") center no-repeat;
	width:282px;
	height:87px;
}
#homeReachUs
{
	margin:45px 0px 10px;
	font-size:20px;
	font-style:italic;
	color:#3d3b3b;
	text-align:center;
}
#latestPosts
{
	width:800px;
	padding:50px 65px 0px;
	text-align:center;
	font-size:20px;
	font-style:italic;
}

/* END Homepage CSS */