/*  Agriweld MENU style sheet */
/*  SUMMER 2003 */
/*-- px=pixels -------------- */ 

/* offset it from the left and top browser corners */	
div#top_menu {
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	position: absolute;
	top: 36px;
	left: 518px;
	background: transparent;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 300;
	}
	
div#top_menu a {
	background-color: #ddffdd;
   	text-decoration: none;
	color: black;
	border: 1 solid green;
	border-bottom: 3 solid #dd0000;
	width: 80px;
	voice-family: "\"}\"";  /* ie5win kludge */
	voice-family: inherit;
	width: 78px;
	}
html>body div#Top_Menu a {   /* for Opera 5 */
	width: 78px;
	}

div#top_menu a:link, a:visited {background-color: #eeeeff;}
div#top_menu a:hover {background-color: #ccccee;}


/*  top menu for equipment ------------ */
div#top_menu_equip {
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	background-color: #eeeeff;
	color: black;
	margin: 5px;
	line-height: 1.5em;
	border: 1 solid gray;
	width:575px;
	voice-family: "\"}\"";  /* ie5win kludge */
	voice-family: inherit;
	width: 563px;
	}
html>body div#top_menu_equip {   /* for Opera 5 */
	width: 563px;
	}

div#top_menu_equip a{color: blue;}
div#top_menu_equip a:link, a:visited {background-color: #eeeeff;}
div#top_menu_equip a:hover {background-color: #bbbbee;}

/*  left menu  ------------ */
div#left_menu {
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 2em; 
	padding: 5px 12px;
	margin-top: 68px;
	background-image: url(../images/other/nav-bg150.jpg);
	background-repeat: repeat-y;
/*	border-bottom-style: solid; */
	color: #FF0000;
	text-align: right;
	height: 900px;
	width: 170px; 
	voice-family: "\"}\"";  /* ie5win kludge */ 
	voice-family: inherit;
	width: 146px;   /*170-12-12 */
	}
html>body div#left_menu { /*  be nice to Opera 5 */
	width: 146px;
	}			
	
div#left_menu a { 
	display: block;
	border-bottom: #006699 1px solid;
	}

div#left_menu a:Link, a:visited {
	text-decoration: none;
	background-color: transparent;
	 }
	 	
	 	
div#left_menu a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #559;
	 }	

div#left_menu .menuhead {
	background-color: #222; 
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.5em;
	padding: 0px 10px;
	width: 158px;
	voice-family: "\"}\"";  /* ie5win kludge */ 
	voice-family: inherit;
	width: 138px;   /*158-10-10 */
	}
html>body div#left_menu .menuhead { /*  be nice to Opera 5 */
	width: 138px;
	}

/* -------- PRODUCT LINES -----------------------------*/
div#productmap {
	position: absolute; 
	top: 45px;
	left: 0px;
	}

div#productmap a { 
	display: block;
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	margin: 0;
	color: #00f;
	width: 190px;
	text-decoration:none;
	line-height: 1.4em;
	vertical-align: middle;
   	background-image: url("../images/other/t.gif");
    background-repeat: no-repeat; 
    voice-family: "\"}\"";  /* ie5win kludge */
	voice-family:inherit;
    width:185px;       /* CSS1 UAs should see and use 2nd width */
	}
html>body div#productmap a {width: 185px;}

div#productmap a:hover {text-decoration:none; background-color: #e1e1ee;}

.prodline {	font-weight: bold;}
	
/* top=10 col_1=20 col_2=230 col_3=425 */
/* column 1  */
div#bx_fertilizer  { position:absolute; top: 10px; left: 20px; }
div#bx_weedwiper   { position:absolute; top:128px; left: 20px; }
div#bx_tillage     { position:absolute; top:211px; left: 20px; }
/* column 2  */
div#bx_applicator  { position:absolute; top: 10px; left:225px; }
div#bx_rowsprayer  { position:absolute; top:155px; left:225px; }
div#bx_selfpropell { position:absolute; top:225px; left:225px; }
/* column 3  */
div#bx_trailer     { position:absolute; top:10px; left: 425px; } 
div#bx_specialty   { position:absolute; top:140px; left:425px; }
div#bx_wheel       { position:absolute; top:190px; left:425px; }
div#bx_cargorack   { position:absolute; top:240px; left:425px; }
