/* ++++++++++++++++++++ 
	default styles
   ++++++++++++++++++++ */

* { margin:0; padding:0; }

p,h1,h2,h3,h4,h5 {
	margin-bottom:1em;
}

html {
	font-size:62.5%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url('images/bg.gif') 0 0 repeat-x;
	font-size:12px;
	line-height:1.25em;
}

a {
	color:#814D15;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
	border: none;
}

/* ++++++++++++++++++++ 
	layout styles
   ++++++++++++++++++++ */

body {
	text-align:center;
}

#wrapper {
	width:935px;
	text-align:left;
	margin:0 auto;
}

.wrapper-container2 {
	width:100%;
	float:left;
	background:url('images/header-bg.jpg') 0 0 no-repeat;
}

.wrapper-container {
	width:100%;
	float:left;
	background: url('images/shadow-bg.png') 5px 0 repeat-y;
}


.col1, .col2 {
	float:left;
	display:inline;
}

.col1 {
	width:384px;
}

.col2 {
	width:364px;
	margin-left:39px;
}

/* ++++++++++++++++++++ 
	header styles
   ++++++++++++++++++++ */
   
#header {
	height:294px;
	position:relative;
}

#header h1 {
	position:absolute;
	top:12px;
	left:56px;
	text-indent:-9999px;
}

#header h1, #header h1 a {
	width:205px;
	height:140px;
	display:block;
}

#header h2, #header h3 {
	display:none;
}

/* ++++++++++++++++++++ 
	header nav styles
   ++++++++++++++++++++ */

#header ul, #header ul li {
	list-style:none;
}

#header ul li {
	position: relative;
}

#header ul a {
	display:block;
}

#header div.navs {
	position:absolute;
	top:150px;
	left:47px;
}

#header ul a {
	width:199px;
	height:28px;
	line-height:28px;
	margin-top:3px;
	text-indent:-9999px;
}

#header ul ul a {
	width: 220px;
	white-space: nowrap;
}

#header ul li.servicesAndSolutions a {
	background:url('images/btn_servicesAndSolutions.gif') 0 -2px no-repeat;
}

#header ul li.industriesServed a {
	background:url('images/btn_industriesServed.gif') 0 -2px no-repeat;
}

#header ul li.caseStudies a {
	background:url('images/btn_caseStudies.gif') 0 -2px no-repeat;
}

#header ul li.articlesAndBrochures a {
	background:url('images/btn_articlesAndBrochures.gif') 0 -2px no-repeat;
}

#header ul li.links a {
	background:url('images/btn_links.gif') 0 -2px no-repeat;
}

#header ul li.valueProposition a {
	background:url('images/btn_valueProposition.gif') 0 -2px no-repeat;
}

#header ul li.contactUs a {
	background:url('images/btn_contactUs.gif') 0 -2px no-repeat;
}

#header ul li.home a {
	background:url('images/btn_home.gif') 0 -2px no-repeat;
}

/* seperate ie stylesheet for this selector and attribute */
#header ul li ul ul {
	top:11px;
}

#header ul.main li:hover ul,
#header ul.main li.hover ul {
	left: 199px;
	z-index:10;
}

#header ul.main li:hover ul ul,
#header ul.main li.hover ul ul {
	left: -999em;
}

#header ul.main li li:hover ul,
#header ul.main li li.hover ul {
	left: 199px;
}

#header ul li ul a,
#header ul li.servicesAndSolutions ul a,
#header ul li.caseStudies ul a,
#header ul li.tools ul a,
#header ul li.aboutUs ul a {
	background:none;
	text-indent:0px;
}

#header ul li ul a,
#header ul.main li ul a,
#header ul.secondary li ul a {
	text-decoration:none;
	margin:0;
	text-indent:15px;
	background: none;
}

#header ul li ul a:hover {
	text-decoration:none;
	background:#0C7558;
	color:#fff;
}

/* seperate ie stylesheet for this selector and "top" attribute */
#header ul li ul {
	position: absolute;
	top:0px;
	left: -999em;
	background:#fff;
	z-index: -10;
	border: 1px solid #0C7558;
}


