/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:388px;padding:5px;} /* height:250px;*/
#human {visibility:hidden;display:none;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:920px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {float:left;margin-right:40px;}
.last {margin-right:0;}
.span-1 {width:40px;}
.span-2 {width:120px;}
.span-3 {width:200px;}
.span-4 {width:280px;}
.span-5 {width:360px;}
.span-6 {width:440px;}
.span-7 {width:520px;}
.span-8 {width:600px;}
.span-9 {width:680px;}
.span-10 {width:760px;}
.span-11 {width:840px;}
.span-12 {width:920px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:28px;}
input.span-2, textarea.span-2 {width:108px;}
input.span-3, textarea.span-3 {width:188px;}
input.span-4, textarea.span-4 {width:268px;}
input.span-5, textarea.span-5 {width:348px;}
input.span-6, textarea.span-6 {width:428px;}
input.span-7, textarea.span-7 {width:508px;}
input.span-8, textarea.span-8 {width:588px;}
input.span-9, textarea.span-9 {width:668px;}
input.span-10, textarea.span-10 {width:748px;}
input.span-11, textarea.span-11 {width:828px;}
input.span-12, textarea.span-12 {width:908px;}
.append-1 {padding-right:80px;}
.append-2 {padding-right:160px;}
.append-3 {padding-right:240px;}
.append-4 {padding-right:320px;}
.append-5 {padding-right:400px;}
.append-6 {padding-right:480px;}
.append-7 {padding-right:560px;}
.append-8 {padding-right:640px;}
.append-9 {padding-right:720px;}
.append-10 {padding-right:800px;}
.append-11 {padding-right:880px;}
.prepend-1 {padding-left:80px;}
.prepend-2 {padding-left:160px;}
.prepend-3 {padding-left:240px;}
.prepend-4 {padding-left:320px;}
.prepend-5 {padding-left:400px;}
.prepend-6 {padding-left:480px;}
.prepend-7 {padding-left:560px;}
.prepend-8 {padding-left:640px;}
.prepend-9 {padding-left:720px;}
.prepend-10 {padding-left:800px;}
.prepend-11 {padding-left:880px;}
.border {padding-right:19px;margin-right:20px;border-right:1px solid #eee;}
.colborder {padding-right:59px;margin-right:60px;border-right:1px solid #eee;}
.pull-1 {margin-left:-80px;}
.pull-2 {margin-left:-160px;}
.pull-3 {margin-left:-240px;}
.pull-4 {margin-left:-320px;}
.pull-5 {margin-left:-400px;}
.pull-6 {margin-left:-480px;}
.pull-7 {margin-left:-560px;}
.pull-8 {margin-left:-640px;}
.pull-9 {margin-left:-720px;}
.pull-10 {margin-left:-800px;}
.pull-11 {margin-left:-880px;}
.pull-12 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {float:left;position:relative;}
.push-1 {margin:0 -80px 1.5em 80px;}
.push-2 {margin:0 -160px 1.5em 160px;}
.push-3 {margin:0 -240px 1.5em 240px;}
.push-4 {margin:0 -320px 1.5em 320px;}
.push-5 {margin:0 -400px 1.5em 400px;}
.push-6 {margin:0 -480px 1.5em 480px;}
.push-7 {margin:0 -560px 1.5em 560px;}
.push-8 {margin:0 -640px 1.5em 640px;}
.push-9 {margin:0 -720px 1.5em 720px;}
.push-10 {margin:0 -800px 1.5em 800px;}
.push-11 {margin:0 -880px 1.5em 880px;}
.push-12 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* src/screen.css */
body {font-size:.875em;bottom:0;right:0;font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;color:#484a40;}
strong, em, b, i {font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
h1, h3 {color:#ea5403;}
h2 {color:#484a40;}
h4 {color:#484a40;margin-bottom:0;font-weight:bold;}
h1 {font-size:2.5em;}
h2 {font-size:1.85em;}
h3 {font-size:1.3em;}
h4 {font-size:1.15em;}
h5 {font-size:1em;}
h6 {font-size:1em;}
a {color:#0082d1;text-decoration:none;}
a:focus, a:hover {color:#ea5403;}
.centered {text-align:center;}
.compact {margin-bottom:0;}
.prominent {font-size:1.2em;}
.loud {color:#ea5403;}
.green {color:#85b721;}
.gray {color:#959595;}
blockquote {background:transparent url("../images/box-quote.png") no-repeat;color:inherit;font-style:inherit;padding:15px 50px;width:340px;margin:0;}
ul, ol {padding-left:1em;}
html, body {height:100%;}
body {background:#6f6f65 url("../images/bg.jpg") repeat-y center;}
p img.left {margin:0 1.5em 1.5em 0;}
p img.right {margin:0 0 1.5em 1.5em;}
.page-wrap {min-height:100%;height:auto !important;height:100%;width:1000px;margin:0 auto;}
.container {position:relative;z-index:1;}
.content-wrap {background:#fff url("../images/bg-feature.jpg") repeat-x bottom;width:960px;margin:0 auto 15px;border-bottom-left-radius:15px;-moz-border-radius-bottomleft:15px;-webkit-border-bottom-left-radius:15px;border-bottom-right-radius:15px;-moz-border-radius-bottomright:15px;-webkit-border-bottom-right-radius:15px;}
#content {padding:0 20px 100px;}
body.home #content {padding:0 20px;}
#masthead {position:relative;height:150px;background:#fff;width:960px;}
body.home #masthead {height:100px;}
#footer {position:relative;padding:.5em 0;width:960px;}
#sidebar {padding-top:400px;}
.main-nav, .sub-nav, .sub-sub-nav {list-style-type:none;margin:0;font-size:.85em;}
#masthead .main-nav {background:transparent url("../images/bg-nav.jpg") repeat-y left;position:absolute;padding:15px;width:685px;top:0;right:0;}
#masthead .sub-nav {background:transparent url("../images/bg-nav.jpg") repeat-y right;position:absolute;padding:3px 15px 5px;width:685px;top:60px;right:0;z-index:10;border-bottom-left-radius:15px;-moz-border-radius-bottomleft:15px;-webkit-border-bottom-left-radius:15px;}
#masthead .sub-sub-nav {position:absolute;padding:3px 15px 5px;width:685px;top:112px;right:0;z-index:10;}
body.home #masthead .main-nav, body.none #masthead .main-nav {border-bottom-left-radius:15px;-moz-border-radius-bottomleft:15px;-webkit-border-bottom-left-radius:15px;}
.main-nav li, .sub-nav li, .sub-sub-nav li {float:left;padding:0;margin-right:5px;}
#masthead .main-nav a:link, #masthead .main-nav a:visited, #masthead .sub-nav a:link, #masthead .sub-nav a:visited, #masthead .sub-sub-nav a:link, #masthead .sub-sub-nav a:visited {border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.main-nav a:link, .main-nav a:visited, .sub-nav a:link, .sub-nav a:visited, .sub-sub-nav a:link, .sub-sub-nav a:visited {display:block;color:#484a40;text-decoration:none;font-size:1.1em;padding:5px 10px;margin:1px;}
body.products .sub-nav a:link, body.products .sub-nav a:visited, #masthead .sub-sub-nav a:link, #masthead .sub-sub-nav a:visited {font-size:.9em;padding:2px 6px;margin:1px;}
#masthead .main-nav a:hover, #masthead .sub-nav a:hover, #masthead .sub-sub-nav a:hover {color:#000;background:#7dc1e0;text-decoration:none;margin:0;border:1px solid #fff;}
#masthead li.selected a {background:#7dc1e0 url("../images/nav-selected.png") repeat-x bottom;color:#fff;}
#footer .main-nav {position:relative;clear:left;float:left;padding:0;}
#footer .main-nav li {position:relative;float:left;}
#footer .main-nav a:link, #footer .main-nav a:visited {color:#b1b1ad;}
#footer .main-nav a:hover {color:#ea5403;}
#footer .main-nav li.selected a {color:#95dcfc;}
.colophon {float:right;color:#b1b1ad;font-size:.8em;text-align:right;padding-top:.7em;}
#masthead h1 {background:transparent url("../images/monoflo-logo.gif") no-repeat center center;position:absolute;left:19px;top:0;}
#masthead h1 a {display:block;width:203px;height:72px;text-indent:-99999px;overflow:hidden;}
.border {border-right:1px solid #f5eee6;}
.borderbottom {padding-bottom:14px;margin-bottom:15px;border-bottom:1px solid #f5eee6;}
#fpslideshow, #fpslideshow img {border-bottom-left-radius:15px;-moz-border-radius-bottomleft:15px;-webkit-border-bottom-left-radius:15px;}
.fpfeature {margin-left:-20px;margin-right:0;margin-top:40px;width:580px;height:455px;}
.fpfeaturecolsone {width:170px;margin-right:20px;float:left;font-size:.8em;}
.fpfeaturecolstwo {width:170px;float:left;font-size:.8em;}
.fpfeaturecolsone img.right, .fpfeaturecolstwo img.right {margin:0 0 1em 1em;}
.fpproductscolsone {width:160px;margin-right:20px;float:left;}
.fpproductscolstwo {width:180px;float:left;}
#fpclients-wrap {margin:20px 5px;min-height:108px;}
#fpclients {text-indent:-99999px;}
.threecolfp {background:transparent url("../images/bg-fpfeatures.jpg") no-repeat top;height:194px;margin-bottom:15px;font-size:.8em;padding:15px 20px 0;}
.threecolfp ul {margin:0;padding-left:1.2em;}
.threecolfp h3 {font-size:1.4em;margin-bottom:0.25em;}
.box-sustainability {background:transparent url("../images/box-sustainability.jpg") no-repeat;padding:15px 15px 15px 50px;width:295px;height:82px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin-bottom:15px;}
.sustainability {background:transparent url("/images/sustainability.png") no-repeat left center;padding-left:36px;}
.box-recycle {background:transparent url("../images/box-recycle.jpg") no-repeat;padding:15px 15px 15px 15px;width:410px;min-height:216px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin-bottom:15px;}
.threecolfp2 {width:960px;font-size:.8em;}
.threecolfp2 ul {margin:0;padding-left:1.2em;}
.threecolfp2 h3 {font-size:1.6em;margin-bottom:0.25em;}
#fpcol1, #fpcol2, #fpcol3 {background:url("/images/bg-fpfeatures3.jpg") no-repeat bottom right;float:left;position:relative;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;}
#fpcol1 {width:315px;margin-right:10px;}
#fpcol2 {width:390px;margin-right:10px;background:url("/images/bg-fpfeatures3.jpg") no-repeat bottom left;}
#fpcol3 {width:235px;}
.fpbox {padding:15px;min-height:180px;}
#fpcol1 .fpbox {background:url("/images/fp-product-np4840.png") no-repeat bottom right;}
#fpcol1.bl-hover {background:#cdcec2;}
#fpcol1.bl-hover .morelink a {color:#ea5403;}
.morelink {margin:0;position:absolute;right:15px;bottom:15px;}
.quoted {color:#959595;font-size:.9em;font-style:italic;white-space:nowrap;}
#clients-wrap {margin:60px 0 85px;}
#clients {text-indent:-99999px;height:182px;}
.productline {display:block;padding:15px 15px 15px 165px;width:100px;height:54px;background:url(/images/bg-product-lines.jpg) no-repeat 1000px 1000px;margin-bottom:15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#prod-pallets {background-position:0 0;}
#prod-dairy-crates {background-position:0 -94px;}
#prod-nestable-totes {background-position:0 -188px;}
#prod-system-integration {background-position:0 -282px;}
#prod-food-containers {background-position:0 -376px;}
#prod-bakery-trays {background-position:0 -470px;}
#prod-collapsible-containers {background-position:0 -564px;}
#prod-retail {background-position:0 -658px;}
#prod-moving-crates {background-position:0 -752px;}
#prod-straight-wall {background-position:0 -846px;}
#prod-bulk-containers {background-position:0 -940px;}
#prod-rp4840 {background-position:0 -1034px;}
#prod-rp4840hd {background-position:0 -1128px;}
#prod-np4840 {background-position:0 -1222px;}
#prod-system {background-position:0 -1316px;}
#prod-dolly {background-position:0 -1410px;}
#prod-12gal {background-position:0 -1504px;}
#prod-11gal {background-position:0 -1598px;}
#prod-rp4840g { background-position: 0 -1692px; }
.oproduct {display:block;padding:15px 125px 15px 15px;width:115px;height:46px;background:url(/images/bg-products.jpg) no-repeat 1000px 1000px;margin-bottom:15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#op-moving-crates {background-position:0 0;}
#op-system-pallets {background-position:0 -76px;}
#op-nestable-np4840 {background-position:0 -152px;}
#op-food {background-position:0 -228px;}
#op-collapsible {background-position:0 -304px;}
#op-straight-wall {background-position:0 -380px;}
#op-rackable-rp4840 {background-position:0 -456px;}
#op-rackable-rp4840hd {background-position: 0 -760px;}
#op-bulk {background-position: 0 -836px;}
#op-nestable-totes {background-position: 0 -918px;}
#op-bulk {background-position: 0 -836px;}
.prodlabel-head {background:#fd6000;color:#ffffff;padding:10px;border-top-left-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-top-right-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;}
.prodlabel-body {background:#cdcdcd;color:#6e7065;padding:10px;font-size:.8em;margin-bottom:15px;border-bottom-left-radius:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;}
.cols2 .col1 {float:left;width:120px;margin-right:10px;paddig-right:9px;border-right:1px solid #6e7065;}
.cols2 .col2 {float:left;width:120px;}
.cols3 .col1 {float:left;width:100px;margin-right:10px;paddig-right:9px;border-right:1px solid #6e7065;}
.cols3 .col2 {float:left;width:60px;margin-right:10px;paddig-right:9px;border-right:1px solid #6e7065;}
.cols3 .col3 {float:left;width:60px;}
.pdflink {display:block;padding:5px 5px 5px 36px;background:url(/images/icon-pdf.gif) no-repeat center left;}
.otherproducts {background:url(/images/bg-otherproducts.jpg) no-repeat top left;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:25px 0 10px 25px;margin-bottom:15px;}
.otherproducts h3 {padding-right:25px;}
label {font-weight:normal;clear:both;}
.textlabel {display:block;}
input[type=text], input[type=password], input.text, input.title, textarea, select {border:1px solid #959595;}
input.text, input.title {width:388px;}
input[type="text"], input[type="password"], input.text, input.title, textarea, select {margin:0 0 0.75em 0;}
input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {top:inherit;}
/* textarea {width:508px;} */

.badge { position: absolute; right: 20px; top: 0; }



/* Updates 10/2010 - alovseth */
.products #masthead { padding-bottom: 30px; }
.diagram_module { padding: 30px 0 160px 0; }
.diagram_module p { margin: 20px 0 0 0; font-size: 10px; line-height: 15px; }
.diagram_module p .super { font-size: 9px; vertical-align: super; }
#prod-rp4840hd { font-size: 13px; width: 125px; }
.products .sub-sub-nav #clear { clear: left; }
#prod-rp4832 { background: url(http://miworldwide.com/images/bg-product-lines-rp4832.png) no-repeat 0 0; }
#prod-hdrp4840 { background: url(http://miworldwide.com/images/bg-product-lines-hd_rp4840.png) no-repeat 0 0; }
#chatlive { padding-left: 10px; }
