/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines layout, colors and fontstyles --- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */

/* ------ GLOBAL --------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 100.01%;
}

/* ------ BODY ----------------------------------------------------- */

body {
	color: #333333;
	background: #701d0d;
}

/* ------ MAIN LAYOUT ---------------------------------------------- */

#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#headone {
	width: 100%;
	height: 89px;
}

#headtwo {
	margin: 5px 0;
	width: 100%;
}

#mainmenu {
	margin: 15px 0 14px 0;
	width: 100%;
	height: 57px;
	color: #ffffff;
	background: url("../images/bg_mainmenu.jpg") no-repeat top left #cdcdcd;
}

#contentarea {
	position: relative;
	width: 100%;
}

#content {
	margin: 0 205px 0 205px;
	width: 550px;
	background: url("../images/bg_content_top.gif") no-repeat top left #ffffff;
	border-top: 1px solid #701d0d;
}

#leftbar {
	float: left;
	margin: -14px 0 0 0;
	padding: 0;
	width: 190px;
}

#rightbar {
	float: right;
	margin: -14px 0 0 0;
	padding: 0;
	width: 190px;
}

#footerspacer {
	clear: both;
	height: 15px;
	font-size: 1%;
}

#footer {
	position: relative;
	width: 100%;
	min-height: 60px;
	background: url("../images/bg_footer.jpg") no-repeat top left #b8b8b8;
}

#footerend {
	position: relative;
	width: 100%;
	min-height: 90px;
	overflow: hidden;
}

.cleanerboth {
	clear: both;
}

/* ------ HEADER --------------------------------------------------- */

/* p/logo ... */
#logoholder {
	position: absolute;
	top: 6px;
	left: 0;
}

#logoholder a {
	display: block;
	width: 298px;
	height: 83px;
}

#logoholder p {
	text-indent: -999em;
	background: url("../images/logo_lean_operations.gif") no-repeat transparent;
}

/* ------ MAIN MENU ------------------------------------------------ */

#mainmenu ul {
	margin: 0 auto;
	padding: 5px 0 0 0;
	list-style: none;
	/* image menu width in complete */
	width: 521px;
}

#mainmenu li {
	float: left;
}

#mainmenu a {
	display: block;
	height: 47px;
}

#mainmenu a span {
	display: none;
}

/* Home */
#mainmenu a.mm_home {
	width: 65px;
	background: url("../images/mm_home.gif") no-repeat transparent;
}
#mainmenu a.mm_home:hover {
	background-position: 0 -94px;
}
#mainmenu .activ a.mm_home {
	background-position: 0 -47px;
}

/* Program Portfolio */
#mainmenu a.mm_executive {
	width: 150px;
	background: url("../images/mm_executive.gif") no-repeat transparent;
}
#mainmenu a.mm_executive:hover {
	background-position: 0 -94px;
}
#mainmenu .activ a.mm_executive {
	background-position: 0 -47px;
}

/* Custom Programs */
#mainmenu a.mm_custom {
	width: 140px;
	background: url("../images/mm_custom.gif") no-repeat transparent;
}
#mainmenu a.mm_custom:hover {
	background-position: 0 -94px;
}
#mainmenu .activ a.mm_custom {
	background-position: 0 -47px;
}

/* Consulting */
#mainmenu a.mm_consulting {
	width: 84px;
	background: url("../images/mm_consulting.gif") no-repeat transparent;
}
#mainmenu a.mm_consulting:hover {
	background-position: 0 -94px;
}
#mainmenu .activ a.mm_consulting {
	background-position: 0 -47px;
}

/* News */
#mainmenu a.mm_news {
	width: 61px;
	background: url("../images/mm_news.gif") no-repeat transparent;
}
#mainmenu a.mm_news:hover {
	background-position: 0 -94px;
}
#mainmenu .activ a.mm_news {
	background-position: 0 -47px;
}

