html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 107px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -107px; /* negative value of footer height */
	height: 107px;
	background: #fff url(../img/footer.png) repeat;
	clear:both;} 
	.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear { clear: both; }
.clear_left { clear: left; }
.float_left { float: left; }
.float_right { float: right; }

body {
	background: #fff url(../img/smallback.png) repeat-x;
	color: #414141;
	font-size: 14px;
	padding: 0;
}

body.home {
	background: #fff url(../img/largeback.png) repeat-x;
}

a {
	color: #25AAE1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	
}

h1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	margin: 0 0 5px 0;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	text-align: left;
}

h3 {
	font-size: 18px;
}

span.lean {
	color: #8dc63f;
}

span.benchmark {
	color: #25aae1;
}

span.kpi {
	color: red;
}

span.tm1 {
	vertical-align: top;
	font-size: 8px;
}

span.tm3 {
	vertical-align: top;
	font-size: 6px;
}

span.tmp {
	vertical-align: top;
	font-size: 6px;
	height: 12px;
	border: 1px solid red;
	margin-bottom: 8px;
}

ul.nav_list {
	list-style-type:none;
	margin-bottom: 0px;
	height: 74px;
	padding: 0px;
	margin: 26px 0 0 0;
	float: right;
}

ul.nav_list li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

