/*---------------------------------------BANNER---------------------------------------*/

#bannerMain {
	position: relative;
	width: 100%;
	height: 160px;
}   

#bannerArt-Second {
	position: absolute;
	left: 0;
	top: 10px;
	width: 417px;
	height: 44px;
	background-image: url('../img/rebati-banner-art-second.png');
	background-repeat: no-repeat;
}

/*---------------------------------------BANNER LINKS---------------------------------------*/

#linkBox {
	position: absolute;
	width: 450px;
	height: 28px;
	top: 85px;
	left: 0;
}

#bannerMain li {
	font-size: 12px;
}

#chicklets {
	position: absolute;
	width: 100px;
    height: 16px;
	left: 327px;
	top: 90px;
}

#chicklets.chickletsLeftHackFrench {
	left: 392px;
}


/*---------------------------------------COLUMNS---------------------------------------*/

#column1 {
	padding-bottom: 20px;
}

#column1 p {
	margin-top: 4px;
}
 
#column1 p.topMarginZero {
	margin-top: 0;
}

#column2 h4 {
    margin-top: 8px;
	color: #24408f;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#column2 {
	float: left;
	padding-left: 20px;
	width: 525px;
	border-left: 1px solid #999;
}

#column2 p, li {
	margin-top: 2px;
	font-size: 12px;
	line-height: 18px;
}

#column2 h4.topMarginZero {
	margin-top: 0;
}

#column2 h4.fontBold {
	font-weight: bold;
}


#buttonWrapper {
	float: right;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
}   

#buttonRebati {
	float: right;
	width: 247px;
	height: 37px;
	background-image: url('../img/button-rebati.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#buttonRebati:hover {
	background-image: url('../img/button-rebati-rollover.png');
}
    
/*------------------------------ LISTS ----------------------------*/

ol {
	font-size: 13px;
	line-height: 20px;
/*	list-style-position: inside;*/
}

#column2 > ol > li  {
	margin-top: 6px;
}

#column2 ol > ol > li {
	list-style-type: square;
 	margin-left: 19px;
}

#column2 ol > li > ol > li {
	list-style-type: lower-roman;
	margin-left: 36px;
}



