@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #BEC7D6 url(../img/body_bg2.jpg) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
}
#wrap {
	background: #FAFAFA;
	width: 1024px;
	margin-top: 57px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 305px;
}
.homeTitle {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #575D6F;
	padding-top: 140px;
	padding-left: 25px;
}
.homeDesc {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 40px;
	padding-left: 25px;
}

.pageTitle {
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	color: #575D6F;
	padding-top: 140px;
	padding-left: 25px;
}
.pageSubTitle {
	font-size: 18px;
}

.pageTitle2 {
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	color: #575D6F;
	padding-top: 140px;
	padding-left: 25px;
	padding-bottom: 40px;
}
.pageDesc {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.assortment {
	float: left;
	margin-right: 70px;
	margin-top: 20px;
}

#apex {
	height: 20px;
	width: 100%;
	margin-top: 17px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#apex p {
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	color: #102062;
	font-size: 14px;
	line-height: 16px;
	padding-top: 2px;
}
#masthead {
	background: #FAFAFA;
	padding: 5px;
	height: 65px;
	width: 1014px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#masthead #logo {
	position: absolute;
	z-index: 2;
	height: 46px;
	width: 204px;
	left: 18px;
	top: 17px;
}
#masthead #ktinfo {
	position: absolute;
	height: auto;
	width: auto;
	top: 12px;
	right: 20px;
}
#masthead #ktphone {
	position: absolute;
	height: auto;
	width: 200px;
	top: 8px;
	right: 400px;
	text-align: right;
}
#wrap #masthead #ktphone p {
	font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
#wrap #masthead #ktphone a {
	color: #454A58;
}


#masthead p {
	font-size: 14px;
	line-height: 16px;
	color: #3A3D49;
	font-weight: bold;
	letter-spacing: 1px;
}
#topnav {
	background: #FAFAFA;
	height: 29px;
	width: 1024px;
	position: absolute;
	z-index: 499;
	left: 0px;
	top: 75px;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.preload {background: url(../../img/button4.gif);}
.menu {
	padding:0 0 0 20px;
	list-style:none;
	height:40px;
	background:#fff url(../img/navBtn2-bg.gif) repeat-x;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	width: 1004px;
}
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {
	display:block;
	float:left;
	height:40px;
	line-height:33px;
	color:#FFCC00;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
}
.menu li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(../img/nav-down.gif) no-repeat right top;}
.menu li a.top_link:hover {
	color:#FFFF00;
	background: url(../img/navBtn2-hover.gif) no-repeat;
}
.menu li a.top_link:hover span {background:url(../img/navBtn2-hover.gif) no-repeat right top;}
.menu li a.top_link:hover span.down {background:url(../img/navBtn2-hover2.gif) no-repeat right top;}

.menu li:hover > a.top_link {
	color:#FFFF00;
	background: url(../img/navBtn2-hover.gif) no-repeat;
}
.menu li:hover > a.top_link span {background:url(../img/navBtn2-hover.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url(../img/navBtn2-hover2.gif) no-repeat right top;}


.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {
	left:2px;
	top:40px;
	background: #fff;
	padding:3px 0;
	border:1px solid #2E313A;
	white-space:nowrap;
	width:170px;
	height:auto;
}
.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:160px;
}
.menu :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:157px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:3px solid #fff;
	border-width:0 0 0 3px;
}
.menu :hover ul.sub li a.fly {background:#fff url(../img/nav-arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {
	background:#424E62;
	color:#fff;
}
.menu :hover ul.sub li a.fly:hover {background:#4ab url(../img/nav-arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#4ab url(../img/nav-arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left:90px;
	top:-4px;
	background: #fff;
	padding:3px 0;
	border:1px solid #990000;
	white-space:nowrap;
	width:93px;
	z-index:200;
	height:auto;
}
#slideshow {
	background: #FAFAFA;
	height: 520px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer {
	margin: 25px auto 35px;
	height: auto;
	width: 1024px;
}
#footer p {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #525769;
	text-align: center;
}
#content {
	background: #FAFAFA;
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 35px;
	background-color: #FAFAFA;
}

