/*------Base Styles------*/
a {
  color:#454760;
  text-decoration: none;
}

a:visited {

}

a:hover, a:visited:hover {
  color: #3a2e7a;
}

img {
  border: none;
}

body {
  background: #0f0e13 url(/images/background.gif) top left repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin: 0pt;
  padding: 0pt;
  text-align: center;
  color: #434760;
}

h1 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 250%;
  font-weight: normal;
}

h2 {
  font-size: 150%;
  text-transform: uppercase;
}

h3 {
  color:#999999;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0em;
}

.hidden {
  display:none;
}

.clear {
  clear:both;
}

/*--------Page Position--------*/
#page {
  border-top: 34px solid #5f637c;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: left;;
  width: 845px;
  background: #5f637c;
}

div.top-nav {
  display: block;
  float: left;
  position: absolute;
  font-family: Arial;
  font-size: 15px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 34px;
  text-align: center;
  text-transform: uppercase;
  background: url(/images/top-nav-background.png) top left repeat-x;
  border-bottom: 1px solid #474a58;
}

div.top-nav a {
  display: inline-block;
  position: relative;
  margin-right: 2px;
  margin-top: 2px;
  padding: 30px 0 0 0;
  overflow: hidden;
  height: 0px !important;
  height /**/: 30px; /* for IE5/Win */
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
}

div.top-nav a:hover {
  background-position: 0 -30px;
}

div.top-nav a#tn-manufacturing {
  background-image: url(/images/tm-manufacturing.png);
  width: 115px;
}

div.top-nav a#tn-fishing {
  background-image: url(/images/tm-fishing.png);
  width: 90px;
}

div.top-nav a#tn-meat {
  background-image: url(/images/tm-meat.png);
  width: 65px;
}

div.top-nav a#tn-logistics {
  background-image: url(/images/tm-logistics.png);
  width: 88px;
}

div.top-nav a#tn-food-manufacturing {
  background-image: url(/images/tm-food.png);
  width: 60px;
}

div.top-nav a#tn-fruit-vegetable {
  background-image: url(/images/tm-produce.png);
  width: 78px;
}

div.top-nav a#tn-viticulture {
  background-image: url(/images/tm-viticulture.png);
  width: 82px;
}
/*------Header Position-------*/
#header {
  position: relative;
  height: 132px;
  width: 845px;
  text-align: center;
}

#header img {
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  height: 132px;
  margin: 0;
  padding: 0;
  border: none;
}

#site-title {
  position: absolute;
  float: left;
  top: 0px;
  right: 0px;
  height: 132px;
  width: 437px;
  z-index: 10;
  background: url(/images/RHS_header.png) no-repeat top left;
}

#site-title img {
  height: 132px;
  width: 437px;
}

#site-title a, #site-title a:visited, #site-title a:hover {
  display: block;
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  height: 132px;
  width: 437px;
}


/*-------Layout Of Main Boxes----------*/
#main {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 845px;
}

#left-navigation {
  width: 154px;
  border-right: 5px solid #5f637c;
  vertical-align: top;
  background: url(/images/menu-background.jpg) repeat-y left top;
}

#content-holder {
  width: 687px;
  background: #e6e6e6;
  vertical-align: top;
}

#content {
  padding: 5px;
}

#right-box {
  position: relative;
  width: 55px;
  border-left: 5px solid #5f637c;
  background: #cecfe3;
}

/*-------Left Navigation Links----------*/
.menu {

}

.menu ul {
  display: block;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-size: 13px;
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0pt;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}

.menu ul li {
  border-bottom: 1px solid #5f637c;
  display: block;
  list-style-type: none;
  float: left;
  margin: 0pt;
  width: 100%;
  position: relative;
}

.menu ul a, .menu ul a:visited {
  color: #a2a5b4;
  display: block;
  padding: 8px;
  font-weight: normal;
  text-decoration: none;
  z-index: 5;
}

.menu ul a:hover {
  color: #d4d4dc;
  background:url(/images/menu-background.jpg) repeat-y right top;
}

.menu ul ul {
  float: left;
  font-size: 0.8em;
  text-align: left;
  list-style-type: none;
  z-index: 10;
  width: 100%;
}

.menu ul li:hover > ul {
  display: block;
  list-style-type: none;
  z-index: 10;
}

.menu ul ul li{
  position: relative;
  border: none;
  height: auto;
  width: 100%;
  margin: 0;
}

.menu ul ul li:hover{
  background: #d4d4dc;
}

.menu ul ul li:hover a, .menu ul ul li:hover a:active, .menu ul ul li:hover a:visited{
  color: #d4d4dc;
  display: block;
}

.menu ul li ul li a{
  display: block;
  padding: 0px;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.menu ul li ul li a:hover, .menu ul li ul li a:visited{
  display: block;
  padding: 0px;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

li.current a, li.current a:hover {
  background:url(/images/menu-background.jpg) repeat-y right top;
}

li.current ul li a {
  background: transparent url(/images/menu-background.jpg) repeat-y scroll left top;
}

#rhino-head {
  background: url(/images/bottom-left-rhino.jpg) top left no-repeat;
  height: 148px;
  width: 154px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}


/*Note: Need to add the base styles that the content can use in here*/
#content h1 {
  margin-top: 0pt;
}

#content h2 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

#content h3 a {
  border-bottom:1px dotted #A3A39C;
  display:block;
  padding-bottom:2px;
  text-decoration:none;
}

#specials img {
  padding: 0;
  margin: 0;
  width: 509px;
}

blockquote {
  font-style: italic;
  padding: 10px;
  background: #fff;
  margin: 5px;
}

blockquote h4 {
  margin-top: 3px;
  margin-bottom: 3px;
}


