/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
body {
	background: url(../images/background-page-repeat.gif) repeat-x #a7a7a7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0;
}

a {
	outline: none;
}






div#documentSection
{
	background: url(../images/background-body-repeat-trans.png) repeat-y;
	top: 0px;
	width: 960px;
	height: 644px;
	margin-left: auto;
	margin-right: auto;
}

div#documentSection img
{
	display: block;
}







div#headerHome {
	position: relative;
	margin-left: 15px;
	height: 318px;
	width: 930px;
}

div#logo {
	position: relative;
	margin: 29px 0px 0px 0px;
	height: 48px;
	width: 312px;
	float: left;
}







div#content {
	width: 930px;
	height: 326px;
	margin-left: 15px;
}




.contentLeft {
	width: 312px;
	height: 326px;
	float: left;
	background: url(../images/home-powertoolsBack.jpg) no-repeat;
}

.contentLeft img {
	margin-left: 7px;
}

.contentLeft h4 {
	margin: -7px 0px 7px 34px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.contentLeft p {
	margin: 0px 0px 0px 34px;
	width: 260px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.contentLeft p a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.contentLeft p a:hover {
	color: #ddd;
	text-decoration: none;
}




.contentRight {
	width: 618px;
	height: 326px;
	float: left;
}

.contentRight h1 {
	margin: 20px 0px 0px 40px;
	color: #666;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -.05em;
}

.contentRight h2 {
	margin: 0px 0px 0px 40px;
	color: #999;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -.05em;
}

.contentRight p {
	margin: 8px 0px 0px 40px;
	width: 520px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

.subText {
	margin: 18px 10px 0px 40px;
	width: 250px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	float: left;
	display: block;
}

.subText h3{
	margin: 0;
	padding: 0px 0px 5px 0px;
	color: #06C;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border-bottom: dashed 1px #fc0;
}

.subText ul{
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	list-style-type: square;
}

.subText ul li{
	padding: 3px 0px 3px 0px;
}











div#footer
{
	background: url(../images/background-footer-trans.png) no-repeat;
	width: 960px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.footerText
{
	padding: 32px 40px 0px 0px;
	color: #ccc;
}

.footerText a
{
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
}

.footerText a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}


