@charset "utf-8";
/* CSS Document */
#Promos
{
	position:relative;
	padding:6px;
	left:8px;
	top:-30px;
}

/* Positions **************************************************************************************************************/

#PromoBlockLeft
{
	clear:both; /* make sure we start on the left!!! */
	position:relative;
	width:40em;
	float:left;

/*	margin-top:1em;
	margin-bottom:1em;*/
	margin-left:1em;

}
#PromoBlockLeft a
{
	text-decoration:none;
}
#PromoBlockRight
{
	position:relative;
	width:40em;
	float:right;
	margin-right:1em;

}
#PromoBlockRight a
{
	text-decoration:none;
}

/* End: Positions *********************************************************************************************************/
 
#PromoPic
{
}

#PromoPicLarge
{
	position:relative;
	left:-10px;
}

/* Home page : speciific =========================================================================================================== */
.PromoTitle
{
	vertical-align:top;
	/*	position:relative;
	float:left;
	left:3em;
	top:-2.0em;*/

	font: 1.5em/1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#666666;/*	color:#009900;*/
	text-decoration:none;
}

#PromoTitleLargeIcon a
{
	font: 1.3em/1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#009900;
	
	position:relative;
	float:left;
	left:45px;
	top:-45px;
}

#PromoText
{
	/*position:absolute;
	left:6em;
	top:2em;
	right:2em;
	margin-top:10px;*/

	font: 0.9em/1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding: 0px 0px 10px 35px;/* REF: top right bottom left */


}
#PromoTextLargeIcon
{
	font: 0.9em/0.9em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	
	position:absolute;
	left:42px;
	top:25px;
	padding:3px;
}

#PromoBell
{

}
