/* @override
	http://dole.site/css/style.css?v=2
*/

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */

/* @group Default HTML5 Boilerplate */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

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

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: light blue! */
::-moz-selection{ background: #86c5ff; color:#fff; text-shadow: none; }
::selection { background:#86c5ff; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #86c5ff; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #2d2d2d;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/* @end */

/* @group ** Primary Styles ** */

/**
 * Primary styles
 *
 * Author: Scott Orchard
 */

body {
	background: #86c5ff url(../img/common/site-bkgd.png) repeat-x 0 0;
	font-family: Arial, Sans-Serif;
}

.gray {
	color: #2d2d2d;
}

.blue {
	color: #0053a0;
}

.red {
	color: #ed1c24;
}

a {
	cursor: pointer;
}

em {
	font-style: italic;
}

.nobr {
	white-space: nowrap;
}

.printonly {
	display: none;
}

#container {
	width: 1002px;
	height: 740px;
	margin: 0 auto;
}

/* @group Header */

header {
	width: 980px;
	height: 148px;
	margin: 0 auto;
}

#dole-logo {
	width: 126px;
	height: 64px;
	display: block;
	background: url(../img/common/dole-logo.png);
	text-indent: -9999px;
	float: left;
	margin: 21px 0 0 0;
}

#tagline {
	float: left;
	margin: 70px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #015eb4;
}

#header-nav {
	float: right;
	margin: 70px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #015eb4;
}

#header-nav a {
	color: #015eb4;
	text-decoration: none;
	/*padding: 0 5px;*/
}

#header-nav a:hover {
	color: #015eb4;
	text-decoration: underline;
}

#download-pdf {
	padding: 0 0 0 0;
}

#home-link {
	padding: 0 0 0 5px;
}

/* @end */

/* @group Main Navigation */

#main-nav {
	width: 980px;
	height: 46px;
	display: block;
	float: left;
	margin: 14px 0 6px;
}

#main-nav li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#main-nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 16px 10px;
	background: url(../img/common/nav-bkgd.png) 0 0;
}

/*#main-nav li a:active {
	color: #014a8e;
	text-decoration: none;
	text-transform: uppercase;
	background-position: 0 -48px;
	margin: 1px 0 0;
}*/

#main-nav li a:hover,
#main-nav li a.active {
	color: #014a8e;
	text-decoration: none;
	text-transform: uppercase;
	background-position: 0 -48px;
}

#main-nav li#remarks a {
	width: 171px;
	background-position: 0 0;
}
#main-nav li#remarks a:hover,
#main-nav li#remarks a.active {
	background-position: 0 -48px;
}

#main-nav li#highlights a {
	width: 157px;
	background-position: -191px 0;
}
#main-nav li#highlights a:hover,
#main-nav li#highlights a.active {
	background-position: -191px -48px;
}

#main-nav li#products a {
	width: 147px;
	background-position: -368px 0;
}
#main-nav li#products a:hover,
#main-nav li#products a.active {
	background-position: -368px -48px;
}

#main-nav li#operations a {
	width: 175px;
	background-position: -535px 0;
}
#main-nav li#operations a:hover,
#main-nav li#operations a.active {
	background-position: -535px -48px;
}

#main-nav li#info a {
	width: 121px;
	background-position: -730px 0;
}
#main-nav li#info a:hover,
#main-nav li#info a.active {
	background-position: -730px -48px;
}

#main-nav li#multimedia a {
	width: 89px;
	background-position: -871px 0;
}
#main-nav li#multimedia a:hover,
#main-nav li#multimedia a.active {
	background-position: -871px -48px;
}

/* @end */


#main {
	width: 980px;
	height: 580px;
	margin: 0 auto;
	padding: 0 11px;
	float: left;
	display: block;
	background: transparent url(../img/common/main-bkgd.png) no-repeat 0 0;
}

#internal-wrapper {
	width: 942px;
	height: 520px;
	margin: 9px 0 17px 38px;
}

/* @group Home Page Slideshow */

#slideshow {
	width: 980px;
	height: 546px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	float: left;
	display: block;
}

#slideshow img {
	display: none
}

#slideshow-info {
	float: right;
}
#slideshow-name {
	float: left;
	margin: 0 15px 0 0;
}
#slideshow-nav {
	float: left;
}

#slideshow-nav a {
	margin: 0 0 0 5px;
	padding: 3px 0 3px 5px;
	color: #015eb4;
	text-decoration: none;
}
#slideshow-nav a.activeSlide {
	color: #015eb4;
	text-decoration: underline;
}
#slideshow-nav a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb-nav {
	font-size: 13px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #015eb4;
	margin: 9px 0 50px 0;
	min-width: 692px;
}

#breadcrumb-nav.corporate-info {
	font-size: 13px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #015eb4;
	margin: 18px 0 50px 0;
	min-width: 692px;
}

