/* CSS Document */
body{
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;}
.h1{
	font-size:14px;
	color:#036;
	text-align:left;
	margin:0;}
.h2{
	font-size:13px;
	color:#06c;
	text-align:left;
	margin-top:0;}
.h3{
	font-size:12px;
	color:#06c;
	text-align:left;}
.h4{
	font-size:11px;
	color:#999;
	font-style:italic;
	font-weight:400;}
ul{
	font-size:11px;
	color:#000;
	font-weight:400;
	text-align:left;}
table.chart{
    border-color:#b0c0d0;
    border-width: 0 0 1px 1px;
    border-style:solid;
	font-size:10px;
	font-weight:400;
	color:#000;
	text-align:center;}
table.chart td{
	border-color:#b0c0d0;
    border-width: 1px 1px 0 0;
    border-style:solid;
    margin:0;}
/* Text */
.background1{
	background-image:url(blades/grinding.jpg);
	background-repeat:no-repeat;
	height:129px;
	width:268px;
	font-size:22px;
	font-weight:700;
	color:#fff;
	vertical-align:top;
	text-align:center;
	padding-right:440px;
	padding-top:10px;}
.background2{
	background-image:url(blades/grinder.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:585px;
	color:#333;
	padding-left:123px;
	padding-top:32px;}
.background3{
	background-image:url(blades/grinders.jpg);
	background-repeat:no-repeat;
	width:227px;
	vertical-align:top;
	padding-top:0;
	padding-left:15px;}
td.background3 span{
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	top:25px;
	left:10px;
}
.background4{
	background-image:url(blades/blade.jpg);
	background-repeat:no-repeat;
	width:693px;
	vertical-align:top;
	text-align:justify;
	padding-top:15px;
	padding-right:15px;}
.bold-text{
	color:#cc0000;
	font-weight:700;}
.bottom-text{
	font-size:11px;
	font-weight:400;
	color:#999;
	text-align:center;
	padding-top:20px;
	line-height:18px;}
.image-left{
	float:left;
	padding-right:10px;}
.image-right{
	float:right;
	padding-left:10px;}
/* Link Elements */
.bottom-nav{
	font-size:11px;
	font-weight:400;
	color:#999;
	padding:3px;
	text-decoration:none;}
.bottom-nav:hover{
	font-size:11px;
	font-weight:400;
	color:#fff;
	background-color:#999;
	padding:3px;
	text-decoration:none;}
.sitemap{
	font-size:11px;
	font-weight:400;
	color:#06c;
	text-decoration:underline;}
.sitemap:hover{
	font-size:11px;
	font-weight:400;
	color:#999;
	text-decoration:underline;}
.top-nav{
	font-size:11px;
	font-weight:400;
	color:#333;
	text-decoration:none;}
.top-nav:hover{
	font-size:11px;
	font-weight:400;
	color:#06c;
	background-color:#fff;
	text-decoration:none;}
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: verdana, sans-serif; width:188px; position:relative; margin:0; font-size:11px; margin:35px 0 0 3px;}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:underline; 
color:#fff; 
text-align:left; 
background:#496D92; 
line-height:19px; 
font-size:11px;
padding:4.5px 7px 4.5px 7px;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin:0 1px 3px 0; position:relative;border:1px solid #999;width:188px;}
.menu ul li ul {display: none;}
.menu ul li ul li {width:54px;}
.menu ul li ul li a{width:40px;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#496D92; background:#fff;}
.menu ul li:hover ul {display:block; position:absolute; top:-1px; left:189px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;left:2px;}
.menu ul li:hover ul li:hover a.hide {width:60px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#fff; color:#496D92; }
.menu ul li:hover ul li a:hover {background:#fff; color:#496D92;}

