﻿#footer_container {
	width:100%; 
	height: 80px; 
	background-color: #f7f7f6;
	background: url(../images/footer_background.png) repeat-x 0 top; 
}


#footer {
	position:relative;
	margin:0px auto;
	width: 1216px;
	background: url(../images/footer_background.png) repeat-x 0 top; 
}


#footer ul {
	margin: 0;
	padding: 18px 0 0 0;
}

#footer p {
    margin: 0;
	padding: 18px 0 0 0;
}

#footer li {
	margin: 0;
	float: left;
	width: auto;
	display: block;
	padding-right: 20px;
}

#footer input {
	margin-top: -3px;
	color: #ccc;
} 

.srch-gosearchimg {
	visibility:hidden;
	display:none;
}

/*.bottom {
	width: 100%;
	position: relative;
	margin-top:80px;
	bottom:0px;
    padding-top:1%;
}*/

.footer_left {
	float: left;
	margin-left: 197px;
}
* html .footer_left {
    \margin-left: 99px; /* for IE5 and IE6 in quirks mode */
    m\argin-left: 197px; /* for IE6 in standards mode */
}

.footer_right {
	float: right;
	text-align: right;
	margin-right: 22px;
}
* html .footer_right {
    \margin-right: 11px; /* for IE5 and IE6 in quirks mode */
    m\argin-right: 22px; /* for IE6 in standards mode */
}

.clearfooter {
/*height: 85px;
clear: both; */
}

.loginArea{
	clear:both;
	text-align:right;
}

