@charset "UTF-8";

body {
	margin: 0;
	padding: 0 0 20px 10px;
}

*html body {
	text-align: center;	
}

#pageOuterContainer {
	text-align: center;
	margin: auto;
	width: 950px;
	background-color: white;
}

#pageInnerContainer {
	text-align: left;
}

#header_container {
	background-image: url(../gfx/background_header_container.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 57px;
}

*html #header_container {
	height: 1px;	
}

*+html #header_container {
	min-height: 1px;	
}

#header_right_wrap {
	float: right;
	text-align: right;
	width: 600px;
}

.clear {
	display: block;
	clear: both;
}
.content_box_postit .clear {
	padding: 0 10px 0 0;
}

#company {
	float: left;
}

#company_print {
	display: none;
}

#company h1 {
	float: left;
	margin: 0 40px 0 0;
	border: 0;
	padding: 17px 0 0 0;
}

/* main_col */

#main_col_wrap {
	/*background-image: url(../gfx/background_content_border.gif);*/
	background-repeat: repeat-y;
	background-position: right;		
}

*html #main_col_wrap {
	height: 1px;	
}

*+html #main_col_wrap {
	min-height: 1px;	
}

#main_col_left {
	width: 682px;
	margin: 0;
	float: left;
	min-height: 200px;
}

#content {
	padding: 20px;	
}

#main_col_right {
	width: 268px;
	float: left;
	min-height: 200px;
	font-size: 11px;
}

/* myKAIZEN menu */

#mykaizen {
	padding: 5px 15px 0 0;
	text-align: right;
	z-index: 150;
	white-space: nowrap;
	height: 29px;
}
*html #mykaizen {
	margin-bottom: -3px;
}

.login_wrapper {
	padding-top: 5px;
}
*+html .login_wrapper {
	padding-top: 0;
}
*html .login_wrapper {
	padding-top: 3px;
}

#mykaizen form {
	display: inline;
	z-index: 10;
	margin: 0;
}

.profile_outer_wrapper {
	float: right;
}

.mykaizen_hidden {
	display: none;
}

.mykaizen_input {
	border: 1px solid #C3C0C0;
	padding: 1px;
	background: white;
	color: #B8BCC4;
	margin: 0 2px;
	font-size: 11px;
	width: 98px;
}

*html .mykaizen_input {
	padding: 3px 2px 1px 3px;
	position: relative;
	top: 2px;
	z-index: 10;
}

*+html .mykaizen_input {
	padding: 3px 2px 1px 3px;
	position: relative;
	top: 2px;
}

.mykaizen_submit {
	border: 0;
	position: relative;
	top: 2px;
	background-image: url('../gfx/icon_login.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 14px;
}

.red *,
.red,
a.profile_link .red {
	color: #820D2A;
}

/*** PROFILE DROP DOWN MENU ***/
/* style the profile link */
/* remove table stylings in ie6 */
a.profile_link,
a.profile_link * {
	text-decoration: none;
	color: #133072;
}
.profile table,
.profile td {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100.1%;
}
div.profile_label,
div.profile	 {
	float: left;
	padding: 10px 0 4px 0;
}
div.profile {
	overflow: visible;
	padding-right: 32px;
	padding-left: 20px;
	background-image: url('../gfx/mykaizen_link_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	white-space: normal;
}
.profile {
	position: relative;
	z-index: 150;
}
.profile .profile_wrapper {
	padding-top: 1px;
	position: absolute;
	z-index: 150;
	width: 248px;
	right: -12px;
	top: 29px;
	text-align: left;
	background-color: transparent;
	background-image: url('../gfx/profile_dropdown_top.gif');
	background-repeat: no-repeat;
}
.profile ul {
	list-style: none;
	z-index: 150;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: transparent;
	background-image: url('../gfx/profile_dropdown_bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
*html .profile ul {
	background-image: url('../gfx/profile_dropdown_bottom.gif');
}
.profile li {
	margin: 0;
	padding: 0;
	padding: 4px 25px 4px 25px;
}
/* Give the link OR list a relative position. Depends on which browser is used  */
.profile li:hover {
	position: relative;
}
.profile .profile_header {
	font-weight: bold;
}
.profile li a {
	padding-left: 10px;
	background-image: url('../gfx/arrow_single_red.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	display: block;
}
.profile li a:hover {
	background-color: #eeeeee;
}
/* hide the menu on default */
.profile .profile_wrapper {
	display: none;
}
/* unset for ie6 */
*html .profile .profile_wrapper {
	display: block;
}
/* show the menu in firefox */
.profile:hover .profile_wrapper {
	display: block;
}
/* hide menu in ie6 */
*html .profile_link .profile_wrapper {
	display: none;
	visibility: hidden;
	height: 0;
	background-image: none;
}
/* show menu in ie 6*/
*html .profile_link:hover .profile_wrapper {
	display: block;
	visibility: visible;
	background-image: url('../gfx/profile_dropdown_top.gif');
	height: auto;
}
.profile_link:hover {
	background: transparent url(../gfx/clear.gif);
}

/* footer */

#footer {
	border-top: 1px solid #c9c9c9;
	font-size: 11px;
}

#footer * {
	line-height: 155%;
	color: #333;
}

.footer_column {
	width: 25%;
	float: left;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	font-size: 11px;
	padding: 0;
}

#footer li.certificate {
	font-weight: bold;
	color: #820D2A;
}

#footer li.certificate li {
	font-weight: normal;
	color: #333;	
}
 
#footer li a,
#footer li a * {
	text-decoration: none;
	color: #333;
}

