﻿/* General */

html {
  height: 100%;
}

body {
  height: 100%;
  background: #9abbff url(../images/bg.png) repeat-x;
  margin: 0;
  font-family:  "Trebuchet MS", Tahoma, sans-serif;
  font-size: 14px;
}

form {
  margin: 0;
}

*:focus {
  outline: none;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}



/* Wrapper */

#wrapper {
  width: 998px;
  margin: 0 auto;
  background: #fff url(../images/shadow-repeat.gif) repeat-y;
  min-height: 100%;
}

#wrapper2 {
  background: url(../images/shadow.gif) no-repeat;
  padding: 0 7px;
  position: relative;
}



/* Header */

#header {
  height: 297px;
  background: url(../images/header-bg.jpg) no-repeat;
}

#header .links { /* diff for IE6 */
  float: right;
  height: 19px;
  width: 215px;
}

#header .links a {
  display: block;
  float: left;
  width: 15px;
  height: 18px;
  margin-left: 11px;
  font-size: 1px;
}

#header .links a.e-mail { /* diff for IE6 */
  margin-left: 17px;
}



#header .greeting {
  color: #fff;
  padding: 7px 0 0 13px;
  float: left;
}



/* Navigation & Search */

#navigation {
  height: 34px;
  background: url(../images/navigation.gif);
}

#navigation form {
  float: left;
  width: 220px;
}

#navigation input {
  margin: 7px 0 0 5px;
  font-size: 10px;
  width: 150px;
  font-family: "Trebuchet MS", sans-serif;
  height: 14px;
  border: 1px solid #e0bfc4;
  border-left: #6c5155;
  border-bottom: #6c5155;
  padding-left: 5px;
}

#navigation ul {
  list-style: none;
  margin: 0;
}

#navigation li {
  float: left;
  background: url(../images/separator.gif) no-repeat;
}

#navigation a {
  display: block;
  height: 26px;
  padding: 7px 20px 0;
  color: #fff;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation a.last {
  background: url(../images/separator.gif) right no-repeat;
}



/* Content */

#content {
  padding-bottom: 86px;
  background: #fff url(../images/cont-bg.png);
}



/* Left column */

#leftcol {
  width: 200px;
  float: left;
  background: #306ea1 url(../images/left-col-bg.png) no-repeat;
  min-height: 555px;
}



/* Categories in left column */

#categories {
  font-size: 14px;
  margin-bottom: 30px;
}

#categories h2 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 25px;
  padding-top: 7px;
  font-weight: normal;
}

#categories ul {
  margin: 0;
  padding: 0;
  background: url(../images/categories-bg.png);
  list-style: none;
  border-bottom: 1px solid #447cb3;
}

#categories li {
  border-top: 1px solid #447cb3;
}

#categories li:hover {
  position: relative;
}

#categories li.has-subs {
  background: url(../images/cat-arrow.gif) 185px 7px no-repeat;
}

#categories li.active {
  background-color: #4977b0;
}

#categories a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 170px;
  padding: 2px 15px;
}

#categories a:hover {
  color: #315982;
}

#categories li.active a:hover {
  color: #fff;
}




/* Sub-categories */

#categories ul ul {
  display: none;
  position: absolute;
  left: 200px;
  top: -1px;
}

#categories li:hover ul {
  display: block;
}

#categories li li, #categories li li.has-subs {
  background-color: #95b7fb;
  border-left: 1px solid #447cb3;
  border-right: 1px solid #447cb3;
}

#categories li.active li a:hover {
  color: #315982;
}

#categories li.active li.active a:hover {
  color: #fff;
}

#categories li li.active {
  background-color: #4977b0;
}



/* Sub-sub-categories */

#categories li:hover ul ul {
  display: none;
}

#categories li:hover li:hover ul {
  display: block;
}

#categories li.active li.active li a:hover {
  color: #315982;
}

#categories li.active li.active li.active a:hover {
  color: #fff;
}





/* Actions */

#actions { padding-left: 7px; }

#actions h2 {
  font-size: 24px;
  margin: 0;
  text-align: center;
  font-weight: normal;
}

#actions h2 a { font-family: Georgia, serif; font-style: italic; color: #fff; text-decoration: none; }
#actions h2 a:hover { text-decoration: underline; }

#actions .top {
  background: url(../images/actions-top-bot.png) no-repeat;
  height: 10px;
}

#actions .bottom {
  background: url(../images/actions-top-bot.png) 0 -10px no-repeat;
  height: 10px;
}

#actions .content {
  background: url(../images/actions-bg.gif) repeat-y;
  padding-left: 14px;
}



/* Actions page */
ul#actions-list { color: #4977b0; }
ul#actions-list a { color: #4977b0; text-decoration: none; }
ul#actions-list a:hover { text-decoration: underline; }



/* Main content */

#main {
  margin-left: 200px;
  background: #fff url(../images/main-bg.gif) repeat-x;
  padding: 18px 20px 0;
}



/* Breadcrumbs */

.breadcrumb {
  font-size: 18px;
  color: #3d3d3d;
  min-height: 25px;
  margin: 5px 0 10px;
}

.breadcrumb a {
  color: #3d3d3d;
}



/* Pagination */

.pagination {
  font-size: 18px;
  margin-bottom: 20px;
}

.pagination ul {
  padding: 1px 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.pagination li {
/*  height: 25px;  */
  margin: 0 3px;
  display: inline;
}

.pagination li.active {
  padding: 1px 6px;
  background: #3d3d3d;
  color: #fff;
}

.pagination a {
  padding: 0 6px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #3d3d3d;
  height: 23px;
}

.pagination a:hover {
  border: 1px solid #3d3d3d;
}

.pagination.bott ul { padding: 5px; }




/* Produce */

.produce {
  width: 784px;
}

.row {
  height: 260px;
}

.item {
  float: left;
  width: 225px;
  height: 260px;
  margin-left: 30px;
}

.item a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.item a span {
  color: #3d3d3d;
  text-decoration: underline;
}

.item a:hover span {
  text-decoration: none;
}




/* Footer */

#footer {
  height: 86px;
  background: url(../images/footer-bg.jpg);
  position: absolute;
  bottom: 0;
  width: 984px;
  font-size: 13px;
}

#footer div {
  margin: 42px 0 0 220px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .created {
  float: right;
  height: 40px;
  width: 140px;
  text-align: center;
  position: relative;
  bottom: 9px;
}

#footer .created img {
  position: relative;
  top: 2px;
}

#footer .created a:hover {
  text-decoration: none;
}



/* About section */

.about-section {
  height: 28px;
  font-size: 12px;
}

.about-section a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  height: 20px;
  background: url(../images/about-section-bg.gif) right;
  padding: 2px 10px 0 0;
}

.about-section a.right { float: right; }
.about-section a.left { float: left; }

.about-section span.left {
  display: block;
  height: 22px;
  width: 10px;
  float: left;
  background: url(../images/about-section-bg.gif);
  margin-top: -2px;
}










