/*
font-family: “Trebuchet MS”, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.25em;
	color: #392f23;
	background-color: #EDE4D3;
	background-image: url(../images/bckgrnd_papertexture_1800X1800.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

ol, ul {
	list-style: none;
	padding-bottom: 1em;
}

ol li, ul li {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: regular;
	line-height: 1.35em;
}

.italic {
	font-style: italic;
}

.discunorderedlist {
	list-style-type: disc;
}

.discunorderedlist li {
	margin-left: 25px;
	padding-bottom: 5px;
}

.decimalorderlist {
	list-style-type: decimal;
}

.decimalorderlist li {
	margin-left: 25px;
	padding-bottom: 15px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 40px;
	line-height: 42px;
	padding-bottom: 18px;
	margin: 0;
	text-transform:uppercase;
}

h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 22px;
	padding-bottom: 10px;
	margin: 0;
	line-height: 1.15em;
	text-transform:uppercase;
}

p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 1.35em;
	padding-bottom: 1em;
}

a {
	color: #405fc7;
	text-decoration: none;
}

a:visited {
	color: #405fc7;
	text-decoration: none;
}

a:hover {
	color: #4f462f;
	text-decoration: none;
}

a:active {
	color: #4f462f;
	text-decoration: none;
}

.boldtxt {
	font-weight: bold;
}

.clearboth {
	clear: both;
}

.identity {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

.logo_judelmarketinginternational {
	position: absolute;
	left: 164px;
	bottom: 0px;
}

.navBckgrnd {
	width: 100%;
	height: 47px;
	margin: 0 auto;
	background: #544b39; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NGIzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjE5MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #544b39 0%, #1f190d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#544b39), color-stop(100%,#1f190d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #544b39 0%,#1f190d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #544b39 0%,#1f190d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #544b39 0%,#1f190d 100%); /* IE10+ */
	background: linear-gradient(top,  #544b39 0%,#1f190d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544b39', endColorstr='#1f190d',GradientType=0 ); /* IE6-8 */
}


.navContentBucket {
	width: 980px;
	height: 47px;
	margin: 0 auto;
	overflow: hidden;
}

.navmain {
	height: 47px;
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	float: left;
	position: relative; 
	left: 50%;
}

.navmain li {
	text-align: center;
	padding: 0 15px;
	height: 47px;
	float: left;
	position: relative;
	right: 50%;
}

.navmain a, .navmain a:visited  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fffffa;
	line-height: 47px !important;
	display: block;
	height: 47px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-decoration: none;
}

.navmain a:hover, .navmain a:active {
	color: #b0d240;
	text-decoration: none;
}

.maincontentbucket {
	width: 960px;
	min-height:620px;
	height: auto !important;
	height: 620px;
	margin: 0 auto;
	/*border: 1px dotted blue;*/
	position: relative;
}

.footer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.footernav {
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	float: left;
	position: relative; 
	left: 50%;
	height: 20px;
}

.footernav li {
	float: left;
	position: relative;
	right: 50%;
	border-left: 1px solid #4f462f; 
}

.footernav li:first-child {
	border-left: none;
}

.footernav a, .footernav a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: auto;
	display: block;
	padding: 0 16px;
	color: #4f462f; 
	text-decoration: none;
	line-height: 20px;
}
  
.footernav a:hover, .footernav a:active {
	color: #405fc7;
	text-decoration: none;
}

.disclaimer {
	clear: both;
	padding-top: 25px;
}

.disclaimer li {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px !important;
}

/*HOME*/
.hdrhome {
	font-size: 22px;
	line-height: 100%;
	text-align: center;
	padding-bottom: 40px;
}

.cvrimgbucket {
	padding: 12px 0 0 51px;
}

.img_cvr_produce {
	/*
	position: absolute;
	top: 12px;
	left: 51px;
	*/
}
/*END HOME*/

/*OUR PRODUCTS*/
.productsRow01 {
	/*width: 858px;*/
	margin-left: 51px;
	height: 230px;
	padding-top: 50px;
}

.productsRow01 li {
	width: 286px;
	height: 230px;
	float: left;
	position: relative;
}

.productsRow02 {
	height: 228px;
	clear: both;
}

.productsRow02 li {
	/*width: 337px;*/
	width: 334px;
	height: 228px;
	float: left;
	position: relative;
}

.productsRow02 li.col02 {
	width: 286px;
}

.productsRow03 {
	height: 228px;
	clear: both;
}

.productsRow03 li {
	width: 320px;
	height: 228px;
	float: left;
	position: relative;
}

.productscenter {
	text-align: center;
}

.img_products_onion {
	margin-left: 100px;
}

