@charset "utf-8";
/* CSS Document */
body{
	background:url(../../images/bgSixSigma.gif) repeat-x left top;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
a {
	color:#404040;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#5499C9;
	text-decoration:underline;
}
a img {
	border:medium none;
	outline:none;
}
p {
	color:#404040;
	font-size:13px;
	line-height:1.5em;
	margin:15px 0 15px;
	padding:0;
}
ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

h1{
	font-size:17px;
	font-weight:bold;
}
h1 span#red{
	color:#ed3e05;
	font-size:17px;
	font-weight:bold;
}
h1 span#blue{
	color:#2396c4;
	font-size:17px;
	font-weight:bold;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
#outerWrap{
	width :100%;
	margin:0px;
	display:block;
}
#footerWrap
{
	width :100%;
	margin:0px;
	display:block;
	background:url(../images/footerBg.gif) repeat-x top;
margin-top:5px;
}
#footerBox
{
	margin:0 auto;
	padding:5px 15px 5px 10px;
	text-align:left;
	width:900px;
	color:#888888;
}
#footerBox1
{
	border-bottom:1px solid #D1DFDF;
	padding:0px 0px 2px 0px;
	font-size:12px;
	color:#888888;
}
#footerLinks {

	padding:5px 0px 5px 0px;
	margin-top:5px;
}
#footerLinks ul {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	float:left;
}
#footerLinks ul li {
	color:#909090;
	float:left;
	margin:0;
	padding:0;
}
#footerLinks a {
	color:#909090;
	margin:0;
	padding:0;
}
#footerLinks a:hover, #footerLinks a.active {
	color:#606060;
	text-decoration:underline;
}

#footerBox p{
	color:#C0C0C0;
	padding:0px;
	display:block;
	width:100%;
	float:left;
	margin:0 0 15px;
}
.footerCopy{
	float:left;
}
.footerAddBtn
{
	float:right;
}
#wrap{
	font-size:105%;
	margin:0 auto 0 auto;
	/*padding:0 10px;*/
	text-align:left;
	width:900px;
}
div#topMenu { 
	margin: 0; 
	padding: 0; 
	width: 900px; 
	text-align: right;
	height:32px;
	line-height:32px;
}
div#topMenu ul { 
	padding:0; 
	margin:0;
}
div#topMenu ul li { 
	display: inline; 
}
div#topMenu ul li a { 
	margin: 0 0 0 15px; 
	color: #fff; 
	font-weight: bold; 
	font-size: 12px; 
}
div#topMenu ul li a:hover { 
	text-decoration: underline; 
	cursor:pointer;
}
div#topMenu ul li a.topMenu_active { 
	text-decoration: underline; 
}
.logo { 
	position: absolute; 
	outline:none;
}
div#menu {
	position: relative;
	top: 0;
	width: 900px;
	height: 145px;
	background: url(../images/bg_header.jpg) no-repeat top left;
}
div#menu div#nav { 
	position: absolute; 
	top: 81px; 
	width:100%;
}
div#menu div#nav ul { 
	height: 32px; 
	margin:0; 
	padding:0; 
}
div#menu div#nav ul li { 
	display: inline; 
}

div#menu div#nav ul li {
	float: right;
	margin: 0 2px 0 0;
	padding: 0 10px 0 0;
	background: url(../images/img_nav_tabright4.gif) no-repeat top right;
}

div#menu div#nav ul li#current{
	flot: right;
	margin: 0 2px 0 0;
	padding: 0 10px 0 0;
	background: url(../images/img_activenav_tabright4.gif) no-repeat top right;
}

div#menu div#nav ul li a {
	float: left;
	margin: 0;
	padding: 8px 10px 6px 20px;
	display: block;
	background: url(../images/img_nav_tableft4.gif) no-repeat top left;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	color: #fff;
	height: 17px;
	outline: none;
	letter-spacing: 0.02em;
}
div#menu div#nav ul li a:hover{
	text-decoration:underline;
}

