/* ------------------------------------------------------- *
    Footer Section
* --------------------------------------------------------*/
/*#footer {
    width: 100%;
	min-height: 300px;
	position: relative;
	text-align: center;
	background-color: #f9f9f9;
	background: url(/resources/images/main/new_cafetalk/footer_pattern.jpg);
	border-top: 1px solid #d2d2d2;
}

#footer .footer_wrapper {
    margin: 0 auto;
    width: 980px;
    padding: 30px 0 0 20px;
}

#footer .footer_wrapper .left_section {
    float: left;
    margin-right: 90px;
    text-align: left;
}

#footer .footer_wrapper .left_section h4 {
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 2px White;
	margin-bottom: 15px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}
	#footer ul li {
		display: list-item;
		text-align: -webkit-match-parent;
	}
	#footer ul li a {
		color: #777;;
		font-size: 13px;
		text-decoration: none;
		line-height: 180%;
	}
	#footer ul li a:hover {
		text-decoration: underline;
	}

#footer .footer_wrapper section {
	float: left;
	text-align: left;
}
	#footer .footer_wrapper section.social {
		margin-right: 0;
		}
		#footer .footer_wrapper section.social h4 {
			color: #555;
			font-size: 12px;
			margin-bottom: 5px;
		}
		
		
#footer .copyright {
    clear: both;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}
*/

/*****************************************
			Footer Container
*****************************************/	
.wrapper {
	margin: 0 auto;
	width: 980px;
}
.left {
	float: left;
}
.right {
	float: right;
}
div#FooterContainer {
	background-color: #333;
	color: #FFF;
}
	div#FooterContainer .About {
		padding: 30px 0px 20px;
		text-align: center;
		border-top: 1px solid #444;
		border-bottom: 1px solid #222;
	}
		div#FooterContainer .About h2 {
			font-size: 24px/25px;
			font-weight: 300;
			color: #FFF;
		}
			div#FooterContainer .About h2 span {
				color: #999;
			}
		div#FooterContainer ul {
			padding: 15px 0px 0px;
		}
		div#FooterContainer .About li {
			display: inline;
			border-right: 1px solid #666;
			padding: 0px 10px 0px 15px;
		}
			div#FooterContainer .About li.LastInRow {
				border: none;
			}
			div#FooterContainer .About li a {
				color: #e15445;
			}
				div#FooterContainer .About li a:hover {
					text-decoration: underline;
				}
	div#FooterContainer .FooterTop {
		border-top: 1px solid #444;
		padding: 20px 0px;
		display: inline-block;
		width: 100%;
	}
		div#FooterContainer .FooterTop .FooterCol {
			padding-right: 60px;
		}
			div#FooterContainer .FooterTop .FooterCol:hover h4 {
				color: #e15445;
			}
			div#FooterContainer .FooterTop .FooterCol h4 {
				font-weight: normal;
			}
			div#FooterContainer .FooterTop .FooterCol li {
				line-height: 180%;
			}
			div#FooterContainer .FooterTop .FooterCol li a {
				color: #999;
			}
				div#FooterContainer .FooterTop .FooterCol li a:hover {
					color: #FFF;
					text-decoration: underline;
				}
		div#FooterContainer .FooterTop .FooterInfo {
			padding-right: 0px;
			float: right;
			width: 250px;
		}
			div#FooterContainer .FooterTop .FooterInfo img {
				width: 120px;
				margin-bottom: 20px;
			}
			div#FooterContainer .FooterTop .FooterInfo h4 {
				margin-bottom: 5px;
			}
		div#FooterContainer .FooterBottom {
			text-align: center;
			color: #ccc;
			font-size: 11px;
			padding: 20px 0px 40px;
		}