@charset "utf-8";
/* CSS Document */

.footer_container {
	background-color: #FFFFFF;
	clear: both;
	width: 720px;
	height:72px;
	margin-right: auto;
	margin-left: auto;
	padding-right:15px;
	padding-left:15px;
}

.footer_copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color: #153581;
	text-align:center;
	height:16px;
	padding-top:4px;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom:7px;
}

#download {
	float:left;
	width: 97px;
	padding-left:22px;
	}
#download a {
	background: url(../images/logos/download.com.np-front.gif) no-repeat;
	text-decoration: none;
	}
#download a:hover {
	background: url(../images/logos/download.com.np-back.gif) no-repeat;
	}
	
#mazzako {
	float:left;
	width: 97px;
	padding-left:10px;
	}
#mazzako a {
	background: url(../images/logos/mazzako-front.gif) no-repeat;
	text-decoration: none;
	}
#mazzako a:hover {
	background: url(../images/logos/mazzako_back.gif) no-repeat;
	}
	
#nepalnews {
	float:left;
	width: 138px;
	padding-left:10px;
}
#nepalnews a {
	background: url(../images/logos/newpanews_add_back.gif) no-repeat;
	text-decoration: none;
	}
#nepalnews a:hover {
	background: url(../images/logos/newpanews_add_front.gif) no-repeat;
	}

#southasia {
	float:left;
	width: 152px;
	padding-left:10px;
}
#southasia a{
	background: url(../images/logos/south-asia-front.jpg) no-repeat;
	text-decoration: none;
	}
#southasia a:hover {
	cursor:pointer;
	background: url(../images/logos/south_asia_back.gif) no-repeat;
	}
	
#npreg {
	float:left;
	width: 43px;
	padding-left:10px;
}
#npreg a {
	background: url(../images/logos/np-reg-front.gif) no-repeat;
	text-decoration: none;
}
#npreg a:hover {
	background: url(../images/logos/np-reg-back.gif) no-repeat;
	}

#cooking {
	float:left;
	width: 97px;
	padding-left:10px;
}
#cooking a{
	background: url(../images/logos/cooking_front.gif) no-repeat;
	text-decoration: none;
	}
#cooking a:hover {
	cursor:pointer;
	background: url(../images/logos/cooking_back.gif) no-repeat;
	text-decoration: none;
	}

.hide {
	display:block;
	visibility: hidden;
	text-decoration:none;
	}