div#menu div#nav ul li a.active {
	float: left;
	margin: 0;
	padding: 8px 10px 7px 20px;
	display: block;
	background: url(../images/img_activenav_tableft4.gif) no-repeat top left;
	text-transform: uppercase;
	color: #23475d;
	
}
/* --- subnav---*/
div#menu div#subnav{
bottom:8px;
position:absolute;
width:900px;

}
div#menu div#subnav ul li {
display:inline;
float:right;
}
div#menu div#subnav ul li a:hover, div#menu div#subnav ul li a.active {
text-decoration:underline;
}
div#menu div#subnav ul li a {
color:#2A5067;
font-size:14px;
margin:0 5px 0 25px;
}
/* --- subnav---*/
#contentBoxHome {
	background-color:#FFFFFF;
	margin:10px 0px;
	
}
#contentBox {
	background-color:#FFFFFF;
	background:transparent url(../images/dot-ddd.gif) repeat-y scroll right;
	width:100%;
	
}
#contentBoxLhs
{
	width:550px;
	float:left;
	display:block;
	margin-bottom:15px;
}
#contentBoxRhs
{
	width:300px;
	float:right;
	display:block;
	padding:0px 10px;
	margin-bottom:20px;
}
#contentBoxRhs a {
	color:#909090;
	margin:0;
	padding:0;
}
#contentBoxRhs a:hover, #contentBoxRhs a:active {
	color:#606060;
	text-decoration:underline;
}
#contentBoxRhs a.links {
	color:#C0C0C0;
	text-decoration:underline;
}
#contentBoxRhs a.links:hover {
	text-decoration:none;
}
div#boxContent{
	padding:9px 0 0 10px;;
	height:111px;
}
div#boxContent span img{
	margin-bottom:8px;
}
#middleContent {
	padding:0;
}
#topwrap {
	margin:0;
	padding-top:10px;
	width:100%;
}
#mainContentBox
{
	margin:10px 0px;
}
.mainContentBox h1{
	line-height:18px;
	/*border-bottom:#aeaeae solid 1px;
	width:560px;*/
	margin:5px 0px 15px 0px;
}
.mainContentBox h2{
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.mainContentBox span{
	line-height:16px;
}
/*.mainContentBox ul{
	margin:0 0 0 15px;
	padding:5px 0 0 0;
}*/
.itemList1 li{
	list-style:none;
	line-height:18px;
	padding:0px;
	margin:5px 0px 10px 0px;
	font-weight:bold;
}
.itemList1 ul
{
	margin:5px 0px 10px 12px;
}
.itemList1 ul li
{
	list-style:none;
	background:url(../images/bulletBlue.gif) no-repeat left 6px;
	padding:0px;
	padding-left:15px;
	line-height:18px;
	margin:5px 0px 5px 0px;
	font-weight:normal;
	border:none;

}
.itemList1 ul ul
{
	margin:5px 0px 5px 30px;
}
.itemList1 ul ul li
{
	list-style:disc;
	background:none;
	/*background:url(../images/bulletBlue.gif) no-repeat left 6px;*/
	padding:0px;
	line-height:18px;
	margin:5px 0px 5px 0px;
	font-weight:normal;
	border:none;

}
#topwrap #sixsigma, #topwrap #presenter, #topwrap #quizmaker {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	width:33%;
}
#topwrap #sixsigma, #topwrap #presenter, #topwrap #quizmaker {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	width:33%;
}
#bottomwrap {
	float:left;
	margin:20px 0;
	padding:0 125px;
	width:600px;
}
#bottomwrap #engage {
	float:left;
	margin:0 50px 0 0;
	padding:0;
	text-align:center;
	width:275px;
}
#bottomwrap #ao {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	width:40%;
}
#bottomContent{
	padding:5px 0 10px 0;
}
#bottomContent .BtmLeftContent{
	float:left;
	width:100%;
}
#bottomContent span{
	line-height:25px;
	font-size:16px;
}
/*#footer {
	border-top:1px solid #D1DFDF;
	clear:both;
	float:left;
	margin:0;
	padding:20px 0;
	width:900px;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	color:#909090;
	float:left;
	margin:0;
	padding:0;
}
#footer a {
	color:#909090;
	margin:0;
	padding:0;
}
#footer a:hover, #footer a.active {
	color:#606060;
	text-decoration:underline;
}
#footer a.links {
	color:#C0C0C0;
	text-decoration:underline;
}
#footer a.links:hover {
	text-decoration:none;
}
#footer p {
	clear:both;
	color:#C0C0C0;
	float:left;
	margin:5px 0 0;
	padding:0;
}*/
.boxLft{
	width:415px;
	height:140px;
	float:left;
	margin:5px 20px 20px 0;
	background-color:#E5F2FD;
	border:1px solid #C3DCF2;

	margin:0 5px 10px 0;
	padding:10px;

}
.boxRyt{
	width:415px;
	height:140px;
	float:right;
	margin:5px 0 20px 0;
	
	background-color:#E5F2FD;
border:1px solid #C3DCF2;

margin:0 0 10px 5px;
padding:10px;

}
.boxRyt img{
	float:left;
}
.details{
	width:300px;
	padding-left:15px;
	float:left;
}
.details img{
	float:left;
}
.boxLft img{
	float:left;
}
.details a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.details span a:hover{
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}
.details h2{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}
.details p{
	color:#2f638a;
}

