#layout_container {
	width: 970px;
	text-align: left;
	position: relative;
}

.layout_half_page, 
.layout_quarter_side, 
.layout_quarter_center, 
.layout_third_side, 
.layout_third_main{
	vertical-align: top;
}
.layout_half_page,
.layout_quarter_center{
	width: 49%;
}
.layout_quarter_side {
	width: 24%;
}
.layout_third_side{
	width: 38%;
}
.layout_third_main{
	width: 60%;
}
#layout_left,
#layout_right,
#layout_center{
	display: inline-block;
}

/* Widgets */
.widget-offer-info {
  width: 750px;
}
.widget-offer-info .display_two_column_left .header{ float: left; width: 250px;}
.widget-offer-info .display_two_column_left .description{ float: right; width: 500px;}
.widget-offer-info .display_two_column_right .header { float: right; width: 250px;}
.widget-offer-info .display_two_column_right .description { float: left; width: 500px;}
.widget-offer-info .display_inline_left .large-logo { float: left; padding: 0 10px 10px 0; }
.widget-offer-info .display_inline_right .large-logo { float: right; padding: 0 0 10px 10px; }
.widget-offer-info .display_top_logo .header,
.widget-offer-info .display_bottom_logo .header { float: left; width: 500px; margin: 0 auto; text-align: center;}
.widget-offer-info .display_top_logo .description,
.widget-offer-info .display_bottom_logo .description { float: left; clear: both; }

/*environment flag
-------------------*/

.environment_flag{
	position:fixed;
	background-color:red;
	padding:2px 2px;
	width:auto;
	top:0;
	left:0;
	border:solid 2px orange;
	}
	
		.environment_flag p{
			font-size:9px;
			line-height:10px;
			margin:0;
			padding:1px 3px;
			float:left;
			color:#FFF;
		}
		
		.environment_flag .environment{
			font-weight:bold;
			font-size:9px;
		}
		
			.environment_flag:hover .environment{
				font-size:12px;
				line-height:12px;
			}
		
		.environment_flag .message{
			display:none;
		}
		
			.environment_flag:hover .message{
				display:block;
			}
		