@charset "utf-8";
/* CSS Document */
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
} 

.toolheader
{
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	background-color:#181819;
	width:930px;
	height:35px;
	margin-top:40px;
	margin-left:6px;
}
.tooltext
{
	margin-left:30px;
	width:200px;
	height:40px;
	margin-top:20px;
}
.toolmain
{
	width:950px;
	height:200px;
	margin-top:20px;
	margin-left:6px;
}
.toolmain a
{
	text-decoration:none;
	color:#FFF;
	
}
.toolmain a:hover
{
	text-decoration:underline;
	color:#FFF;
	
}
.toolmaintd
{
	background-color:#474747;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	width:180px;
	height:180px;
	float:left;
	margin-right:7px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.toolmaintd img
{
	display:block;
	margin-bottom:6px;

}