body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	background-image: url(../images/base-bg.gif);
}

p,td { font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
}

a{
	color: #A83F4D;
	text-decoration: underline;
}

a:hover{
	color: #bf6a0d;
	text-decoration: none;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}

form {
     margin:0;
     padding:0;
}

ul {
	margin-left:20px;
	margin-top:0px;
	padding:1px;
	list-style-type: square;
	line-height: 16px;
	}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}


.welcome {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	background-image: url(../images/welc-bg.gif);
	background-repeat: repeat;
	padding: 10px;
}

.c_name {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	vertical-align: top;
	padding-top: 89px;
	padding-left: 5px;
}


.bottom_menu {
	color: #ffffff;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 189px;
}

.bottom_lnk{
	color: #ffffff;
	TEXT-DECORATION: none;
}

//	color: #bf6a0d;
.bottom_lnk:hover {

	color: #ffffff;
	TEXT-DECORATION: underline;
}

.menu {

	color: #ffffff; 
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	padding-top: 30px;
}


.body_lnk{
	text-decoration: none;
		//color: #fef4e8; 
	color: #000000;
}

.backtotop_lnk{
	text-decoration: none;
		//color: #fef4e8; 
	color: #555555;
}


.menu_lnk{
	text-decoration: none;
		//color: #fef4e8; 
	color: #ffffff;
}

.menu_lnk:hover {
	color: #ffffff;
	text-decoration: underline;
}


.sub {
	color: #ffffff;
	text-transform: none;
	vertical-align: middle;
	padding-left: 6px;
}


.sub_lnk{
//color: #525252;
	color: #ffffff;
	text-decoration: none;
}

.sub_lnk:hover {
	color: #ffffff;
	text-decoration: underline;
}


.body_txt {
	color: #000000;
	text-align: justify;
	padding: 10px;
	vertical-align: top;
}


h1.tableheading {
font-size: 18px;
color: #000000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 

h2.tableheading {
font-size: 16px;
color: #000000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 

p.tablepricecontents {
font-size: 12px;
color: #000000;
font-weight: none;
margin-top: 0px;
margin-bottom: 3px;
} 

// Collapsible content start

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

//	Honeypot for any form honeypot. The fields only gets filled in by bots, so we know it is spam.
.ohnohoney {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
}



// Collapsible content end