/* CSS Document */

#whatisbox {
	width: 200px;
	
}

#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: 39px;
	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: 25px;
	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;

}
