@charset "UTF-8";
/* CSS Document */

/** Clearing out browser defaults **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/** End Default Rules **/

/** Thickbox 3.1 **/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> END THICK BOX 3.1 <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/** Slide Box **/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for Slide Box <<<----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #343434;
	height: 0;
	width: 100%;
	color: #fff;
}

.slide-button {
	background-image:url(images/slideButton.png);
	color:#CCC;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 40px;
	padding-top: 10px;
	text-align: center;
}

.slide-button:hover {
	background-image:url(images/slideButtonOver.png);
	background-repeat:no-repeat;
	color: #fff;
}

#list-1 {
	display: inline;
	float: left;
}

#list-2 {
	display: inline;
	float: left;
}

#list-3 {
	float: left;
}

#list-4 {
	float: left;
}

ul.list {
	line-height: 20px;
	list-style-type: none;
	width: 20%;
	font-size: 0.85em;
	margin-left:35px;
}

ul.list li {
	border-bottom: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
}

ul.list li:hover {
	color: #9f9d8e;
}

ul.list li.header {
	color: #990000;
	letter-spacing: 3px;
	padding-bottom: 20px;
	font-variant: small-caps;
	font-size: 1.7em;
	margin-top: 10px;
	cursor: text;
}

ul.list li.header:hover {
	font-size: 1.7em;
}

label {
	display: block;
}

.item a, a:visited {
	font-size:.9em;
	color:#CCC;
	text-decoration:none;
}

.item a:hover {
	color:#FFF;	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> END Slide Box <<<---------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



/** Classes **/

#clear{width:1024px; float:left; clear:both;}

h3{margin:0 0 4px 0;}

.leftlink{
	text-decoration:none;
	font-size:.8em;
	font-weight:bold;
	color:#000000;
}	

.imagepad{
	margin:-20px 0 0 0 !important;
	float:right;
	border:thin #666666 solid;
	overflow:hidden;	
}

#brandBox{
	margin:-20px 0 0 356px;
}

#lower{
	width:550px;
	margin:18px 0 0 46px;
	float:left;	
}

#lower h4{
	margin:0 0 6px 0;
}

#lower p{
	float:left;
	clear:both;
	width:340px;
}

#lower a:link, a:visited{
	color:#990000;
	text-decoration:none;
}

#sitetext a:link, a:visited{
	color:#990000;
	text-decoration:none;
}

/** Main Structure - Layout Divs **/

#video{
	background-image:url(images/slideButton.png);
	background-repeat:no-repeat;
	line-height:3em;
	text-align:center;
	margin:0 50px 0 0;
	position: relative;
	float:right;
	color:#CCC;	
	width: 150px;
	z-index: 40;
	cursor: pointer;
	height: 40px;
}

#video:hover {
	background-image:url(images/slideButtonOver.png);
	background-repeat:no-repeat;
	color:#fff;
}
	
#sitemap{
	background-image:url(images/slideButton.png);
	background-repeat:no-repeat;
	line-height:3em;
	text-align:center;
	margin:0 32px 0 0;
	position: relative;
	float:right;	
	color:#CCC;	
	width: 150px;
	z-index: 40;
	cursor: pointer;
	height: 40px;	
}

#sitemap:hover {
	background-image:url(images/slideButtonOver.png);
	background-repeat:no-repeat;
	color:#fff;	
}

body {
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;	
}

#container{
	background-image:url(images/toplogo.jpg);
	background-repeat:no-repeat;
	width:1024px;
	overflow:hidden;
	margin:0 auto 0 auto;	
}

#leftcol{
	width:167px;
	height:410px;
	overflow:scroll;
	float:left;
	clear:both;
	margin:-186px 0 0 50px;	
}

#leftcol a{
	text-decoration:none;
	font-size:.8em;
	font-weight:bold;
	color:#990000;
}

#leftcol a:hover{
	background-color:#CCCCCC;
}

#rightcol{
	width:118px;
	height:410px;
	overflow:scroll;
	float:right;
	margin:-418px 49px 0 0;	
}

#rightcol a{
	text-decoration:none;
	font-size:.8em;
	font-weight:bold;
	color:#990000;
}

#rightcol a:hover{
	background-color:#CCCCCC;
}


/** Google Language Applet **/

#google_translate_element{
	float:left;
	clear:both;
	margin:29px 0 0 810px;	
}

/** Sprite Navigation **/

