#igadget_home
{
	display: block;
	top: 10px;
	position: relative;
	width: 105px;
	height: 105px;
	background: url(/images/igadget_glow_rollover.png);
}

#igadget_home:hover
{
	background-position: 0 -105px;
}
#irepo_home
{
	display: block;
	top: 10px;
	position: relative;
	width: 105px;
	height: 105px;
	background: url(/images/irepo_glow_rollover.png);
}

#irepo_home:hover
{
	background-position: 0 -105px;
}

#iringtunes_home
{
	display: block;
	top: 10px;
	position: relative;
	width: 105px;
	height: 105px;
	background: url(/images/iringtunes_glow_rollover.png);
}

#iringtunes_home:hover
{
	background-position: 0 -105px;
}

#tunejack_home
{
	display: block;
	top: 10px;
	position: relative;
	width: 105px;
	height: 105px;
	background: url(/images/tunejack_glow_rollover.png);
}

#tunejack_home:hover
{
	background-position: 0 -105px;
}


#home {
	clear: both;
	width: 1000px;
	margin: 0;
	padding: 0;
	}

#home #homeIconContainer {
	width: 915px;
	margin: 20px auto 0px auto;
}

#home .productSplash {
	float:  left;
	width: 210px;
	margin: 0 0 0 0;
	}

#home .padRight {
	margin-right: 25px;
	}
	
#home .homeIconBackground 
{
	width: 210px;
	height: 162px;
	background-image: url(/images/home_app_background.png);
}	

#home .homeIconBackground img
{
	width: 96px;
	height: 96px;
	padding-left: 57px;
	padding-top: 15px;
}

#home .homeIconBackground a:hover
{
	text-decoration: none;
}


#home .homeIconBackground_text
{
	top: 15px;
	position: relative;
	text-align: center;
	color: #3e3e3e;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #c0c0c0 1px 1px 1px;
}

#home .homeIconShadow
{
	width: 210px;
	height: 162px;
	background-position-x: 57px;
	background-position-y: 15px;
	background-repeat: no-repeat;
	opacity: 0.0;
	z-index: 99;
	position: absolute;
}
	
#home #homeIconContainerEnd {
	clear: both;
	}

#home p.homeBrief {
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #333;
	}