#internal-wrapper.world-bkgd #breadcrumb-nav {
	font-size: 13px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #015eb4;
	margin: 9px 0 50px 0;
	min-width: 692px;
	z-index: 500;
	position: absolute;
}

#breadcrumb-nav a {
	color: #015eb4;
	text-decoration: none;
}

#breadcrumb-nav a:hover,
#breadcrumb-nav a.active {
	color: #ed1c24;
	text-decoration: underline;
}

#breadcrumb-nav.multimedia {
	font-size: 13px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #015eb4;
	float: left;
	margin: 9px 0 30px 0;
	width: 600px;
}

/* @end */

/* @group Footer */

footer {
	margin: 15px 0 0;
	width: 980px;
	height: 30px;
	float: left;
	font-size: 12px;
	color: #015eb4;
}

#copyright {
	font-weight: bold;
	float: left;
}

/* @end */

#internal-content {
	float: left;
}

/* @group Corporate Info */

section h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #0053a0;
	margin-bottom: 25px;
}

section .title-note {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #0053a0;
	margin-bottom: 25px;
}

article h2 {
	font-size: 16px;
	font-weight: normal;
	color: #ed1c24;
	margin-bottom: 20px;
}

article p {
	font-size: 12px;
	font-weight: normal;
	color: #2d2d2d;
	line-height: 16px;
	margin-bottom: 16px;
}

article p .name {
	font-size: 14px;
	color: #0053a0;
}

article a {
	color: #2d2d2d;
	text-decoration: none;
}

article a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

#column-1 {
	float: left;
	width: 330px;
	height: 380px;
}

#column-1.right-border {
	border-right: 1px solid #6899c4;
}

#column-2 {
	float: left;
	width: 260px;
	height: 380px;
	margin: 0 0 0 40px;
}

#column-3 {
	float: left;
	width: 260px;
	height: 280px;
	margin: 0 0 0 40px;
}

#column-3.margin-top {
	margin: 40px 0 0 40px;
}

#column-3 small {
	line-height: 16px;
	display: block;
	margin-top: 116px;
}

/* @end */

/* @group Chariman */


#left-column-wrapper {
	width: 643px;
	float: left;
	padding-right: 50px;
	background: transparent;
}

#left-column-wrapper h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ed1c24;
	margin-bottom: 25px;
}

#left-column-wrapper h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #0053a0;
	margin-bottom: 30px;
}

#left-column-wrapper p {
	font-weight: normal;
	color: #2d2d2d;
	line-height: 18px;
	margin-bottom: 14px;
}

#left-column-wrapper .pagination p {
	font-size: 11px;
	font-weight: normal;
	color: #2d2d2d;
	line-height: 12px;
	margin-bottom: 10px;
	text-align: right;
}

#left-column-wrapper .pagination a {
	color: #0053a0;
	text-decoration: none;
}

#left-column-wrapper .pagination a:hover {
	color: #0053a0;
	text-decoration: underline;
}

#right-column-wrapper {
	float: left;
	width: 249px;
	height: 546px;
	margin-top: -9px;
}

.chairman {
	background: url(../img/chairman/chairman-david-murdock.png);
}


.chairman p {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	margin: 20px 20px 0 0;
}

/* @end */


/* @group Financial Highlights */

#left-column-wrapper.financial h1 small {
	font-size: 11px;
	float: none;
}

#left-column-wrapper.financial h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #0053a0;
	margin-bottom: 20px;
}

#left-column-wrapper ul {
	/*margin-bottom: 30px;*/
}

#left-column-wrapper .pagination-overview-1 p {
	font-size: 11px;
	font-weight: normal;
	color: #2d2d2d;
	line-height: 12px;
	margin: 12px 0 0 0;
	text-align: right;
}

#left-column-wrapper.financial small {
	float: left;
	margin: 0 0 0 0;
}

#left-column-wrapper .pagination-overview-2 p {
	font-size: 11px;
	font-weight: normal;
	color: #2d2d2d;
	line-height: 12px;
	margin: 0 0 0 0;
	text-align: right;
}

#left-column-wrapper.financial li {
	line-height: 18px;
	font-weight: normal;
	color: #0053a0;
	margin-bottom: 10px;
}

#right-column-wrapper.border-left,
#right-column-wrapper.border-left-tall {
	float: left;
	width: 248px;
	height: 400px;
	margin: 95px 0 20px 0;
	/*margin-top: -9px;*/
	border-left: 1px solid #0053a0;
}

#right-column-wrapper h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #0053a0;
	margin: -4px 25px 0 40px;
}

#right-column-wrapper.border-left img {
	margin: 20px 0 0 30px;
}

#right-column-wrapper.border-left-tall img {
	margin: 10px 0 0 40px;
}

#ebitda {
	width: 600px;
	margin-bottom: 20px;
}

