/* CSS Document */

/*************** Universal Properties ***************/
body { 
  background: url(images/mainbg.png);
  background-position: top center;
  background-repeat: repeat-x;
}

.topbg {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 130px;
  width: 770px;
  height: 193px;
  margin-left: -385px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  background: url(images/topbg.png);
  background-repeat: repeat-x;
  z-index: 1;
}

.toppic {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 46px;
  width: 500px;
  height: 270px;
  margin-left: -115px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  background: url(images/toppic.png);
  z-index: 2;
}

.topinfo {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 142px;
  width: 258px;
  margin-left: -375px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  z-index: 2;
  font-family: tahoma;
  font-size: 9px;
  color: #000000;
  font-weight: normal;
}

.home {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 101px;
  width: 94px;
  height: 22px;
  margin-left: -385px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  background: url(images/home.gif);
  z-index: 2;
}


.gallery1 {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 101px;
  width: 93px;
  height: 22px;
  margin-left: -291px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  background: url(images/gallery.gif);
  z-index: 2;
}

.contact {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 101px;
  width: 93px;
  height: 22px;
  margin-left: -198px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  background: url(images/contact.gif);
  z-index: 2;
}

a.pagelinks img {
border: 0px;
filter: alpha(opacity=00);
-moz-opacity: 0.00;
opacity: 0.00;
-khtml-opacity: 0.00;
}

a.pagelinks:hover img {
filter: alpha(opacity=100);
-moz-opacity: 1.00;
opacity: 1.00;
-khtml-opacity: 1.00;
}

.logo {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 158px;
  height: 80px;
  margin-left: -323px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  background: url(images/logo.png);
  z-index: 2;
}

.body {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 323px;
  width: 770px;
  margin-left: -385px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  background: url(images/bodybg.png);
  background-repeat: repeat-y;
  z-index: 2;
  font-family: tahoma;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

.footer1 {
  visibility: visible;
  position:inherit
  width: 770px;
  height: 22px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  background: url(images/footer.gif);
  background-repeat: repeat-x;
  font-family: tahoma;
  font-size: 9px;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 20px;
}

.redbold {
  font-family: tahoma;
  font-size: 10px;
  color: #8B1414;
  font-weight: bold;
}

.redbold1 {
  font-family: tahoma;
  font-size: 11px;
  color: #8B1414;
  font-weight: bold;
}

.redhead {
  font-family: tahoma;
  font-size: 12px;
  color: #8B1414;
  font-weight: bold;
}

.space {
  font-family: tahoma;
  font-size: 8px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 8px;
}

select.box {
  width:152px; 
  color:#000000;
  border:#C5C5C5 solid 1px;
  font-size:11px;
  font-weight:normal; 
  font-family:tahoma; 
  background-color:#FFFFFF; 
}

.box {
  width:150px; 
  color:#000000;
  border:#C5C5C5 solid 1px;
  font-size:11px;
  font-weight:normal; 
  font-family:tahoma; 
  background-color:#FFFFFF; 
}


textarea.box {
  width:300px; 
  height:150px; 
  color:#000000;
  border:#C5C5C5 solid 1px;
  font-size:11px;
  font-weight:normal; 
  font-family:tahoma; 
  background-color:#FFFFFF;
  scrollbar-face-color:#FFFFFF; 
  scrollbar-highlight-color:#FFFFFF; 
  scrollbar-3dlight-color:#FFFFFF; 
  scrollbar-shadow-color:#FFFFFF; 
  scrollbar-darkshadow-color:#FFFFFF; 
  scrollbar-arrow-color:#000000; 
  scrollbar-track-color:#FFFFFF;
}