body{
  background:#000000 url(img/tile1.gif);
  margin: 0px; 
  padding: 0px;
  font: normal 11px 'Tahoma';
  color: white;
}

h1,h2,h3,h4,h5,form{
  padding: 0px;
  margin: 0px;
}

.listrow{
	background:#ffffff;
}
.listrow:hover{
	background:#f5f5f5;
}

#floater1 a,#floater2 a,#floater3 a{
  color:#fff;
  text-decoration: none;
}
#floater1 a:hover,#floater2 a:hover,#floater3 a:hover{
  color:#CDD206;
}


a{
  color: #ffffff;
  text-decoration:none;
}
a:hover{
  color: #BC9F7E;
  text-decoration:none;
}
a img{
  border: 0px;
}
a.button{
  font-size: 18px;
  font-family: 'Century Gothic';
  color: #ffffff;
}
a.button:hover{
  color: #BC9F7E;
}


#footera a{
  color: white;
}

ul.dot{
  list-style-image: url(img/dot1.png);
}

ul.vert1{
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 40px;
}
ul.vert1 li{
  float: left;
}
ul.vert1 li a{
  display: block;
}
ul.vert1 li a:hover{
}


ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: black;
}
ul.tabs li{
  float: left;
  width: 130px;
  height: 30px;
  padding-left: 1px;
}
ul.tabs li a{
  display: block;
  padding-top: 10px;
  color: #555;
  width: 130px;
  height: 30px;
  background: url(img/tab1a.png) repeat-x;
}
ul.tabs li a:hover{
  color: black;
  background: url(img/tab1b.png) repeat-x;
  text-decoration: underline;
}


ul.tabs2{
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: black;
}
ul.tabs2 li{
  float: left;
  width: 130px;
  height: 30px;
  padding-left: 1px;
}
ul.tabs2 li a{
  display: block;
  padding-top: 10px;
  color: #555;
  width: 130px;
  height: 30px;
  background: url(img/tab2a.png) repeat-x;
}
ul.tabs2 li a:hover{
  color: black;
  background: url(img/tab2b.png) repeat-x;
  text-decoration: underline;
}


select{
  background: url(img/input_textbox.gif) repeat-x;
  border: 1px solid #dddddd;
  font: normal 11px 'Tahoma';
}
select option{
  background: white;
}
input.textbox{
  background: white url(img/input_textbox.gif) repeat-x;
  border: 1px solid #dddddd;
  font: normal 11px 'Tahoma';
}
input.textbox2{
  background: white;
  border: 0px;
  font: normal 11px 'Tahoma';
}
textarea{
  background: white url(img/input_textbox.gif) repeat-x;
  border: 1px solid #dddddd;
  font: normal 11px 'Tahoma';
}
input.button{
  background: black;
  font-size: 18px;
  font-family: 'Century Gothic';
  color: #ffffff;
  border:0px;
  margin:0px;padding:0px;
  padding-right:20px;
  /*background: white url(img/input_button.gif) repeat-x;
  margin: 0px;
  padding: 3px;
  border: 1px outset white;
  font: normal 11px 'Tahoma';*/
  cursor: pointer;
}
input.button:hover{
  color: #BC9F7E;
}
