/*  Stylesheet for levitan rowland */


/* background definitions, homepage elements, and links */

html, body {
  background-color: #ccc;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: century, times new Roman, georgia, serf;
  text-align: center;
  font-size: .8em;
  color: #000;
  letter-spacing: .1em;
}

img#bg {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

#content {
   position: relative;
   z-index: 1;
}

#masthead {
  border: 2px solid #000;
  background-image: url(images/logo2.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: relative;
  margin: 250px auto;
  margin-top: 30px;
  width: 300px;
  height: 100px;
  padding: 20px, 0px, 0px, 30px;
  z-index: 4;
}

#innerMast {
  border: 1px solid #000;
  position: relative;
  margin: 255px auto;
  margin-top: 4px;
  width: 290px;
  height: 90px;
  z-index: 5;
}


#container {
  border: 2px solid #000;
  background-color: #fff;
  position: relative;
  margin: 75px auto;
  top: -300px;
  width: 800px;
  height: 550px;
  z-index: 2;
  
}

#innerContainer {
  border: 2px solid #FC3;
  background-color: #fff;
  position: relative;
  margin: 75px auto;
  top: -72px;
  width: 790px;
  height: 540px;
  z-index: 3;
}

#homeImage {
  position: absolute;
  top: 75px;
  left: 160px;
  border: 2px solid #000;
  z-index: 6;
}

.caption {
  position: absolute;
  font-size: 110%;
  top: 390px;
  left: 165px;
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid #000;
}

#foot {
  position: absolute;
  top: 515px;
  left: 250px;
}

a:link {
   font-family: century, times new Roman, georgia, serf;
   color: #000;
   text-decoration: none;
}
   
a:visited {
   color: #000;
   text-decoration: none;
}
   
a:hover {
   color: #C60; 
   text-decoration: none;
}

a:active {
    color: #C60;  
   text-decoration: none;
} 


h3 {
  width: 640px;
  margin-left: 15px;
  margin-top: 0px;
  font-size: 150%;
  color: #000;
  border-bottom: 1px solid #000;
}

.locator {
   font-weight: bold;
   color: #000;
 }

.spText {
  display: block;
  margin-left: 0px;
  margin-top: 0px;
  font-weight: bold;
  width: 700px;
  background-color: #ccc;
  border: 1px solid #000;
  line-height: 150%;
  padding: 10px;
 }

strong {
  font-weight: bolder;
  font-size: 115%;
}

p.alt {
  margin-left: 25px;
  margin-top: 20px;
  margin-right: 50px;
  line-height: 150%;
}

/*  about us table */

table {
  position: absolute;
  top: 50px;
  left: 50px;
  text-align: left;
  z-index: 5;
}

#container2 {
  border: 2px solid #000;
  background-color: #fff;
  position: relative;
  margin: 75px auto;
  top: -300px;
  width: 800px;
  height: 600px;
  z-index: 1;
  
}

#innerContainer2 {
  border: 2px solid #FC3;
  background-color: #fff;
  position: relative;
  margin: 75px auto;
  top: -72px;
  width: 790px;
  height: 590px;
  z-index: 2;
}

td.text {
  line-height: 150%;
}

td.style {
  background-color: #CCC;
}

td#line {
  border-top: 1px solid #000;
}

#foot2 {
  position: absolute;
  top: 565px;
  left: 250px;
}

img.style {
  border: 25px solid #CCC;
}


/* contact page definitions */

table.contactTable {
  position: absolute;
  top: 60px;
  left: 100px;
  width: 600px;
}

td.space {
  line-height: 250%;
  font-size: 120%;
}

td.style2 {
  background-color: #CCC;
  padding: 95px 25px 100px 30px;
  line-height: 250%;
  font-size: 120%;
  display: table-cell;
  vertical-align: middle;
  height: 175%;
  
}

.littleText {
  font-size: 85%;
  padding: 25px 20px 25px 25px;
  display: table-cell;
  width: 200px;
}

td.style3 {
  background-color: #CCC;
}


/* purchase page definitions */

table.purchaseTable {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 580px;
}

p.space {
  text-align: center;
  line-height: 200%;
  font-size: 110%;
}

.sptext {
  text-decoration: underline;
  font-weight: bolder;
 }

#gallery {
  position: absolute;
  top: 75px;
  left: 120px;
  z-index: 5;
}