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

/* Normalizes margin, padding */
body, div, ul, li, h1, h2, h3, p { 
margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3 { font-size : 100%; }

ul, li {
	list-style:none;
	}

img {
	border:none;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	line-height:1.5em;
	color:#333;
	background:#005b8e;
	}

a {
	color:#ffffff;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}


#col1 a {
	color:#005b8e;
	}
	
#col1 a:hover {
	text-decoration:underline;
	}
	
/* -------------------------------------------------------- TYPE ------------------------------------------------- */
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	color:#9e1b32;
	margin-top:25px;
	margin-bottom:10px;
	}
	
h1 {
	font-size:2.6em;
	line-height:.9em;
	}
	
	
h2 {
	font-size: 1.8em;
	line-height:1em;
	}
	
h3 {
	font-size:1.5em;
	letter-spacing:-.8px;
	margin-bottom:1em;
	}






#content {
	margin-top:15px; margin-left:15px;
	}
	
#col1, #col3 {
	width:320px; background-color:#ffffff;
	text-align:center;
	padding-top:15px;
	}
	
#col1 img, #col3 img {
	margin-bottom:10px;
	}
	
#col2 img {
	margin-bottom:5px;
	}
	
#col1 p, #col3 p {
	margin:15px;
	}
	
.box {
	width:100%;
	padding-top:10px; padding-bottom:10px;
	line-height:1.8em;
	background:#005b8e;
	text-align:center;
	color:#ffffff;
	}

.type-large {
	font-size:130%;
	}
	
.caption {
	font-size:85%;
	font-style:italic;
	}

#col1 {
	float:left;
	}
	
#col2 {
	width:295px;
	position:absolute; left:352px;
	}
	
#col3 {
	position:absolute; left:665px;
	}


#nav_container {
	width:294px;
	margin-bottom:10px;
	}
	
#nav_second a {
	font-family:Arial, Helvetica, sans-serif;
	display:block; width:70px; height:30px;
	margin:5px; margin-right:-3px;
	padding-top:5px;
	float:left;
	text-align:center;
	font-size:1em;
	text-decoration:none;
	line-height:1em;
	background:url(_images/nav_btn.gif) no-repeat;
	color:#ffffff;
	}
	
#nav_second a:hover {
	background-position:0 -45px;
	}
	
/*
#nav_products a {
	margin-top:10px; margin-right:1px;
	display:block; width:98px; height:40px;
	padding-top:5px;
	line-height:1em;
	float:left; text-align:center;
	text-decoration:none;
	font-size:1em;
	color:#fff;
	background:url(images/nav_bg3.gif) no-repeat;

	}

#nav_products a:hover {
	background-position:0 -50px;
	color:#000;
	}
*/	
	
table {
	font-size:1.1em;
	width:100%;
	text-align:center;
	color:#ffffff;
	clear:both;
	}
	
table th {
	font-size:120%;
	text-decoration:underline;
	}
	
#timestudy tbody tr.bold td {
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	line-height:1.8em;
	}

/*
#products tbody tr.odd  td {
      background-color: #dcdce4;
    }
	
	*/
	
	
#footer {
	clear:both;
	color:#ffffff;
	width:800px;
	}
	
#footer table {
	width:790px;
	}
	
	
#p_abrasive a#abrasive, #p_metalcutting a#metalcutting, #p_portaband a#portaband, #p_reciprocating a#reciprocating {
	background:url(_images/nav_currentb.gif) no-repeat;
	color:#ffffff;
	
	}