/* ++++++++++++++++++++ 
	content styles
   ++++++++++++++++++++ */

#content {
	display:inline;
	float:left;
	width:914px;
	min-height: 130px;/* lte_ie6.css */
	background:#fff url('images/content-bg.gif') 0 0 no-repeat;
	margin: 0 0 0 11px;
	padding-bottom:10px;
}

#content .container {
	padding: 0 46px 0 256px;
	z-index: 5;
}

#content h2 {
	margin:0px 0 8px 0;
}

#content h3 {
	color: #0C7558;
}

#content ul {
	margin:0 0 1em 15px;
}

#content ol {
	margin:0 0 1em 20px;
}

#content ul ul {
	margin-bottom: 0;
}

/* ++++++++++++++++++++ 
	footer styles
   ++++++++++++++++++++ */

#footer {
	clear:both;
	padding-top:20px;
}

#footer, #footer a {
	color:#fff;
}

#footer .container-outer {
	height:42px;
	background:#6B6A6A;;
}

#footer .container-inner {
	width:935px;
	text-align:left;
	margin:auto;
	text-indent:42px;
	position: relative;
}

#footer .shadow {
	width: 928px;
	height: 12px;
	position: absolute;
	top: -20px;
	left: 6px;
	z-index: 100;
	background: url('images/shadow.png') 0 100% no-repeat;
}

#footer p, #footer ul, #footer ul li {
	display:inline;
	line-height:42px;
}

#footer strong {
	padding:0 5px 0 12px;
	font-size:14px;
}

#footer ul li {
	border-left:1px solid #fff;
	margin-left:3px;
}

#footer ul li.contactUs {
	border:none;
	margin:0;
}

#footer ul li a {
	padding-left:6px;
}

/* ++++++++++++++++++++ 
	home page styles
   ++++++++++++++++++++ */

body.home #header {
	height:416px;
}

body.home #content {
	background-image: none;
}

body.home .wrapper-container2 {
	background:url('images/body-bg.jpg') 0 0 no-repeat;
}

.home #content {
	height:113px;
	position:relative;
	margin-top: 20px;
	padding-bottom:0;
}

.home #content .container {
	padding-left: 66px;
	margin-top: 0px;
}

.home #footer .shadow {
	display: none;
}

.home #footer {
	padding-top:162px;
}

.home #content h2 {
	background:url('images/h-VVV.gif') 0 0 no-repeat;
	width:277px;
	height:19px;
	text-indent:-9999px;
	margin-top: -20px;
}

.home #content p {
	text-align:justify;
}

.home #content img {
	position:absolute;
	bottom:-142px;
	left:1px;
}

/* ++++++++++++++++++++ 
	links page styles
   ++++++++++++++++++++ */
   
.links h3 {
 	margin:1em 0 0 0;
 }
 
.links h3.first {
	margin:0;
}
   
.links h4 {
	margin:1em 0 0 0;;
}

.links p {
	margin:0;
}

/* ++++++++++++++++++++ 
	contact us page styles
   ++++++++++++++++++++ */
   
.contactUs .error-container {
	display: none;
	border: 1px solid #f00;
	margin: 15px 0;
	width:320px;
	padding: 5px 0;
}

.contactUs .error-container .error {
	display: block;
	padding:0 5px;
}

.contactUs form label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
	display:inline;
}

.contactUs form input,
.contactUs form textarea {
	width:200px;
}

.contactUs p.submit input {
	width:auto;
}

.contactUs p.submit input.submit {
	margin-left:110px;
}

.contactUs p.submit input.clearForm {
	display:none;
}

/* ++++++++++++++++++++ 
	methodology page styles
   ++++++++++++++++++++ */

.methodology #content img {
	float:left;
	margin-right:10px;
}

/* ++++++++++++++++++++ 
	case study page styles
   ++++++++++++++++++++ */

.caseStudies_leanSixSigma h4,
.caseStudies_revenueGrowth h4 {
	margin-bottom:0;
}

/* ++++++++++++++++++++ 
	Articles And Brochures styles
   ++++++++++++++++++++ */

body.toolsAndArticles #content h3, body.toolsAndArticles #content p {
	margin: 0 0 1em 0;
}