html, body {
	margin:0px;
	background-color:#dedca7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	behavior: url(../javascript/csshover2.htc);
}

* {margin:0; padding:0}

.clear{clear:both;}

p {padding:5px 0;}

a {outline:none}

#footer a{
	color:#000;
	text-decoration:none;
	padding-right:10px;
}

#footer a:hover{
	text-decoration:underline;
}

#navigation{	
	width:716px;
	padding:4px 0;
	height:38px;
	*border-top:#dedca7 4px solid;
	*border-bottom:#dedca7 4px solid;
	*padding:0;
}

ul.IR li {
	position: relative;
	font-size: 0.9em;
	text-align:left;
	z-index: 1;
}

.IR em {
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
}

/* For IE5.x mac only */
* html>body .IR {
  position: static;
  overflow: visible;
  font-size: 10px;
}

.nav { list-style: none;}
.nav li { float: left; }

* html>body ul.nav li em { margin-bottom: -38px; } /* for ie5.x/mac only */

.overview em, .product_specifications em, .performance em, .warranty em, .distributors em, .about_us em,  .contact_us em {
	background: url(../images/nav.gif) top left no-repeat;
	cursor: pointer;
}

.overview {left: 0; padding-left:6px;}
.overview em {background-position: 0 0;}
.overview:hover em { background-position: 0 -38px;}

.product_specifications{left: 0px;}
.product_specifications em {background-position: -129px 0;}
.product_specifications:hover em {background-position: -129px -38px;}

.performance {left: 0;}
.performance em {background-position: -292px 0;}
.performance:hover em {background-position: -292px -38px;}

.warranty {left: 0;}
.warranty em {background-position: -388px 0;}
.warranty:hover em {background-position: -388px -38px;}

.distributors {left: 0; }
.distributors em {background-position: -461px 0;}
.distributors:hover em {background-position: -461px -38px;}

.about_us {left: 0;}
.about_us em {background-position: -549px 0;}
.about_us:hover em {background-position: -549px -38px;}

.contact_us {left: 0;}
.contact_us em {background-position: -626px 0;}
.contact_us:hover em {background-position: -626px -38px;}

/* suckerfish dropdown menu styles */

.nav a {display: block;}
* html .nav a {height: 1%;} /* The Holly Hack */

.nav li ul {
  position:absolute;
  z-index: 10; /* show the dropdowns above the images */
  top: 38px; /* position the dropdowns a set distance from the top of the image */
  left: -999em;
  list-style: none;
  border-bottom:5px solid #dedca7;
}

.nav li:hover ul {left: auto;}

.nav li li {
  height: auto; /* reset the height set on the IR list items */
  font-size: 11px;
  text-align:left;
}

.nav li ul a {
	padding: 0.5em;
	color: #000;
	background-color:#dedca7;
	text-decoration:none;
}

.nav li ul a:hover {
	color: #000;
	background: #cac881;
}

<!--/*--><![CDATA[/*><!--For Safari to indent dropdown menu */

#safari { padding-left:6px; width:123px; } 
#safari { padding-left:0px;# }
		/*]]>*/-->

 /* *** Float containers fix: *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