/*---------Catalog Product Page------------*/
div.images {
  float: left;
  display: block;
}

span.description {
  display: block;
  clear: both;
}

span.description ul {
  padding-left: 30px;
}

div#specifications {
  margin-left: 10px;
  margin-bottom: 10px;
}

div#specifications table {
  background: #fff;
}

td.name, td.value {
  border-bottom: 1px solid #e6e6e6;
}

td.name {
  font-weight: bold;
  padding: 2px 10px 2px 2px;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

td.value {
  text-align: left;
  padding: 2px;
  padding-left: 6px;
  width: 60%;
}

div.images {
  width: 100%;
}

div.images a.large {
  float: left;
  width: 250px;
  padding: 10px;
}

div.images ul {
  list-style-type: none;
  float: left;
  width: 100px;
  padding: 10px;
  margin: 10px 5px 5px 5px;
  background: #fff;
}

div.images ul li {
  float: left;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
}

div.images ul li a {
  font-weight: normal;
  font-size: 8pt;
  float: left;
  width: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.images ul li a img {
  float: left;
  width: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}

div.images ul li a span {
  display: none;
}

span.code {
  padding-left: 10px;
}

table.product-list td.image {
  text-align: right;
}

table.product-list td.link {
  text-align: left;
}
/*---------Product List--------------------*/

div.product-list {
  float: left;
  font-size: 10px;
  padding-bottom: 10px;
  position: relative;
}

div.product-list ul {
  position: relative;
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.product-list ul li {
  display: block;
  float: left;
  width: 145px;
  height: 138px;
  padding: 5px;
  padding-top: 15px;
  border: 1px solid #baaeae;
  margin: 6px;
  text-align: center;
  background: #ffffff;
}

div.product-list ul li span.image {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
}

div.product-list ul li span.link {
  display: block;
  width: 135px;
  padding: 5px;
  text-align: center;
}
/*---------Featured Product----------------*/
div#featured-product {
  float: right;
  font-size: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: url(/images/featured-product.png) no-repeat scroll 0px 7px;
  position: relative;
}

div#featured-product div {
  display: block;
  width: 145px;
  height: 138px;
  padding: 5px;
  padding-top: 15px;
  border: 1px solid #baaeae;
  margin: 6px;
  text-align: center;
  background: #ffffff;
}

div#featured-product div span.image {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
}

div#featured-product div span.link {
  display: block;
  width: 135px;
  padding: 5px;
  text-align: center;
}



/*---------Bottom Navigation Links---------*/
div#bottom-navigation {
  color: #979aab;
  text-align: right;
  font-size: 0.8em;
  width: 845px;
  height: 16px;
  clear: both;
  position: relative;
}

div#bottom-navigation a {
  color: #979aab;
  font-weight: normal;
  text-transform: uppercase;
}

div#bottom-navigation a:hover {
  color: #0f0e13;
}

/*-----------Contact Form-----------------*/
form ol {
  display: block;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 509px;
}

form ol li {
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  width: 505px;
}

form ol li span {
  display: block;
  float: left;
  padding-top: 5px;
  width: 150px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}

form ol li input.textbox, form ol li textarea {
  float: left;
  width: 300px;
}

form ol li input.submit {
  margin-left: 160px;
}


/*-----------JITC Logo and Link-----------*/
.jimmy_logo {
  position: absolute;
  float: left;
  bottom: 0px;
  right: -100px;
  height: 24px;
  width: 94px;
  cursor: pointer;
}

a#logo {
  background: url(/images/jimmy.png) no-repeat top left;
  display: block;
  height: 25px;
  width: 94px;
  cursor: pointer;
}

a#logo:hover {
  background: url(/images/jimmy.png) no-repeat bottom left;
}

a#logo span {
  display: none;
}

/*------Links to Awards and Rotaform ----------*/

a#awards {
  display: block;
  padding-top: 60px;
  margin: 0 auto;
  background: url(/images/awards.png) top left no-repeat;
  height: 0 !important;
  overflow: hidden;
  cursor: pointer;
  width: 845px;
  height /**/: 60px; /*IE 5.5 */
}

a#rotaform {
  position: absolute;
  float: left;
  top: 0px;
  right: -31px;
  display: block;
  background: url(/images/rotaform-logo.png) top left no-repeat;
  padding-top: 132px;
  height: 0 !important;
  width: 20px;
  cursor: pointer;
  overflow: hidden;
  height /**/: 132px; /*for IE 5.5 */
}


/*-----------Free Phone-----------------------*/
body {
  margin: 0;
  padding: 0 0 25px 0;
}

div#free-phone {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 22px;
  background: #78c044;
  color: #000;
  font-size: 14px;
  padding-top: 3px;
  z-index: 100;
}

@media free-phone {
  body>div#footer {
    position: fixed;
  }
}

* html body {
  overflow:hidden;
}

* html div#page {
  height:100%;
  overflow:auto;
}


/*------------WymEditor Styles-----------------*/
/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.

    - Commented styles inside style definitions are used for visual
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this
      style should be applied or not.

    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* PARA: Hidden note */
.hidden-note /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* PARA: Important */
.important /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

/* IMAGE: Border */
.border /* img */ {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}

/* IMAGE: Left */
.left /* img */ {
  float: left;
        padding-right: 5px;
        padding-left: 3px;
  /* float: left; padding-right: 5px; padding-left: 3px;*/
}

/* IMAGE: Right */
.right /* img */ {
  float: right;
   padding-left: 5px;
  padding-right: 3px;
  /* float: right; padding-left:5px; padding-right: 3px;*/
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */

.radius_tag {
  height:31px; background: url(/images/admin/wef_radiustag_bg.gif) no-repeat 0 0;
}


