#content_right_homepage {
	float:right;
	margin-top:-660px;
	margin-left:20px;
}


/* NEW TABLE CONTAINER */
table#buttonsTable {
	float: right;
}

table#buttonsTable td{
padding-top: 20px;
padding-left: 0px;

}


/* VIDEO BUTTON */
#video_button {
	display:block;
	text-indent: -9999px;

	
	height: 112px;
	width: 200px;

}

#video_button a {
	display: block;


	background-image: url(http://www.radtac.co.uk/images/gfx/video/radtac_tv_video_button_sprite.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	width: 200px;
	height: 112px;

}

#video_button a:hover {

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

#video_button p { padding-bottom: -20px; margin: -20px;}
/* ///////////////////// */

/* COMMUNITY BUTTON */
/* CSS Document */

#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;
}
/* //////////////////////// */

/* WHAT IS BOX */
/* CSS Document */

#whatisbox {
	width: 200px;
	height: 90px;

}

#whatisbox_head {
	height: 20px;
	background-image: url(http://www.radtac.co.uk/images/gfx/whatisbox/whatisbox_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#whatisbox_footer {
	height: 19px;
	background-image: url(http://www.radtac.co.uk/images/gfx/whatisbox/whatisbox_footer.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
	margin: 0px;
	
}

#whatisbox_blurb {
	display: block;
	height: 50px;

	
	margin: 0px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	padding-top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#whatisbox_blurb a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 50px;
	
		background-image: url(http://www.radtac.co.uk/images/gfx/whatisbox/whatisbox_title_dual.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#whatisbox_blurb a:hover{
	display: block;
	text-decoration: none;
	background-image: url(http://www.radtac.co.uk/images/gfx/whatisbox/whatisbox_title_dual.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
}

#whatisbox_body {
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	text-align: center;
}

#whatisbox_body img{
	/*float: left;*/
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom:2px;
}


#whatisbox h3 {
	padding-left: 15px;
}

#whatisbox p {
	padding-left: 15px;
	margin-bottom: 0px;
	width:125px;

}
