@charset "utf-8";
.twoColFixLtHdr #container {
	width: 986px;  
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow: 10px 10px 8px #888;
	-moz-box-shadow: 10px 10px 8px #888;
	-webkit-box-shadow: 10px 10px 8px #888;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#888888, offX=5, offY=5, positive=true);
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding: 12px 0px 8px 17px;  
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 207px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF;
	padding: 0px 0px 0px 18px;
}
.twoColFixLtHdr #mainContent {
	float: none; /* since this element is floated, a width must be given */
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 200px 40px 22px 340px;
	width: 984px;
	max-width: 984px;
	background-image: url(../img/DBM_Global_Site_tout_English_986_327.png);
	height: 105px;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7em;
	background-position: top left;
} 

#mainText h1 {
	color: #ee8616;
	font-weight: bold;
	margin: 0px;
}

.twoColFixLtHdr #americasText,
.twoColFixLtHdr #europeText,
.twoColFixLtHdr #meaText,
.twoColFixLtHdr #asiapacText {
padding: 20px 40px 40px 40px;
width: 674px;
height: 270px;
color: #000000;
display: none;
background-color: #FFFFFF;
opacity: .9;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
position: absolute;
z-index: 1;
font-size: 11px;
line-height: 1.5em;
top: 0px;
left: 0px;
} 
.twoColFixLtHdr #countries { 
	padding: 0px 0px 0px 0px; 
	background:#FFFFFF; 
} 
.twoColFixLtHdr a {
	text-decoration: none;
	color: #000000;
} 
.twoColFixLtHdr a:link {
} 
.twoColFixLtHdr a:visited {
	
} 
.twoColFixLtHdr a:hover {
	color: #FAB66C;
} 
.twoColFixLtHdr a:active {
} 