#content .intro {
	margin: 0px 100px 50px;
	height: auto;
	width: auto;
	position: relative;
}
#content .intro h2 {
	font-size: 24px;
	line-height: 26px;
	color: #484E5B;
	font-weight: bold;
	padding-bottom: 5px;
}
#content .intro h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #575D6F;
	padding-bottom: 50px;
	padding-top: 10px;
}
#content .intro h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #575D6F;
	padding-bottom: 10px;
}
#content .intro p {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	padding-bottom: 25px;
}
#content .intro li {
	list-style: none;
	padding-left: 50px;
}
#content #assortment {
	position: relative;
	height: auto;
	width: 1024px;
}
#content #assortment a:hover {
	text-decoration: underline;
}

#content #assortment .assortment-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content #assortment .assortment-description {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}
#content #assortment .assortment-category {
	height: 330px;
	width: 994px;
	position: relative;
	margin-left: 14px;
	background-image: url(../img/inlineCol_bg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#content #assortment .assortment-category .cat-title {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
}
#content #assortment .assortment-category .cat-title a {
	color: #C7C6CE;
	text-decoration: none;
}
#content #assortment .assortment-category .cat-learn-more {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 550px;
	text-align: right;
}
#content #assortment .assortment-category .cat-learn-more a {
	color: #FFCC00;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

#content #assortment .assortment-category .assortment-pic {
	height: 270px;
	width: 300px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#content #assortment .assortment-category .assortment-desc {
	height: auto;
	width: auto;
	margin-left: 350px;
	position: relative;
	margin-top: 20px;
}
#content #assortment .assortment-category .assortment-popular {
	height: auto;
	width: auto;
	margin-left: 350px;
	position: relative;
	margin-top: 15px;
}
#content #assortment .assortment-category .assortment-tools {
	height: auto;
	width: auto;
	margin-left: 350px;
	position: relative;
	margin-top: 10px;
}
#content #assortment .assortment-category .assortment-tools .assortment-popular-tool {
	float: left;
	height: auto;
	width: 186px;
	margin-right: 25px;
	position: relative;
}
#content #assortment .assortment-category .assortment-tools .assortment-popular-tool .assortment-tool-name p {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
	text-align: center;

}
#content #assortment .assortment-category .assortment-tools .assortment-popular-tool .assortment-tool-pic img {
	padding: 2px;
	border: 1px solid #FAFAFA;

}
#content #assortment .assortment-category .assortment-tools .assortment-popular-tool .assortment-tool-link p {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
#content #assortment .assortment-category .assortment-tools .assortment-popular-tool .assortment-tool-link a {
	color: #D9DDE0;
}


#content #assortment .assortment-category .assortment-desc .cat-title2 {
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	padding-bottom: 10px;
}
#content #assortment .assortment-category .assortment-desc .cat-title2 a {
	color: #1A1A1A;
	text-decoration: none;
}
#content #assortment .assortment-category .assortment-desc p {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-weight: normal;
}
#content .featured {
	width: 994px;
	margin-left: 15px;
	position: relative;
	height: auto;
	margin-bottom: 60px;
}
#content .featured .featured-pic {
	position: absolute;
	height: auto;
	width: 360px;
	left: 25px;
	top: 50px;
}
#content .featured .featured-tool-name {
	width: auto;
	position: relative;
	height: auto;
	margin-bottom: 20px;
}
#content .featured .featured-tool-name h3 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
}
#content .featured .featured-tool-intro {
	width: auto;
	margin-left: 350px;
	position: relative;
	height: auto;
	margin-bottom: 20px;
}
#content .featured .featured-tool-desc {
	width: auto;
	margin-left: 450px;
	position: relative;
	height: auto;
	margin-bottom: 20px;
	margin-right: 50px;
}
#content .featured .featured-tool-desc p {
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 7px;
}

#content .featured h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #003366;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	margin-bottom: 5px;
}

#content .featured .featured-tool-uses {
	width: auto;
	margin-left: 450px;
	position: relative;
	height: auto;
	margin-bottom: 20px;
	margin-right: 50px;
}
#content .featured .featured-tool-uses ul {
	margin-left: 35px;
	margin-top: 10px;
}
#content .featured .featured-tool-uses li {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}
#catalog {
	background: #FAFAFA;
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 25px;
}
.toOrder2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 20px;
}