#ebitda tr.border-bottom th,
#ebitda tr.border-bottom td {
	border-bottom: 1px #2d2d2d solid;
}

#ebitda th,
#ebitda td {
	color: #2d2d2d;
	text-align: left;
	font-weight: normal;
	padding: 5px 0;
}

#ebitda .quantity {
	width: 280px;
}

#ebitda .year-amount {
	width: 30px;
	text-align: right;
}

#ebitda .year-amount.blue {
	width: 30px;
	color: #0053a0;
	font-weight: bold;
}

#ebitda .dollar-bold {
	width: 40px;
	color: #0053a0;
	font-weight: bold;
	padding: 5px 10px;
	text-align: right;
}

#ebitda .dollar {
	width: 40px;
	padding: 5px 10px;
	text-align: right;
}

#ebitda tr.total td {
	border-top: 2px #2d2d2d solid;
	border-bottom: 0;
}

#ebitda .quantity-total {
	padding: 5px 0 20px 15px;
}

#ebitda .margin {
	padding-top: 15px;
}

small.table-note {
	margin-bottom: 25px;
	display: block;
}

#right-column-wrapper.no-border-left {
	float: left;
	width: 248px;
	height: 440px;
	margin: 71px 0 20px 0;
	/*margin-top: -9px;*/
	/*border-left: 1px solid #0053a0;*/
}

#right-column-wrapper.no-border-left img {
	margin: 30px 0 0 40px;
}

#right-column-wrapper #graph-legend {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #0053a0;
	margin: 0 30px 0 50px;
	list-style-type: none;
}

#right-column-wrapper #graph-legend li {
	color: #2d2d2d;
	margin: 0 0 5px 0;
	padding-left: 20px;
}

#right-column-wrapper #graph-legend li.blue-sq {
	background: url(../img/financial/blue-sq.png) no-repeat 0 6px;
}

#right-column-wrapper #graph-legend li.green-sq {
	background: url(../img/financial/green-sq.png) no-repeat 0 6px;
}
#right-column-wrapper #graph-legend li.orange-sq {
	background: url(../img/financial/orange-sq.png) no-repeat 0 6px;
}

#graph-column-wrapper {
	width: 940px;
	float: left;
	/*padding-right: 50px;*/
	background: transparent;
}

/*#graph-column-wrapper h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ed1c24;
	margin-bottom: 25px;
}*/

#graph-column-wrapper h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #0053a0;
	margin: 50px 0 30px;
	width: 230px;
	float: left;
}

#graph-column-wrapper p {
	font-weight: normal;
	color: #2d2d2d;
	line-height: 18px;
	margin-bottom: 18px;
}

img.total-revenue-graph {
	margin: 0 40px 0 50px;
	float: left;
}

#total-revenue-graph {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #0053a0;
	margin: 50px 30px 0 10px;
	list-style-type: none;
	float: left;
}

#total-revenue-graph li {
	/*color: #2d2d2d;*/
	margin: 0 0 5px 0;
	padding-left: 20px;
}

#total-revenue-graph li ul {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #0053a0;
	margin: 2px 30px 0 0;
	list-style-type: none;
}

#total-revenue-graph li li {
	color: #2d2d2d;
	margin: 0 0 5px 0;
	padding-left: 20px;
}

#total-revenue-graph li li.blue-sq {
	background: url(../img/financial/blue-sq.png) no-repeat 0 6px;
}
#total-revenue-graph li li.green-sq {
	background: url(../img/financial/green-sq.png) no-repeat 0 6px;
}
#total-revenue-graph li li.orange-sq {
	background: url(../img/financial/orange-sq.png) no-repeat 0 6px;
}

#finanical-bottom-graphs {
	width: 970px;
	float: left;
	margin: 45px 0 0 -30px;
}

#fresh-fruit-graph,
#fresh-vegetables-graph,
#packaged-foods-graph {
	float: left;
	width: 314px;
	height: 164px;
	background: url(../img/financial/revenue-graph-bkgd.png) no-repeat 0 6px;
}

#fresh-fruit-graph {
	float: left;
	width: 314px;
	height: 164px;
}

#fresh-fruit-graph img {
	float: right;
	margin: -142px -5px 0 0;
}

#fresh-fruit-graph ul {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #30ade1;
	margin: 20px 30px 0 0;
	list-style-type: none;
}

#fresh-fruit-graph ul li {
	/*color: #2d2d2d;*/
	margin: 0 0 5px 0;
	padding-left: 10px;
}

#fresh-fruit-graph li ul {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #0053a0;
	margin: 2px 30px 0 0;
	list-style-type: none;
}

#fresh-fruit-graph li li {
	color: #2d2d2d;
	margin: 0 0 0 0;
	padding-left: 20px;
}

