/* customization at top */



#aboutlist {
	width: 200px;
	padding: 8px;
	margin: 0px 0px 10px 10px;
	position: relative;
	border: 1px dotted #B0CA8D;
	background-color: #BCE27F;
	float: right;
	color: #5C720F;
}

div#fts_order_online {
	position:absolute; top:165px; z-index:0; left: 0px;
	width: 175px;
	height: 133px;
		float:left;
	z-index: 3;
}

div#fts_pre_menu {
	padding-left: 15px;
}

div#boxd {
	padding: 3px;
	font-size:x-small;
	width: 160px;
}

div#fts_pre_menu a {
	text-decoration:none;
	font-weight:bolder;
	font-size: medium;
	color: #3c8661;
}

.redLink a {
	text-decoration:none;
	font-weight:bolder;
	font-size: medium;
	color: #3c8661;
}

div#fts_post_menu {
	font-weight:bolder;
	background-image:url(img/coming_soon.gif);
	background-repeat:no-repeat;
	padding-top: 70px;
	padding-left: 15px;
}

div#fts_post_menu a {
	text-decoration:none;
	font-weight:bolder;
	font-size: medium;
	color: #FFFF99;
}

.fts_address {
	font-size:small;
	position: absolute;
	top:19px;
	z-index:1;
	right: 170px;
	width: 190px;
	height: 118px;
	left: 530px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('img/bg.gif');
	background-attachment: fixed;
	background-position:center top;
	background-repeat:no-repeat;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
 
 blockquote {
 	font-size: large;
 }
 
 .bqstart {
     float: left;
     height: 45px;
	      margin-top: -30px;
     padding-top: -0px;

     margin-bottom: -0px;
     font-size: 700%;
     color: #B0CA8D;
	 margin-left: -50px;
 }

.alt IMG {
	float: right;
}

 .bqend {
     float: right;
     height: 25px;
     margin-top: -45px;
     padding-top: -45px;
     font-size: 700%;
     color: #B0CA8D;
	 margin-right: -40px;
 }

 div#fts_main {
	width:725px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	position: relative;
	margin-top: 0px;
	text-align: left;
 }

 div#fts_header {

	padding: 5px;
}
#fts_pre_footer {
	clear: both;
	width: 725px;
	height: 4px;

	border-top: 2px solid black;
 }
#fts_footer {

	padding: 0px;
	font-size: small;
	color: #000;
 }

#cus_pre_footer {
	clear: both;
	width: 725px;
	height: 44px;
	background-color: #e3e0cd;
	border-top: 2px solid black;
 }
#cus_footer {
	background-color: #e3e0cd;
	padding: 10px;
	font-size: small;
	color: #000;
 }

#cus_pre_footer2 {
	clear: both;
	width: 725px;
	height: 0px;
	background-color: #e3e0cd;
	border-top: 2px solid black;
 }
#cus_footer2 {
	background-color: #e3e0cd;
	padding: 10px;
	font-size: small;
	color: #000;
 }

 div#fts_pre_nav {
	width: 725px;
	height: 10px;
	/*background-image: url('img/tear_upper.jpg');*/
	border-top: 2px solid black;
 }
  div#fts_post_nav {
	clear: both;
	width: 725px;
	height: 10px;
	/*background-image: url('img/tear_lower.jpg');*/
	border-bottom: 2px solid black;
 }

	div#fts_left_float{
	width:200px;
	float:left; 
	position:relative;
	margin-right: 10px;
	}

 div#fts_content {

 }
	div#fts_center_content {
	margin-left: 200px;
	padding: 20px;
	color:black;
	}

.fts_pagetitle {
	font-family: Trebuchet MS;
	font-size: 16pt;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000;
	border-bottom: solid 2px #3c8661;

}

.fts_heading2 {
	font-family: Trebuchet MS;
	font-size: 14pt;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #3c8661;
}

.fts_heading3 {
	font-family: Trebuchet MS;
	font-size: 14pt;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #3c8661;
}



 /* -------------- TABS ----------------- */

    #fts_tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #fts_tabs ul {
	  margin:0;
	  padding:10px 10px 0 auto;
	  list-style:none;
      }
    #fts_tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #fts_tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #fts_tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #fts_tabs a span {float:none;}
    /* End IE5-Mac hack */
    #fts_tabs a:hover span {
      color:#FF9834;
      }
    #fts_tabs a:hover {
      background-position:0% -42px;
      }
    #fts_tabs a:hover span {
      background-position:100% -42px;
      }

	  /* ---------------- MENUS --------------- */

	#fts_menu {
	width: 200px;
	background-color: #DDDDA7;
	}
	#fts_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#fts_menu li a {
	height: 32px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}	
	
	#fts_menu li a:link, #fts_menu li a:visited {
	color: #000000;
	display: block;
	background:  url('img/menu.jpg');
	padding: 8px 0 0 25px;
	}
	
	#fts_menu li a:hover {
	color: #333;
	background:  url('img/menu.jpg') 0 -32px;
	padding: 8px 0 0 27px;
	}


	 /* ----------- COMMON CSS FIXES --------------- */
 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