/* Contact Us */
#mainmenu a.mm_contact {
	width: 76px;
	background: url("../images/mm_contact.gif") no-repeat transparent;
}
#mainmenu a.mm_contact:hover {
	background-position: 0 -94px;
}
#mainmenu .activ a.mm_contact {
	background-position: 0 -47px;
}

/* Resources */
#mainmenu a.mm_resources {
	width: 89px;
	background: url("../images/mm_resources.gif") no-repeat transparent;
}
#mainmenu a.mm_resources:hover {
	background-position: 0 -94px;
}
#mainmenu .activ a.mm_resources {
	background-position: 0 -47px;
}

/* ------ SUB MENU ------------------------------------------------- */

#leftbar .submenubox h3 {
	padding: 7px 15px;
	color: #333333;
	font-size: 75%;
	line-height: 140%;
	font-weight: normal;
	background: url("../images/submenubox_head.gif") no-repeat top left #cdcdcd;
}

#leftbar .submenubox {
	margin: 15px 0 0 0;
	background: url("../images/sidebox_footer.gif") no-repeat bottom left #ffffff;
}

#leftbar .submenubox ul.submenu {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 10px 15px;
}

#leftbar .submenubox ul.submenu li {
	border-bottom: 1px solid #cccccc;
}

#leftbar .submenubox ul.submenu li.first {
	border-top: 1px solid #cccccc; /* only first sub menu point border top */
}

#leftbar .submenubox ul.submenu li a:link,
#leftbar .submenubox ul.submenu li a:visited,
#leftbar .submenubox ul.submenu li a:active {
	display: block;
	font-size: 70%;
	line-height: 150%;
	padding: 4px 15px;
	color: #333333;
	text-decoration: none;
	background: url("../images/submenu_arrow.gif") no-repeat 0 9px #ffffff;
}

#leftbar .submenubox ul.submenu li a.active:link,
#leftbar .submenubox ul.submenu li a.active:visited,
#leftbar .submenubox ul.submenu li a.active:active {
	color: #333333;
	background: url("../images/submenu_arrow.gif") no-repeat 0 9px #f0f0f0;
}

#leftbar .submenubox ul.submenu li a:hover {
	color: #333333;
	background: url("../images/submenu_arrow.gif") no-repeat 0 9px #f0f0f0;
}

/* ------ SIDEBARS ------------------------------------------------- */

.sidebox a:link,
.sidebox a:visited,
.sidebox a:active {
	color: #333333;
}

.sidebox a:hover {
	color: #701d0d;
	text-decoration: none;
}

#leftbar .sidebox,
#rightbar .sidebox {
	margin: 15px 0 0 0;
	background: url("../images/sidebox_footer.gif") no-repeat bottom left #ffffff;
}

#leftbar .sidebox h3,
#rightbar .sidebox h3 {
	padding: 7px 15px;
	color: #333333;
	font-size: 75%;
	line-height: 140%;
	font-weight: normal;
	background: url("../images/sidebox_head.gif") no-repeat top left #cdcdcd;
}

#leftbar .sidebox p,
#rightbar .sidebox p {
	padding: 7px 15px 10px 15px;
	font-size: 70%;
	line-height: 140%;
}

#leftbar .dateline,
#rightbar .dateline {
	display: block;
	line-height: 180%;
	padding: 0 0 0 20px;
	background: url("../images/bullet.gif") 0 2px no-repeat;
}

/* sidebar box only as container */
#leftbar .sidebox_nospace,
#rightbar .sidebox_nospace {
	margin: 15px 0 0 0;
}

/* ------ MAIN CONTENT --------------------------------------------- */

#content a:link,
#content a:visited,
#content a:active {
	color: #333333;
}

#content a:hover {
	color: #701d0d;
	text-decoration: none;
}

#content h1 {
	margin: 13px 15px;
	font-size: 110%;
	line-height: 130%;
	color: #701d0d;
}

