/* ***************************************** */
/* Home content CSS */
#homePageContent
{
	height: 20px;;
	margin-top: 0px;
	width: 270px;
}

#homePageLeft
{
	/* border: 1px solid red; */
	float: left;
	height: auto;
	/*width: 700px;*/
	width: 633px;
}

#homePageRight
{
	/* border: 1px solid red; */

	float: left;
	height: auto;
	height: 271px;
	height: 261px;
	margin-bottom: 20px;
	margin-left: 14px;
	/*width: 206px;*/
	width: 272px;
}


/*Left elements*/
a.homePageTabLink:link, a.homePageTabLink:visited
{
	text-decoration: none;
}

a.homePageTabLink:hover
{
	text-decoration: none;

}


.homePageTab
{
	background-image: url(tab.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 33px;
	padding:10px 0px 0px 20px;
	text-align: left;
	text-decoration: none;
	margin-left: 10px;
	_margin-left:5px;
	width: 230px;

}

.homePageTabActive
{
	
	background-image:url(tab-h.gif);
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	width: 230px;
	float:left;
}

div.homePageLeftContent
{
	background-color:#FFFFFF;
	display: none;
	float:left;
}

div.homePageLeftContentActive
{
float:left;
	display: block;
	height: 295px;
	_height: 303px;
	margin-top: 0px;
	padding-right: 5px;
	margin-left: 10px;
	
}

div.homePageLeftContent div.ContentImage
{
	
	height: 100px;
	width: 50px;
	margin-left: 10px;
}







div.homePageLeftContent div.ContentText
{
	padding:5px;
	float: left;
	height: auto;
	margin-left: 5px;
	/* width: 490px; */
	width: 655px;
	_width:647px;
	margin-top:5px;
	
}

div.promoInfo
{
	
	border: 0px solid #DEDEDE;
	float: left;
	/*height: auto;
	min-height: 50px;*/
	height: 105px;
	/*margin-right: 5px;*/
	/*width: 200px;*/
	text-align: left;
	width: 206px;
}

div.promoInfo img
{
	border: none;
	display: block;
	/*float: left;*/
	/*margin-top: 12px;
	margin-left: 10px;*/
	/* margin-left: 4px; */ /*IE*/
	padding: 0px;
}

div.promoInfo a:link,
div.promoInfo a:visited,
div.promoInfo a:hover
{
	background: none;	
	border-bottom: none;
	border: none;	
	text-decoration: none;
}

/*Right elements*/

#homePageRight div
{
	margin-left: 5px;
	width: 260px;
}


div.homePageRightTitle
{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #2178CC;	
	height: 20px;
	margin-left: 5px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	width: 260px;
}

div.homePageRightTitle span
{
	margin-left: 20px;
}

div.homePageRightContent
{
	background-color: #FFFFFF;
	height: 129px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	width: 260px;
}

div.homePageRightContent div#customers
{
	display: block;
	height: 50px;
	margin: 0px;
	margin-left: 49px;
	margin-top: 10px;
	width: 160px;
}

div.homePageRightContent div#customers a.no_underline:link, 
div.homePageRightContent div#customers a.no_underline:visited,
div.homePageRightContent div#customers a.no_underline:hover
{
	background: none;	
	border-bottom: none;
	border: none;
	text-decoration: none;
}

/* *************** links in Home Page content like at subpages ******************* */

.nice-menu
	{
	width:450px;
	float:left;
	}

.nice-menu ul
	{
	padding:0px;
	margin:0px;
	}
.nice-menu ul li
	{
	list-style:none;
	padding:10px 0px 0px 20px;
	float:left;
	}
.nice-menu ul li a
	{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}
.nice-menu ul li a:hover
	{
	text-decoration:underline;
	}
.nice-menu ul li a.chat
	{
	background: url(../stellar-images/chat-idx.jpg) no-repeat right top;
    color: #000000;
    display: block;
    height: 25px;
	line-height:25px;	
    padding-right: 20px;
    width: 40px;
	}
.nice-menu ul li a.chat:hover
	{
	background: url(../stellar-images/chat-idx-hvr.jpg) no-repeat right top;
    color: #000000;
    display: block;
		line-height:25px;
    height: 25px;
    padding-right: 20px;
    width: 40px;
	}
	
.nice-menu ul li a.lang
	{
	
	
	background: url(../stellar-images/lang-idx.jpg) no-repeat right top transparent;
    color: #000000;
    display: block;
	line-height:25px;
    height: 25px;
    padding-right: 30px;
    width: 50px;
	
	}
.nice-menu ul li a.lang:hover
	{
	background: url(../stellar-images/lang-idx-hvr.jpg) no-repeat right top transparent;
    color: #000000;
    display: block;
	line-height:25px;
    height: 25px;
    padding-right: 30px;
    width: 50px;
	}