#catalog .dirHeading {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #636A7E;
	padding-left: 100px;
	padding-bottom: 20px;
}
#catalog #directory {
	height: 150px;
	width: 700px;
	position: relative;
	margin-left: 162px;
}
#catalog #directory a {
	text-decoration: none;
}
#catalog #directory a:link {
	text-decoration: none;
	color: #343741;
}
#catalog #directory a:visited {
	text-decoration: none;
	color: #343741;
}
#catalog #directory a:hover {
	text-decoration: underline;
	color: #000000;
}
#catalog #directory #col_1 {
	position: absolute;
	height: 210px;
	width: 200px;
	left: 0px;
	top: 0px;
	border: 1px solid #BEC7D6;
}
#catalog #directory #col_2 {
	position: absolute;
	height: 210px;
	width: 200px;
	left: 250px;
	top: 0px;
	border: 1px solid #BEC7D6;
}
#catalog #directory #col_3 {
	position: absolute;
	height: 180px;
	width: 200px;
	left: 500px;
	top: 0px;
	border: 1px solid #BEC7D6;
}
#catalog #directory ul {
	list-style: none;
}
#catalog #directory li {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
#catalog #directory li.hdg {
	background: #BEC7D6;
	display: block;
	width: 200px;
	text-align: center;
	margin-bottom: 10px;
	color: #636A7E;
}
#catalog #directory .dirCat {
	text-align: center;
}

#catalog .toolCategory {
	position: relative;
	margin-top: 75px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px none #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #454545;
	background-color: #4B4457;
	background-image: url(../img/toolCategory_bg.png);
	background-repeat: repeat-x;
}
#catalog .toolCategory p {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
#catalog .toolCategory p.text {
	font-size: 16px;
}
#catalog .toolCategory .toolcatfeatures bold {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#catalog .toolCategory .toolcatname {
	position: relative;
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#catalog .toolCategory .toolcatname h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #D1CED5;
	padding-left: 10px;
}
#catalog .toolCategory .toolcatname .toOrder {
	position: absolute;
	height: auto;
	width: 300px;
	top: 10px;
	right: 10px;
}
#catalog .toolCategory .toolcatname .toOrder p {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFF00;
	text-align: right;
}



#catalog .toolCategory .features-uses {
	width: auto;
	margin-left: 50px;
	position: relative;
	height: auto;
	margin-right: 20px;
	margin-bottom: 15px;
}
#catalog .accessories {
	position: relative;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 10px;
}
#catalog .accessories .accTitle {
	font-size: 36px;
	line-height: 38px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
#catalog .accessories table {
	width: 870px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
	background-color: #DFDCE4;
}
#catalog .accessories th {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#catalog .accessories td {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


#catalog .trow {
	height: auto;
	width: auto;
	position: relative;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 4px;
}
#catalog .toolCategory .trow h3 {
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #BEC7D6;
}
#catalog .toolCategory .trow .catalogEnlPhoto {
	float: right;
	margin-right: 105px;
}


#catalog .trow .tcol {
	float: left;
	width: 210px;
	margin-right: 18px;
	position: relative;
	height: auto;
	margin-left: 18px;
	border: 1px solid #FFFFFF;
	background: #B4AFBA;
}
#catalog .trow .tcol .tno {
	position: relative;
}
#catalog .trow .tcol .tno p {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
}
#catalog .toolCategory .trow .tcol .tno .tcost {
	position: absolute;
	height: auto;
	width: 100px;
	top: 0px;
	right: 3px;
}
#catalog .toolCategory .trow .tcol .tno .tcost p {
	text-align: right;
}


#catalog .trow .tcol .tpic {
	position: relative;
	z-index: 1;
}
#catalog .trow .tcol .tpic img {
	border-style: none;
}
#catalog .trow .tcol .tenl {
	position: absolute;
	z-index: 2;
	height: auto;
	width: 50px;
	left: 7px;
	top: 37px;
}
#catalog .trow .tcol .tenl p {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
#catalog .trow .tcol .tpic .tenl a {
	color: #003399;
	text-decoration: none;
}
#catalog .trow .tcol .tname {
	position: relative;
}
#catalog .trow .tcol .tname p {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#catalog .toolCategory .trow .tcol .tname p.sale {
	color: #990000;
}