#fresh-vegetables-graph {
	float: left;
	width: 314px;
	height: 164px;
	margin-left: 10px;
}

#fresh-vegetables-graph img {
	float: right;
	margin: -70px -5px 0 0;
}

#fresh-vegetables-graph ul {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #62bf34;
	margin: 20px 30px 0 0;
	list-style-type: none;
}

#fresh-vegetables-graph ul li {
	/*color: #2d2d2d;*/
	margin: 0 0 5px 0;
	padding-left: 10px;
}

#fresh-vegetables-graph li ul {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #0053a0;
	margin: 2px 30px 0 0;
	list-style-type: none;
}

#fresh-vegetables-graph li li {
	color: #2d2d2d;
	margin: 0 0 0 0;
	padding-left: 20px;
}

#packaged-foods-graph {
	float: left;
	width: 314px;
	height: 164px;
	/*background: url(../img/financial/packaged-foods-graph.png) no-repeat 0 6px;*/
	margin-left: 10px;
}

#packaged-foods-graph img {
	float: right;
	margin: -70px -5px 0 0;
}

#packaged-foods-graph ul {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #ff8e19;
	margin: 20px 30px 0 0;
	list-style-type: none;
}

#packaged-foods-graph ul li {
	/*color: #2d2d2d;*/
	margin: 0 0 5px 0;
	padding-left: 10px;
}

#packaged-foods-graph li ul {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #0053a0;
	margin: 2px 30px 0 0;
	list-style-type: none;
}

#packaged-foods-graph li li {
	color: #2d2d2d;
	margin: 0 0 0 0;
	padding-left: 20px;
}

#fresh-fruit-graph li li.blue-sq,
#fresh-vegetables-graph li li.blue-sq,
#packaged-foods-graph li li.blue-sq {
	background: url(../img/financial/blue-sq-sm.png) no-repeat 0 5px;
}
#fresh-fruit-graph li li.purple-sq,
#fresh-vegetables-graph li li.purple-sq,
#packaged-foods-graph li li.purple-sq  {
	background: url(../img/financial/purple-sq-sm.png) no-repeat 0 5px;
}

#fresh-fruit-graph li li.orange-sq,
#fresh-vegetables-graph li li.orange-sq,
#packaged-foods-graph li li.orange-sq  {
	background: url(../img/financial/orange-sq-sm.png) no-repeat 0 5px;
}

#fresh-fruit-graph li li.green-sq,
#fresh-vegetables-graph li li.green-sq,
#packaged-foods-graph li li.green-sq  {
	background: url(../img/financial/green-sq-sm.png) no-repeat 0 5px;
}

#fresh-fruit-graph li li.magenta-sq,
#fresh-vegetables-graph li li.magenta-sq,
#packaged-foods-graph li li.magenta-sq  {
	background: url(../img/financial/magenta-sq-sm.png) no-repeat 0 5px;
}

/* @end */


/* @group Products */

#internal-wrapper.family-of-products-bkgd {
	width: 942px;
	height: 520px;
	margin: 9px 0 0 0;
	padding: 0 0 17px 38px;
	background: url(../img/products/family-of-products-bkgd.png) no-repeat 21px 230px;
}

#left-column-wrapper.product-list {
	width: 673px;
	float: left;
	padding-right: 20px;
}

#left-column-wrapper h1.blue {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #0053a0;
	margin-bottom: 25px;
}

#left-column-wrapper h1 .title-note {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #0053a0;
	margin-bottom: 25px;
}

#internal-wrapper.product-list-bkgd {
	width: 942px;
	height: 520px;
	margin: 9px 0 0 0;
	padding: 0 0 17px 38px;
	background: url(../img/products/product-list-bkgd.png) 40px 110px no-repeat;
}

#internal-wrapper.product-list-no-bkgd {
	width: 942px;
	height: 520px;
	margin: 9px 0 0 0;
	padding: 0 0 17px 38px;
}

#product-list-nav {
	font-size: 16px;
	font-weight: normal;
	width: 220px;
	float: left;
}

#left-column-wrapper.product-list article {
	float: left;
}

#product-list-nav li  {
	margin: 0 0 24px 0;
}

#product-list-nav li a {
	color: #0053a0;
	text-decoration: none;
}

#product-list-nav li a.active-no-line {
	color: #ed1c24;
	text-decoration: none;
}

#product-list-nav li a:hover,
#product-list-nav li a.active {
	color: #ed1c24;
	text-decoration: underline;
}

#product-list-nav ul  {
	margin: 12px 0 0 0;
}

#product-list-nav li li  {
	font-size: 14px;
	margin: 0 0 6px 0;
}

#product-list {
	float: left;
	width: 450px;
	height: 380px;
}

#product-list-1 ul,
#product-list-2 ul {
	list-style: none;
	margin: 0 0 0 0;
	float: left;
	width: 225px;
}

