#footer-popup {
	color: #FFF;
	width:100%;
/*	margin-right: auto;
	margin-left: auto;*/
	padding-top: 5px;
	padding-bottom: 0px;
	background: #666666 url(../images/footer-tile.png) repeat-x top;
	border-top:5px solid #01b031;
  	position:fixed;
bottom: 0px;
  margin-left: -20px;
  height: 30px;
    
	
}


#full-footer {
	color: #666;
	font-size: 12px;
	height: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*min-width: 700px;*/
	width:954px;
	margin:0 auto;

}

#full-footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#full-footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#full-footer a:hover {
	color: #fff;
}

#footer-menu {
	text-align: center;
	height: 30px;
	margin-bottom: 0px;
	padding-top: 5px;
	cursor: pointer;
	/*min-width: 700px;*/
	color: #fff;
	margin-left:0px;
	position:fixed;
	width:911px;
	z-index:1;
  bottom: 0px;
	
}
#footer-menu a {
	font-weight: bold;
	color: #FFF;
	
}
#social-icons {
	position: relative;
	width:150px;
	margin:0 auto 0 20px;
	top: 0px;
  text-align: left;
	/*left:-430px;*/
	background: url(../images/google-icon.png) no-repeat left center;
	z-index:2;

}

#social-icons-txt{
	padding-left:40px;
	text-align:left;
	color:#fff;
	font-size:12px;
        top: -10px;
}

.spacer-footer{
	color:#fff;
	padding: 0 5px 0 5px;
}

#iconbutton {
	position: relative;
	width:954px;
	margin:0 auto;
	background: url(../images/more-btn.png) no-repeat right center;
	height: 27px;
	top:-262px;
}

#full-footer-txt {
	float: left;
	margin-left: -60px;
	margin-top:30px;
	width: 954px;
	text-align:left;
}

#companyinfo {
	float: left;
	width: 250px;
	height: 150px;
}

.company-name {
	font-size: 15px;
	color: #FFF;
	font-weight:bold;
}


#full-footer-txt p{
	padding:5px;
}

#social-icons a:link,#social-icons a:visited,#social-icons a:hover,#social-icons a:active{
	text-decoration:none;
	color:#fff;
}


#full-footer-txt a:link,#full-footer-txt a:visited,#full-footer-txt a:hover,#full-footer-txt a:active{
	color:#fff; 
	text-decoration:underline; 
	font-weight:normal;
}