/*
  Author: Anthony Pillay
  Date: 2/6/2018
  Version: 1.0
  Client: Triple Thread.
  Purpose: Generic Stylist.
  Change Log:
	1.0:
	  - Started.
*/
body{
	background-image: url('../img/back/hd2.png');
	background-repeat: repeat;
	font-family: "Calibri, Arial";
	color: rgba(255, 255, 128, 1.0);
	font-size: 20px;
}
/*** LANDING CSS ***/
.landing_icon{
  position: absolute;
  z-index: -10;
  top: 80px;
  float: center;
  width: 100%;
  height: 100%;
}
.spaceFullWidth{
	position: relative;
	float: top;
	width: 100%;
	height: 1px;
}
.header{
  border: 0px;
  width: 100%;
  background-image: url('../img/back/hd.png');
  background-repeat: repeat;
  vertical-align: bottom;
}
.banner{
  position: absolute;
  z-index: 99;
  float: left;
  top: 0px;
  text-align: center;
  /*left: 300px;*/
  width: 100%;
  /*background-image: url('../img/bnr/TT_lg.png');*/
  background-repeat: no-repeat;
  height: 93px;
  display: table-cell;
}
.banner_icons{
  position: absolute;
  z-index: 99;
  float: right;
  width: 100%;
  height: 20px;
  top: 10px;
  right: 10px;
  vertical-align: bottom;
  text-align: right;
  display: table-cell;
}
.banner_links{
  position: relative;
  z-index: 29;
  float: left;
  top: 70px;
  width: 100%;
  height: 45px;
  background-image: url('../img/fx/shd_d.png');
  background-repeat: repeat-x;
}
.banner_overline{
  position: relative;
  z-index: 0;
  float: top;
  height: 8px;
  width: 100%;
  background-color: rgba(0, 51, 0, 1.0);
}
.banner_underline{
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  height: 4px;
  background-color: rgba(0, 51, 0, 1.0);
}
.banner_overlay{
  position: relative;
  z-index: 10;
  float: right;
}
.page_links{
	position: relative;
	float: top;
	top: 0px;
	background-image: url('../img/bnr/ctrl_m.png');
	background-repeat: repeat-x;
	
}
* {
  box-sizing: border-box;
  font-family: "Calibri, Arial";
}
a {
  text-decoration: none;
}
a:link{
  color: #00DD00;
}
img {
  border: 0;
}
img a {
  outline: none;
}
a img {
  border: none;
}
table, td, tr{
  border: 0px solid white;
  margin: 0;
  padding: 0;
}
#top_slip{
  position: relative;
  top: -10px;
  background-color: #ffffff;
  width: 100%;
  height: 10px;
}
.slide_underline{
  position: absolute;
  z-index: 99;
  float: left;
  top: 434px;
  width: 100%;
  height: 10px;
  background-image: url('../img/fx/shd_u.png');
  background-repeat: repeat-x;
}
.hedge_underline{
  position: relative;
  z-index: 2;
  float: left;
  top: -58px;
  width: 100%;
  height: 40px;
  background-image: url('../img/back/hedgebanner.jpg');
  background-repeat: repeat;
}
.gal_item{
	position: relative;
	padding: 2%;
	border: 0px;
	width: 20%;
}
#vAlignThis {
  display: table-cell;
  vertical-align: middle;
}
.slider_caption_overlay{
  font-size: 10px;
  position: relative;
  /*height: 60%;*/
  width: 50%;
  z-index: 3;
  float: right;
  background-color: rgba(178, 203, 127, 0.5);
  padding: 12px;
  text-align: justify;
}
.slider_caption_overlay_image{
  position: relative;
  /*height: 60%;*/
  width: 100%;
  top: 10px;
  z-index: 100;
  float: top;
  padding: 0px;
}
.slider_nav_overlay{
  font-size: 12px;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  height: 24px;
  left: 0px;
  padding: 12px;
  text-align: justify;
}
.shade_up{
  position: absolute;
  background-image: url('../img/fx/shd_u.png');
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
}
.shade_down{
  position: absolute;
  background-image: url('../img/fx/shd_d.png');
  background-repeat: repeat-x;
  height: 10px;
  width: 100%;
}
.footer{
  position: fixed;
  z-index: 200;
  font-size: 10pt;
  float: bottom;
  bottom: 0px;
  width: 100%;
  /*background-image: url('../img/back/hd.png');*/
  /*background-repeat: repeat;*/
  background-color: rgba(160, 3, 3, 1.0);
  height: 100px;
}
.footer_left{
  position: relative;
  float: left;
  left: 0px;
  width: 35%;
  top: 20px;
  text-align: center;
}
.footer_middle{
  position: relative;
  float: left;
  width: 30%;
  top: 0px;
  text-align: center;
}
.footer_right{
  position: relative;
  float: right;
  right: 0px;
  top: 20px;
  left: -6px;
  width: 35%;
  text-align: center;
}
#preloader_seq{
	z-index: 1;
}
#preloader_prog{
	z-index: 50;
	top: 107px;
	opacity: 0.4;
}
#preloader_text{
  position: absolute;
  float: center;
  top: 104px; /*seq.height/2(167) - text.height/2(6)*/
  font-size: 72px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  width: 100%;
  z-index: 100;
  opacity: 0.9;
}
.table_span{
	width: 100%;
}
.buy_box{
	width: 45%;
	min-width: 300px;
	position: relative;
	float: left;
}
.buy_title{
	text-align: center;
	color: white;
	font-size: 24px;
	background-color: rgb(0, 51, 0);
}
.buy_subtitle{
	text-align: center;
	color: rgb(0, 51, 0);
	padding: 10px;
	font-size: 20px;
	background-color: white;
	font-weight: bold;
}
.buy_text{
	color: white;
	font-size: 14px;
	text-align: justify;
	padding: 10px;
}
.buy_image{
	width: 100%;
	padding: 10px;
}
.buy_button, .buy_button:visited, .buy_button:link{
	color: white;
	font-size: 18px;
	text-align: center;
	background-color: rgb(0, 51, 0);
	padding: 6px;
	border: 2px solid;
	border-color: white;
	border-radius: 6px;
}

.leaf_foot{
  position: absolute;
  background-image: url('../img/ico/TTis.png');
  background-repeat: no-repeat;
  width: 64px;
  height: 61px;
  right: 3px;
  opacity: 0.9;
}

.scroll_foot{
  position: absolute;
  background-image: url('../img/fx/scrd.gif');
  background-repeat: no-repeat;
  width: 26px;
  height: 62px;
  bottom: 0px;
  left: 0px;
  opacity: 0.9;
}