#product-list-1 li,
#product-list-2 li {
	list-style: none;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #0053a0;
}

#product-list-1 li span.normal,
#product-list-2 li span.normal {
	list-style: none;
	margin: 0 0 2px 0;
	font-weight: normal;
	color: #0053a0;
}

#product-list-1 ul li ul,
#product-list-2 ul li ul {
	list-style: none;
	margin: 2px 0 0 10px;
	width: 215px;
}

#product-list-1 ul li ul li,
#product-list-2 ul li ul li {
	list-style: none;
	margin: 0 0 2px 0;
	font-weight: normal;
}

#product-list-1 ul li ul li.bold,
#product-list-2 ul li ul li.bold {
	list-style: none;
	margin: 0 0 2px 0;
	font-weight: bold;
}

#left-column-wrapper.product-list .pagination p {
	font-size: 11px;
	font-weight: normal;
	color: #2d2d2d;
	line-height: 12px;
	margin: 10px 0;
	text-align: right;
	float: right;
	width: 650px;
}

#left-column-wrapper.product-list .pagination a {
	color: #0053a0;
	text-decoration: none;
}

#left-column-wrapper.product-list .pagination a:hover {
	color: #0053a0;
	text-decoration: underline;
}

.product-slideshow {
	background: transparent url(../img/products/product-gradient-bkgd.png) 0 0 no-repeat;
}

article#product-slideshow div
article#slideshow-videos div {
	display: none;
}

#product-slideshow p {
	font-size: 13px;
	line-height: 17px;
	margin: 10px 20px 0 20px;
	width: 210px;
	float: left;
}

#product-slideshow p.sidebar-title {
	font-size: 17px;
	line-height: 21px;
	color: #0053a0;
	margin: 0px 20px 0 20px;
	float: left;
}

#product-slideshow div {
	width: 249px;
	height: 520px;
	display: block;
	float: left;
	margin-top: 0;
	background: #fff;
	background: transparent url(../img/products/product-gradient-bkgd.png) 0 0 no-repeat;
}

#product-slideshow-nav {
	margin: 0 15px 0 0;
	float: right;
}
#product-slideshow-nav a {
	margin: 0 0 0 5px;
	padding: 3px 0 3px 2px;
	color: #015eb4;
	text-decoration: none;
}
#product-slideshow-nav a.activeSlide {
	color: #015eb4;
	text-decoration: underline;
}
#product-slideshow-nav a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Operations */

#internal-wrapper.world-bkgd-light {
	width: 942px;
	height: 520px;
	margin: 0 0 0 0;
	padding: 9px 0 17px 38px;
	background: url(../img/operations/map-bkgd-light.png) 0 0 no-repeat;
}

#internal-wrapper.world-bkgd {
	width: 942px;
	height: 520px;
	margin: 0 0 0 0;
	padding: 9px 0 17px 38px;
	background: url(../img/operations/map-bkgd.png) 0 0 no-repeat;
}

#internal-wrapper.world-bkgd #breadcrumb-nav {
	font-size: 13px;
	text-transform: uppercase;
	color: #015eb4;
	margin: 9px 0 40px 0;
	min-width: 692px;
}

article.country-list p {
	font-size: 12px;
	font-weight: normal;
	color: #2d2d2d;
	line-height: 18px;
	margin-bottom: 18px;
}

#green-farming {
	width: 942px;
	height: 530px;
	position: absolute;
	margin: -9px 0 0 -38px;
	z-index: 1;
	background: url(../img/operations/green-farming.png) 0 0 no-repeat;
}
#red-ripening {
	width: 942px;
	height: 530px;
	position: absolute;
	margin: -9px 0 0 -38px;
	z-index: 2;
	background: url(../img/operations/red-ripening.png) 0 0 no-repeat;
}
#blue-ports {
	width: 942px;
	height: 530px;
	position: absolute;
	margin: -9px 0 0 -38px;
	z-index: 3;
	background: url(../img/operations/blue-ports.png) 0 0 no-repeat;
}
#purple-processing {
	width: 942px;
	height: 530px;
	position: absolute;
	margin: -9px 0 0 -38px;
	z-index: 4;
	background: url(../img/operations/purple-processing.png) 0 0 no-repeat;
}
#orange-headquarters {
	width: 942px;
	height: 530px;
	position: absolute;
	margin: -9px 0 0 -38px;
	z-index: 5;
	background: url(../img/operations/orange-headquarters.png) 0 0 no-repeat;
}

section h1.map-instructions {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	color: #fff;
	margin: 65px 0 0 -38px;
	background: #0053a0;
	padding: 1px 10px 3px 38px;
	z-index: 100;
}

#legend-title {
	margin: 240px 0 10px 0;
	color: #0053a0;
	width: 180px;
	z-index: 101;
	position: absolute;
}

