/* BASIC css start */
	.fixed_footer {
		position: fixed;
		left: 50%;
		margin-left: -550px;
		bottom: 0;
		width: 1100px;
		z-index: 1000;

		box-shadow: 0px -2px 10px 0px #0000004d;
		-moz-box-shadow: 0px -2px 10px 0px #0000004d;
		-webkit-box-shadow: 0px -2px 10px 0px #0000004d;
	}

	.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: 12px 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:nth-child(3) h1 { color:#3a2020; }
	.fixed_footer ul li:last-child { background-color: #295396; }
	
	.fixed_footer ul li img {
		height: 30px;
	}

	.fixed_footer h1 {
		padding: 0;
		margin: 0;
		font-size: 15px;
		padding-top: 10px;
		color:#fff;
	}
/* BASIC css end */

