/* ***************************************** */
/* 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-color:#F1F1F1;*/background-repeat: no-repeat;cursor: pointer;float: left;height: 33px;padding:10px 0px 0px 20px;text-align: left;text-decoration: none;margin-left: 10px; width:230px;}

* html .homePageTab{/* background-image: url('../images/tab.gif'); */	background-image: url(tab.gif);	/*background-color:#F1F1F1;*/background-repeat: no-repeat;cursor: pointer;float: left;height: 33px;padding:10px 0px 0px 20px;text-align: left;text-decoration: none; margin-left:5px;width: 230px;}

.homePageTabActive
{
	
	background-image:url(tab-h.gif);
	background-repeat: no-repeat;
	color: #2178CC;
	cursor: pointer;
	text-decoration: none;
	width: 230px;
	float:left;
}

div.homePageLeftContent
{
	background-color:#FFFFFF;
	display: none;
	float:left;
}

div.homePageLeftContentActive
{
float:left;
	display: block;
	height: 340px;
	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: 660px;margin-top:5px;}
* html div.homePageLeftContent div.ContentText{padding:5px;float: left;height: auto;margin-left: 5px;/* width: 490px; */width:652px;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 ******************* */

.catagory-part{width:960px;height:350px;background-color:#4698ca;float:left;border:1px solid #666666;padding:10px 0 0 0;margin:10px 0 10px 0;}
* html .catagory-part{width:960px;height:356px;background-color:#4698ca;float:left;border:1px solid #666666;padding:10px 0 0 0;margin:0px 0 10px 0;}

.catiour-b{font-size:13px; font-weight:bold; color:#333333;}