#legend-links {
	margin: 280px 0 10px 0;
	color: #2d2d2d;
	list-style-type: none;
	z-index: 102;
	position: absolute;
}

#legend-country {
	margin: 400px 0 10px 0;
	color: #2d2d2d;
	list-style-type: none;
	z-index: 103;
	position: absolute;
}

#legend-links li,
#legend-country li {
	margin: 0 0 2px 20px;
}

#legend-links li.green {
	padding-left: 15px;
	background: url(../img/operations/green-icon.png) 0 2px no-repeat;
}
#legend-links li.red {
	padding-left: 15px;
	background: url(../img/operations/red-icon.png) 0 2px no-repeat;
}
#legend-links li.blue {
	padding-left: 15px;
	background: url(../img/operations/blue-icon.png) 0 2px no-repeat;
}
#legend-links li.purple {
	padding-left: 15px;
	background: url(../img/operations/purple-icon.png) 0 2px no-repeat;
}
#legend-links li.orange {
	padding-left: 15px;
	background: url(../img/operations/orange-icon.png) 0 2px no-repeat;
}
#legend-links li.all {
	padding-left: 15px;
}

#legend-country li.country-color {
	margin: 0 0 2px 5px;
	padding-left: 30px;
	background: url(../img/operations/country-color.png) 0 2px no-repeat;
}

#legend-links a {
	color: #2d2d2d;
}
#legend-links a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

.pulse {
	display: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	z-index: 300;
}
#diamond {
	background: url(../img/operations/green-icon-lg.png) center center no-repeat;
	margin: 304px 0 0 169px;
}
#square {
	background: url(../img/operations/red-icon-lg.png) center center no-repeat;
	margin: 181px 0 0 436px;
}
#circle {
	background: url(../img/operations/blue-icon-lg.png) center no-repeat;
	margin: 227px 0 0 202px;
}
#down {
	background: url(../img/operations/purple-icon-lg.png) center no-repeat;
	margin: 317px 0 0 677px;
}
#up {
	background: url(../img/operations/orange-icon-lg.png) center no-repeat;
	margin: 242px 0 0 82px;
}

#location-popups {
	color: #fff;
}

#location-popups p {
	padding: 10px 6px;
	float: left;
}

.close-btn {
	width: 40px;
	height: 20px;
	display: block;
	padding: 30px 10px 0 0;
	text-align: right;
	float: right;
	cursor: pointer;
}

#farming {
	color: #fff;
	width: 511px;
	height: 357px;
	display: none;
	background: url(../img/operations/farming-popup.png) center no-repeat;
	position: absolute;
	z-index: 950;
	margin: 140px 0 0 184px;
}
#farming p {
	margin-left: 78px;
	width: 340px;
}
#farming img {
	margin-left: 82px;
}

#ripening {
	color: #fff;
	width: 459px;
	height: 357px;
	display: none;
	background: url(../img/operations/ripening-popup.png) center no-repeat;
	position: absolute;
	z-index: 951;
	margin: 44px 0 0 451px;
}
#ripening p {
	margin-left:25px;
	width: 360px;
}
#ripening img {
	margin-left: 30px;
}

#port {
	color: #fff;
	width: 459px;
	height: 357px;
	display: none;
	background: url(../img/operations/port-popup.png) center no-repeat;
	position: absolute;
	z-index: 952;
	margin: 87px 0 0 217px;
}
#port p {
	margin-left:25px;
	width: 360px;
}
#port img {
	margin-left: 30px;
}

#processing {
	color: #fff;
	width: 511px;
	height: 357px;
	display: none;
	background: url(../img/operations/processing-popup.png) center no-repeat;
	position: absolute;
	z-index: 953;
	margin: 152px 0 0 183px;
}
#processing .close-btn {
	width: 40px;
	height: 20px;
	display: block;
	padding: 30px 10px 0 0;
	text-align: right;
	float: right;
	cursor: pointer;
	margin-right: 75px;
}
#processing p {
	margin-left:0px;
	width: 360px;
}
#processing img {
	margin-left: 5px;
}

#headquarters {
	color: #fff;
	width: 459px;
	height: 357px;
	display: none;
	background: url(../img/operations/ripening-popup.png) center no-repeat;
	position: absolute;
	z-index: 954;
	margin: 107px 0 0 96px;
}
#headquarters p {
	margin-left:25px;
	width: 360px;
}
#headquarters img {
	margin: 16px 0 0 30px;
}
/* @end */

/* @group Photo & Video Gallery */

#gallery-left {
	float: left;
	width: 634px;
}

#slideshow-gallery,
#slideshow-videos {
	width: 634px;
	height: 385px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	float: left;
	display: block;
	background: transparent;
}

#slideshow-gallery img {
	display: none
}