/* h2 link menu list */

#content h2 {
	margin: 15px;
	font-size: 90%;
	border: 1px solid #e5e5e5;
	line-height: 150%;
}

#content h2 span {
	padding: 1px;
	display: block;
	background: #ffffff;
}

#content h2 span a {
	padding: 11px 15px 11px 58px;
	display: block;
	text-decoration: none;
	background: url("../images/bg_h2_link.jpg") 0 0 repeat-x #ffffff;
}

#content h2 span a:hover {
	color: #ffffff;
	background: url("../images/bg_h2_link.jpg") 0 -80px repeat-x #701d0d;
}

#content h3 {
	margin: 15px;
	font-size: 85%;
	line-height: 130%;
	color: #701d0d;
}

#content h4,
#content p {
	margin: 15px;
	font-size: 75%;
	line-height: 150%;
}

#content .nospace {
	margin: 0;
}

#content cite {
	color: #cc3300;
	font-size: 150%;
	line-height: 145%;
	font-style: normal;
}

#content ul {
	margin: 15px 15px 15px 34px;
	font-size: 75%;
	line-height: 150%;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
}

#content ul.second {
	font-size: 100%;
}

#content ol {
	margin: 15px 15px 15px 34px;
	font-size: 75%;
	line-height: 150%;
}

#content ol.second {
	font-size: 100%;
}

#content .grayarea {
	font-size: 75%;
	line-height: 150%;
	margin: 15px 0;
	padding: 0;
	background: #f3f3f3;
	border-top: 1px solid #c2d2db;
	border-bottom: 1px solid #c2d2db;
}

#content .mono {
	font-family: monospace;
	font-size: 120%;
}

.green {
	color: #701d0d;
}

#content .spacer {
	margin: 15px 0;
	border-bottom: 1px solid #cdcdcd;
}

#content .spacer_nomargin {
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
}

#content .spacerbox {
	height: 50px;
}

/* end image content area */
#content .end {
	margin: -5px 0 0 0;
	height: 10px;
	font-size: 1%;
	background: url("../images/bg_content_bottom.gif") no-repeat top left #ffffff;
}

/* ------ CONTENT COLS --------------------------------------------- */

/* form table */
#content .formtable {
	margin: 0 0 0 15px;
}

#content .formtable p {
	margin: 0 15px 7px 0;
}

/* form table > select course */
#content .coursetable {
	margin: 0 15px 0 15px;
	border-top: 1px solid #cccccc;
}

#content .coursetable p {
	margin: 3px 5px 3px 5px;
}

#content .coursetable p.checkboxcell {
	margin: 6px 0 3px 5px;
}

#content .coursetable td {
	border-bottom: 1px solid #cccccc;
	background: #f2f2f2;
}

/* ------ INFO BOX ------------------------------------------------- */

#content p.infobox {
	padding: 3px 5px;
	border: 2px solid #701d0d;
	background: #f2f2f2;
}

/* ------ BOX INTERNATIONAL ---------------------------------------- */

#content .box_international {
	min-height: 40px;
	padding: 1px;
	margin: 15px;
	font-size: 90%;
	border: 1px solid #e5e5e5;
}

#content .box_international strong {
	color: #701d0d;
	padding: 11px 15px 11px 15px;
	display: block;
	text-decoration: none;
}

/* Dubai */
#content .box_international strong.ae {
	background: url("../images/box_international_bg_small.jpg") 0 -70px no-repeat #00285f;
}

/* Germany */
#content .box_international strong.de {
	background: url("../images/box_international_bg_small.jpg") 0 -140px no-repeat #00285f;
}

/* Great Britain */
#content .box_international strong.uk {
	background: url("../images/box_international_bg_small.jpg") 0 -210px no-repeat #00285f;
}

/* Hong Kong */
#content .box_international strong.hk {
	background: url("../images/box_international_bg_small.jpg") 0 -280px no-repeat #00285f;
}

