footer
{
	background:#facb9f;
	background: -webkit-linear-gradient(#facb9f, #f9e0c9, #facb9f); /* For Safari */
	background: -o-linear-gradient(#facb9f, #f9e0c9, #facb9f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#facb9f, #f9e0c9, #facb9f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#facb9f, #f9e0c9, #facb9f); /* Standard syntax (must be last) */
	width:100%;
	float:left;
	padding-top:30px;
}
.footer_box
{
	background:url(../images/ftr_brdr.jpg) repeat-y left;
	padding:10px 0px;
	width:29%;
	float:left;
	color:#2e2e2e;
	font-size:26px;
	text-transform:uppercase;
}
.footer_box h1
{
	color:#2e2e2e;
	font-size:26px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 0px 50px;
}
ul.ftr_nav li
{
	margin-left:50px;
	background:url(../images/blck_arrow.png) no-repeat left;
	padding-left:20px;
	line-height:27px;
}
ul.ftr_nav li a
{
	font-size:14px;
	color:#2e2e2e;
	text-decoration:none;
}
ul.ftr_nav li a:hover
{
	text-decoration:none;
	border-bottom:1px dotted #2e2e2e;
}
.footer_box_cntr
{
	width:42% !important;
}
ul.ftr_socl li
{
	margin-left:48px;
	line-height:27px;
	padding:0px 0px;
}
ul.ftr_socl
{
	width:50%;
	float:left;
}
ul.ftr_socl li a
{
	font-size:14px;
	color:#2e2e2e;
	text-decoration:none;
	line-height:26px;
}
ul.ftr_socl li a:hover
{
	text-decoration:none;
	color:#000;
}
.newsletter_input
{
	background:#fff;
	height:30px;
	padding:5px;
	color:#797979;
	font-size:15px;
	margin:10px 0px;
	float:left;
	width:270px;
}
.newsletter_btn
{
	background:#cf9c6b;
	padding:15px 0px;
	width:150px;
	float:left;
	text-align:center;
	color:#fff;
	font-size:14px;
	margin:0px;
	cursor:pointer;
}
.copyright
{
	color:#2e2e2e;
	text-align:center;
	float:left;
	width:100%;
	font-size:15px;
	padding-bottom:10px;
}