#catalog .trow .tcol .tdesc {
	position: relative;
}
#catalog .trow .tcol .tdesc p {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	padding-left: 10px;
}
#catalog .trow .tcol .tdesc ul {
	padding-bottom: 8px;
	list-style: none;
}
#catalog .trow .tcol .tdesc li {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 7px;
}
.wenl {
	margin: 0px;
	padding: 0px;
}




#catalog .parts-table {
	margin-left: 62px;
	margin-top: 35px;
}
#catalog .parts-table th {
	text-align: left;
	padding: 10px;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
}
#catalog .parts-table td {
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}
#catalog .parts-tip {
	margin-top: 35px;
	background-color: #B4AFBA;
}
#catalog .parts-tip th {
	text-align: left;
	padding: 10px;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
}
#catalog .parts-tip td {
	padding: 3px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}
#catalog .toOrder2 a {
	background: #EAEAEA;
	padding: 10px;
	border: 2px solid #CC0000;
}
#catalog .toolCategory .toolcatname .toOrder a {
	color: #FFFF00;
}
#catalog .toolCategory .trow .tcol .tdesc h4 {
	text-align: center;
	margin-left: 45px;
}
#catalog .toolCategory .trow .tcol .tdesc .buyNow a {
	text-align: center;
	background: url(../img/buynow.gif) no-repeat;
	display: block;
	height: 40px;
	width: 117px;
	font-size: 18px;
	line-height: 20px;
	color: #006600;
	padding-top: 8px;
}


#btm-nav {
	width: 1024px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}
#btm-nav a {
	color: #333333;
}
#btm-nav ul {
	list-style: none;
	padding-left: 10px;
}
#btm-nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 14px;
}
.toOrder3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
#catalog .trow .tcol .tenl2 {
	position: absolute;
	z-index: 2;
	height: auto;
	width: 90px;
	top: 25px;
	right: 8px;
	text-align: right;
}
#content .display-top {
	position: relative;
	height: 25px;
	width: 1024px;
	background-image: url(../img/display-top_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#content .display-top p {
	background-color: #FAFAFA;
	font-size: 16px;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	color: #575D6F;
	font-weight: bold;
}

#content .display-top .display-top-title {
	position: absolute;
	height: auto;
	width: auto;
	left: 30px;
	top: 0px;
}

#content .display-mid {
	position: relative;
	height: auto;
	width: 1024px;
	background-image: url(../img/display-mid_bg.png);
	background-repeat: repeat-y;
}
#content .display-mid .col-hobby {
	float: left;
	width: 150px;
	margin-left: 27px;
	position: relative;
	height: auto;
	margin-right: 45px;
}
#content .display-mid .col-hobby p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #595F72;
	padding-bottom: 90px;
}
#content .display-mid .col-tools {
	width: 580px;
	margin-right: 46px;
	position: relative;
	height: auto;
	float: left;
}
#content .display-mid .col-tools .display-tool {
	float: left;
	width: 210px;
	position: relative;
	height: auto;
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
}
#content .display-mid .col-tools .display-tool h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 3px;
}
#content .display-mid .col-tools .display-tool h5 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#content .display-mid .col-uses {
	float: left;
	width: 150px;
	position: relative;
	height: auto;
}

#content .display-bot {
	position: relative;
	height: 15px;
	width: 1024px;
	background-image: url(../img/display-bot_bg.png);
	background-repeat: no-repeat;
}
#content .display-top .display-top-title2 {
	position: absolute;
	height: auto;
	width: auto;
	left: 225px;
	top: 0px;
}
#content .display-top .display-top-title3 {
	position: absolute;
	height: auto;
	width: auto;
	left: 850px;
	top: 0px;
}
#content .display-mid .col-uses p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #595F72;
	padding-bottom: 110px;
}
#opt {
	background: #FAFAFA;
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 35px;
	padding-top: 25px;
	z-index: 1;
}
#opt .opt_offered {
	font-size: 36px;
	line-height: 38px;
	font-weight: normal;
	color: #333333;
	padding-right: 15px;
	padding-left: 50px;
}
#opt .opt_viewAll {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#opt .opt_ToolGroups {
	margin-right: 50px;
	margin-left: 50px;
	position: relative;
	margin-bottom: 80px;
	height: 360px;
}
#opt .opt_ToolGroups h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B5BDCA;
	margin-bottom: 8px;
}
#opt .opt_ToolGroups .opt_Pic {
	width: auto;
	position: absolute;
	height: auto;
	left: 0px;
	top: 0px;
}
#opt .opt_ToolGroups .opt_ToolGroupDesc {
	height: 360px;
	width: auto;
	margin-left: 520px;
	position: relative;
}

