/* ---- MAIN CLASSES ---- */

#divPageContent
{
	background-image: url(../images/visitor/shadow.gif);
	width: 747px;
	margin:0px auto;
	text-align:left;
	padding-bottom:3px;
	margin-bottom:-52px;
}

.divHeader
{
	margin-left:6px;
	background-image: url(../images/home/header_en.jpg);
	width: 735px;
	height: 107px;
}

.divHeaderTitle
{
	float:right;
	padding-top:10px;
	padding-right:18px;
	text-align:right;
	font-size:13px;
	width:140px;
	color:White;
	font-weight:bold;
}


.divMenu
{
	margin-left:6px;
	width: 735px;
	background-image: url(../images/visitor/menu.gif);
	font-family: Verdana;
	color: White;
	font-weight: bold;
	font-size: 10px;
	padding-top:5px;
	height: 21px !important;	              /* MOZZILA HACK --> Height - padding-top*/ 
	height: 26px;			                  /* IE Width */
}

#divLayerA_home						/* RIGHT COLUMN */
{
	margin-left:6px;
	width:735px;
	background-color:#EBEBEB;
	height:100%;
	min-height: 100%;
	text-align:left;
	background-image: none;	
}

#divLayerB_home						/* LEFT COLUMN */
{
	margin-left:0px;
	margin-right:191px;	
	background-color:White;
	height:100%;
	min-height: 100%;
	background-image: none;
	border-right: 1px dashed #B4B4B4;

}

#divLayerC_home						/* CENTER COLUMN */
{	
	background-color:White;

	margin-left:250px;

/*	padding-right:10px;
	padding-left:10px;
	padding-bottom:20px;*/

	width:293px !important;         /* HACK FOR MOZILLA */
	width:287px;
}

#divContentCol3
{
	width:175px;
	margin-top:15px;
	float:right;
}

.divSpeciallyDesigned
{
}

.divSpeciallyDesignedTitle
{
	background-image: url(../images/home/specially_designed_en.gif);
	background-repeat: no-repeat;
	height: 50px;
}

.divArrowItem
{
	background-image: url(../images/home/grey_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 13px; /*	margin-top:15px; */
}

.divSubscribeNow
{
	margin-top: 15px;
	text-align: center;
	width: 160px;
}

.divSubscribeNowButton
{
	background-image: url(../images/home/btSubscribeNow.gif);
	width: 138px;
	margin:0px auto;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	color: White;
	padding-top: 2px;
	height: 15px !important;           /* HACK FOR MOZILLA */
	height: 17px;
	
}

.divPromo
{
	margin-top: 10px;
	width: 160px; /*	border:1px white dashed;  */
}

#divContentCol1
{
	height:315px;
	float: left;
	background-image: url(../images/home/pitcher.jpg);
	background-repeat: no-repeat;
/*	width:230px !important;	        /* HACK FOR MOZILLA BROWSER */ 
	width: 244px;

}

.divLoginForm
{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 35px;
	text-align: right;
}

.divTrial
{
	margin-top:10px;
	margin-right:20px;
/*	text-align:right; */
	width:100px;
	float:right;
}

.fntSectionTitle
{
	font-size: 14px;
	font-family: verdana;
	font-weight:bold;
}

.fntDefault
{
	font-size: 10px;
	font-family: verdana;
	color:Black;
}

.div2Solutions
{	
	padding-top:15px;
	width: 273px;
}

.div2SolutionsTitle
{
	background-image: url(../images/home/2solutions.gif);
	background-repeat: no-repeat;
	height: 41px;
}

.div2SolutionsContent
{
	background-color: #EBF2F7;
	padding-top: 10px;
	padding-left: 10px;
}

.div2SolutionsDetails
{
	margin-left: 20px;
	font-size: 10px;
}

.div2SolutionsBottom
{
	background-image: url(../images/home/2solutions_bottom.gif);
	height: 13px;
	background-repeat: no-repeat;
}

.divQuotes
{
	width: 276px;
	height: 64px;
	background-image: url(../images/home/quotes_en.gif);
	margin-top: 20px;
}

.divBanner
{
	width: 468px;
	height: 60px;
	/*background-image: url(../images/home/banner.jpg);*/
	float: right;
	margin-right: 15px;
}

.divTextAd
{
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 25px;
	margin-right: 15px;
}


A
{
	color: Black;
}


A.divItemMenuLeft
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	color: White;	
}

A.divItemMenuLeft:hover
{
	text-decoration: underline;
}




html, body
{
	height: 100%;
	min-height:100%;
}

div p
{
	margin-top:0px;
}

body
{
	font-size: 11px;
	font-family: verdana;
	background-color: #959595;
	margin: 0px;
	padding: 0px;
	min-height:100%;
	text-align:center;
}







html > body #divLayerA,#divLayerB,#divLayerC    /* HACK FOR MOZILLA */
{
	height: auto;
}




