/****************************************************************************/
                          /* P O S I T I O N */
/****************************************************************************/

/**
 * Basic
 */

* { margin: 0;}
html, body { font-size: 12px; font-family: Verdana; line-height:1.5; height: 100%; background: url('images/bck0.jpg');background-color: white}
h1 {background-color: transparent; color: #000;font-size: 22px;margin-bottom: 10px}
h2 {background-color: transparent; color: #000; font-size: 18px;}
h3 {background-color: transparent; color: red; font-size: 16px}
a {text-decoration: none}


/**
 * Main Box
 */
#wrapper {margin-top: 10px; margin-bottom: 10px; width:800px; margin-left:auto; margin-right:auto; padding: 10px 10px 10px 10px; border-radius: 20px;}


/**
 * Header
 */
#header0 { background-image: url('images/nimotech.png'); width: 800px; height: 60px; background-repeat: no-repeat; padding: 0px;  }
#header1 { background-image: url('images/headea.jpg'); width: 780px;  background-repeat: no-repeat;padding: 10px; text-align: justify }
ul {
   padding: 0px 20px 0px 20px;
   list-style-type: square;
}
li {
     padding: 5px;
}

/**
 * Main
 */
#main {overflow:hidden; width: 800px; height: auto; margin-left:auto; margin-right:auto; padding: 0px 0px 0px 0px;}


/**
 * Content
*/
#content { width: 770px; height: auto; padding: 15px 15px 15px 15px;}

/**
 * Forms
*/
input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.description{
  font-size: 12px;
  color: grey;
}

.n2 {background-color: transparent; color: #000; font-size: 18px;}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 6px;
  margin-top: 6px;
  cursor: pointer;
  font-size: 14px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 
 
 /**
 * Footer
 */
#foot  { width: 770px; height: 35px; padding: 5px 15px 5px 15px; margin: 0px;}
#foot a {color: green; text-decoration: none}

/****************************************************************************/
                          /* C O L O R S */
/****************************************************************************/

/*Main Box*/
#wrapper {background-color: white; color: #000;}

/*Header*/
#header0 {background-color: white; color: #000;
border-radius: 0px; }
#header1 {background-color: #fff; color: #000;
border-radius: 15px 15px 0px 0px; }


/*Main*/
#main {background-color: #fff; color: #000;}

/*Menu*/ 
#menu {border-radius: 15px; background-color: #F9F9F9; color: #000;}
#menu ul {background-color: transparent; color: #000;}
#menu li {background-color: transparent; color: #000;}
#menu a {background-color: transparent; color: #A39F9F;}
#menu .active {background-color: transparent; color: #000;}

/*Content*/
#content {background-color: transparent; color: #000;}
 
/*Footer*/
#foot {background-color: #fff; color: #000;
border-radius: 0px 0px 15px 15px; }