#slideshow-gallery-info {
	float: left;
	width: 634px;
	height: 40px;
	overflow: hidden;
}
#slideshow-gallery-name {
	float: left;
	margin: 5px 5px 0 0;
	width: 520px;
	font-size: 12px;
}
#slideshow-gallery-nav {
	float: right;
	width: 105px;
	text-align: right;
	margin: 20px 0 0 0;
	color: #0053a0;
}

#slideshow-gallery-nav a {
	color: #0053a0;
	text-decoration: none;
}
#slideshow-gallery-nav a:hover {
	color: #0053a0;
	text-decoration: underline;
}

#gallery-right {
	float: right;
	width: 300px;
	margin-top: -95px;
}

#slideshow-gallery-thumbs {
	list-style-type: none;
	margin-left: 40px;
}

#slideshow-gallery-thumbs li {
	float: left;
	margin: 0 13px 13px 0;
	z-index: 10;
	width: 111px;
	height: 111px;
	display: block;
}

#slideshow-gallery-thumbs li .image-shadow {
	display: none;
}

#slideshow-gallery-thumbs a {
	/*margin: 0 0 0 5px;
	padding: 3px 0 3px 5px;*/
	width: 96px;
	height: 96px;
	display: block;
	color: #015eb4;
	z-index: 100;
	text-decoration: none;
	border: 6px solid #fff;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    position: absolute;
}

#slideshow-gallery-thumbs img {
	/*margin: 0 0 0 5px;
	padding: 3px 0 3px 5px;*/
	width: 94px;
	height: 94px;
	display: block;
	color: #015eb4;
	z-index: 99;
	text-decoration: none;
	border: 1px solid #0f5da6;
	position: absolute;
}
#slideshow-gallery-thumbs li.activeSlide a,
#slideshow-gallery-thumbs a:hover {
	border: 6px solid #86c5ff;
}

/*#slideshow-videos.vimeo,
#slideshow-videos.vimeo iframe {
	background-color: #fff !important;
	width: 635px;
	height: 357px;
}*/

#slideshow-videos,
#slideshow-videos .video-js-box,
#slideshow-videos video {
	width: 634px;
	height: 357px;
}

#slideshow-videos div.video-wrapper {
	display: none;
	margin-top: 28px;
}

#slideshow-gallery-info.video {
	float: right;
	width: 105px;
	text-align: right;
	margin: 18px 0 0 0;
	color: #0053a0;
}

#slideshow-gallery-videos {
	list-style-type: none;
	margin-left: 40px;
}

#slideshow-gallery-videos li {
	float: left;
	margin: 0 13px 13px 0;
	z-index: 10;
	width: 240px;
	height: 172px;
	display: block;
}

#slideshow-gallery-videos li.last-video {
	float: left;
	margin: 0 13px 13px 0;
	z-index: 10;
	width: 240px;
	height: 140px;
	display: block;
}

#slideshow-gallery-videos li .image-shadow {
	display: none;
}

#slideshow-gallery-videos a {
	/*margin: 0 0 0 5px;
	padding: 3px 0 3px 5px;*/
	width: 226px;
	height: 98px;
	display: block;
	color: #015eb4;
	z-index: 100;
	text-decoration: none;
	border: 6px solid #fff;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    position: absolute;
}

#slideshow-gallery-videos img {
	/*margin: 0 0 0 5px;
	padding: 3px 0 3px 5px;*/
	width: 224px;
	height: 96px;
	display: block;
	color: #015eb4;
	z-index: 99;
	text-decoration: none;
	border: 1px solid #0f5da6;
	position: absolute;
}
#slideshow-gallery-videos li.activeSlide a,
#slideshow-gallery-videos a:hover {
	border: 6px solid #86c5ff;
}

#slideshow-gallery-videos li .video-title {
	margin-top: 120px;
	text-align: right;
	color: #0053a0;
}

/* @end */

/* @end */

/* @group Non-semantic helper classes */

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* @end */

/* @group Internet Explorer Corrections */

/**
 * ie8, ie7, ie6 corrections specificed by class name
 */

.ie8 #slideshow-gallery-thumbs li div.image-shadow,
.ie7 #slideshow-gallery-thumbs li div.image-shadow,
.ie6 #slideshow-gallery-thumbs li div.image-shadow {
    width: 111px;
    height: 111px;
    margin: 0px 0 0px 0px;
    z-index: 1;
    display: block;
    position: absolute;
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.25');
}

.ie8 #slideshow-gallery-videos li div.image-shadow,
.ie7 #slideshow-gallery-videos li div.image-shadow,
.ie6 #slideshow-gallery-videos li div.image-shadow {
    width: 240px;
    height: 112px;
    margin: -150px 0 0px 0px;
    z-index: 1;
    display: block;
    position: absolute;
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.25');
}

