BODY {
	overflow:		auto;
	background:		white;
	font-family:	verdana;
	padding:		0px;
	margin:			0px;
	border-width:	0px;
}


LABEL {
    position:		absolute;
    color:			black;
    font-family:	tahoma, verdana;
    font-size:		8px;
    padding:		0px;
    margin:			0px;
    text-align:		left;
}

.ContactUsText {
	position:		relative;
    color:			rgb(0,140,130);
    font-family:	Tahoma, Verdana;
    font-weight:	normal;
    font-size:		8pt;
	margin:			0px;
    margin-left:	0px;
    padding:		0px;
}

#LeftSide {
	position:		absolute;
	overflow:		auto;
}

#MiddleBar {
	position:		absolute;
	overflow:		auto;
    background:		rgb(230,233,233);
}

#RightMiddleBar {
	position:		absolute;
	z-Index:		1005;
	overflow:		hidden;
    background-color: rgb(230,233,233);
}

#RightSide {
	position:		absolute;
	overflow:		hidden;
}

.ImageLabel {
	position:		absolute;
    color:			rgb(28,137,131);
    color:			rgb(0,140,130);
    font-family:	Tahoma, Verdana;
    font-weight:	normal;
    font-size:		8pt;
    margin:			0px;
    padding:		0px;
}

.ProdIdea {
	position:		absolute;
    color:			rgb(0,140,130);
    font-family:	Tahoma, Verdana;
    font-weight:	bold;
    font-size:		9pt;
    margin:			0px;
    padding:		0px;
	cursor:			pointer;
}

.ProdLink {
	position:		absolute;
	cursor:			pointer;
}

.MoreLink {
	position:		relative;
    color:			rgb(0,140,130);
    font-family:	Tahoma, Verdana;
    font-weight:	bold;
    font-size:		8pt;
    margin-left:	10px;
    padding:		0px;
	cursor:			pointer;
}

<!-- Element Layout -->

#LeftSide		{left:  10; top:  10; width: 500; height: 600;}

#LText1			{left:  +6; top:  10; width: 440;}
#LText2			{left:  +6; top:  45; width: 440;}

#Image1			{left: +15; top:  85;}
#Label1			{left: +24; top: 195; width:  90;}
#Image2			{left:+175; top:  85;}
#Label2			{left:+184; top: 195; width:  90;}
#Image3			{left:+335; top:  85;}
#Label3			{left:+344; top: 195; width:  90;}

#Image4			{left:+15; top:  275;}
#Label4			{left:+24; top:  390; width:  90;}
#Image5			{left:+175; top: 275;}
#Label5			{left:+184; top: 390; width:  90;}
#Image6			{left:+335; top: 275;}
#Label6			{left:+344; top: 390; width:  90;}

#LText3			{left:  +6; top: 460; width: 440;}

#MiddleBar		{left: 500; top:  10; width:   2; height: 590;}

#TopRight		{left: 510; top:  10; width: 475; height: 250;}

#ProdHdr		{left: +10; top: +10;}
#ProdImage		{left:+365; top:  +0;}

#ProdIdea1		{left: +20; top: +50;}
#ProdLink1		{left:+240; top: +50;}
#ProdIdea2		{left: +20; top: +80;}
#ProdLink2		{left:+340; top: +80;}
#ProdIdea3		{left: +20; top:+110;}
#ProdLink3		{left:+380; top:+110;}
#ProdIdea4		{left: +20; top:+140;}
#ProdLink4		{left:+390; top:+140;}
#ProdIdea5		{left: +20; top:+170;}
#ProdLink5		{left:+210; top:+170;}
#ProdIdea6		{left: +20; top:+200;}
#ProdLink6		{left:+215; top:+200;}
#ProdIdea7		{left: +20; top:+230;}
#ProdLink7		{left:+255; top:+230;}

#RightMiddleBar	{left: 515; top: 270; width: 470; height: 2;}

#BottomRight	{left: 510; top: 280; width: 475; height: 200;}
#ProfileHdr		{left: +10; top: +10;}
#ProfileText	{left:  +4; top:  +0; width: 440;}

#FooterFrame	{left: 0px; 
				 top: expression(parseInt(LeftSide.offsetTop) + parseInt(LeftSide.offsetHeight) + 5); 
				 width: expression(parseInt(TopRight.offsetLeft) + parseInt(TopRight.offsetWidth)); 
			     height: 60;}


