/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.

@import url(http://fonts.googleapis.com/css?family=Varela&subset=latin&v2);
*/
@font-face { font-family: 'Interstate Light'; src: url('/styles/intlt__.ttf'); }

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 14px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  background: url(../images/wave.jpg) right bottom no-repeat fixed;
}
body.login {
  background: url(../images/bg-login.png) center bottom no-repeat fixed;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, .slide-number {
    font-family:'Interstate Light', Arial, 'Liberation Sans', FreeSans, sans-serif;
    color:#1e8ccc;
}
h1 {

    font-size: 25px;
    line-height:50px;
    font-weight:normal;

}

h2 {
    font-size: 28px;
    line-height:48px;
    font-weight:bold;
}

.form h2, h2.answer {
    font-size: 25px;
    line-height:50px;
    font-weight:normal;
}

h2.quiz-question {
    font-size: 25px;
    line-height:50px;
    font-weight:normal;
    width: 70%;
}

h3 {
    font-size: 18px;
    font-weight:normal;
    line-height:20px;
    margin-bottom:0;
}
h4 {
      font-size: 14px;
}

h5 {
    font-size: 14px;
    font-weight:normal;
}

h6 {
  font-size: 15px;
}




/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
     list-style-image: url(../images/bullet.png);
}

ul.final-page-list {
    list-style-image: url(../images/bullet.png);
}

li {
  margin-left: 30px;
}

ul.final-page-list li {
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 15px;
    font-weight: 100;
}

p.final-page-paragraph {
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    font-weight: 100;
}

.blue {
    color: #1E8CCC;
}

p,
dl,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

p,
dl,
hr,
ol,
ul,
pre,
address,
fieldset,
figure {
    line-height:20px;
}

a {
    color:#06F;
    text-decoration:none;
}
a:hover {
    color:#06F;
    text-decoration:underline;
}

span.blue {
    color: #1E8CCC;
}

ol {
  counter-reset: item;
  list-style: none;
}

ol li:before {
    color: #1E8CCC;
    font-weight: 600;
    content: counter(item) ". ";
    counter-increment: item;
    margin-left: -20px;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
header {
    margin-top:20px;
}

#page-title {
    text-align:right;
}

.slide-number{
    float:right;
    font-size:14px;
    font-weight:normal;
    line-height:40px;
}

table.slide-table {
    width:100%;
}
table.slide-table td {
    height:5px;
    background-color:#999;
    overflow:hidden;
    font-size:6px;
}
table.slide-table td.done {
    background-color:#007ac9;
}
table.slide-table td.active {
    background-color:#333;
}
table.slide-table td.correct {
    background-color:#02c800;
}
table.slide-table td.incorrect {
    background-color:#cc2505;
}




/* NAVIGATION
----------------------------------------------------------------------------------------------------*/
nav {
    margin:0 auto;
    text-align:center;
    height:40px;
}
#nav{
    list-style:none;
    width:940px;
}
#nav li {
    position: relative;
    display:inline-block;
    margin:0;
}
#nav li a {
    line-height:20px;
    padding-right:10px;
    padding-left:10px;
    display:block;
    border:0px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#nav li a.selected {
    padding:5px;
    background: rgb(53,143,198);
    background: -moz-linear-gradient(top, rgba(53,143,198,1) 1%, rgba(0,112,184,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(53,143,198,1)), color-stop(100%,rgba(0,112,184,1)));
    background: -webkit-linear-gradient(top, rgba(53,143,198,1) 1%,rgba(0,112,184,1) 100%);
    background: -o-linear-gradient(top, rgba(53,143,198,1) 1%,rgba(0,112,184,1) 100%);
    background: -ms-linear-gradient(top, rgba(53,143,198,1) 1%,rgba(0,112,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358fc6', endColorstr='#0070b8',GradientType=0 );
    background: linear-gradient(top, rgba(53,143,198,1) 1%,rgba(0,112,184,1) 100%);
    color:#FFF;


}



/* BREADCRUMBS
----------------------------------------------------------------------------------------------------*/
div.breadcrumbs{
    font-size:10px;
    color:#999;
    margin:10px 0;
}
#slide-list{
    height:20px;
    overflow:hidden;
    position:absolute;
    top:0px;
    right:0;
    display:block;
    width: 200px;
    z-index: 100;
}