a.nav_01 {
	float: left;
	width: 58px;
	height: 74px;
	background: url(../img/nav01.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.nav_02 {
	float: left;
	width: 63px;
	height: 74px;
	background: url(../img/nav02.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.nav_03 {
	float: left;
	width: 107px;
	height: 74px;
	background: url(../img/nav03.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.nav_04 {
	float: left;
	width: 54px;
	height: 74px;
	background: url(../img/nav04.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.nav_05 {
	float: left;
	width: 75px;
	height: 74px;
	background: url(../img/nav05.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.nav_06 {
	float: left;
	width: 60px;
	height: 74px;
	background: url(../img/nav06.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.nav_07 {
	float: left;
	width: 60px;
	height: 74px;
	background: url(../img/nav07.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.nav_08 {
	float: left;
	width: 80px;
	height: 74px;
	background: url(../img/nav08.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.nav_01:hover, a.nav_02:hover, a.nav_03:hover, a.nav_04:hover, a.nav_05:hover, a.nav_06:hover, a.nav_07:hover, a.nav_08:hover {
	background-position: 0 -74px;
}

a.active {
	background-position: 0 -74px;
}

.poor { color: #EC0000; }
.fair { color: #E7A300; }
.good { color: #8DC63F; }
.world_class { color: #25AAE1; }

div.footernav {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-top: 25px;
}

div.footernav  p {
	margin: 0 0 0 10px;
	padding: 0;
}

div.footer_left  {
	margin-top: 5px;
}

form label { float: left; width: 140px; font-weight: bold; padding-right: 25px; text-align: right; }
form input, 
form select, 
form textarea { display: block; }


div.welcometext {
	margin-top: 20px;
}

div.welcometext p {
	font-size: 16px;
	color: #474747;
	margin-bottom: 8px;
	line-height: 130%;
}

a.watchvideo {
	float: left;
	width: 300px;
	height: 41px;
	background: url(../img/introvid.png) no-repeat;
	padding: 0px;
	border: 0;
	margin: 13px 0 0 0;
}

a.watchvideo:hover {
	background-position: 0 -41px;
}

div.left{
	width: 380px;
	margin-left: 80px;
}

div.left2{
	margin-left: 80px;
}

div.right{
	width: 380px;
}

.mask {
	position: absolute;
	height: 712px;
	width: 380px;
	cursor: pointer;
}

.mask_hover {
	background-color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

div.ticked {
	float: left;
	height: 34px;
	background: url(../img/tickback.png) no-repeat;
	width: 100%;
}

div.unticked {
	float: left;
	height: 34px;
	background: url(../img/blank.png) no-repeat;
	width: 100%;
}

div.ticked p {
	font-size: 14px;
	margin: 4px 0 0 10px;
}


div.unticked p {
	font-size: 14px;
	margin: 4px 0 0 10px;
	color: #838383;
}

a.left_start {
	float: left;
	width: 260px;
	height: 57px;
	background: url(../img/starttrial.png) no-repeat;
	padding: 0px;
	margin: 20px 0 0 60px;
	border: 0;
}

a.right_start {
	float: left;
	width: 260px;
	height: 57px;
	background: url(../img/startpro.png) no-repeat;
	padding: 0px;
	margin: 20px 0 0 60px;
	border: 0;
}

a.left_start:hover, a.right_start:hover, a.start_hover {
	background-position: 0 -57px;
}

div.side_head {
	height: 65px;
	background: url(../img/side_head.png) no-repeat;
	border: 0;
}

div.side_head h3 {
	padding-top: 2px;
	padding-left: 10px;
}

div.quiz_head {
	width: 700px;
	height: 72px;
	background: url(../img/quizhead.png) no-repeat;
	border: 0;
}

div.quiz_head2 {
	width: 700px;
	height: 72px;
	background: url(../img/quizhead2.png) no-repeat;
	border: 0;
}

div.questions_intro {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}

div.questions_intro2 {
	margin-bottom: 40px;
}

div.questions_intro p.kpititle {
	float: left;
	width: 146px;
	font-weight: bold;
}

div.questions_kpi {
	float: left;
	width: 380px;
}

div.questions_kpi2 {
	float: left;
	width: 270px;
	margin-left: 20px;
	padding: 10px;
    border: 1px solid #CCC;
}

div.questions_kpi2 h2 {
	text-align: center;
}

div.questions_kpi label {
	width: 270px;
	padding-right: 10px;
}

div.questions_kpi input[type=text] {
	width: 60px;
}

div.questions_kpi span {
	float: right;
}

div.questions_kpi2 label {
	width: 160px;
	padding-right: 10px;
}

div.questions_kpi2 p {
	float: left;
	/* border: 1px solid red; */
	width: 70px;
	height: 20px;
    background: #E9E9E9;
    border: 1px solid #CCCCCC;
	padding: 1px 5px;
}

div.questions_wrap {
	border-bottom: 1px solid #707070;
	padding: 20px 0;
}

div.tabletop {
	width: 940px;
	height: 39px;
	background: url(../img/tabletop.png) no-repeat;
	border: 0;
}

div.tabletop_kpi {
	width: 940px;
	height: 47px;
	background: url(../img/tabletop_kpi.png) no-repeat;
	border: 0;
}

div.tabletop_kpi_improv {
	width: 940px;
	height: 44px;
	background: url(../img/tabletop_kpi_improv.png) no-repeat;
	border: 0;
}

div.tabletop_top {
	background: url(../img/tabletop2.png) no-repeat;
}

div.quiz_head h2 {
	padding-top: 35px;
	padding-left: 10px;
}

div.quiz_head2 h2 {
	padding-top: 35px;
	padding-left: 10px;
}

table.quiz {
	width: 600px;
	text-align: left;
}

table.quiz td {
	width: 31px;
}

table.quiz tbody th {
	padding: 10px;
	text-align: left;
	width: 517px;
}

table.quiz tbody tr {
	border-bottom: 1px dashed #ccc;
}

form.right {
		margin-bottom: 70px;
}

table.answers th, 
table.answers td {
	text-align: left;
	vertical-align: middle; 
}

table.answers tr {
	border-bottom: 1px dashed #ccc;
	height: 50px;
}

table.answers {
	width: 620px;
}

table.answers2 {
	width: 380px;
}

form.answers2 {
		margin-bottom: 70px;
}

table.answers2 th, 
table.answers2 td {
	text-align: left;
	vertical-align: middle; 
}

table.answers2 tr {
	border-bottom: 1px dashed #ccc;
	height: 50px;
}

table.results1,
table.results2,
table.results3, 
table.results_kpi, 
table.results_kpi_improv {
	float: left;
}

table.results1 td,
table.results2 td,
table.results3 td,
table.results_kpi td,
table.results_kpi_improv td {
	text-align: right;
	width: 58px;
	vertical-align: middle; 
	padding-right: 5px;
}
table.results_kpi td {
	text-align: center;
	width: 140px;
}

table.results1 td.res_text,
table.results2 td.res_text,
table.results3 td.res_text,
table.results_kpi td.res_text,
table.results_kpi_improv td.res_text {
	text-align: left;
	padding-left: 5px;
	padding-right: 0;
}

table.results1 tr,
table.results2 tr,
table.results3 tr,
table.results_kpi tr,
table.results_kpi_improv tr {
	border-bottom: 1px dashed #ccc;
	height: 50px;
}

table.results1 th, 
table.results_kpi th, 
table.results_kpi_improv th {
	text-align: right;
	width: 158px;
	vertical-align: middle; 
}

table.results_kpi th {
	width: 212px;
}

table.results_kpi_improv th {
	width: 192px;
	/* border: 1px solid black; */
}
table.results_kpi tr.heading {
	background-color: #DCDFE4;
	border-top: 2px dashed #ccc;
}

table.results_kpi tr.blank {
	height: 8px;
	padding: 0;
}

table.results_kpi tr.blank th,
table.results_kpi tr.blank td {
	height: 8px;
	padding: 0;
}

tr.heading th {
	font-size: 18px;
	font-weight: bold;
}

table.results_kpi td span {
	font-size: 11px;
}

table.results_kpi tr.saving {
	background-color: #F0F0F0;
	border-bottom: 2px dashed #ccc;
}

td.action input {
	width: 220px;
}

td.who input {
	width: 170px;
}

table.results_kpi_improv td.plannedstart {
	width: 125px;
}
table.results_kpi_improv td.plannedfinish {
	width: 125px;
}

table.results_kpi_improv select {
	display: inline;
}

td.saving input {
	width: 90px;
}

table.quiz td {
	width: 31px;
}

table.quiz tbody th {
	padding: 10px;
}

table.quiz tbody tr {
	border-bottom: 1px dashed #ccc;
	margin: 5px;
}

input.submit {
	width: 104px;
	height: 33px;
	background: url(../img/submit.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

input.submit:hover {
	background-position: 0 -33px;
}

.submit {
	float: right;
	width: 104px;
	height: 33px;
	background: url(../img/submit.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
	position: absolute;
	left: 596px;
	top: 1574px;
}

.submit:hover {
	background-position: 0 -33px;
}

a.action_add {
	float: left;
	width: 60px;
	height: 29px;
	background: url(../img/action_add.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.action_add:hover {
	background-position: 0 -29px;
}

a.action_delete {
	float: left;
	width: 60px;
	height: 29px;
	background: url(../img/action_delete.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: 0;
}

a.action_delete:hover {
	background-position: 0 -29px;
}

div.overview {
	width: 540px;
	height: 39px;
	background: url(../img/overview.png) no-repeat;
	border: 0;
}

div.improvementplan {
	width: 540px;
	height: 39px;
	background: url(../img/improvementplan.png) no-repeat;
	border: 0;
}

div.advanced {
	width: 380px;
	height: 39px;
	background: url(../img/advanced.png) no-repeat;
	border: 0;
}

div.text p {
	padding: 10px 20px;
}
            
a.downloadreport {
	float: left;
	width: 300px;
	height: 57px;
	background: url(../img/downloadreport.png) no-repeat;
	border: 0;
	margin-left: 40px;
}

a.editimprovementplan {
	float: left;
	width: 300px;
	height: 57px;
	background: url(../img/editimprovementplan.png) no-repeat;
	border: 0;
	margin-left: 40px;
}

a.signupbut2 {
	float: left;
	width: 300px;
	height: 57px;
	background: url(../img/signupbut2.png) no-repeat;
	border: 0;
	margin-left: 40px;
}

a.signup_resultstop {
    margin-left: 0;
    margin-top: 20px;
}

div.adviceheader {
	width: 380px;
	height: 39px;
	background: url(../img/adviceheader.png) no-repeat;
	border: 0;
}

a.getadvice {
	float: left;
	width: 300px;
	height: 57px;
	background: url(../img/advicebutton.png) no-repeat;
	border: 0;
	margin-left: 40px;
}

div.leanheader {
	width: 380px;
	height: 39px;
	background: url(../img/leanheader.png) no-repeat;
	border: 0;
}

a.getlean {
	float: left;
	width: 300px;
	height: 57px;
	background: url(../img/leanbutton.png) no-repeat;
	border: 0;
	margin-left: 40px;
}

a.downloadreport:hover, 
a.editimprovementplan:hover, 
a.getadvice:hover, 
a.getlean:hover, 
a.signupbut2:hover {
	background-position: 0 -57px;
}

div.personal_details {
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
}

div.personal_details input, 
div.personal_details select, 
div.personal_details textarea {
	margin-bottom: 14px;
}

div.personal_details span {
	color: red;
	padding-left: 4px;
}

div.personal_details p {
	padding-left: 10px;
}

table.questions th {
	vertical-align: top;
	text-align: right;
}

table.questions th, table.questions td {
	padding: 10px;
}

div.bottomprice {
	float: left;
	width: 260px;
	margin: 20px 0 0 60px;
}

a.toptip {
	background: url(../img/toptip.png) no-repeat;
	width: 70px;
	height: 58px;
	float: right;
}

a.toptip:hover {
	background-position: 0 -116px;
}

span.toptip {
	background: url(../img/qtip.png) no-repeat;
	width: 25px;
	height: 25px;
	float: right;
}

a.viewchart {
	float: left;
	width: 220px;
	height: 43px;
	background: url(../img/viewchart.png) no-repeat;
	padding: 0px;
	margin: 0 0 0 80px;
	border: 0;
}

a.viewchart:hover {
	background-position: 0 -43px;
}



/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li,
#slider3 ul, #slider3 li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider2 {
	margin-top:1em;
}

#slider {
	margin-top: 30px;
}

#slider li, #slider2 li, #slider3 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:700px;
	height:650px;
	overflow:hidden; 
}	
#slider3 li { 
	height:1250px;
}	
#prevBtn, #nextBtn, #skipBtn,
#slider1next, #slider1prev { 
	display:block;
	width:30px;
	height:215px;
	position:absolute;
	left:0px;
	top:820px;
	z-index:1000;
}	
#nextBtn, 
#skipBtn, 
#slider1next { 
	left:596px;
}
.kpi_answers #prevBtn, 
.kpi_answers #nextBtn { 
	top:1525px;
}
.kpi_answers #skipBtn { 
	top:1570px;
}

#prevBtn a, #nextBtn a, #skipBtn a,
#slider1next a, #slider1prev a {  
	display:block;
	position:relative;
	width:104px;
	height:33px;
	background:url(../img/back.png) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a { 
	background:url(../img/next.png) no-repeat 0 0;	
}	
#skipBtn a, #slider1skip a { 
	background:url(../img/skip2.png) no-repeat 0 0;	
}	
#prevBtn a:hover, #nextBtn a:hover,, #skipBtn a:hover,
#slider1next a:hover, #slider1prev a:hover,
#nextBtn a:hover, #slider1next a:hover { 
	background-position: 0 -33px;
}
/* numeric controls */	

ol#controls{
	margin: 0 0 30px 0;
	padding:0;
	height:28px;
	background:#d4d4d4;
	border-top: 1px solid #bfbfbf;
	}
ol#controls li{
	margin: -1px 0 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:0px solid #ccc;
	background:#d4d4d4;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	border-top: 1px solid #bfbfbf;
	}
ol#controls li.current a{
	background:#e8e8e8;
	color:#ec519d;
	border-top: 1px solid #e8e8e8;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */

.content_loading {
	opacity:.25;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
}

div.content_loading_overlay {
	min-height: 530px;
	position: absolute;
	background-color: #ccc;
	opacity:.25;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	width: 960px;
	z-index: 1;
}

div.loading_box {
	height: 120px;
	width: 300px;
	position: absolute;
	margin-top: 450px;
	margin-left: 400px;
	background-color: #fff;
	border: 1px solid black;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	z-index: 2;
	text-align: center;
	padding: 15px 0;
}

div.loading {
	margin: 5px auto;
	height: 32px;
	width: 32px;
	background: url(../img/timer.gif);
}

ul.about_list {
  list-style-image: url('../img/abouttick.png')
}

div.completed {
	width: 220px;
	height: 148px;
	background: url(../img/back_comp.png) no-repeat;
	padding: 0px;
	border: 0;
}

div.notcompleted {
	width: 220px;
	height: 148px;
	background: url(../img/back_notcomp.png) no-repeat;
	padding: 0px;
	border: 0;
}


p.reportdate {
	float: left;
	margin: 50px 0 0 70px;
}

a.viewthisreport {
	float: left;
	width: 200px;
	height: 42px;
	background: url(../img/viewthisreport.png) no-repeat;
	padding: 0px;
	border: 0;
	margin: 20px 0 0 10px;
}

a.accstart {
	float: left;
	width: 200px;
	height: 42px;
	background: url(../img/startbenchmarking.png) no-repeat;
	padding: 0px;
	border: 0;
	margin: 20px 0 0 10px;
}

a.viewthisreport:hover, a.accstart:hover {
	background-position: 0 -42px;
}


a.editprofile {
	float: right;
	width: 104px;
	height: 33px;
	background: url(../img/editprofile.png) no-repeat;
	padding: 0px;
	border: 0;
	margin: 0;
}

a.editprofile:hover {
	background-position: 0 -33px;
}

.profile,
.kpimproviform {
	padding-bottom: 30px;
}

.profile,
.profilesignup,
.kpimproviform {
	padding-bottom: 30px;
}

.profile input.submit {
	position: absolute;
	top: 560px;
	left: 165px
}

.profilesignup input.submit {
	position: absolute;
	top: 900px;
	left: 165px
}


.kpimproviform input.submit {
	position: absolute;
	top: auto;
	left: 820px
}

div.loginbox {
	width: 380px;
	height: 246px;
	background: url(../img/accountlogin.png) no-repeat;
	padding: 0px;
	border: 0;
	margin: 0px 5px 0px 0px;
}

div.signupbox {
	width: 380px;
	height: 246px;
	background: url(../img/noaccount.png) no-repeat;
	padding: 0px;
	border: 0;
	margin: 0px 0px 0px 5px;
}

div.loginright {
	float: right;
	margin: 0 20px 0 0;
	width: 230px;
}

div.loginleft {
	float: left;
	width: 90px;
	margin: 0 0 0 20px;
}

div.loginleft label{
	font-weight: normal !important;
	padding-right: 0 !important;
	text-align: right !important;
	width: 90px !important;
	margin: 6px 0 16px 0;
}

div.loginright input{
	float: left;
	border: 1px solid #bcc0c4;
	height: 20px;
	width: 212px;
	padding: 4px;
	margin-bottom: 10px;
}

input.loginbutton {
	float: left;
	width: 111px !important;
	height: 41px !important;
	background: url(../img/login.png) no-repeat !important;
	padding: 0px !important;
	border: 0 !important;
	margin: 10px 20px 0 0 !important;
}

a.signupaccount {
	float: left;
	width: 260px !important;
	height: 41px !important;
	background: url(../img/signup.png) no-repeat !important;
	padding: 0px !important;
	border: 0 !important;
	margin: 0px 0 0 60px !important;
}

input.loginbutton:hover, a.signupaccount:hover  {
	background-position: 0 -41px !important;
}

.links p {
	margin-bottom: 40px;
}

.signuplist li {
	margin-bottom: 15px;
}

.admin_profile h3 {
	float: left;
	width: 200px;
	text-align: right;
	clear: both;
	padding-right: 30px;
}
.admin_profile p {
	float: left;
	padding-top: 3px;
}

.paycard:hover {
	background-position: 0 -33px;
}

.paycard {
	width: 106px;
	height: 33px;
	background: url(../img/paynow.png) no-repeat;
	border: 0px;
}

.checkout {
	float: left;
	width: 194px;
	height: 19px;
	margin: 0 10px 10px 0;
	background: url(../img/checkout.png) no-repeat;
}

.mb {
	float: left;
	width: 194px;
	height: 19px;
	margin: 0 10px 10px 0;
	background: url(../img/mb.png) no-repeat;
}

.payoptions {
	margin: 10px 0 0 210px;
}

label.checklabel {
	width: 200px;
	text-align: left;
	float: left;
	font-weight: normal;
}

input.checkinput {
	float: left;
}

div.bqf_home{
	text-align: right;
	margin-top: 36px;
}

p.custquote {
	color: #666666;
	margin: 0px;
}

p.custname {
	color: #333333;
	font-style: italic;
	margin: 8px 0 0 0;
}

a.benchmarkbest {
	float: right;
	width: 184px;
	height: 33px;
	background: url(../img/benchmarkbest.png);
}

a.benchmarkback {
	float: right;
	width:104px;
	height:33px;
	background:url(../img/back.png);
}

a.backtoresults {
	float: right;
	width: 104px;
	height: 33px;
	background: url(../img/backtoresults.png);
}

a.benchmarkbest:hover, 
a.benchmarkback:hover,
a.backtoresults:hover{
	background-position: 0 -33px;
}

#slider3 input[type=text] {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.qtip-content h2 {
    font-size: 14px;
    margin-bottom: 0;
}

.qtip-content p {
    font-size: 12px;
}


