/********************************************/
/* Le Top Panel 							*/
/********************************************/
#root_top_panel {
	/*background-color: #d00000;*/
	background-color: #dcdcda;
	height:150px;
	/*height:90px;*/
}
#header_left {
	background:url('../images/header/img_shipping_left.png') no-repeat top right;
	height:150px;
	/*background:url('../images/header/img_left.gif') no-repeat top right;*/
	/*height:90px;*/
}
#header_center {
	background-repeat: no-repeat;
	background-position: center center;
	height:150px;
	/*background:url('../images/header/img_center.gif') no-repeat center center;*/
	/*height:90px;*/
}
#header_right {
	background:url('../images/header/img_shipping_right.png') no-repeat top left;
	height:150px;
	/*background:url('../images/header/img_right.gif') no-repeat top left;*/
	/*height:90px;*/
}