
BODY  
	{ 
	  font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color:#010101;
      background-color: #010101;
	  background-image: url(img/bg.jpg);
	  margin-top: 10px;
	  margin-left: 0px;
	  margin-right: 0px;
	}

A   	{ color: #7c0000; text-decoration: none; } 
A:link	{ color: #7c0000; text-decoration: none; } 
A:visited { color: #7c0000; text-decoration: none; } 
A:active { color: #7c0000; }
A:hover	{ color: #7c879e; } 

/* top.tpl header images */
.header  
	{ background-image: url(img/logo.jpg);
	  background-repeat: no-repeat;
	  height: 137px;
	  float: left;
	}
.header_text
	{
	  font-weight: bold;
	  color: #670303;
	  float: right;
	}
.pagebox
	{
	  background-color: #ffffff;
	  border: 2px solid #808080;
	}
.menubg
	{
	  background-image:url('img/menu_bg.jpg');
	  background-repeat: repeat-x;
	  width: 850px;
	  height: 37px;
	}
.onnav_home /* onmouseover */
	{
	  background-image:url('img/menu_home_on.jpg');
	  background-repeat: no-repeat;
	  width: 141px;
	  height: 37px;
	}
.offnav_home /* onmouseoff */
	{
	  background-image:url('img/menu_home_off.jpg');
	  background-repeat: no-repeat;
	  width: 141px;
	  height: 37px;
	}
.onnav_services /* onmouseover */
	{
	  background-image:url('img/menu_services_on.jpg');
	  background-repeat: no-repeat;
	  width: 141px;
	  height: 37px;
	}
.offnav_services /* onmouseoff */
	{
	  background-image:url('img/menu_services_off.jpg');
	  background-repeat: no-repeat;
	  width: 141px;
	  height: 37px;
	}
.onnav_faq /* onmouseover */
	{
	  background-image:url('img/menu_faq_on.jpg');
	  background-repeat: no-repeat;
	  width: 141px;
	  height: 37px;
	}
.offnav_faq /* onmouseoff */
	{
	  background-image:url('img/menu_faq_off.jpg');
	  background-repeat: no-repeat;
	  width: 141px;
	  height: 37px;
	}
.onnav_aboutus /* onmouseover */
	{
	  background-image:url('img/menu_about_on.jpg');
	  background-repeat: no-repeat;
	  width: 142px;
	  height: 37px;
	}
.offnav_aboutus /* onmouseoff */
	{
	  background-image:url('img/menu_about_off.jpg');
	  background-repeat: no-repeat;
	  width: 142px;
	  height: 37px;
	}
.onnav_contactus /* onmouseover */
	{
	  background-image:url('img/menu_contactus_on.jpg');
	  background-repeat: no-repeat;
	  width: 155px;
	  height: 37px;
	}
.offnav_contactus /* onmouseoff */
	{
	  background-image:url('img/menu_contactus_off.jpg');
	  background-repeat: no-repeat;
	  width: 155px;
	  height: 37px;
	}
.photo
	{
	  background-image:url('img/photo_house.jpg');
	  background-repeat: no-repeat;
	  width: 850px;
	  height: 333px;
	}
.photo_text
	{
	  width: 200px;
	  height: 333px;
	  float: left;
	  font-weight: bold;
	  font-size: 18px;
	  color: #000000;
	  padding-left: 5px;
	  z-index: -2;
	}

.welcome_text
	{
	  padding-left: 5px;
	  font-size: 12px;
	  line-heigh: 110%;
	}
.title
	{
	  font-weight: bold;
	  font-size: 16px;
	}


.footer
	{
	  background-color: #000000;
	  color: #ffffff;
	  font-size: 12px;
	  width: 850px;
	 
	}
.footer a, a:link, a:active, a:visited, a:hover
	{
	  color: #6CCFFF;
	  font-size: 12px;
	}