.ie8 #slide-list{
    top:-5px;
}
#slide-list:hover, .slide-list-ipadhover {
    height:auto;

}
#slide-list ul {
    list-style:none;
}
#slide-list li {
    margin:0;
    display:block;
    font-size:11px;
    color:#666;
    padding:2px;
}
#slide-list li:first-letter, #slide-list li a:first-letter  {
    text-transform:uppercase;
}
#slide-list li {
    background:#d7d7d7;
}
#slide-list li:nth-child(even) {
    background: #fff;;
}
#slide-list li:nth-child(odd) {
    background: #d7d7d7;
}

#slide-list li.active {
    background: #1E8CCC;
    color:#fff;
}
#slide-list li.active a {
    color:#fff;
}

/* BODY
----------------------------------------------------------------------------------------------------*/
div.container_body{
    margin:20px 0 0 0;
    background:none;
}


.module_container{
    position:relative;
}
.buttons{
    position:relative;
    margin-top:20px;
}
.buttons_abs{
    float:right;
    width:220px;
}

.hidden {
    visibility:hidden;
    height:0;
    width:0;
    position:absolute;
}

#audio-player {
    visibility:hidden;
}

/*
----------------------------------
!          TOOL TIPS             !
----------------------------------
*/

div#note, div#note_2, div#note_3, div#note_4 {
    display:block;
    position:absolute;
    height:25px;
    line-height:25px;
    width:220px;
    background-color:#F60;
    color:#FFF;
    top:30px;
    right:10px;
    text-indent:5px;
    font-weight:bold;
    cursor:help;
    z-index: 10;
}
div#note_2 {
    top:60px;
}
div#note_3 {
    top:90px;
}
div#note_4 {
    top:120px;
}

.tip_absorption, .tip_inhalation, .tip_ingestion, .trigger{cursor:help;}

.trigger:hover{
    text-decoration:underline;
}

.toggle_container {
overflow:hidden;
}


#demo_answer_1,#demo_answer_2,#demo_answer_3,#demo_answer_4,#demo_answer_5,#demo_answer_6,#demo_answer_7,#demo_answer_8 {
    background: url(../images/demoradiobutton.gif) no-repeat;
    background-position: -5px -10px;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 12px 0 10px 40px;
    margin: 0 0 .3em;
    cursor:help;
    width:400px;
 }

 /* Old system
 #demo_answer_1:hover,#demo_answer_7:hover {
    background-position: -5px -210px;
 }

  #demo_answer_4:hover,#demo_answer_2:hover,#demo_answer_3:hover,#demo_answer_5:hover,#demo_answer_6:hover,#demo_answer_8:hover{
    background-position: -5px -110px;
 } */

 /* Correct answers */
  .demo_correct:hover {
    background-position: -5px -210px !important;
 }

  /* Incorrect answers */
 .demo_incorrect:hover {
     background-position: -5px -110px !important;
 }


