.fatFoot{
	overflow: hidden;
	margin: 30px 0 0;
	padding: 0 20px 20px;
	background-color:#F0F0F0;
	background:-moz-linear-gradient(left, #FFFFFF 0%, #F0F0F0 15%, #F0F0F0 85%, #FFFFFF 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,#FFFFFF), color-stop(15%,#F0F0F0), color-stop(85%,#F0F0F0), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(left, #FFFFFF 0%, #F0F0F0 15%, #F0F0F0 85%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(left, #FFFFFF 0%, #F0F0F0 15%, #F0F0F0 85%, #FFFFFF 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(left, #FFFFFF 0%, #F0F0F0 15%, #F0F0F0 85%, #FFFFFF 100%); /* IE10+ */
	background:linear-gradient(to right, #FFFFFF 0%, #F0F0F0 15%, #F0F0F0 85%, #FFFFFF 100%); /* W3C */
	box-shadow:inset 0 8px 8px -8px rgba(0, 0, 0, .55), 0 6px 6px -5px rgba(0, 0, 0, .55);	
}
.fatFootWrap{
	float: left;
}
.fatFootWrap ul {
	list-style-type: none;
	margin: 0;
}
.fatFootItem{
	margin: 10px 10px 0 10px;
}
.fatFootHeader{
	margin-bottom: 0;
}
.fatFootHeader, .fatFootHeader a:visited, .fatFootHeader a:link{
    text-decoration:none;
}
.fatFootHeader a:hover, .fatFootHeader a:active{
	text-decoration:underline;
}
.fatFootLink{
	color:#676767;
	font-size:.9em;
	margin: 10px 0;
}
.fatFootLink a, .fatFootLink a:visited, .fatFootLink a:link{
    text-decoration:none;
	color:#676767;
}
.fatFootLink a:hover, .fatFootLink a:active{
	text-decoration:underline;
}


/** Start 3 Col Layout **/
.fatFoot3Col .fatFootCol1{
	width: 350px;
}
.fatFoot3Col .fatFootCol2{
	width: 255px;
}
.fatFoot3Col .fatFootCol3{
	width: 255px;
}
/** End 3 Col Layout **/


/** Start 4 Col Layout **/
.fatFoot4Col .fatFootCol1{
	width: 210px;
}
.fatFoot4Col .fatFootCol2{
	width: 210px;
}
.fatFoot4Col .fatFootCol3{
	width: 210px;
}
.fatFoot4Col .fatFootCol4{
	width: 210px;
}
/** End 4 Col Layout **/