/*
site.css
---------------
Created By: NetKi Pty Ltd
Web: www.netki.com.au
Email: contact@netki.com.au
Phone: 1300 557 849
Copyright (c) 2012 NetKi Pty Ltd

Description: Helper styles common to all sites.
------------------------------ */
a.developed-by-netki
{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding-top: 2px;
	font-size: 0.001em;
	width: 47px;
	height: 16px;
	text-indent: 999px;
	text-decoration: none;
	background: url(../images/netki-footer.png) no-repeat bottom;
    background-size: contain;
}

a.developed-by-netki:hover
{
	background: url(../images/netki-footer-hover.png) no-repeat bottom;
    background-size: contain;
}