#opt .opt_ToolGroups .opt_ToolGroupDesc .buyNow2 a {
	text-align: center;
	background: url(../img/buynow2.gif) no-repeat;
	display: block;
	height: 40px;
	width: 117px;
	font-size: 18px;
	line-height: 20px;
	color: #006600;
	padding-top: 8px;
}

#opt .opt_ToolDesc .opt_Tool-Pic img {
	padding: 2px;
	border: 1px solid #BEC7D6;
}


#opt .opt_ToolGroups .opt_Prelude {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 35px;
}
#opt .opt_ToolGroups .opt_SubTitle {
	font-size: 16px;
	line-height: 18px;
	color: #006699;
	padding-bottom: 15px;
}
#opt .opt_ToolGroups .opt_Features {
	margin-left: 25px;

}
#opt .opt_ToolGroups .opt_Features li {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	list-style-type: none;
	padding-bottom: 10px;
}
#opt .opt_ToolDesc {
	margin-right: 100px;
	margin-left: 100px;
	position: relative;
	margin-top: 50px;
	height: 166px;
}
#opt .opt_ToolDesc .opt_Tool-Pic {
	width: auto;
	position: absolute;
	height: auto;
	left: 0px;
	top: 0px;
}
#opt .opt_ToolDesc .opt_Tool-Overview {
	width: auto;
	margin-left: 250px;
	position: relative;
	height: auto;
}
#opt .opt_ToolDesc .opt_Tool-Name {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-bottom: 10px;
}
#opt .opt_ToolDesc .opt_Tool-Prelude {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 20px;
}
#opt .opt_ToolDesc .opt_Tool-Usage {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	padding-bottom: 15px;
}
#opt .opt_ToolDesc .opt_Tool-Subtitle {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
#opt .opt_ToolDesc .opt_Tool-Features li {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	padding-left: 60px;
	list-style-type: none;
}
#opt .opt_ToolDesc .opt_Tool-Purchase {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}
#opt .opt_ToolDesc .opt_Tool-Overview .opt_Tool-Purchase a:link {
	color: #333333;
	text-decoration: none;
}
#opt .opt_ToolDesc .opt_Tool-Overview .opt_Tool-Purchase a:visited {
	color: #333333;
	text-decoration: none;
}
#opt .opt_ToolDesc .opt_Tool-Overview .opt_Tool-Purchase a:hover {
	color: #006699;
	text-decoration: underline;
}
.toOrder3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 20px;
}
#catalog .toolCategory .trow .catalogEnlPhoto2 {
	float: right;
	margin-right: 50px;
}
#content #tbl-specials h3 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}
#content #tbl-specials h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
#content #tbl-specials h5 {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #CC0000;
}
#content #tbl-specials h6 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 50px;
	color: #000000;
}
#content #tbl-specials p {
	padding-top: 35px;
}

#content #tbl-specials .strike-thru {
	text-decoration: line-through;
	font-weight: bold;
}
#content #current-specials {
	padding-top: 30px;
	padding-bottom: 30px;
}
#content #current-specials img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #current-specials p {
	text-align: center;
}
#masthead #nfib {
	position: absolute;
	height: auto;
	width: auto;
	top: 4px;
	right: 200px;
}
#opt .opt_ToolDesc .opt_Tool-Overview .buyNow3 a {
	text-align: center;
	background: url(../img/buynow2.gif) no-repeat;
	display: block;
	height: 40px;
	width: 117px;
	font-size: 18px;
	line-height: 20px;
	color: #006600;
	padding-top: 8px;
}
#content #tbl-specials .buyNow4 a {
	text-align: center;
	background: url(../img/buynow2.gif) no-repeat;
	display: block;
	height: 40px;
	width: 117px;
	font-size: 18px;
	line-height: 20px;
	color: #006600;
	padding-top: 8px;
}
#content #survey {
	background: #FAFAFA;
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 35px;
	background-color: #FAFAFA;
}
.surveyDesc {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.surveyPrivacy {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
