* {
	z-index: 0;
}

#header { /* Background for header */
	width : 100%;
	height: auto;
	background-color: #003300;
	text-align: left;
	vertical-align: middle;
}
#header[id] { 
	display: table; 
	position: static;
}
#navigation_holder { /* Holder for the navigation */
	width: auto;
	position: static;
	height: auto;
}
#navigation_holder[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}
#navigation { /* Navigation items - layout */
	position: relative; 
	float: left;
	margin: 7px 0px 5px 0px;
	text-align: center;
	height: auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navigation a{ /* Navigation items - link style */
	text-decoration: none;
	color: #CDAD00;
    display:block;
    border: 1px solid #003300;
    display: block;
	margin: 19px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}
#navigation a:hover{ /* Navigation rollover */
	text-decoration: none;
	color: #FFFACD;
    border:1px solid #CEC1AA;
}
#navigation ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navigation li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#sub_header { /* Background for sub navigation */
	width : 100%;
	height: auto;
	background-color: #007500;
	text-align: left;
	vertical-align: middle;
}
#sub_navigation_holder { /* Holder for the sub navigation */
	width: auto;
	position: static;
	height: auto;
}
#sub_navigation_holder[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}
#sub_navigation { /* Sub navigation items - layout */
	position: relative; 
	float: left;
	margin: 5px 5px 5px 5px;
	text-align: center;
	height: auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sub_navigation a{ /* Sub navigation items - link style */
	text-decoration: none;
	color: #FFFACD;
    display:block;
    border: 1px solid #007500;
    display: block;
	padding-left: 10px;
}
#sub_navigation a:hover{ /* Sub navigation rollover */
	text-decoration: none;
	color: #CDAD00;
    border:1px solid #007500;
}
#sub_navigation ul { /* list navigation to comply with bobby AAA */
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sub_navigation li { /* list navigation to comply with bobby AAA */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#content { /* Content holder for just the home page */
	width : auto;
	height : auto;
	padding-right : 0px;
/*	overflow : auto;*/
	background: url(../img/background_home.gif) left 20px no-repeat;
}
#content_noback { /* Body Text */
	width : auto;
	height : auto;
	padding-right: 20px;
}
#content_home {  /* Content layout for index.asp */
	width : auto;
	height : auto;
	padding-left : 240px;
 	font : 10pt "Arial", Geneva, Helvetica, serif;
	margin-top: 8px;
}
#content_home #homepage {  /* Content layout for text if image is removed */
	width : 700px;
}

#content_ourcompany {  /* Content layout for ourcompany.asp - AND many other pages */
	width : auto;
	height : auto;
	padding-left : 80px;
	padding-right : 80px;
 	font : 10pt "Arial", Geneva, Helvetica, serif;
	margin-top: 8px;
}
#content_ourhistory {  /* Content layout for ourhistory.asp */
	width : auto;
	height : auto;
	padding-left : 30px;
 	font : 10pt "Arial", Geneva, Helvetica, serif;
	margin-top: 8px;
}
#content_customers {  /* Content layout for ourcustomers.asp */
	width : auto;
	height : auto;
	padding-left : 80px;
	padding-right : 80px;
 	font : 10pt "Arial", Geneva, Helvetica, serif;
	margin-top: 8px;
}
#content_peoplesay {  /* Content layout for ourpeople_peoplesay.asp */
	width : auto;
	height : auto;
	padding-left : 100px;
	padding-right: 200px;
 	font : 10pt "Arial", Geneva, Helvetica, serif;
	margin-top: 8px;
}
#content_customers img {  /* Content layout for ourcustomers.asp - images */
	padding-left: 5px;
	padding-right: 5px;
}
#content_ourcompany table {  /* Table for awards page */
	border: 0px;
	width: 700px;
}

#content_ourcompany td, #content_ourcompany th { /* td for awards page */
	padding: 2px 2px 2px 10px;
 }

/* widths for awards page */

.leftcol {
	width: 63px;
 }
.midcol {
	width: 20px;
 }
.rightcol {
	width: 599px;
 }
.extraleftcol {
	width: 148px;
 }
.extramidcol {
	width: 32px;
 }
.extrarightcol {
	width: 381px;
 }

/* form table */

.formleftcol {
	width: 20px;
 }
.formmidcol {
	width: 108px;
 }
.formrightcol {
	width: 572px;
 }

