@charset "utf-8";
/* CSS Document */
body {
	/*background-color: #ced5db;*/
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}

body,td,th {
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

a:link {	
color:yellow;	
font-family: Tahoma, Geneva, sans-serif;
text-decoration: none;	
}

a:visited {	
color:yellow;	
font-family: Tahoma, Geneva, sans-serif;	
text-decoration: none;	
}



.tiny {
	color:#4B5C9E;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;	
}
.h1 {
	color:white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;	
}

.h2 {
	color:white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;	
}

#HomeButton
{
  display: block;
  width: 218px;
  height: 53px;
  margin-left: 16px;
  margin-right: 16px;
  background: url("home-.gif") no-repeat 0 0;
}

#HomeButton:hover
{ 
  background-position: 0 -53px;
}

#HomeButton span
{
  display: none;
}

#ServButton
{
  display: block;
  width: 218px;
  height: 53px;
  margin-top: 5px;
  margin-left: 16px;
  margin-right: 16px;
  background: url("services-.gif") no-repeat 0 0;
}

#ServButton:hover
{ 
  background-position: 0 -53px;
}

#ServButton span
{
  display: none;
}

#TestButton
{
  display: block;
  width: 218px;
  height: 53px;
  margin-top: 5px;
  margin-left: 16px;
  margin-right: 16px;
  background: url("testimonials-.gif") no-repeat 0 0;
}

#TestButton:hover
{ 
  background-position: 0 -53px;
}

#TestButton span
{
  display: none;
}

#EnqButton
{
  display: block;
  width: 218px;
  height: 53px;
  margin-top: 5px;
  margin-left: 16px;
  margin-right: 16px;
  background: url("enquiries-.gif") no-repeat 0 0;
}

#EnqButton:hover
{ 
  background-position: 0 -53px;
}

#EnqButton span
{
  display: none;
}

#PhotosButton
{
  display: block;
  width: 218px;
  height: 53px;
  margin-top: 5px;
  margin-left: 16px;
  margin-right: 16px;
  background: url("photos-.gif") no-repeat 0 0;
}

#PhotosButton:hover
{ 
  background-position: 0 -53px;
}

#PhotosButton span
{
  display: none;
}




.maintable {
	background-color: #002744;
	background-image: url("gastight-bg.gif");
	background-position: top; 
	background-repeat: repeat-x;
}


