@charset "utf-8";

#footer-content {
	padding: 10px 0px 1px 0px;
	position: relative;
	text-align: center;
	width: 966px;
}

#footer-content-left {
	position:absolute;
	width:178px;
	height: 144px;
	z-index:1;
	left: 28px;
	top: 12px;
}

#footer-content-center {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}

#footer-content-right {
	position:absolute;
	width:160px;
	z-index:1;
	left: 730px;
	top: 64px;
	height: 120px;
	color: #FFF;
}

.footer-text {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}

.footer-links {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}

#footer01 {
	position: absolute;
	width: 84px;
	height: 21px;
	z-index: 4;
	left: 84px;
	top: 0px;
}

#footer02 {
	position: absolute;
	width: 75px;
	height: 76px;
	z-index: 4;
	left: 10px;
	top: 30px;
}

#footer03 {
	position: absolute;
	width: 75px;
	height: 76px;
	z-index: 4;
	left: 86px;
	top: 30px;
}

#footer04 {
	position: absolute;
	width: 75px;
	height: 76px;
	z-index: 4;
	left: 162px;
	top: 30px;
}

#footer05 {
	position: absolute;
	width: 145px;
	height: 21px;
	z-index: 4;
	left: 706px;
	top: 10px;
}


/************** Buttons ****************/

#btn-facebook-f{
  display: block;
  width: 75px;
  height: 76px;
  background: url("../assets/menus/footer_sky_facebookX.gif") no-repeat 0 0;
}

#btn-facebook-f:hover{ 
  background-position: 0 -76px;
}

#btn-facebook-f span{
  display: none;
}

#btn-twitter-f{
  display: block;
  width: 75px;
  height: 76px;
  background: url("../assets/menus/footer_sky_twitterX.gif") no-repeat 0 0;
}

#btn-twitter-f:hover{ 
  background-position: 0 -76px;
}

#btn-twitter-f span{
  display: none;
}

#btn-google-f{
  display: block;
  width: 75px;
  height: 76px;
  background: url("../assets/menus/footer_sky_googleX.gif") no-repeat 0 0;
}

#btn-google-f:hover{ 
  background-position: 0 -76px;
}

#btn-google-f span { 
  display: none; 
}