.links_products_onion {
	margin-left: 20px;
	width: 266px !important;
}

.img_products_yellowpotatoes {
}

.img_products_redpotatoes {
	margin-top: 10px;
}

.img_products_corn {
}

.img_products_peaches {
	margin-top: 40px;
}

.img_products_russetpotatoeswhite {
	margin-top: 40px;
}

.img_products_acornsquash {
	margin-top: 20px;
	margin-left: 40px;
}

.img_products_butternutsquash {
	margin-top: 0px;
	margin-left: 80px;
}

.img_products_kabochasquash {
	margin-top: 30px;
	margin-left: 55px;
}

.productsgroupshot {
	width: 282px;
	height: 175px;
	border: 3px solid #4f462f;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-image: url(../images/img_products_groupshot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.productslinkbucketrow01 {
	height: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 286px;
	text-align: center;
}

.productslinkbucketrow02 {
	height: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.productslinkgroupshot {
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.txtbucket {
	position: relative;
	padding-top: 50px;
	padding-bottom: 25px;
	margin-right: 54px;
	margin-left: 480px;
}

.img_product_organiconion_big {
	position: absolute;
	top: 18px;
	left: -389px;
}

.img_product_potatoes_big {
	position: absolute;
	top: 77px;
	left: -410px;
}

.img_product_corn_big {
	position: absolute;
	top: 25px;
	left: -470px;
}

.img_product_peaches_big {
	position: absolute;
	top: 153px;
	left: -470px;
}

.img_product_moreproduce_big {
	position: absolute;
	top: 126px;
	left: -410px;
}

.img_product_russetpotatoewht_big {
	position: absolute;
	top: 25px;
	left: -470px;
}

.img_product_acornsquash_big {
	position: absolute;
	top: 35px;
	left: -360px;
}

.img_product_butternutsquash_big {
	position: absolute;
	top: 35px;
	left: -340px;
}

.img_products_kabachasquash_big {
	position: absolute;
	top: 35px;
	left: -340px;
}

.recipelist li {
	line-height: 1.25em;
}

/*END OUR PRODUCTS*/

/*HISTORY SERVICES ORGANICS*/
.img_history_big {
	position: absolute;
	top: 12px;
	left: -446px;
}

.servicecol01 {
	width: 414px;
	position: absolute;
	top: 50px;
	left: -450px;
}

.mapbucket {
	width: 414px;
	height: 375px;
	border: 1px solid #392f23;
	margin-bottom: 15px;
}

.map_canvas {
	width: 414px;
	height: 375px;
	border: 1px solid #392f23;
	margin-bottom: 15px;
}

.servicesimgbucket {
	height: 880px;
}

.organicsimgbucket {
	width: 414px;
	height: 554px;
	position: absolute;
	top: 50px;
	left: -450px;
	border: 3px solid #4f462f;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-image: url(../images/img_organic_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
	
.imgfloatright {
	float: right;
}

.imgfloatleft {
	float: left;
}

.spcrtop {
	margin-top: 15px;
}

.spcrright {
	margin-right: 15px;
}

.spcrbtm {
	margin-bottom: 15px;
}

.spcrleft {
	margin-left: 15px;
}

.serviceimg2up {
	width: 199px;
	height: 268px;
	border: 1px solid #4f462f;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 0;
}

.serviceimg1up {
	width: 414px;
	height: 311px;
	border: 1px solid #4f462f;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 0 0 0 0;
	padding: 0;
}

.img_services_growing {
	background-image: url(../images/img_services_growing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 0 12px 0;
}

.img_services_packaging {
	background-image: url(../images/img_services_packaging.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 12px 12px 0;
}

.img_services_procurment {
	background-image: url(../images/img_services_procurment.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 0 12px 0;
}

.img_services_growing_corn {
	background-image: url(../images/img_services_growing_corn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 12px 0 0;
}

.img_services_transportation {
	background-image: url(../images/img_services_transportation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 0 0 0;
}

/*END HISTORY SERVICES ORGANICS*/

/*STAFF*/
.staffbucket {
	width: 960px;
	height: 430px;
	margin: 0 auto;
	overflow: hidden;
}

.staffbucket:first-child {
	padding-top: 50px;
}

.staffimages {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
	float: left;
	position: relative; 
	left: 50%;
	height: 430px;
}

.staffimages li {
	float: left;
	position: relative;
	right: 50%;
	height: 361px;
	width: 252px;
	padding: 0 20px;
	margin: 0;
	text-align: center;
}

.staffimages p {
	
	padding: 0;
	margin: 0;
}

.staffname {
	font-size: 90%;
	font-weight: bold;
}

.stafftitle {
	font-size: 13px;
}

.opacityoff {
	filter: alpha(opacity=0);
	opacity: 0.00;
}

.imageborderwrapper {
	height: 359px;
	width: 250px;
	border: 1px solid #4f462f;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 0;
	padding: 0;
}

.staffcaption {
	padding: 0 0 25px 0;
	margin: 0;
	text-align: center;
}

/*END STAFF*/


/*FORMS*/
.tblform {
	margin: 0 auto 0 auto;
}

.tblform td {
	padding: 5px;
	text-align: left;
	/*font-size: 90%;*/
}

.tblform tr td:first-child {
	text-align: right;
}

.formverticaltop {
	vertical-align: top;
}

.notify {
	color: red;
}

.form_error_msg {
	text-align: left;
	color: red;
	padding: 0;
	margin: 0;
}

/*
.notifylist {
	padding: 15px 50px 15px 50px;
}

.notifylist li {
	font-size: 80%;
	line-height: 1.25em;
}

.notifyhighlight, .generic_error {
	color: red;
}

.centertxt {
	text-align: center;
}


.formbucket {
	height: 40px;
	text-align: center;
}

.formbucket form {
	display: inline;
	padding-right: 20px;
}

.recipe_noaecipeavailable {
	background-color: #e6e6e6;
	padding: 4px;
}
				
.recipe_missing {
	background-color: #ebcbbf;
	padding: 4px;
}

.baseadbackground {
	background-color: #e6e6e6;
}

.toolpageinstructions {
	padding: 15px 50px 15px 50px;
	font-size: 90%;
}

.formadpagefilter {
	position: absolute;
	top: 30px;
	right: 50px;
	font-size: 90%;
}
*/

input[type=text], input[type=password], textarea {
	border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #817452;
    background-color: #f8f4ed;
    font-size: 14px;
    padding: 6px 10px;
}

select, input[type=file] {
	border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    padding: 8px 10px;
	line-height: 2em;
}

input[type=button], input[type=submit], input[type=reset], button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
	position:relative;
	top:1px;
}


/*END FORMS*/

/*CONTACT US*/
.hdrindented {
	padding-left: 136px;
}

.contactbucket {
	padding-top: 50px;
	padding-bottom: 35px;
}

.message_response {
	margin-left: 330px; 
}

/*END CONTACT US*/


/*Packaging*/

.packginghdr {
	width: 539px;
	margin: 0 auto;
	padding-top: 20px;
}

.packginghdr p {
	position: relative;
}

.logo_tradingmembers_bluebook {
	position: absolute;
	top: 0px;
	left: 280px;
}

.logo_pma {
	position: absolute;
	top: 82px;
	right: 0px;
}

.logo_primuslabs {
	position: absolute;
	top: 204px;
	left: 280px;
}

.packagingbucket {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 25px;
	overflow: hidden;
}

.packagingbucket:first-child {
	padding-top: 50px;
}

.packagingimages {
	padding: 0 0 18px 0; 
	margin: 0; 
	list-style-type: none;
	float: left;
	position: relative; 
	left: 50%;
}

.packagingimages li {
	float: left;
	position: relative;
	right: 50%;
	height: 380px;
	width: 252px;
	padding: 0 20px;
	margin: 0;
	text-align: center;
}

.packagingimages li.onionimg {
	height: 320px;
	width: 539px;
}

.packagingimages li.potatogroupimg {
	height: 345px;
	width: 539px;
}

.packagingimages li.onionspackagehdrimg {
	height: 350px;
	width: 539px;
}

.packagingimages li.boxedpackagingimg {
	height: 350px;
	width: 539px;
}

.imageborderwrapperonions {
	height: 310px;
	width: 539px;
}

.imageborderwrappergroup {
	height: 334px;
	width: 539px;
}

.imgkabochasquashbucket {
	width: 231px;
}

.imgkabochasquash {
	background-image: url(../images/img_kabochasquash_growing.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 229px;
	height: 335px;
	border: 1px solid #4f462f;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.caption {
	padding: 4px 0 4px 0;
	font: 12px/1.4em Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}


.visionmissionstatement {
	width: 414px;
	height: 630px;
	position: absolute;
	top: 630px;
	left: -450px;
}



/*
.staffimages p {
	
	padding: 0;
	margin: 0;
}

.staffname {
	font-size: 90%;
	font-weight: bold;
}

.stafftitle {
	font-size: 13px;
}

.opacityoff {
	filter: alpha(opacity=0);
	opacity: 0.00;
}

.imageborderwrapper {
	height: 359px;
	width: 250px;
	border: 1px solid #4f462f;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 0;
	padding: 0;
}
*/
/*END STAFF*/