#footer li a:hover {
	text-decoration: underline;
}

#copyright {
	font-size: 11px;
	color:#757575;
	background: #fff;
	text-align: right;
	position: absolute;
	right:0px;
	position: absolute;
	right:0px;
	top: 5px;
}

img.gembakaizen {
	float: left;
	margin-right: 3px;
}

/* obsolete start */

#footer_left {
	width: 361px;
	float: left;
}

#footer_center {
	width: 301px;
	float: left;
	text-align: right;
}

#footer_center ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer_center li {
	display: inline;
	font-size: 11px;
}

#footer_center li a {
	text-decoration: none;
}

#footer_center li a:hover {
	text-decoration: underline;
}

#footer_right {
	width: 258px;
	float: left;
	text-align: right;
}

#footer_right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer_right li {
	display: inline;
	font-size: 11px;
}

#footer_right li a {
	padding: 5px 12px;
	color: #820D2A;
	background: #F4F5F7;
	text-decoration: none;
	margin-left: 6px;
}

#footer_right li a:hover {
	text-decoration: underline;
}

/* obsolete end */

/* columns (fce's) */

.col_wrap_2,
.col_wrap_3,
.col_wrap_2_60_40 {
	clear: both;
}

.clear_col {
	clear: both;
}

.col_2_left,
.col_2_right {
	width: 50%;
	float:left;
	overflow: hidden;
}

*html .col_2_left .col_2_left,
*html .col_2_right .col_2_right {
	width: 49.9%;
	float:left;
}

*+html .col_2_left .col_3_center,
*+html .col_2_right .col_3_center {
	width: 33%;
}

*+html .col_2_left .col_2_left,
*+html .col_2_right .col_2_right {
	width: 49.9%;
	float:left;
}

*html .col_2_left .col_3_center,
*html .col_2_right .col_3_center {
	width: 33%;
}

.col_3_left,
.col_3_center,
.col_3_right {
	width:33%;
	float:left;
	overflow: hidden;
}

.col_3_center {
	width: 34%
}

.col_wrap_2 .col_inner_left {
	padding: 0 15px 0 0;
}

.col_wrap_2  .col_inner_right {
	padding: 0 0 0 15px;
}

.col_wrap_3 .col_inner_left {
	padding: 0 20px 0 0;
}

.col_wrap_3 .col_inner_right {
	padding: 0 0 0 20px;
}

.col_wrap_3 .col_inner_center {
	padding: 0 10px;
}

.col_wrap_2_60_40 .col_wrap_2_60_40_left {
	width: 60%;
	float:left;
	overflow: hidden;
}

.col_wrap_2_60_40 .col_wrap_2_60_40_right {
	width: 40%;
	float:left;
	overflow: hidden;
}

.col_wrap_2_60_40 .col_inner_left {
	padding: 0 15px 0 0;
}

.col_wrap_2_60_40 .col_inner_right {
	padding: 0 0 0 15px;
}

.content_box_01 {
	background-color: #E2E4E9;
	background-image: url(../gfx/background_content_box_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;		
}

.content_box_01_content {
	padding: 0 20px 5px;
}

.content_box_02 {
	background-color: #E2E4E9;
	background-image: url(../gfx/background_content_box_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	/*padding: 15px 25px 15px 38px;*/
	padding: 15px 0;
	margin-bottom: 15px;
}

.content_box_postit {
	background-image: url(../gfx/background_postit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 210px;
	padding: 2px 0 0 30px;
	min-height: 240px;	
}

*html .content_box_postit {
	height: 210px;
}

/* framewraps */
.box_1 {
	background: #e4e4e4;
	padding: 1em 1em 1px 1em;
	margin-bottom: 5px;
}
*html .box_1 {
	padding-top: 0;
	border-top: 1em solid #e4e4e4;
}
*+html .box_1 {
	padding-top: 0;
	border-top: 1em solid #e4e4e4;
}

/* slideshow */
.npcs_container > div {
	width: 100%;
}

/*
 * 2011 relaunch
 */

div#header,
div#footer { 
	position: relative;
	z-index: 700; 
	}

div#footer { padding:  5px 0 0 0 ; }

div#header h1 a {
	width: 258px;
	height: 43px;
	display:block;
	margin: 15px 15px 15px 0 ;
	background: url(../gfx/branding.jpg); 
}‚

#footer {
	border-top: 1px solid #c9c9c9;
	padding: 10px 0 0 0;
	background: #fff;
	overflow: hidden;
}