a.button_tops, a.button_tops_small{
    background: #007ac9;
    background: -moz-linear-gradient(top, #007ac9 0%, #0070b8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007ac9), color-stop(100%,#0070b8));
    background: -webkit-linear-gradient(top, #007ac9 0%,#0070b8 100%);
    background: -o-linear-gradient(top, #007ac9 0%,#0070b8 100%);
    background: -ms-linear-gradient(top, #007ac9 0%,#0070b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ac9', endColorstr='#0070b8',GradientType=0 );
    background: linear-gradient(top, #007ac9 0%,#0070b8 100%);
    display:block;
    text-align:center;
    height:25px;
    line-height:22px;
    font-size:18px;
    width:90px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:#FFF;
    text-shadow: 1px 1px 6px #0c3f60;
    filter: dropshadow(color=#0c3f60, offx=1, offy=1);
    float:left;
}
a.button_tops_small{
    width:30px;
}


a.button_big{
    background: #007ac9;
    background: -moz-linear-gradient(top, #007ac9 0%, #0070b8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007ac9), color-stop(100%,#0070b8));
    background: -webkit-linear-gradient(top, #007ac9 0%,#0070b8 100%);
    background: -o-linear-gradient(top, #007ac9 0%,#0070b8 100%);
    background: -ms-linear-gradient(top, #007ac9 0%,#0070b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ac9', endColorstr='#0070b8',GradientType=0 );
    background: linear-gradient(top, #007ac9 0%,#0070b8 100%);
    display:block;
    text-align:center;
    height:35px;
    line-height:35px;
    font-size:18px;
    width:220px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:#FFF;
    text-shadow: 1px 1px 6px #0c3f60;
    filter: dropshadow(color=#0c3f60, offx=1, offy=1);
    float:left;
}
a.button_big:hover, a.button_tops:hover, a.button_tops_small:hover{

    background: #008be8;
    background: -moz-linear-gradient(top, #008be8 0%, #0085d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008be8), color-stop(100%,#0085d8));
    background: -webkit-linear-gradient(top, #008be8 0%,#0085d8 100%);
    background: -o-linear-gradient(top, #008be8 0%,#0085d8 100%);
    background: -ms-linear-gradient(top, #008be8 0%,#0085d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008be8', endColorstr='#0085d8',GradientType=0 );
    background: linear-gradient(top, #008be8 0%,#0085d8 100%);
    color:#FFF;
    text-decoration: none;
}
a.button_next{
    margin-left:5px;
    float:left;
}
/* FORM ELEMENTS
----------------------------------------------------------------------------------------------------*/
    /* form elements */

input[type="text"], input[type="password"], input[type="email"], select {
    float:left;
    padding:5px;
    width:200px;
    float:left;
    margin-bottom:5px;
    border:1px solid #666;
    color:#333;
    transition: border 2s, color 1s;
    -moz-transition: border 2s, color 1s; /* Firefox 4 */
    -webkit-transition: border 2s, color 1s; /* Safari and Chrome */
    -o-transition: border 2s, color 1s; /* Opera */
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus {
    border:1px solid #1e8ccc;
    color:#1e8ccc;
}

select {
    width:214px;
}
select.big {
width:600px;
}
input[type="submit"], .button {
    padding:10px;
    background: rgb(53,143,198);
    background: -moz-linear-gradient(top, rgba(53,143,198,1) 1%, rgba(0,112,184,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(53,143,198,1)), color-stop(100%,rgba(0,112,184,1)));
    background: -webkit-linear-gradient(top, rgba(53,143,198,1) 1%,rgba(0,112,184,1) 100%);
    background: -o-linear-gradient(top, rgba(53,143,198,1) 1%,rgba(0,112,184,1) 100%);
    background: -ms-linear-gradient(top, rgba(53,143,198,1) 1%,rgba(0,112,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358fc6', endColorstr='#0070b8',GradientType=0 );
    background: linear-gradient(top, rgba(53,143,198,1) 1%,rgba(0,112,184,1) 100%);
    color:#FFF;
    border:0px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.button {
    padding: 5px;
}

input[type="submit"].setwidth, .button.setwidth {
width:230px;
cursor:pointer;
}
.disabled {
    background: #f5f6f6;
    background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6));
    background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
    background: -o-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
    background: -ms-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 );
    background: linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
    color:#333;
}
input[type="submit"].front-submit {
    margin-left:170px;
    padding:7px 30px;
    width:214px;
    cursor:pointer;
}
input[type="radio"] {
padding:8px;
float:left;
}

input[type="checkbox"] {
    padding:8px;
    float:left;
}

label{
    width:170px;
    display:block;
    float:left;
    margin-top:0px;
}

label.for_radio{
    float:left;
    width:100px;
    margin:2px 10px 2px 2px;
    color:#005a8b;
    text-decoration:none;
}

label.error{
    padding:5px;
    color:#900;
    font-weight:bold;
    background-image:none;
}

span.required{
    font-size:9px;
    color:#900;
}


div.show_answer{
    position:absolute;
    top:0;
    right:0;
    display:block;
    height:50px;
    line-height:50px;
    width:60px;
    padding-left:60px;
}

div.correct_display{
    color:#090;
    background: url(../images/bg-correct.png) no-repeat;
}
div.wrong_display{
    color:#900;
    background: url(../images/bg-incorrect.png) no-repeat;
}



img.faq {
    width:30%;
    height:30%;
    float:left;
    cursor:pointer;
    margin:5px;
    border:1px solid #06F;
    transition: width 2s, height 4s;
    -moz-transition: width 2s, height 4s; /* Firefox 4 */
    -webkit-transition: width 2s, height 4s; /* Safari and Chrome */
    -o-transition: width 2s, height 4s; /* Opera */
}
img.faq:hover {
    width:900px;
    height:auto;
    float:none;
    display:block;
}

/*message */

div.message_bad{
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background-color:#900;
    color:#FFF;
    margin:0 0 10px 0;
    padding:20px;
    display:block;
    behavior: url(/styles/PIE.htc);
}
div.message_good{
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background-color:#6C6;
    color:#FFF;
    margin:0 0 10px 0;
    padding:20px;
    display:block;
    behavior: url(/styles/PIE.htc);
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/

footer{
    font-size:10px;
    color:#333;
}

#food-safety {
    padding: 10px;
    background: #4e4f51;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
    width: 278px;
}

#food-safety p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
    display: block;
}

#food-safety h3 {
    color: #ffffff;
    text-align: center;
    margin-top: 80px;
    display: block;
}

#customer-safety {
    padding: 10px;
    background: #027bcc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
    width: 278px;
}

#customer-safety p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 35px;
    display: block;
}

#customer-safety h3 {
    color: #ffffff;
    text-align: center;
    margin-top: 80px;
    display: block;
}

#employee-safety {
    padding: 10px;
    background: #010101;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
    width: 278px;
}

#employee-safety p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 35px;
    display: block;
}

#employee-safety h3 {
    color: #ffffff;
    text-align: center;
    margin-top: 80px;
    display: block;
}

#customer-perception {
    padding: 10px;
    background: #adafae;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
    width: 278px;
}

#customer-perception p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 35px;
    display: block;
}

#customer-perception h3 {
    color: #ffffff;
    text-align: center;
    margin-top: 80px;
    display: block;
}

#time {
    padding: 10px;
    background: #010101;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
}

#time p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
}

#time h3 {
    color: #ffffff;
    text-align: center;
    line-height: 180px;
}

#temperature {
    padding: 10px;
    background: #027bca;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
}

#temperature p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

#temperature h3 {
    color: #ffffff;
    text-align: center;
    line-height: 180px;
}

#agitation {
    padding: 10px;
    background: #005c97;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
}

#agitation p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 60px;
}

