

#global {
	position: relative;
	margin: 0 auto;
	width: 990px;
	}
	
/* header*/	
#header {
	position:absolute;
	width: 990px;
	/*background-color:#00CCFF;*/

}
	
	
#breadcrumbs {
	position: absolute;
	width: 970px;
	margin-left: 10px;
	margin-top: 15px;/* 20 px between the bread and search bar*/
}
	

	
/* CONTAINER FLOAT BLOCKS ------------------------------------------------------- */	
	
#container { /* contains #float1, #float2, #bottom-rc and #footer*/
	top: 245px;
	position: absolute;
	width: 970px;
	margin-left: 10px;
	border-bottom: solid 20px #ffffff;
}


/* for trial page whose blue menu is reduced */
#container-trial { 
	top: 235px;
	position: absolute;
	width: 970px;
	margin-left: 10px;
	border-bottom: solid 20px #ffffff;
}


/* for the bg of the right column */
#container-bottom {
clear: both;
	width: 970px;
	/*background: url(http://images1.avanquest.com/USA/images/rc_bg_tcm8-4482.gif) repeat-y right;*/
	background: url(http://images2.avanquest.com/USA/images/rc_bottom_tcm8-4483.gif) no-repeat right bottom;
	/*background-color:#000000; */
	
	}
	
#container-bg {
clear: both;
	width: 970px;
	background: url(http://images1.avanquest.com/USA/images/rc_bg_tcm8-4482.gif) repeat-y right;
	/* 6-11 > no use bottom: 27px;*/
	/*background-color:#66FFFF;*/
	}

#allonge {
clear: both;

}

/* #float1 contains #product and promo1 */
#float1 {
	float: left;
	width: 720px;
	/*background-color:#66CC66;*/
}

#product {
	float: left;
	width: 720px;
	border-bottom: 20px solid #FFFFFF;
	/*background-color: #FFCCFF;*/
}


#promo1 {
	float: left;
	width: 720px;
	/*border-bottom: 20px solid #FFFFFF;*/
	/*makes the space between the banner and the list + 
	hides the background of the 2 columns in container-bg*/
	/*background-color:#CCCCFF;*/
}

/* #float2 contains #promo2 and #right_column */
#float2 {
	float: right;
	width: 230px;
	/*background: url(http://images1.avanquest.com/USA/images/rc_bg_tcm8-4482.gif) repeat-y right;*/
	/*background-color:#FF3300;*/
}




#promo2 {
	float: left;
	width: 230px;
	top: 0;
	border-bottom: 20px solid #FFFFFF;
	/*background-color:#CCFFFF;*/
}

#right-column  {
	float: left;
	/*margin-bottom: 20px solid #FFFFFF;  it's in the footer now */
	width: 230px;
	margin-bottom: 27px;  /* 6-11 otherwise the bottom of the column won't appear*/
	/*background-color: #CCAAFF;*/
}

.title_tab, title_tab a {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
}

/* footer  */
#footer { 
	clear: both;
	/*margin: 0 auto; 
	bottom:0;*/
	width: 970px;
	/*background-color:#CCFF00;*/
	border-top: 20px solid #FFFFFF;
}