/* Singapore */
#content .box_international strong.sg {
	background: url("../images/box_international_bg_small.jpg") 0 -350px no-repeat #00285f;
}

/* United States */
#content .box_international strong.us {
	background: url("../images/box_international_bg_small.jpg") 0 -420px no-repeat #00285f;
}

/* Online */
#content .box_international strong.online {
	background: url("../images/box_international_bg_small.jpg") 0 -490px no-repeat #00285f;
}

/* ------ BOX DOWNLOAD --------------------------------------------- */

#content p.box_download {
	min-height: 40px;
	padding: 1px;
	margin: 15px;
	font-size: 90%;
	border: 1px solid #e5e5e5;
}

#content p.box_download a {
	padding: 15px 15px 15px 50px;
	display: block;
	text-decoration: none;
	background: url("../images/box_download_bg.jpg") 0 0 no-repeat #ffffff;
}

#content p.box_download a:hover {
	color: #ffffff;
	background: url("../images/box_download_bg.jpg") 0 -80px no-repeat #701d0d;
}

/* ------ GOOGLE MAPS ---------------------------------------------- */

iframe.googlemaps {
	border: 1px solid #999999;
}

/* ------ IMAGE STYLES --------------------------------------------- */

#content .image_border {
	border: 1px solid #999999;
}

#content .image_left {
	float: left;
	margin: 5px 15px;
	border: 1px solid #999999;
}

#content .image_right {
	float: right;
	margin: 5px 15px;
	border: 1px solid #999999;
}

/* ------ FORM STYLES ---------------------------------------------- */

#content form h4 {
	margin: 15px;
	padding: 2px 5px;
	color: #ffffff;
	border: 1px solid #999999;
	background: url("../images/bg_form_header.jpg") 0 -20px repeat-x #701d0d;
}

#content input {
	padding: 1px;
	border: 1px solid #999999;
	background: #f2f2f2;
}

#content input[type=checkbox],
#content input[type=radio],
#content input[type=checkbox]:hover,
#content input[type=radio]:hover,
#content input[type=checkbox]:focus,
#content input[type=radio]:focus {
	background: none;
	border: none;
}

#content input:hover {
	border: 1px solid #333333;
	background: #ffffff;
}

#content input:focus {
	border: 1px solid #701d0d;
	background: #ffffff;
}

#content select {
	padding: 1px;
	border: 1px solid #999999;
	background: #f2f2f2;
}

#content select:hover {
	border: 1px solid #333333;
	background: #ffffff;
}

#content select:focus {
	border: 1px solid #701d0d;
	background: #ffffff;
}

#content .button,
#content .button:hover,
#content .button:focus,
#content .button:active {
	padding: 2px;
	color: #ffffff;
	font-weight: bold;
	border-left: 2px solid #a9776d;
	border-top: 2px solid #a9776d;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background: #701d0d;
}

/* ------ FOOTER --------------------------------------------------- */

#footer p.footercontact {
	float: left;
	width: 415px;
	padding: 8px 15px;
	font-size: 60%;
	line-height: 150%;
}

#footer p.footercontact a:link,
#footer p.footercontact a:visited,
#footer p.footercontact a:active {
	color: #333333;
	text-decoration: none;
}
#footer p.footercontact a:hover {
	color: #701d0d;
	text-decoration: underline;
}

#footer .footermenu,
#footerend .footermenu {
	margin: 0 0 0 430px;
	padding: 8px 15px;
	width: 500px;
	text-align: right;

	font-size: 60%;
	line-height: 150%;
}

#footer .footermenu ul,
#footerend .footermenu ul {
	list-style: none;
}

#footer .footermenu li,
#footerend .footermenu li {
	display: inline;
}

/* link colors footer main menu */
#footer .footermenu .footermain a:link,
#footer .footermenu .footermain a:visited,
#footer .footermenu .footermain a:active {
	color: #333333;
	text-decoration: none;
}

