/*  CSS for BannPolishing  */

* {
  margin: 0;
  padding: 0;
  border: 0;
}  
body 	{
  background: #ccddee url(images/cloudsforhome.jpg);
  font family:Verdana, Helvetica, Ariel, sans-serif;
  line-height: 140%;
  color: #000000;
  padding: 15px;
}
#main {
  position: relative;
  width: 100%;
  }
  
#wrapper {
  position: relative;
  text align: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#header p {
  text-align: center;
  position: absolute;
  top: 40px;
  width: 700px;
  left: 225px;
  color: purple;
  font-family: Script, Courier, Times, Serif;
  font-size: 250%;
  font-weight: bold;
  border: 15px ridge #00aaff;
  background-color: #abcdef;
  padding: 10px;
}
#header .tagline {
  position:absolute;
  width: 96%;
  left: 5px;
  top: 0px;
  border-top: 2px solid red;
  border-bottom: 2px solid blue;
  font-size: small;
  font-weight:bold;
  color: white;
  padding-left: 2em;
  background-color: white;
  background-image: url(images/tagline-fade.jpg);
  background-position: left;
  background-repeat: repeat-y;
}
#address {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  width: 130px;
  height: 200px;
  position:absolute;
  left: 825px;
  top: 150px;
  border: 2px solid black;
  padding: 10px;
}
#number {
  font-size: medium;
}  
#myImage {
  position:absolute;
  left: 220px;
  top: 90px;
  border: 5px double black;
  padding: 10px;
}
#nav {
  position:absolute;
  left: 5px;
  top: 30px;
  width: 212px;
  height:450px;
  background: #7da5d8 url(images/nav-bg3.jpg) repeat;
  color: red;
  font-weight: bold;
  border: 1px dotted navy;
}

.groups {
  font-size: medium;
  font-weight: bold;
  position: relative;
  top: 0px;
  left: 5px;
  padding: 10px;
}
#bureaus {
  width: 155px;
  height: 30px;
  position: relative;
  left: 10px;
  top: 5px;
  font-weight: bold;
  border: 5px double black;
  padding: 3px;
  background: #00b4d8;
}
#clocks {
  width: 155px;
  height: 30px;
  position: relative;
  left: 10px;
  top: 10px;
  font-weight: bold;
  background: #00b4d8;
  border: 5px double black;
  padding: 3px;
}
#stool {
  width: 155px;
  height: 30px;
  position: relative;
  left: 10px;
  top: 5px;
  font-weight: bold;
  background: #00b4d8;
  border: 5px double black;
  padding: 3px;
}
#chairs {
  width: 155px;
  height: 30px;
  position: relative;
  left: 10px;
  top: 10px;
  font-weight: bold;
  background: #00b4d8;
  border: 5px double black;
  padding: 3px;
}
#table {
  width: 155px;
  height: 30px;
  position: relative;
  left: 10px;
  top: 5px;
  font-weight: bold;
  background: #00b4d8;
  border: 5px double black;
  padding: 3px;
}
#open {
  width: 155px;
  height: 30px;
  position: relative;
  left: 10px;
  top: 10px;
  font-weight: bold;
  background: #00b4d8;
  border: 5px double black;
  padding: 3px;
}
#certificates {
  width: 155px;
  height: 30px;
  position: relative;
  left: 10px;
  top: 5px;
  font-weight: bold;
  background: #00b4d8;
  border: 5px double black;
  padding: 3px;
}
#email {
  width: 139px;
  height: 25px;
  position: relative;
  left: 25px;
  top: 0px;
  font-weight: bold;
  background: #00b4d8;
  border: 5px double black;
  padding: 3px;
}
#bannpolishing 	{
  position: absolute;
  top: 410px;
  left: 815px;
}
#footer	{
  position:absolute;
  width: 98%;
  left: 5px;
  top: 490px;
  border-top: 2px solid blue;
  border-bottom: 2px solid red;
  font-size: small;
  color: white;
  background-color: white;
  background-image: url(images/tagline-fade.jpg);
  background-position: left;
  background-repeat: repeat-y;
}
#clock 	{
  text-align: center;
  position: relative;
  top: 0px;
  width: 340px;
  left: 15px;
  color: purple;
  border: 5px solid #ff6699;
  background-color: #abcdef;
  padding: 3px;
}
#time	{
  padding: 5px;
  font-family: "Trebuchet MS", Helvetica, Ariel, sans-serif;
  font-size: large;	
}

#johnminnis {
  width: 330px;
  height:38px;
  position: absolute;
  left: 400px;
  top: 0px;
}  
.copy {
  position: absolute;
  left: 765px;
  top: 10px;
}
.validate {
  position: absolute;
  left: 865px;
  top: 2px;
}

a:link     {color: black}
a:visited  {color: black}
a:hover    {color: red}
a:active   {color: red}