#ourpeople_left {  /* Container for two images on ourpeople.asp */
	position: static;
	float: left;
	width : 195px;
	height : auto;
 	font : 10pt "Arial", Geneva, Helvetica, serif;
}
#ourpeople_left img { /* Positioning for header on ourpeople.asp */
	display: block;
	border: 0px;
	margin: 0px 20px 20px 20px;
}
#ourpeople_right{ /* Container text on ourpeople.asp */
	padding-left: 315px;
	padding-right: 20px;
	height : auto;
 	font : 10pt "Arial", Geneva, Helvetica, serif;
}
#content h1, #content h2 { /* h1 and h2 content area specific */
	color : #cc0000;
}
#logo { /* Positioning for logo */
	position: relative; 
	float: right;
	margin-top:  8px;
	margin-bottom: 8px;
	padding-right: 12px;
	border: none;
}
#header_pictures { /* Positioning for header on index.asp */
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	border: 0px;
	display: block;
}
#header_people { /* Header for ourpeople.asp */
	margin-top: 20px;
}
#pictures { /* Positioning for picture on index.asp */
	border: 0px;
	float: right;
	margin-left: 30px;
}
#brands { /* Positioning for brands page */
	width: auto;
	height: auto;
}
#brands_more { /* Positioning for brands more pages */
	padding-right: 40px;
	padding-left: 20px;
}
#brands img { /* Logo positioning for brands page */
	float: left;
	padding-right: 20px;
	border: 0px;
}
#img_right { /* Float any image right */
	float: right;
	padding: 20px 20px 20px 20px;
	border: 0px;
}
#img_left { /* Float any image left */
	float: left;
	padding: 20px 20px 20px 0px;
	border: 0px;
}
#img_awardleft { /* award image */
	border: 0px;
	padding-left: 20px;
	padding-right: 180px;
}
#history_infobox { /* Positioning for history page */
	width: 40%;
	margin: 0;
	position: fixed;
	top: 18em;
	left: auto;
	right: 40px;  
	padding: 10px 20px 20px 20px;
	background-color: #EEDC82;
}
#history_infobox h1 { /* h1 for years */
	font: 12px "Times New Roman", Times, serif;
	color: white;
	padding: 5px 5px 5px 5px;
	width: auto;
	background-color: #003300;
}
#history_infobox em { /* Positioning for history page */
	width: 40%;
	color: #990000;
	font-size: 0.8em;
}
#history_left { /* Positioning for history page */
	width: 40%;
	height: auto;
	padding: 20px 20px 20px 20px;
	float: left;
}

#MySpamTrap {
  display: none;}

/* ========================================================================================= Additions for menu change */

div#content {
	clear: both;
}

div#header h1 {
	position: absolute;
	left: 70px;
	#left: 73px;
	top: 17px;
	#top: 24px;
	color: #ccbc1f;
	font: 26px "Arial", verdana;
	font-weight: normal;
}

/*Main-nav styling*/
ul#nav {
	background: #007500;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #899f74;
}

/*Main-nav spacing*/
ul#nav li {
	float: left;
	list-style: none;
	position: relative;
	margin-right: 26px;
}

ul#nav li.home {
	margin-left: 73px;
	_margin-left: 38px;
}

ul#nav li a {
	font-weight: bold;
	color: #fffed6;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	text-decoration: none;
	padding: 9px 0;
	display: block;
}

ul#nav li a:hover {
	text-decoration: underline;
}

/*Sub-nav styling*/

ul#nav li ul {
	display: none;
	position: absolute;
	top: 30px;
	margin-left: 0;
	background: #003300;
	margin: 0;
	padding: 0;
}

ul#nav li.business ul {
	left: -37px;
}

ul#nav li.about ul {
	left: -37px;
}

ul#nav li.people ul {
	left: -45px;
}

ul#nav li.products ul {
	left: -29px;
}

ul#nav li ul li {
	clear: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #bcc69f;
}

ul#nav li ul li.last {
	border: none;
}

ul#nav li ul li a {
	padding: 6px 0;
	text-align: center;
	display: block;
}

ul#nav li.business ul li a {
	width: 152px;
}

ul#nav li.about ul li a {
	width: 132px;
}

ul#nav li.people ul li a {
	width: 162px;
}

ul#nav li.products ul li a {
	width: 132px;
}

ul#nav li ul li a:hover {
	text-decoration: none;
	background: #006b00;
}

ul#nav li:hover ul {
	display: block;
}

/* ========================================================================================= Additions home icons */

div#home_links {
	width: 908px;
	margin: 28px 0 30px -175px;
	padding-bottom: 20px;
}

div#home_links a {
	display: block;
	width: 224px;
	height: 147px;
	text-indent: -5000px;
}

div#home_links div.link {
	width: 224px;
	height: 147px;
	float: left
}

div#home_links div.link.one {
	width: 448px;
	background: url('../img/home/ginsters.jpg') left top no-repeat;
}

div#home_links div.link.one a {
	width: 448px;
}

div#home_links div.link.two {
	background: url('../img/home/kensey.jpg') left top no-repeat;
}

div#home_links div.link.three {
	background: url('../img/home/walkers.jpg') left top no-repeat;
}

div#home_links div.link.four {
	background: url('../img/home/bradgate.jpg') left top no-repeat;
}

div#home_links div.link.five {
	background: url('../img/home/dickinson.jpg') left top no-repeat;
}

div#home_links div.link.six {
	background: url('../img/home/saladworks.jpg') left top no-repeat;
}

div#home_links div.link.seven {
	background: url('../img/home/melton.jpg') left top no-repeat;
}

div#home_links div.link.eight {
	background: url('../img/home/kettleby.jpg') left top no-repeat;
}

div#home_links div.link.nine {
	background: url('../img/home/sandwich.jpg') left top no-repeat;
}

div#home_links div.link.nineB {
	background: url('../img/home/blueberry.jpg') left top no-repeat;
}

div#home_links div.link.ten {
	background: url('../img/home/charnwood.jpg') left top no-repeat;
}

div#home_links div.link.eleven {
	background: url('../img/home/samworth.jpg') left top no-repeat;
}

div#home_links div.link.twelve {
	background: url('../img/home/tamar.jpg') left top no-repeat;
}

div#home_links div.link.thirteen {
	background: url('../img/home/westward.jpg') left top no-repeat;
}

.clear {
	clear: both;
}#quote {
	margin: 20px;
}
.quotename {color: #8B2500;}

.error, ul.error li {color: #990000;
font-weight: bold;}