#footer .footermenu .footermain a:hover {
	text-decoration: underline;
}

#footer .footermenu .footermain a.active:link,
#footer .footermenu .footermain a.active:visited,
#footer .footermenu .footermain a.active:active,
#footer .footermenu .footermain a.active:hover {
	text-decoration: underline;
	color: #333333;
}

/* link colors footer sub menu */
#footer .footermenu .footersub a:link,
#footer .footermenu .footersub a:visited,
#footer .footermenu .footersub a:active {
	color: #701d0d;
	text-decoration: none;
}

#footer .footermenu .footersub a:hover {
	text-decoration: underline;
}

#footer .footermenu .footersub a.active:link,
#footer .footermenu .footersub a.active:visited,
#footer .footermenu .footersub a.active:active,
#footer .footermenu .footersub a.active:hover {
	text-decoration: underline;
	color: #701d0d;
}

/* end image content area */
#footer .end {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	font-size: 1%;
	background: url("../images/bg_footer_end.png") no-repeat bottom left;
}

/* link colors footer end menu */
#footerend .footermenu a:link,
#footerend .footermenu a:visited,
#footerend .footermenu a:active {
	color: #a9776d;
	text-decoration: none;
}

#footerend .footermenu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footerend .footermenu a.active:link,
#footerend .footermenu a.active:visited,
#footerend .footermenu a.active:active,
#footerend .footermenu a.active:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerend p {
	width: 440px;
	padding: 8px 15px;
	font-size: 60%;
	line-height: 150%;
	color: #a9776d;
}

#footerend .left {
	float: left;
}

/* ------ ADDITIONAL DOMAIN STYLES --------------------------------- */

/* ------ DETAIL TUNING -------------------------------------------- */

/* inner link style */
#content a.innerlink:link,
#content a.innerlink:visited,
#content a.innerlink:active,
#content a.innerlink:hover {
	text-decoration: none;
	color: #333333;
}

sup {
	font-size: 70%;
	line-height: 100%;
}

#footerend .footermenu {
	color: #a9776d;
}

/* ------ SIDEBOX ADDS --------------------------------------------- */

.sidebox .spacer {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cdcdcd;
}

.sidebox ul {
	padding: 7px 15px 10px 15px;
	font-size: 70%;
	line-height: 140%;
	list-style-type: none;
}

.sidebox ul li {
	padding: 0 15px 0 15px;
	background: url("../images/bullet_sidebox.gif") no-repeat 0 -1px;
}

/* ------ CONSULTING TABLE ----------------------------------------- */

#content table.layouttable {
	margin: 15px;
	border-collapse: collapse;
	display: block; /* NEEDED FOR FIREFOX DOUBLE MARGIN PROBLEM > DEFINE TABLE SIZE IN HTML */
}

#content table.layouttable .text_standard {
	font-size: 75%;
	line-height: 150%;
}

#content table.layouttable .nospace {
	margin: 0;
}

#content table.layouttable .space_top {
	margin: 15px 0 0 0;
}

#content table.layouttable .vert_indent {
	margin: 3px 0 0 0;
}

/* ------ STANDARD TABLE ------------------------------------------- */

#content table.tablestandard {
	margin: 15px;
	border-collapse: collapse;
	font-size: 75%;
	line-height: 150%;
	display: block; /* NEEDED FOR FIREFOX DOUBLE MARGIN PROBLEM > DEFINE TABLE SIZE IN HTML */
}

#content table.tablestandard th,
#content table.tablestandard td {
	padding: 4px 8px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}
#content table.tablestandard th {
	border-bottom: none;
}

#content .tablestandard thead th {
	background: #00285f;
	color: #ffffff
}

#content table.tablestandard .light {
	background: #ffffff;
}

#content table.tablestandard .dark {
	background: #f2f2f2;
}

/* ------ END CSS FILE --------------------------------------------- */