/*.blueBox{
	margin:5px 0 20px 0;
	background-color:#E5F2FD;
	border:1px solid #C3DCF2;
	margin:0 0 10px 5px;
	padding:10px;
}
.blueBox_Img{
	float:left;
}
.blueBox_details
{
}*/
/*.learnMore{
	background:url(../images/buynow.gif) no-repeat;
	height:28px;
	width:92px;
}
.buyNow{
	background:url(../images/buttonBg.gif) no-repeat;
	height:28px;
	width:150px;
	line-height:28px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	padding-left:20px;
}
.buyNow:hover{
	text-decoration:underline;
	color:#ffffff;
}*/
.details ul li{
	color:#2F638A;
}
.details ul li.liPrice{
	margin:10px 0px;
	color:#000000;
}
.priceSpan{
	color:#000000;
	/*margin:5px 0px 5px 0px;*/
}
.grnButton1{
	background:url(../images/grnButton1.gif) no-repeat;
	height:32px;
	width:100px;
	line-height:32px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}
.grnButton1 a
{
	color:#ffffff;
}
.grnButton1 a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
/* Products */
.mainLeft{
	width:563px;
	float:left;
	padding-top:10px;
	padding-right:10px;
}
.mainRight{
	/*width:277px;
	padding-top:1px;
	float:left;
	background:url(../images/RightBoxBg.gif) repeat-y;
	position:relative;
	top:-105px;*/
	margin-top:15px;
}
.mainRightContent{
	padding:10px;
}
.mainRightContent span a{
	color:#006600;
	text-decoration:underline;
}
.mainRightContent .redText{
	color:#ff0000;
	font-size:12px;
	font-weight:bold;

}
.mainRightContent p a{
	margin:0; padding:0;
	color:#ee0000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.mainRightContent a:hover{
	text-decoration:none;
}
.bannerBox{
	height:110px;
	margin-top:10px;
}
.bannerBoxLeft{
	width:550px;
	float:left;
	display:block;
}
.bannerBox h2{
	color:#2e526e;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
}
.bannerBox h3{
	color:#7c98ad;
	font-size:15px;
	padding-top:5px;
	line-height:18px;
}
#blogBox{
	margin:10px 0px;
}
.buyCart{
	background:url(../images/Cart.gif) no-repeat;
	height:103px;
	width:437px;
	padding-left:120px;
	margin:5px 0px 10px 0px;
}
.buyCart h2{
	font-size:18px;
	line-height:48px;
	color:#D6EDFE;
}
.buyCart span{
	color:#FFFFFF;
	font-size:14px;
	line-height:54px;
}
.leftContent{
	padding:10px 0 10px;
}
.leftContent h1{
	line-height:18px;
	border-bottom:#aeaeae solid 3px;
	width:560px;
	margin-top:5px;
}
.leftContent h2{
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}
.leftContent span{
	line-height:16px;
}
.leftContent ul{
	margin:0 0 0 15px;
	padding:5px 0 0 0;
}
.leftContent li{
	list-style:none;
	background:url(../images/bulletBlue.gif) no-repeat left 6px;
	padding-left:13px;
	line-height:18px;
	
}
#bottomContentPro{
	background:url(../images/footerBg.gif) repeat-x top;
	float:left;
}
#bottomContentInside{
	padding:0 64px 0 64px;
}
	
