@charset "utf-8";
/* CSS Document */
div.fullWidth {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border-top:2px solid #fcae06;
}
div.centralColumn {
	margin:0 auto;
	padding:0;
	width:70em;
	height:100%;
	background:#ffffff;
}
div.accessibility {
	margin:0;
	padding:.7em 0em .7em 0;
	width:98%;
	height:100%;
	text-align:right;
	letter-spacing:.1em;
}
div.textInformation {
	margin:0;
	padding:0;
	width:707px;
	height:100%;
/*	background:#ffffff url(images/text_information_bg.gif) repeat-y;*/
    background:#fff url(../images/text_information_bg.gif) repeat-y;
}
div.brandId {
	margin:0;
	padding:0;
	width:100%;
	height:168px;
/*	background:url(images/brandId_img.png) left top no-repeat;*/
    background:url(../images/brandId_img.png) left top no-repeat;
}
div.menu {
	margin:0 0 0 1px;
	padding:.5em 2em 1em 2em;
	width:94%;
	height:2em;
	background:#ffffff;
}
div.informationBlock {
	margin:0 0 0 1px;
	padding:.7em 1em;
	width:94%;
	height:100%;
	background:#fff;
}
div.subColumn { /*formally columnContainer*/
	margin:0;
	padding:0 1em 0 0;
	width:697px;
/*	padding:0 2em;
	width:66em;*/
	height:100%;
	float:left;
	background:#ffffff url(../images/text_information_bg.gif) repeat-y;
}
div.subColumn_01 { /*formally column0101*/
	width:150px;
	float:left;
	display:inline; /* for ie */
	height:100%;
	background:#ffffff;
	/*Add rule margin left 20px*/
	margin-left:20px;
}
div.subColumn_02 { /*formally column0102*/
	width:44em;
	float:left;
	display:inline;
	margin-left:2em;
	height:100%;
	background:#ffffff;
}
div.credits {
	float:left;
	background:#ffffff url(../images/text_information_bg.gif) repeat-y;
	display:inline;
	padding-left:2em;
	width:68em;
	height:auto;
}
div.tinyprint {
	float:left;
	width:100%;
	height:auto;
	padding:12px 0;
	text-align:center;
	font-size:110%;
	color:#333333;
	border-top:1px solid #fcae06;
}
