/* div.css */

.all {
   position: relative;
   }
   
.main {
   padding-top: 1.0em;
   padding-left: 12.8em;
   width: 50em;
   }
      
.intro {
   position: absolute;
   top: 0;   /* top: 5 */
   left: 0;
   width: 10em;
   }
 
.form {
   padding-top: 1.0em;
   padding-left: 2.0em;
   width: 50em;
   }
   
/* apogee icons on home page */ 

.apogee {
   position: absolute;
   }
#calcs {
   left: 52.7 em;
   top: 5.7 em;
   }
#ihome {
   left: 52.7 em;
   top: 17.0 em;
   }
#kidsk {
   left: 52.7 em;
   top: 28.3 em;
   }
#enlib {
   left: 52.7 em;
   top: 39.6 em;
   }
#pincher {
   left: 52.7 em;
   top: 22.0 em;
   }

/* security seals - assign a CLASS of this */ 

.seal {
   position: absolute;
   }
   
/* security seals on order forms - assign an ID of one of these */

#HackerSafe1 {
   right: 150px;
   top: 70px;
   }

#SSL1 {
   right: 20px;
   top: 70px;
   }
   
/* security seals on contact forms - assign an ID of one of these */

#HackerSafe2 {
   left: 280px;
   top: 10px;
   }         

#SSL2 {
   left: 405px;
   top: 10px;
   }
