img {

	border:0px;
    
}



#stickey_footer { /* This will make your footer stay where it is */

	background: none repeat scroll 0 0 #CDAA4C;

	bottom: 0;

	font-family: ºÚÌå, Helvetica, sans-serif;

	height: 60px;

	left: 50%;

	margin: 0 auto 0 -510px;

	padding: 0 10px;

	position: fixed;

	width: 1002px;

}

/* border curves */

#stickey_footer {

	-moz-border-radius: 10px 10px 0px 0px;

	-webkit-border-radius: 10px 10px 0px 0px;

	border-radius: 10px 10px 0px 0px;

}

/* hover effect */

#stickey_footer:hover {

	background: none repeat scroll 0 0 #CDAA4C;

}

/* shadow for the footer*/

#stickey_footer {

	-moz-box-shadow:0px 0px 11px #191919;

	-webkit-box-shadow:0px 0px 11px #191919;

	box-shadow:0px 0px 11px #191919;

}

#footer_menu {

	margin: 0;

	padding: 0;

	width:auto;

}

#footer_menu li {

	list-style: none;

	float: left;

	padding: 12px 14px 14px 14px;

}

#footer_menu .imgmenu {

	padding:7px 3px 3px 8px;

	float:left;

        background:url("../images/home.png") 13px 15px no-repeat;

	width:36px;

	height:30px;

	border:none;

	cursor:pointer;

}

#footer_menu li:hover {

	background:#ffcf00; /* Fallback color for old browsers */



}

#footer_menu .imgmenu:hover {

        background:url("../images/home.png") 13px 5px no-repeat;

}

#footer_menu li a {

	display: block;

	color: #ffffff;

	text-decoration: none;

        font-size:16px;

        line-height:40px;

        height:40px;

}

#footer_menu li a:hover {

	color: #ffffff;

}

#footer_menu li span {

	display:none;

}

#stickey_footer #social_icons {

	float:right; /* social icons positions */

	width:auto;

	margin:5px 15px 0px;

	padding:0px;

	overflow:hidden;

}

#stickey_footer #social_icons li {

	margin-right:12px; /* 12px is the space between each one of them */

	float:left;

        line-height:50px;

	padding:0px;

	height:50px;

	list-style:none;

	_margin-right:0px; /* this is for IE6 only */

}