/* Common */

body
{
  margin:0px;
  padding:0px;
  font:normal 70% Verdana, Arial, Helvetica, sans-serif;
  color:#666666;
}

p
{
	margin:0px 0px 10px 0px;
}

a:link    { color: #CA1734; background-color:inherit; font-weight:bold; text-decoration: none; }
a:visited { color: #CA1734; background-color:inherit; font-weight:bold; text-decoration: none; }
a:active  { color: #CA1734; background-color:inherit; font-weight:bold; text-decoration: none; }
a:hover   { color: #CA1734; background-color:inherit; font-weight:bold; text-decoration: underline; }

/* Container */

#containerTomatoes
{
	width:984px;
	margin:0px auto;
	background:#FFFFFF url(../images/tomatoes_top.jpg) no-repeat;
  	color:#666666;
	padding-top:178px;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CA1734;
	border-bottom-color: #CA1734;
	border-left-color: #CA1734;
	height: 100%;
}

#containerFruit {

	width:984px;
	margin:0px auto;
	background:#FFFFFF url(../images/fruit_top.jpg) no-repeat;
  	color:#666666;
	padding-top:178px;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CA1734;
	border-bottom-color: #CA1734;
	border-left-color: #CA1734;
	height: 100%;
}

#containerFish {

	width:984px;
	margin:0px auto;
	background:#FFFFFF url(../images/fish_top.jpg) no-repeat;
  	color:#666666;
	padding-top:178px;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CA1734;
	border-bottom-color: #CA1734;
	border-left-color: #CA1734;
	height: 100%;
}

#containerVegetables {

	width:984px;
	margin:0px auto;
	background:#FFFFFF url(../images/vegetables_top.jpg) no-repeat;
  	color:#666666;
	padding-top:178px;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CA1734;
	border-bottom-color: #CA1734;
	border-left-color: #CA1734;
	height: 100%;
}

#containerPasta {

	width:984px;
	margin:0px auto;
	background:#FFFFFF url(../images/pasta_top.jpg) no-repeat;
  	color:#666666;
	padding-top:178px;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CA1734;
	border-bottom-color: #CA1734;
	border-left-color: #CA1734;
	height: 100%;
}

#containerOther {

	width:984px;
	margin:0px auto;
	background:#FFFFFF url(../images/other_products_top.jpg) no-repeat;
  	color:#666666;
	padding-top:178px;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CA1734;
	border-bottom-color: #CA1734;
	border-left-color: #CA1734;
	height: 100%;
}

#containerCoffee
{
	width:984px;
	margin:0px auto;
	color:#666666;
	padding-top:178px;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CA1734;
	border-bottom-color: #CA1734;
	border-left-color: #CA1734;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/fruit_top.jpg);
	background-repeat: no-repeat;
}

#logo {
	margin:0px auto;
	padding-top:161px;
	position:absolute;
	top: -161px;
	right: 20px;
	display: none;
}

/* Page Header */

#pageHeader
{
	top:110px;
	width:900px;
	position: absolute;
	left: 42px;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#pageHeader a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	line-height: 30px;
}

#pageHeader a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-decoration: underline;
}

#pageHeader a.onPage {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Content */

#intro
{
	position:relative;
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-y;
}

#intro h3
{
  width:362px;
  height:30px;
}

#title {
	position: relative;
	top: -27px;
	padding-left: 86px;
}

#content
{
	padding-left: 13px;
	position: relative;
	left: 86px;
	width: 784px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CA1734;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CA1734;
	padding-right: 13px;
	line-height: 1.7em;
	margin-bottom: 20px;
}


#content h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #CA1734;
	background-color:#FFFFFF;
	font-weight: bold;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	background-color:#FFFFFF;
	font-weight: bold;
}

#content h3
{
	margin:20px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color:#FFFFFF;
}

#content blockquote {
	margin: 0px 0px 0px 20px;
}

#contentImage {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CA1734;
	width: 810px;
	position: relative;
	left: 86px;
	margin-bottom: 20px;
}
#financialTable {
	width: 475px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#financialTable td {
	width: 50%;
	vertical-align: top;
	padding: 0px 0px 10px;
	margin: 0px;
}

#contactTable {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contactTable td {
	vertical-align: top;
	padding: 0px 0px 10px;
	margin: 0px;
}
.contactTableLeftTd {
	width: 200px;
}

.contactTableCentreTd {
	width: 300px;
}

#contactTableBottom {

	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#standardTable {
	width: 475px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#standardTable td {
	vertical-align: top;
	padding: 0px 0px 10px;
	margin: 0px;
}

.standardTableLeftTd {
	width: 150px;
}

#fullTable {
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 100px;
}

#fullTable td {
	padding: 0px 0px 10px;
	margin: 0px;
	font-weight: bold;
}

.fullTableLeftTd {
	width: 350px;
}

#image {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 35px;
	top: 196px;
	float: right;
	left: 458px;

}

#homeImage {

	left: 458px;
	top: 196px;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#contactImage {
	left: 458px;
	top: 196px;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 2em;
}

#companyNav {
	position: relative;
	top: -20px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 102px;
	padding-left: 13px;
	margin-bottom: 14px;
}

#companyNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 11px;
}

#companyNav a:hover {
	text-decoration: none;
}

#companyNav a.onpage {
	text-decoration: none;
}

#productNav {
	position: relative;
	top: -20px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 293px;
	padding-left: 13px;
	margin-bottom: 14px;
}

#productNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 11px;
}

#productNav a:hover {
	text-decoration: none;
}

#productNav a.onpage {
	text-decoration: none;
}

#contactNav {
	position: relative;
	top: -20px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #FFFFFF;
	margin-left: 789px;
	padding-left: 13px;
	margin-bottom: 14px;
}

#contactNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 11px;
}

#contactNav a:hover {
	text-decoration: none;
}

#logisticsNav {
	position: relative;
	top: -20px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 213px;
	padding-left: 13px;
	margin-bottom: 14px;
}

#logisticsNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 11px;
}

#logisticsNav a:hover {
	text-decoration: none;
}

#logisticsNav a.onpage {
	text-decoration: none;
}

#brandedNav {
	position: relative;
	top: -20px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #FFFFFF;
	margin-left: 486px;
	padding-left: 13px;
	margin-bottom: 14px;
}

#brandedNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 11px;
}

#brandedNav a:hover {
	text-decoration: none;
}


#technicalNav {
	position: relative;
	top: -20px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #FFFFFF;
	margin-left: 636px;
	padding-left: 13px;
	margin-bottom: 14px;
}

#technicalNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 11px;
}

#technicalNav a:hover {
	text-decoration: none;
}


/* Footer */

#footer
{
	background:#CA1734;
	height: 25px;
	color:#FFFFFF;
	text-align: center;
	line-height: 20px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#footer h3
{
  width:362px;
  height:30px;
  margin:0px;
}

#key {
	width: 43px;
	position: absolute;
	left: 940px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
}
