/* CSS Document */

#cib_credit {
	display: block;
	width: 73px;
	height: 12px;
	text-indent: -9999px;
	float: left;	
}


 #cib_credit a {
	display: block;
	width: 73px;
	height: 15px;
	background-image: url(http://www.radtac.co.uk/images/gfx/logos/cib.jpg);

}

 #cib_credit a:hover {
	background-image: url(http://www.radtac.co.uk/images/gfx/logos/cib.jpg);
	background-position: 0px -15px;
}

/* ########################################### */


#community_button {
	display:block;
	text-indent: -9999px;
	width: 200px;
	height: 70px;
	
}

#community_button a {
	display: block;


	background-image: url(http://www.radtac.co.uk/images/gfx/community/community_badge_small_dual.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	width: 200px;
	height: 70px;
}

#community_button a:hover {

	background-image: url(http://www.radtac.co.uk/images/gfx/community/community_badge_small_dual.jpg);
	background-position: 0px -70px;
	background-repeat: no-repeat;
}

/*
#community_button p {
	text-indent: -9999px;
}

#community_button h3 {

}

/* ########################################### */

#community_tab {
	display:block;
	text-indent: -9999px;
	height: 40px;
	width: 200px;
}

#community_tab a{
	display: block;
	background-image: url(http://www.radtac.co.uk/images/gfx/community/community_button_small_dual.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 200px;
}

#community_tab a:hover {
	background-image: url(http://www.radtac.co.uk/images/gfx/community/community_button_small_dual.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#community_tab h3 {
	margin: 0px;
	padding: 0px;
}
