body {
	background-image:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4f4f;
}
* {
	margin:0 auto;
}
.clearall {
	clear:both;
}
.wrapper {
	width:970px;
}
.mid_wrap {
	width:970px;
}
#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.top_hold {
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height:210px;
}
.details_top {
	background-image:url(../images/details_bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:37px;
	box-shadow: rgba(4,4,4, 0.5) 0px 3px 3px;
}
.details_left {
	float:left;
	width:480px;
}
.details_head {
	font-size:12px;
	font-weight:normal;
	color:#222222;
	padding-right:10px;
}
.details_text01 {
	font-size:12px;
	font-weight:normal;
	color:#222222;
	padding-right:10px;
}
.details_text02 {
	font-size:12px;
	font-weight:normal;
	color:#222222;
}
.details_text02 a {
	color:#468214;
	text-decoration:underline;
}
.details_text02 a:hover {
	color:#468214;
	text-decoration:none;
}
.details_right {
	float:right;
	width:480px;
	text-align:right;
}
.logo_hold_left {
	float:left;
	background-image:url(../images/marketing_logo.jpg);
	background-repeat:no-repeat;
	width:265px;
	height:96px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.logo_hold_right {
	float:right;
	background-image:url(../images/nutripick_logo.jpg);
	background-repeat:no-repeat;
	width:288px;
	height:96px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.nav {
	width:100%;
	box-shadow: rgba(4,4,4, 0.5) 0px 3px 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d6d6d6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d6d6d6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}
.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav ul li {
	list-style-type: none;
}
.start {
	border-left:1px solid #ccc;
}
.nav li a {
	float: left;
	padding-top:25px;
	padding-bottom:25px;
	color:#4a4a4a;
	font-family: 'Questrial', sans-serif;
	padding-left:19px;
 	padding-right:19px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:16px;
	text-decoration:none;
	border-right:1px solid #ccc;
}
.current {
	color: #408e00 !important;
}
.footer_divider {
	background-color:#7d7d7d;
	width:100%;
	height:1px;
}
.footer_text {
	float:right;
	font-size:11px;
	color:#282928;
	margin-top:9px;
	margin-right:15px;
}
.copyright_logo {
	float:right;
}

/*---- Home ----*/

.home a { 
display: block; 
width: 104px;
height:43px;
background:url(../images/nav/home.jpg);
background-repeat:no-repeat;
float:left;
}

.home a:hover { 
background:url(../images/nav/home-current.jpg);
background-repeat:no-repeat;
float:left;
}

.home-current{
display: block;
width: 104px;
height:43px;
background-repeat:no-repeat;
background-image: url(../images/nav/home-current.jpg);
float:left;
}

/*---- About Us ----*/

.about a { 
display: block; 
width: 132px;
height:43px;
background:url(../images/nav/about.jpg);
background-repeat:no-repeat;
float:left;
}

.about a:hover { 
background:url(../images/nav/about-current.jpg);
background-repeat:no-repeat;
float:left;
}

.about-current{
display: block;
width: 132px;
height:43px;
background-repeat:no-repeat;
background-image: url(../images/nav/about-current.jpg);
float:left;
}

/*---- Products ----*/

.products a { 
display: block; 
width: 131px;
height:43px;
background:url(../images/nav/products.jpg);
background-repeat:no-repeat;
float:left;
}

.products a:hover { 
background:url(../images/nav/products-current.jpg);
background-repeat:no-repeat;
float:left;
}

.products-current{
display: block;
width: 131px;
height:43px;
background-repeat:no-repeat;
background-image: url(../images/nav/products-current.jpg);
float:left;
}

/*---- Exports and Logistics ----*/

.exports a { 
display: block; 
width: 217px;
height:43px;
background:url(../images/nav/exports.jpg);
background-repeat:no-repeat;
float:left;
}

.exports a:hover { 
background:url(../images/nav/exports-current.jpg);
background-repeat:no-repeat;
float:left;
}

.exports-current{
display: block;
width: 217px;
height:43px;
background-repeat:no-repeat;
background-image: url(../images/nav/exports-current.jpg);
float:left;
}

/*---- Location ----*/

.location a { 
display: block; 
width: 129px;
height:43px;
background:url(../images/nav/location.jpg);
background-repeat:no-repeat;
float:left;
}

.location a:hover { 
background:url(../images/nav/location-current.jpg);
background-repeat:no-repeat;
float:left;
}

.location-current{
display: block;
width: 129px;
height:43px;
background-repeat:no-repeat;
background-image: url(../images/nav/location-current.jpg);
float:left;
}

/*---- Contact us ----*/

.contact a { 
display: block; 
width: 121px;
height:43px;
background:url(../images/nav/contact.jpg);
background-repeat:no-repeat;
float:left;
}

.contact a:hover { 
background:url(../images/nav/contact-current.jpg);
background-repeat:no-repeat;
float:left;
}

.contact-current{
display: block;
width: 121px;
height:43px;
background-repeat:no-repeat;
background-image: url(../images/nav/contact-current.jpg);
float:left;
}

/*---- Enquiries ----*/

.enquiries a { 
display: block; 
width: 136px;
height:43px;
background:url(../images/nav/enquiries.jpg);
background-repeat:no-repeat;
float:left;
}

.enquiries a:hover { 
background:url(../images/nav/enquiries-current.jpg);
background-repeat:no-repeat;
float:left;
}

.enquiries-current{
display: block;
width: 136px;
height:43px;
background-repeat:no-repeat;
background-image: url(../images/nav/enquiries-current.jpg);
float:left;
}

.slide_holder {
	width:970px;
	height:315px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
h1 {
	font-family: 'Questrial', sans-serif;
	font-size:28px;
	color:#408e00;
	font-weight:normal;
}
h2 {
	font-family: 'Questrial', sans-serif;
	font-size:28px;
	color:#408e00;
	font-weight:normal;
}
.h1_color {
	color:#282928;
}
.h1_divider01 {
	background-color:#7d7d7d;
	width:100%;
	height:1px;
}
.home_left {
	float:left;
	width:524px;
}
.text_content {
	line-height:18px;
	text-align:justify;
}
.home_right {
	float:right;
	width:424px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.home_right2 {
	float:right;
	width:425px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.contact_main_head {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.contact_head {
	font-size:12px;
	font-weight:bold;
}
.contact_left {
	float:left;
	width:300px;
}
.contact_left a {
	color:#408e00;
	text-decoration:underline;
}
.contact_left a:hover {
	color:#408e00;
	text-decoration:none;
}
table .headers {
	padding:10px;
	background-color:#2e2e2e;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border:1px solid #ccc;
}
table .table_text {
	padding:10px;
	background-color:#fff;
	color:#2e2e2e;
	font-size:12px;
	border:1px solid #ccc;
}
a {
	outline:none;
	color:#408e00;
	text-decoration:underline;
}
a:hover {
	outline:none;
	color:#408e00;
	text-decoration:none;
}
.company_main {
	line-height:28px;
}
.vegetable_head01 {
	font-size:12px;
	font-weight:bold;
	background-color:#00aa4f;
	border-bottom:2px solid #f26418;
	border-right:4px solid #f26418;
	border-top:2px solid #f26418;
	padding:10px;
	color:#fff;
}
.months01 {
	padding:10px;
	border-bottom:2px solid #f26418;
	border-top:2px solid #f26418;
	font-size:12px;
	font-weight:bold;
	background-color:#fff;
}
.months02 {
	padding:10px;
	border-bottom:2px solid #f26418;
	border-top:2px solid #f26418;
	font-size:12px;
	font-weight:bold;
	background-color:#fff;
}
.months03 {
	padding:10px;
	border-bottom:2px solid #f26418;
	border-right:2px solid #f26418;
	border-top:2px solid #f26418;
	font-size:12px;
	font-weight:bold;
	background-color:#fff;
}
.vegetable_left {
	background-color:#bddef3;
	font-size:12px;
	text-align:left;
	padding:3px;
	border-bottom:1px solid #fff;
	width:300px;
	color:#333;
}
.vegetable_right {
	background-color:#bddef3;
	font-size:12px;
	text-align:right;
	padding:3px;
	border-bottom:1px solid #fff;
	border-right:4px solid #f26418;
	width:300px;
	color:#333;
}
.color1 {
	padding:2px;
	background-color:#00aa4f;
	border:1px solid #fff;
	width:10px;
}
.color2 {
	padding:2px;
	background-color:#f7ae28;
	border:1px solid #fff;
	width:10px;
}
.color3 {
	padding:2px;
	background-color:#bedff3;
	border:1px solid #fff;
	width:10px;
}
.color4 {
	padding:2px;
	background-color:#2c7fc2;
	border:1px solid #fff;
	width:10px;
}
.stonefruit_head01 {
	font-size:12px;
	font-weight:bold;
	background-color:#d93357;
	border-bottom:2px solid #f26418;
	border-right:4px solid #f26418;
	padding:10px;
	color:#fff;
}
.stonefruit_head02 {
	font-size:12px;
	font-weight:bold;
	background-color:#d93357;
	border-top:2px solid #f26418;
	border-bottom:2px solid #f26418;
	border-right:4px solid #f26418;
	padding:10px;
	color:#fff;
}
.stonefruit_left {
	background-color:#edaecf;
	font-size:12px;
	text-align:left;
	padding:3px;
	border-bottom:1px solid #fff;
	width:300px;
	color:#333;
}
.stonefruit_right {
	background-color:#edaecf;
	font-size:12px;
	text-align:right;
	padding:3px;
	border-bottom:1px solid #fff;
	border-right:4px solid #f26418;
	width:300px;
	color:#333;
}
.citrusfruit_head01 {
	font-size:12px;
	font-weight:bold;
	background-color:#f6ae28;
	border-bottom:2px solid #f26418;
	border-right:4px solid #f26418;
	padding:10px;
	color:#fff;
}
.citrusfruit_head02 {
	font-size:12px;
	font-weight:bold;
	background-color:#f6ae28;
	border-bottom:2px solid #f26418;
	border-right:4px solid #f26418;
	padding:10px;
	color:#fff;
}
.citrusfruit_left {
	background-color:#f9da7e;
	font-size:12px;
	text-align:left;
	padding:3px;
	border-bottom:1px solid #fff;
	width:300px;
	color:#333;
}
.citrusfruit_right {
	background-color:#f9da7e;
	font-size:12px;
	text-align:right;
	padding:3px;
	border-bottom:1px solid #fff;
	border-right:4px solid #f26418;
	width:300px;
	color:#333;
}
.otherfruit_head01 {
	font-size:12px;
	font-weight:bold;
	background-color:#2c7fc2;
	border-bottom:2px solid #f26418;
	border-right:4px solid #f26418;
	padding:10px;
	color:#fff;
}
.otherfruit_left {
	background-color:#bddef3;
	font-size:12px;
	text-align:left;
	padding:3px;
	border-bottom:1px solid #fff;
	width:300px;
	color:#333;
}
.otherfruit_right {
	background-color:#bddef3;
	font-size:12px;
	text-align:right;
	padding:3px;
	border-bottom:1px solid #fff;
	border-right:4px solid #f26418;
	width:300px;
	color:#333;
}
.vegetables_hold {
	float:left;
	width:230px;
	height:129px;
	background-image:url(../images/export_img02.jpg);
	background-repeat:no-repeat;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.vegetables_nav {
	background-image:url(../images/vegetables_btn.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
	margin-left:-4px;
}
a .vegetables_nav {
	background-image:url(../images/vegetables_btn.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
}
a:hover .vegetables_nav {
	background-image:url(../images/vegetables_btn-over.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
}
.stone_hold {
	float:left;
	width:230px;
	height:129px;
	background-image:url(../images/export_img03.jpg);
	background-repeat:no-repeat;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
	margin-left:15px;
}
.stone_nav {
	background-image:url(../images/stone_btn.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
	margin-left:-4px;
}
a .stone_nav {
	background-image:url(../images/stone_btn.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
}
a:hover .stone_nav {
	background-image:url(../images/stone_btn-over.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
}
.citrus_hold {
	float:left;
	width:230px;
	height:129px;
	background-image:url(../images/export_img04.jpg);
	background-repeat:no-repeat;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
	margin-left:18px;
}
.citrus_nav {
	background-image:url(../images/citrus_btn.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
	margin-left:-4px;
}
a .citrus_nav {
	background-image:url(../images/citrus_btn.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
}
a:hover .citrus_nav {
	background-image:url(../images/citrus_btn-over.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
}
.other_hold {
	float:right;
	width:230px;
	height:129px;
	background-image:url(../images/export_img05.jpg);
	background-repeat:no-repeat;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.other_nav {
	background-image:url(../images/other_btn.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
	margin-left:-4px;
}
a .other_nav {
	background-image:url(../images/other_btn.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
}
a:hover .other_nav {
	background-image:url(../images/other_btn-over.png);
	background-repeat:no-repeat;
	width:238px;
	height:60px;
}
.logistics_left {
	float:left;
	width:442px;
}
.logistics_img_left {
	
}
.logistics_right {
	float:right;
	width:500px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.logistics_content {
	text-align:justify;
	line-height:21px;
}
.show_nav_left {
	float:left;
	background-image:url(../images/precut_bg.jpg);
	background-repeat:no-repeat;
	width:465px;
	height:264px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.show_nav_right {
	float:right;
	background-image:url(../images/retail_bg.jpg);
	background-repeat:no-repeat;
	width:465px;
	height:264px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.precut_nav {
	background-image:url(../images/precut-nav.png);
	background-repeat:no-repeat;
	width:487px;
	height:80px;
	margin-left:-11px;
}
a .precut_nav {
	background-image:url(../images/precut-nav.png);
	background-repeat:no-repeat;
	width:487px;
	height:80px;
}
a:hover .precut_nav {
	background-image:url(../images/precut-nav-over.png);
	background-repeat:no-repeat;
	width:487px;
	height:80px;
}

.wholesale_nav {
	background-image:url(../images/retail-nav.png);
	background-repeat:no-repeat;
	width:487px;
	height:80px;
	margin-left:-11px;
}
a .wholesale_nav {
	background-image:url(../images/retail-nav.png);
	background-repeat:no-repeat;
	width:487px;
	height:80px;
}
a:hover .wholesale_nav {
	background-image:url(../images/retail-nav-over.png);
	background-repeat:no-repeat;
	width:487px;
	height:80px;
}
.showcase_content h2 {
	font-family: 'Questrial', sans-serif;
	font-size:18px;
	color:#408e00;
	font-weight:normal;
}
.showcase_left {
	float:left;
	width:397px;
	text-align:justify;
	line-height:25px;
}
.showcase_right {
	float:right;
	width:544px;
	height:217px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.downloads_holder {
	float: left;
	width: 140px
}
.download_icon {
	background-image: url(../images/download_icon.jpg);
	background-repeat: no-repeat;
	width: 76px;
	height: 72px
}
.download_desc {
	font-size: 12px;
	font-weight: 400;
	color: #468214;
	text-align: center;
	width: 140px
}