.ie7 #main {
	width: 980px;
	height: 580px;
	margin: 6px auto 0;
	padding: 0 11px;
	float: left;
	display: block;
	background: transparent url(../img/common/main-bkgd.png) no-repeat 0 0;
}

.ie7 #internal-wrapper.world-bkgd-light #breadcrumb-nav {
	font-size: 13px;
	text-transform: uppercase;
	color: #015eb4;
	margin: 18px 0 50px 0;
	min-width: 692px;
}
.ie7 #internal-wrapper.world-bkgd #breadcrumb-nav {
	font-size: 13px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #015eb4;
	margin: 9px 0 50px -340px;
	min-width: 692px;
	z-index: 500;
	position: absolute;
}

.ie6 #product-list-1 ul,
.ie6 #product-list-2 ul {
	list-style: none;
	margin: 0 0 0 10px;
	float: left;
	width: 180px;
}

.ie6 #product-slideshow p {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 10px 0 10px;
	width: 210px;
	float: left;
}

.ie6 #product-slideshow p.sidebar-title {
	font-size: 18px;
	line-height: 22px;
	color: #0053a0;
	margin: 0px 10px 0 10px;
	float: left;
}
/* @end */

/* @group Media queries */

/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  /** { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }*/ /* Black prints faster: sanbeiji.com/archives/953 */
  /*a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }*/
  /*.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }*/  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }

* {
	background: transparent !important;
	/*color: black !important;*/
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
	float: none !important;
	border: none !important;
}

.printonly {
	display: block;
}

#container,
header,
#main,
#internal-wrapper,
#left-column-wrapper,
#internal-wrapper.family-of-products-bkgd,
#internal-wrapper.product-list-bkgd,
#internal-wrapper.product-list-no-bkgd,
#internal-wrapper.world-bkgd-light,
#internal-wrapper.world-bkgd,
#right-column-wrapper,
#right-column-wrapper.border-left,
#right-column-wrapper.border-left-tall,
#right-column-wrapper.no-border-left {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
}

#main-nav,
#header-nav,
#breadcrumb-nav a,
.pagination,
.chairman p,
.pagination-overview-1,
.pagination-overview-2,
.map-instructions,
#green-farming,
#red-ripening,
#blue-ports,
#purple-processing,
#orange-headquarters,
#legend-title,
#legend-links,
#location-popups,
#legend-country {
	display: none;
}

header {
	width: auto;
	height: auto;
	height: 200px;
	margin: 0;
}

#dole-logo {
	width: auto;
	height: 40px;
	text-decoration: none;
	float: none !important;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
}

#tagline {
	float: none !important;
	margin: 0 0 20px 0;
}

footer {
	float: none !important;
	margin: 0;
}

#breadcrumb-nav {
	margin: 20px 0 50px 0;
	width: auto;
}

#left-column-wrapper h1 {
	margin: 25px 0;
}

#right-column-wrapper h3 {
	margin: 25px 0;
}

#right-column-wrapper.border-left img,
#right-column-wrapper.border-left-tall img,
#right-column-wrapper.no-border-left img {
	margin: 0;
}

#right-column-wrapper #graph-legend {
	margin: 0;
	list-style: disc;
	list-style-type: disc;
}

#right-column-wrapper #graph-legend li {
	list-style: disc;
	list-style-type: disc;
}

#finanical-bottom-graphs,
#fresh-fruit-graph ul,
#fresh-fruit-graph li ul,
#fresh-fruit-graph ul li,
#fresh-vegetables-graph ul,
#fresh-vegetables-graph li ul,
#fresh-vegetables-graph ul li,
#packaged-foods-graph ul,
#packaged-foods-graph li ul,
#packaged-foods-graph ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
	list-style-type: disc;
	float: none !important;
}


#fresh-fruit-graph,
#fresh-fruit-graph img,
#fresh-vegetables-graph,
#fresh-vegetables-graph img,
#packaged-foods-graph,
#packaged-foods-graph img {
	float: none !important;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#gallery-right,
#slideshow-gallery-thumbs li {
	float: none !important;
	margin: 0;
	padding: 0;
}

#column-1,
#column-1.right-border,
#column-2,
#column-3,
#column-3.margin-top {
	float: none !important;
	width: auto;
	height: auto;
	margin: 0;
}

#product-list {
	float: none;
	width: auto;
	height: auto;
}

#product-list-1 ul {
	list-style: none;
	margin: 0 0 0 0;
	float: none;
	width: auto;
}

#product-list-2 ul {
	list-style: none;
	margin: 0 0 0 0;
	float: none;
	width: auto;
}

#right-column-wrapper.product-slideshow {
	float: none;
}

#product-slideshow {
	width: auto;
	height: auto;
	display: block;
	float: none;
	margin-top: 20px;
}

#product-slideshow-nav {
	display: none;
}

#internal-wrapper.world-bkgd {
	height: 100px;
}


/* @end */