#bottomContentPro .BtmLeftContent{
	float:left;
	width:100%;
	padding-top:10px;
}
#bottomContentPro span{
	line-height:25px;
	font-size:16px;
}
.orderBox{
	background:url(../images/OrderTab.gif) no-repeat top;
	width:257px;
	height:39px;
	margin-top:10px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:39px;
}
.orderBoxContent{
	border:solid 1px #ddad14;
	width:245px;
	padding:5px;
	color:#000000;
	background-color:#ebcd8c;
	line-height:20px;
	margin-bottom:10px;
}
.bluBtn{
	background:url(../images/BlueBt.gif) no-repeat top right;
	width:204px;
	font-weight:bold;
	margin-top:10px;
}
.bluBtn h2{
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	height:48px;
	line-height:20px;
}
.grnBtn{
	background:url(../images/GreenBt.gif) no-repeat top right;
	width:204px;
	font-weight:bold;
	margin-top:10px;
}
.grnBtn h2{
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	height:48px;
	line-height:20px;
}
.formBox{
	float:left;
	width:50%;
	
}
.formBox a{
	text-decoration:underline;
	color:#2396c4;
}
.formBox input{
	width:200px;
}
.formBox select{
	width:200px;
}
.formBox td{
	padding:5px;
}
.formBox2 input{
	width:100px;
	margin:5px;
	margin-right:30px;
}
.formBox2 img{
	margin-right:30px;
}
.formBox2 span{
	margin-right:30px;
}

#subMain
{
	font-size:12px;
	color:#2f638a;
}
#subMain h2
{
	font-size:18px;
	font-weight:bold;
	color:#2f638a;
}
#subMain h3
{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
#subMainWrap{
	background: url(../images/img1_repeat_b.gif) repeat-y top left;margin-bottom:0px;
}
#subMainInner
{
	padding-top:20px;
}
#subMain p
{
	color:#2f638a;
}
.tbltd1{
	width:33%;
	background-color:#E5F2FD;
	border:1px solid #C3DCF2;
}
.tbltd2{
	width:33%;
	background-color:#E5F2FD;
	border:1px solid #C3DCF2;
	margin-left:10px;
}
#subMain a
{
	color:#2f638a;
}
#subMain a:hover
{
	color:#2f638a;
	text-decoration:underline;
}
#imgLogo
{
float:left;
margin:30px 0 15px 21px;
}
#rgtHeader{
 width:550px;
 float:right;
 color:#ffffff;
}
#rgtHeader1
{
	float:right;
 	margin:10px 10px;
	color:#ffffff;
	font-size:12px;
}
.bioImg{
	width:19%;
	float:left;
}
.bioContent{
	width:80%;
	float:right;
}
.hline{
	margin:10px 0px 15px 110px;
	color:#C3C5BE;
	border-top:solid 1px #C3C5BE;
}
.rhsList
{
	
	margin-left:50px;
	text-align:left;
}
.rhsList li{
	list-style-image:url(../images/checkmark.gif);
	list-style-position:inside;
	list-style-type:disc;
	line-height:25px;
}
.box1{
	margin:5px;
	background-color:#E5F2FD;
	border:1px solid #C3DCF2;
	padding:10px;

}
.box1_Img{
	float:left;
	/*margin-bottom:10px;*/
	width:25%;
	
}
.box1_details{
	float:left;
	/*padding:0px 0px 0px 15px;
	border:solid 1px #000000;*/
	width:65%;
}
.box1 h2
{
	font-size:16px;
	font-weight:bold;
	color:#006633;
	text-decoration:underline;
	margin-bottom:5px;
	text-transform:uppercase;
}
.liPrice1{
	margin:10px 0px;
	color:#000000;
}


