/* 'widths' sub menu */
/* column container */
.Fcolmask {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;
  background: #49484E;	
}

/* common column settings */
.Fcolright,
.Fcolmid,
.Fcolleft {
  float:left;
  width:100%;
  position:relative;
}

.Fcol1,
.Fcol2,
.Fcol3 {
  float:left;
  position:relative;
  overflow:hidden;
}


.Fcol1 a,
.Fcol2 a,
.Fcol3 a {
  color: #ffffff;
  font-weight: bold;
}

.Fcol1 a:hover,
.Fcol2 a:hover,
.Fcol3 a:hover {
  color: #eeeeee;
  font-weight: bold;
}

/* 3 Column settings */
.Fthreecol {
}

.Fthreecol .Fcolmid {
	right:25%;
}
.Fthreecol .Fcolleft {
	right:50%;
}

.Fthreecol .Fcol1 {
	width:46%;
	left:102%;
}

.Fthreecol .Fcol2 {
	width:21%;
	left:31%;
}

.Fthreecol .Fcol3 {
	width:21%;
	left:85%;
}

/* Footer styles */




/*                       Not Used

.payment_options {
  float: left;
  width: 100%;
}

.payment_options h5 {

}

.payment_options ul {
    padding: 0;
    margin: 0;
}

.payment_options ul li {
  display: inline-block;
  width: 31.8%;
}

.payment_options ul li a {
    display: block;
}

.payment_options ul li a img {
    margin: 0 auto;
    display: block;
}

*/



/* column container */
.FI-colmask {
  position:relative;	/* This fixes the IE7 overflow hidden bug */
  clear:both;
  float:left;
  width:100%;			/* width of whole page */
  overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.FI-colright,
.FI-colmid,
.FI-colleft {
  float:left;
  width:100%;
  position:relative;
}

.FI-col1,
.FI-col2,
.FI-col3 {
  float:left;
  position:relative;
  padding:0 0 1em 0;
  overflow:hidden;
  color: #dddddd;
}

/* 2 Column (right menu) settings */
.FI-rightmenu {

}

.FI-rightmenu .FI-colleft {
  right:50%;			/* right column width */
}

.FI-rightmenu .FI-col1 {
  width:46%;			/* left column content width (left column width minus left and right padding) */
  left:52%;			/* (right column width) plus (left column left padding) */
}

.FI-rightmenu .FI-col2 {
  width:46%;			/* right column content width (right column width minus left and right padding) */
  left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}






