/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#EAEDFC;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; font-family:Arial, Helvetica, sans-serif;}
h2	{ font-size:1.1em; color:#000; font-family:Arial, Helvetica, sans-serif;}
h3	{ font-size:1.0em; color:#000; font-family:Arial, Helvetica, sans-serif;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#003399; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

a.yellow:link,a.yellow:visited	{ color:#CC7800; text-decoration:none; outline:none; font-weight: bold;}
a.yellow:hover,a.yellow:active	{ color:#CC7800; text-decoration:underline; outline:none; font-weight: bold; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:20px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 4px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
p.address-txt {
	color: #003399;
	font-weight: bold;
	}

li {
margin-left: 15px;
}	
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#003399 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#FFFFFF;
	width:142px; /* 5 pixles smaller than form width !important */
	height:17px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:73px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

body#index input.submit-image{ /* REMOVE IF NOT USED */
	background: transparent url("../images/btn-submit.jpg");
	width:104px;
	height:23px;
	border:none;
	cursor:pointer;
	}
input.submit-image { /* REMOVE IF NOT USED */
	background: transparent url("../images/btn-submit-inside.jpg");
	width:120px;
	height:22px;
	border:none;
	cursor:pointer;
	}
input.submit-contact-main { /* REMOVE IF NOT USED */
	background: transparent url("../images/btn-submit-main.jpg");
	width:120px;
	height:22px;
	border:none;
	cursor:pointer;
	}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap{
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:89px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:25px;
		width:330px;
		top:21px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:174px;
	float:left;
	padding-top: 175px;
	}
body#index #column-left {
	background: url("../images/img-index-left.jpg") top no-repeat;
	width:140px;
	float:left;
	padding-top: 569px;
	}
body#farm-tractor #column-left {
	background: url("../images/img-left-farm-tractor.jpg") top no-repeat;
	}
body#hellon-wheels #column-left {
	background: url("../images/img-left-farm-tractor.jpg") top no-repeat;
	}
body#danger-fields #column-left {
	background: url("../images/img-left-farm-tractor.jpg") top no-repeat;
	}
body#tractor-accessory #column-left {
	background: url("../images/img-left-tractor-accessory.jpg") top no-repeat;
	}
body#construction-accidents #column-left {
	background: url("../images/img-left-construction-accidents.jpg") top no-repeat;
	}
body#crashworthiness #column-left {
	background: url("../images/img-left-tractor-accessory.jpg") top no-repeat;
	}
body#product-liability #column-left {
	background: url("../images/img-left-farm-tractor.jpg") top no-repeat;
	}
body#lawn-mower #column-left {
	background: url("../images/img-left-lawn-mower.jpg") top no-repeat;
	}
body#mower-rollover #column-left {
	background: url("../images/img-left-lawn-mower.jpg") top no-repeat;
	}
body#review #column-left {
	background: url("../images/img-left-farm-tractor.jpg") top no-repeat;
	}
body#sitemap #column-left {
	background: url("../images/img-left-review.jpg") top no-repeat;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 10px 10px 21px;
		}

	#column-left form { padding-left:20px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#column-left-inside-radio-btn {
background:url("../images/img-inside-radio-btn.jpg");
width:174px;
height:96px;
position:relative;
}

#column-left-inside-radio-btn a {
width:174px;
height:96px;
position:absolute;
}

#column-left-inside-radio-btn span {
display:none;
}
/* ------------------------ column-center framework ------------------------ */
#column-center {
	width:385px;
	float:left;
	}
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0px 25px 10px 20px;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:586px;
	float:left;
	}
body#index #column-right {
	width:235px;
	float:left;
	/*background: url("../images/title-defective-index.jpg") top no-repeat;*/
	padding-top: 1px;
	}
	body#product-liability #column-right p {width: 520px;}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 25px 10px 20px;
		}

	#column-right form { padding-left:30px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-right-radio-btn {
	background:url("../images/img-radio-btn.jpg");
	position:relative;
	width:235px;
	height:121px;
	}
	
	#column-right-radio-btn a {
	position:absolute;
	width:235px;
	height:121px;
	}
	
	#column-right-radio-btn span {
	display:none;}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:170px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { 
	background:url("../images/subhead-inside.jpg");
	height:36px;  /* sets height for all subheads */
	padding: 20px 0 0 20px;
	margin-bottom: 20px;
	} 
#subhead h1 { 
	font-size:1.3em; 
	color:#000; 
	font-family:Arial, Helvetica, sans-serif; 
	margin: 0px;
	} 

body#index #subhead { background:url("../images/subhead-bg-index.jpg");}
/* ------------------------ subhead framework with varying heights ------------------------ */
#defective-equipment {
    background: url("../images/title-defective-index.jpg") top no-repeat;
	/*background:url("../images/defective-index-bottom.gif") bottom no-repeat;*/
	padding-bottom: 30px;
	padding-top:80px;
	}
	#defective-equipment ul li a:link, #defective-equipment ul li a:visited { color:#CC7800; text-decoration:none; outline:none; font-weight: bold;}
	#defective-equipment ul li a:hover, #defective-equipment ul li a:active	{ color:#CC7800; text-decoration:underline; outline:none; font-weight: bold; }

	#defective-equipment ul li {
		font-family:Arial, Helvetica, sans-serif;
		background:transparent url("../images/bullet-arrow.gif") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
		padding-left:25px;  /* pushes text to the right to display bg img */
		line-height: 18px;
		}
		
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:60px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:92px;
	clear:both; /* important - do not remove */
	}
#bottom-wrap {
	background:url("../images/bottom-wrap-inside.jpg");
	width:100%; /* fix for Safar */
	height:92px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#0000CC; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 6px 0 8px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav-top {background: url("../images/nav-top.jpg") top no-repeat; height:3px; margin: 0px; padding: 0px;}
#nav {
	background: url("../images/nav-wrap.jpg") repeat-y ;
	text-align: center;
	float: left; 
	width: 760px;
	}
	#nav ul li {
		background: none;
		display:inline;
		margin:0 6px 0 6px;
		}
	#nav ul li a {
		font-weight: bold;
		text-decoration: none;
		line-height: 22px;
	}
	#nav ul li a:link, #nav ul li a:visited { color: #FFFFFF; }
	#nav ul li a:hover, #nav ul li a:active{ color: #FFCC66;  }

#primerus {margin-top:250px;}