#agitation h3 {
    color: #ffffff;
    text-align: center;
    line-height: 180px;
}

#chemical-action {
    padding: 10px;
    background: #595959;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
}

#chemical-action p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

#chemical-action h3 {
    color: #ffffff;
    text-align: center;
    line-height: 180px;
}

#procedures {
    padding: 10px;
    background: #adafae;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    height: 180px;
    cursor: pointer;
    z-index: 10000;
    display: block;
}

#procedures p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
}

#procedures h3 {
    color: #ffffff;
    text-align: center;
    line-height: 180px;
}

a.bakery {
    display: block;
    height: 140px;
    width: 185px;
    background-image: url(../images/buttons-sprite.png);
    background-repeat: none;
    background-position: 0 0;
    border:none;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

a.bakery:hover {
    background-position: 0 -140px;
    border:none;
}

a.butchery {
    display: block;
    height: 140px;
    width: 185px;
    background-image: url(../images/buttons-sprite.png);
    background-repeat: none;
    background-position: -185px 0;
    border:none;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

a.butchery:hover {
    background-position: -185px -140px;
    border:none;
}

a.deli {
    display: block;
    height: 140px;
    width: 185px;
    background-image: url(../images/buttons-sprite.png);
    background-repeat: none;
    background-position: -370px 0;
    border:none;
    float: left;
    margin-right: 30px;
    margin-bottom:30px;
}

a.deli:hover {
    background-position: -370px -140px;
    border:none;
}

a.food-preparation {
  display: block;
  height: 140px;
  width: 185px;
  background-image: url(../images/buttons-sprite.png);
  background-repeat: none;
  background-position: -1480px 0;
  border:none;
  float: left;
  margin-right: 30px;
  margin-bottom:30px;
}

a.food-preparation:hover {
  background-position: -1480px -140px;
  border:none;
}

a.customer-areas {
  display: block;
  height: 140px;
  width: 185px;
  background-image: url(../images/buttons-sprite.png);
  background-repeat: none;
  background-position: -1295px 0;
  border:none;
  float: left;
  margin-right: 30px;
  margin-bottom:30px;
}

a.customer-areas:hover {
  background-position: -1295px -140px;
  border:none;
}

a.fresh-produce {
    display: block;
    height: 140px;
    width: 185px;
    background-image: url(../images/buttons-sprite.png);
    background-repeat: none;
    background-position: -555px 0;
    border:none;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

a.fresh-produce:hover {
    background-position: -555px -140px;
    border:none;
}

a.receiving-and-storage {
    display: block;
    height: 140px;
    width: 185px;
    background-image: url(../images/buttons-sprite.png);
    background-repeat: none;
    background-position: -740px 0;
    border:none;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

a.receiving-and-storage:hover {
    background-position: -740px -140px;
    border:none;
}

a.registers {
    display: block;
    height: 140px;
    width: 185px;
    background-image: url(../images/buttons-sprite.png);
    background-repeat: none;
    background-position: -925px 0;
    border:none;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

a.registers:hover {
    background-position: -925px -140px;
    border:none;
}

a.seafood {
    display: block;
    height: 140px;
    width: 185px;
    background-image: url(../images/buttons-sprite.png);
    background-repeat: none;
    background-position: -1110px 0;
    border:none;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

a.seafood:hover {
    background-position: -1110px -140px;
    border:none;
}

a.ecircle {
    display: block;
    height: 70px;
    width: 180px;
    background-image: url(../images/module-btn.png);
    background-repeat: none;
    background-position: 0 0;
    border:none;
    float: left;
    margin-right: 7px;
    margin-bottom: 30px;
    margin-left: 12px;
}

a.ecircle:hover {
    background-position: 0 -70px;
    border:none;
}

a.ecleancare {
    display: block;
    height: 70px;
    width: 180px;
    background-image: url(../images/module-btn.png);
    background-repeat: none;
    background-position: -180px 0;
    border:none;
    float: left;
    margin-right: 7px;
    margin-bottom: 30px;
}

a.ecleancare:hover {
    background-position: -180px -70px;
    border:none;
}

a.elaundercare {
    display: block;
    height: 70px;
    width: 180px;
    background-image: url(../images/module-btn.png);
    background-repeat: none;
    background-position: -360px 0;
    border:none;
    float: left;
    margin-right: 7px;
    margin-bottom: 30px;
}

a.elaundercare:hover {
    background-position: -360px -70px;
    border:none;
}

a.esafe {
    display: block;
    height: 70px;
    width: 180px;
    background-image: url(../images/module-btn.png);
    background-repeat: none;
    background-position: -540px 0;
    border:none;
    float: left;
    margin-right: 7px;
    margin-bottom: 30px;
}

a.esafe:hover {
    background-position: -540px -70px;
    border:none;
}

a.emarketgaurd {
    display: block;
    height: 70px;
    width: 180px;
    background-image: url(../images/module-btn.png);
    background-repeat: none;
    background-position: -720px 0;
    border:none;
    float: left;
    margin-right: 7px;
    margin-bottom: 30px;
}

a.emarketgaurd:hover {
    background-position: -720px -70px;
    border:none;
}

.confirm-label {
    width: auto;
}

.clear {
    clear: both;
}

.print-certificate {
    background: #e7e7e7;
    border-top: 1px solid #c8c8c8;
    padding: 2em;
    float: left;
    width: 42%;
    margin-right: 4%;
    height: 175px;
}

.print-certificate-btn {
    width: 230px;
    height: 70px;
    background-image: url(../images/certificate-btn.png);
    background-repeat: no-repeat;
    background-position: -229px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border: none;
    cursor: pointer;
}

.print-certificate-btn:hover {
    width: 230px;
    height: 70px;
    background-image: url(../images/certificate-btn.png);
    background-repeat: no-repeat;
    background-position: -229px -70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border: none;
}

.email-certificate {
    background: #e7e7e7;
    border-top: 1px solid #c8c8c8;
    padding: 2em;
    float: left;
    width: 42%;
    height: 175px;
}

input[type="submit"].email-certificate-btn {
    width: 229px;
    height: 70px;
    background-image: url(../images/certificate-btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    cursor: pointer;
    background-color: #e7e7e7;
    filter: none;
    border: none;
}

input[type="submit"].email-certificate-btn:hover {
    width: 229px;
    height: 70px;
    background-image: url(../images/certificate-btn.png);
    background-repeat: no-repeat;
    background-position: 0 -70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border: none;
}

.email-certificate #email {
    margin-left: 20px;
    border: 1px solid #cccccc;
}

.print-certificate p, .email-certificate p {
    text-align: center;
    color: #666666;
    font-size: 13px;
    font-family: 'Interstate Light',Arial,'Liberation Sans',FreeSans,sans-serif;
}

.logout-btn {
    width: 82px;
    height: 28px;
    background-image: url(../images/log-out-btn.jpg);
    background-repeat: no-repeat;
    display: block;
    border: none;
    cursor: pointer;
    float: left;
    margin-left: 42px;
}

.btn-left {
    float: left;
}
