#container {
	width: 790px;
	background-image: url(../images/sidebar.JPG);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#spanh2 {
	font-size: x-large;
}

/*Header*/
#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#body {
	background-color: #040369;
	padding: 0px;
	margin: 0px;
}

#header #logo1 {
	float: left;
	padding: 0px;
	margin: 0px;
}
#logo1 img {
	margin: 0px;
	padding: 0px;
}
#logo2 img {
	padding: 0px;
	margin: 0px;
}

#header #logo2 {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#header h1 {
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

/*Top Menu*/
#menutop {
	background-image: url(../images/redBlueBar2.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#menutop a:hover, menuside a:focus {
 /*background-color: #E7B000;*/  /*Changes BACKGROUND on HOVER*/
 color: #CE0404;/* Changes HOVER TEXT (blue 040369)(yellow #E7B000 red #CE0404)*/

}

#menutop ul {
	margin: 0px;
	padding-left: 0px;
	text-align: center;
	padding-top: 5px;
}

#menutop li {
	display: inline;
	padding-left: 30px;
	font-variant: small-caps;
	font-weight: bold;
}

#menutop a {
	text-decoration: none;
	color: #ffffff;
}


/*Side Menu*/

#menuside {
	background-image: url(../images/sidebar.JPG);
	background-repeat: repeat-y;
	padding-top: 10px;
	margin-top: 25px;
	padding-left: 8px;
	padding-bottom: 20px;
	float: left;
	width: 110px;
}

/*SUB MENU*/

#nav, #nav ul { /* all lists */
	padding-left: 10px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	color: #ffffff;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	list-style-type: none;
	font-size: 16px;
	padding-bottom: 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding-top:10px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding-left:10px; 
}

#nav a:hover, nav a:focus { /*was menuside CHANGED*/
 /*background-color: #E7B000;  Changes BACKGROUND on HOVER*/
	color: #CE0404;/* Changes HOVER TEXT (yellow #E7B000 red #CE0404)*/
}



/*COLOUR OF ACTIVE PAGE*/
#packaging .packaging,
#ingredients .ingredients,
#equipment .equipment,
#equipment_used .equipment, /*Adj for equipment to stay yellow when used is active*/
#equipment_used .equipment_used, /*Not used at this time*/
#accessories .accessories,
#technical .technical,
#mechanical .mechanical,
#links .links,
#contact .contact,
#company .company,
#index .index {
	color:#E7B000; /*yellow #E7B000 red #CE0404*/
}


/*Content*/
#content {
	background-color: #E7B000;
	float: right;
	width: 610px;
	margin-left: 0px;
	padding: 10px;
	margin-right: 0px;
}

#content h1 {
	text-align: center;
	font-size: 30px;
}

#content h2 {
	text-align: center;
}

#content a {
	text-decoration: none;
	text-align: center;
	color: #000066;
}

#content img {
	text-decoration: none;
	border-top-color: #E7B000;
	border-right-color: #E7B000;
	border-bottom-color: #E7B000;
	border-left-color: #E7B000;
}

#content #size {
	font-size: 14px;
}
#content h4 {
	text-align: center;
}

.p1 {
	text-align: center;
}
.txt {
	padding-right: 8px;
	padding-left: 8px;
	font-size: 14px;
}

.small_1 {
	font-size: 12px;
}

/*Footer*/
#footer {
	background-color: #ffffff;
	line-height: 20px;
	clear: both;
	margin: 0;
	font-size: 10px;
	text-indent: 10px;
	color: #000066;
	padding-bottom: 10px;
}

#footer #foot1 {
	font-size: 13px;
	text-align: center;
}
#footer #foot2 {
	font-size: 11px;
	text-align: center;
}
#footer #foot2 a {
	color: #000066;
}
#footer hr {
	color: #000066;
	height: 2px;
}


/*FORM*/

#formFields #buttons {
	text-indent: -40px;
}
#address {
	list-style-type: none;
}

#formFields #buttons #send li {
	display: inline;
}
#myform {
	padding-top: 30px;

}

.spacer {
	height: 20px;
}
.cells {
	width: 33%;
	text-align: center;
	padding-top: 20px;
}
#home {
	width: 100%;
}
.IntLink {
}
#content .IntLink a {
	text-align: left;
}
#linkspage li {
	text-align: left;
	font-weight: bold;
	list-style-type: none;
}
#links {
	text-align: left;
}
#links a {
	text-align: left;
}

.hr {
	font-size: 2px;
	color: #000066;
}
#size {
	padding-left: 10px;
}
.linksTxt {
	font-size: 12px;
}
.pic2 {
	padding-left: 20px;
}
#packaging #container #content .pic3 {
	padding-left: 20px;
	float: right;
}

.pic {
	padding: 0px;
	
}
.line {
	padding-bottom: 25px;
}
#EquipUsedFill {
	height: 200px;
}
#owner {
	float: right;
	padding: 10px;
	font-size: 14px;
}
#spanh3 {
	font-size: large;
}
.spanh3 {
	font-size: large;
	font-weight: bold;
}
#h3center {
	text-align: center;
}
