#mainContentSF {
	max-width: 1225px;
  	width: 100%;
}

/*REQURED FOR FOOTER AT BOTTOM */
html, 
body {
	height: 100%; 
}

#mainContainerSF {
 	min-height: 100%;
}

#mainContentSF {
  margin: 0 10px;
  	padding-bottom: 68px !important; /* Must match height of footer (comensate for MoreHTML Body and other spacing vairation in screen height) */
}

/*** FOOTER***/
footer {
    position: relative;
	width: 100%;
  	margin-top: -36px; /* compensate as need for perfect fit with #mainContentSF */
  	clear: both;
  	/* Above CSS required for footer at bottom */
	padding: 0;
	background: #fff;
	height: 36px;
  	color: #555;
  	line-height: 36px;
}

/* End Footer*/

/* END REQURED FOR FOOTER AT BOTTOM */

body {
  margin: 0 auto;
    background-color: #004e72;
  	font-family: "ff-real-text-pro",Helvetica,sans-serif;
}

table.tableLogin {
	position: absolute;
    top: 22px;
    background-color: transparent;
    z-index: 999;
    right: 0;
    width: auto;
}
.login {
  	color: #004e72;
    font-size: 13px;
    font-weight: 300;
    background-color: transparent;
}
a.login {
            color: #fff;
            text-transform:uppercase;
            text-decoration: none;
  	background: #004e72;
  	border-radius: 4px;
  	padding: 15px;
  font-weight: bold;

}
a.login:hover {
            color: #ffffff;
            font-weight: bold;
            text-transform:uppercase;
            text-decoration: underline;
            background: #004261;
}
.loginWelcome span {
  	float: right !important;
}

table.tableMain {
	position: relative;
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #CCC;
    width: 100%;
  	top: 80px;
    padding: 10px;
}
.tableSiteBanner {
  	z-index: 100;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 0;
    padding: 12px;
    border-bottom: 1px solid #ccc;
  	color: 
}
.tableSiteBanner img {
 	width: 38px; 
}

A {
  color: #000;
  text-decoration: none;
  /*font-weight:bold;*/
}

A:hover {
  color: #414348;
  text-decoration: underline;
}

#headerBG {
 	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,#004E72,transparent);
    height: 30vh;
    min-height: 400px;
    z-index: -1; 
}

/******************************************************************************************
* MAIN NAVIGATION MENU *
*******************************************************************************************/

#navWrapper {
 	position: absolute;
    z-index: 999;
    left: 65px;
    top: 15px; 
}

#menu { width: 100%; }

#menu li {
	float:inherit;
	position:relative;
    z-index:2;
    list-style: none;
	margin: 0px 0 0px;
	background-color: transparent;
	text-align: left;
	margin: 0 auto;
	display: inline; 
  	line-height: 30px; 
}
#menu li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
    text-decoration:none;
	text-transform: Capitalize;
    padding: 0 15px;
	color: #004e72;
}
#menu li a:hover, #menu li.menuG a, #menu li:hover > a { 
        background-color:transparent;
 }

/******************************************************************************************
* END MAIN NAVIGATION MENU *
*******************************************************************************************/

/* LOGIN BOX*/
#bigbox {
        background-color: #EDEDED;
        border: 1px solid #969696;
        border-radius         : 5px;
        -o-border-radius      : 5px;
        -moz-border-radius    : 5px;
        -webkit-border-radius : 5px;
        box-shadow         : 0px 1px 10px #888;
        -o-box-shadow      : 0px 1px 10px #888;
        -moz-box-shadow    : 0px 1px 10px #888;
        -webkit-box-shadow : 0px 1px 10px #888;
}
/* END Login Box */  

/*CATEGORY HEADER TEXT*/
.source {
        color: #000;
}


.homeTable { color: #005D40; font-size: 12px;  font-weight: bold; text-decoration: none;}
.homeTable a { color: #005D40; font-size: 12px;  font-weight: bold; text-decoration: none; }
.homeTable a:hover { color: #009900; font-size: 12px;  font-weight: bold; text-decoration: none; }

/* Page Heading */
.pageHeading  { color: #005D40; font-size: 25px; font-weight: bold; font-style:italic; float: right; padding-right: 20px; }
/* END Page Heading */

.tableCheckoutHeader { background-color: #fff; }
.tableCheckoutHeader img { padding-left: 120px;}

/* HOME PAGE TABS */

#tabProducts {
        background-image:url(user/images/Global/HomePage/tabProducts.png);
        left:0;
        width:100%;

}

.body {
            color: #333333;
            font-size: 13px;
            line-height: 1.2em;
}

/* cart image */
table.tblImage {
            border: 1px solid #CCCCCC;
}
table.tblImage td {
            background-color: #FFFFFF;
            padding: 0em;
            margin: 0em;
            text-align: center;
            vertical-align: middle;
 
}
 
/******************************************************************************************
* PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable {
  background: none;  
  padding: 0;
}

#TCtable td {
  background: none;
}

.TCCaption { 
  color: #BDBDBD; 
  font-style: italic; 
}

ul.TreeControl {
    float: inherit;
	position:relative;
	padding: 10px;
}

ul.TreeControl { 
  color: #ffffff; 
}

ul.TreeControl li.TCopen div.anchorCatalog,
ul.TreeControl li.TCclosed div.anchorCatalog {
        float:inherit;
	position:relative;
        color:#fff; 
	font-size: 16px;
  font-weight: 400;
        padding: 0;
        border: none;
background: #004e72;
  border-radius: 4px;
margin-bottom: 5px;
text-align: left;
  height: 42px;
  line-height: 42px;
}

ul.TreeControl li { 
  list-style: none; 
}

ul.TreeControl, 
ul.TreeControl ul,
ul.TreeControl li {
  margin-bottom: 5px; 
  padding: 0; 
  font-size: 10pt;
}

ul.TreeControl li a  {
  cursor: pointer; 
  text-decoration: underline;
  color: #000000; 
}

ul.TreeControl li a:hover {
  padding-left: 5px;
  cursor: pointer;
  text-decoration: underline; 
  color: #224390; 
}

ul.TreeControl li.TCopen a {
  list-style: none;
  background: none; 
  text-decoration: none;
  color: #fff; 
}

ul.TreeControl li.TCclosed a { 
  list-style: none; 
  background: none; 
  text-decoration: none; 
  color: #fff;
}

ul.TreeControl li.TCbullet {
padding: 4px 10px 4px;
font-size: 13px;
line-height: 18px;
color: #333333;
text-align: left;
text-shadow: 0 1px 1px 
rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
}

ul.TreeControl li#active {
  border-bottom: 1px solid #004e72;
}

ul.TreeControl li.TCbullet a { 
        list-style: disc; background: none;
        color: #000;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: left;
}

ul.TreeControl li.TCbullet a:hover { 
         color: #000;
}

ul.TreeControl li.TCopen ul { 
  display: block;
}

ul.TreeControl li.TCclosed ul { 
  display: none; 
}

/******************************************************************************************
* END - PRODUCT SIDE MENU *
*******************************************************************************************/

.checkoutProgress {
 	top: 75px;
  	border: none;
}


/* HIDE */
#turnAroundTbl {
 	display: none; 
}