/* au-en CSS Document */

/* ------------------------------------------------------------
tennant.com
author : Dan Platt @ www.tennantco.com
updated: 10.13.08
------------------------------------------------------------*/ 

/* ---------------------------general css selectors */

.weblink{
	display:none;
}

/* ---------------------------homepage css selectors */

body.home h1.product { /*------header logo placement -------*/
	display:block;
	margin-top:-17px;
	margin-left: 11px;
	width:72;
	height:72;
}

body.home #flashnews {
	visibility:hidden;
	margin:5px;
	padding:0 0 0 20px;
	width:300px;
	height:79px;
}

#loginsignuptoolsweblink {
	width: 520px;
	display:none;
	visibility:collapse;
}

body.home #mainnav {
display:block;
}

body.home #searchform {
	top:59px;		/*Old IE BROWSERS*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	top:61px;		/*Other BROWSERS*/
}

body.home #products,
body.home #industries,
body.home #service,
body.home #resources,
body.home #about,
body.home #contact{
	z-index:5;
	top:110px;		/*Old IE BROWSERS*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	top:112px;		/*Other BROWSERS*/
}

body.home #intro-image{
margin:0 11px;

}

/* --------------------------- */

.home #sidebar{
	display:none;
}

.home #main{
	margin:0;
	padding:10px 0; /* top space below homepage flash area and heading*/
	width:748px;
	text-align:center; /* centers tables in I.E. BROWSERS*/
}

.home #content #main table {
	margin:0 auto; /* centers tables in Other BROWSERS*/

}

/* ---------------------------category page css selectors */

.category #main {
	margin:0;
	padding:0;
}

.category .product-list {
margin-top: 20px;
margin-left: 40px;
}
