/* Home page **/

#pageHome
{
	position: relative;
	width: inherit;	
}

#pageHome #productImage
{
	position: absolute;
	right: 0px;
	height: 298px;	
	width: 312px;
}

#pageHome #titleBar
{
	
	position: relative;
	height: 105px;
	top: 32px;
}

#pageHome #alplayer
{
	
	position: relative;
	top: 0px;
}

#pageHome #productArea
{
	width: inherit;
	width: 450px;
	min-height: 220px;
	margin-top: 25px;
}

#pageHome #productArea p
{
	color: #5F5F5F;
	line-height: 16pt;
	font-size: 12pt;
}

/* Info modules */

#pageHome #infoModules
{
	width: inherit;
	margin-top: 40px;
	height: 225px;
}

#pageHome #infoModules h1
{
	font-size: 17px;
	letter-spacing: 0.2pt;
	color: #484848;
}

#pageHome #infoModules img
{
	cursor: pointer;
}

#pageHome #infoModules p
{
	line-height: 13pt;
	font-size: 12px;
	color: #656565;
}

#pageHome #infoModules a
{
	color: #54BAE0;
}

#pageHome #infoModules a:hover
{
	color: #54BAE0;
}

#pageHome #infoModules #liveEventProduction
{
	float: left;
	width: 231px;
	height: 226px;
}

#pageHome #infoModules #network
{
	float: left;
	margin-left: 56px;
	width: 231px;
	height: 226px;
}

#pageHome #infoModules #wireless
{
	float: right;
	width: 231px;
	height: 226px;
}

/* EOF */





