/* BASIC css start */
	.fixed_footer {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1000;
	}

	.fixed_footer ul { 
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.fixed_footer ul li {
		margin: 0;
		padding: 0;
		border : 0;
		float: left;
		width: 25%;
		color: #fff;
		font-weight: 700;
		text-align: center;
		padding: 10px 0;
		cursor: pointer;
	}
	
	.fixed_footer ul li:first-child { background-color: #333e57; }
	.fixed_footer ul li:nth-child(2) { background-color: #689f00; }
	.fixed_footer ul li:nth-child(3) { background-color: #ffe800; color:#3a2020; }
	.fixed_footer ul li:last-child { background-color: #295396; }
	
	.fixed_footer ul li img {
		height: 22px;
	}

	.fixed_footer h1 {
		padding: 0;
		margin: 0;
		font-size: 13px;
		padding-top: 5px;
	}
/* BASIC css end */