#nav{
	width:941px;
	height:72px;
	float:left;
	clear:both;
	margin:-168px 0 0 42px;
	list-style:none;	
}

    #nav-example {
    background:url("images/nav.jpg") no-repeat;
    width:941px;
    height:72px;
    margin:0;
    padding:0;
    }

    #nav-example span {
    display: none;
    }

    #nav-example li, #nav-example a {
    height:72px;
    display:block;
    }

    #nav-example li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-example-01 {width: 108px;}
    #nav-example-02 {width: 91px;}
    #nav-example-03 {width: 91px;}
    #nav-example-04 {width: 91px;}
    #nav-example-05 {width: 91px;}
    #nav-example-06 {width: 91px;}
    #nav-example-07 {width: 91px;}
    #nav-example-08 {width: 91px;}
	#nav-example-09 {width: 91px;}
	#nav-example-10 {width: 91px;}


    #nav-example-01 a:hover {background:url("images/nav.jpg") 0px -72px no-repeat; }
    #nav-example-02 a:hover {background:url("images/nav.jpg")  -108px -72px no-repeat; }
    #nav-example-03 a:hover {background:url("images/nav.jpg") -199px -72px no-repeat; }
    #nav-example-04 a:hover {background:url("images/nav.jpg") -290px -72px no-repeat; }
    #nav-example-05 a:hover {background:url("images/nav.jpg") -381px -72px no-repeat; }
    #nav-example-06 a:hover {background:url("images/nav.jpg") -472px -72px no-repeat; }
    #nav-example-07 a:hover {background:url("images/nav.jpg") -563px -72px no-repeat; }
    #nav-example-08 a:hover {background:url("images/nav.jpg") -653px -72px no-repeat; }
	#nav-example-09 a:hover {background:url("images/nav.jpg") -744px -72px no-repeat; }
	#nav-example-10 a:hover {background:url("images/nav.jpg") -835px -72px no-repeat; }


/** END Sprite Nav **/

#subnav{
	margin:81px 0 0 0;
	color:#FFFFFF;
}

#subnav li{
	float:left;
	margin:0 0 0 12px;
}

#subnav a:link, a:visited{
	text-decoration:none;
	color:#fff;
}

#subnav a:hover{	
	color:#900;
}


#chips{
	background-image:url(images/chips.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	margin:0 auto 0 auto;
	width:1024px;
	height:173px;
	
}

/******************* Left Column Titles *******************/

#maincontent{
	background-image:url(images/maincontent.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#drillcontent{
	background-image:url(images/drills_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#millcontent{
	background-image:url(images/mills_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#abrasivecontent{
	background-image:url(images/abrasives_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#indexablecontent{
	background-image:url(images/indexable_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#misccontent{
	background-image:url(images/misc_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#bladecontent{
	background-image:url(images/sawblades_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#threadcontent{
	background-image:url(images/threading_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#fluidcontent{
	background-image:url(images/fluids_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#holdercontent{
	background-image:url(images/hold_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#contactcontent{
	background-image:url(images/contact_main.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

#sitemapcontent{
	background-image:url(images/site_map.jpg);
	background-repeat:no-repeat;	
	float:left;
	clear:both;
	width:1024px;
	height:223px; 
}

/*********************** End Title Images *********************/

#firstwrap{
	width:620px;
	margin:0 174px 0 222px;
	height:223px;
}

#fill{
	background-image:url(images/chap_2_04.jpg);
	background-repeat:repeat-y;
	float:left;
	clear:both;
	width:1024px;
	height:18px;
}

#extra{
	background-image:url(images/chap_2_05_02.jpg);
	background-repeat:repeat-y;
	float:left;
	clear:both;
	width:1024px;
	height:230px;
}

#text{
	margin:-180px 0 0 230px;
	width:340px;
	float:left;
	clear:both;
}

#sitetext{
	margin:30px 0 0 30px;
	width:540px;
	float:left;
	clear:both;
}

#sitetext ul a, a:visited{
	color:#990000;
}

#sitetext ul a:hover{
	color:#666;
}

#sitemap a:link, a:visited{
	text-decoration:none;
	color:#CCC;
}

#sitemap a:hover{
	color:#FFF;
}

#video a:link, a:visited{
	text-decoration:none;
	color:#CCC;
}

#video a:hover{
	color:#FFF;
}

#flashcontent{
	float:left;
	clear:both; 
	height:175px;
	width:175px;
	margin: 28px 0 0 26px;	
}

#footer{
	background-image:url(images/chap_2_06.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	text-align:center;
	width:1024px;
	height:62px;	
}

#footer ul{
	margin:13px 0 0 224px;
}

#footer ul li{
	font-size:.7em;
	float:left;
	margin:0 0 0 10px;
}

#footer a{
	text-decoration:none;
	color:#990000;
}

#footer a:hover{
	text-decoration:none;
	color:#FF0000;
}










