#site-container div#header{
  background: #003366 url(/img/shreddersbg.gif) top left no-repeat !important;
}


#page-content #left-column h4,
#page-content #centre-column h2,
#page-content #centre-column h3,
#page-content #centre-column h4
 {
  color:#003366;
}

#page-content #left-column h4{
 background:url(/img/nav/shreddersarrow.gif) 5px 7px no-repeat;
 padding-left:20px;
 padding-bottom:10px;
 border-bottom:solid 1px #003366;
}

div.intro{
  color:#003366 !important ;
}

div#site-container div#footer {
  background:#003366;
}

div#left-column ul li,
div#left-column ul li  a span.ulHeader.current,
div#left-column ul li a.current,
div.downloadpdf a,
div#left-column ul li a:hover{
  color:#003366;
}





div#site-container #page-content #centre-column{
 width:79% !important;
}
#page-content  #right-column{
  display:none;
}

.hsubnav{
  display:none;
}


/**
* Types
*/
#product-range{
  color:#009999;
  border-bottom:solid 1px #009999;
  padding:5px 0px;
}

#product-cats{
 width:100%;
 overflow:hidden;
}

#product-cats ul{
  list-style:none;
  margin:10px 0px;
  padding:0px;
}

#product-cats ul li{
  float:left;
  margin:0px 0px 10px 0px;
  padding:0px;
  width:33%;
  height:80px;
}

#product-cats ul li a img{
 /*opacity:0.8;*/
}

#product-cats ul li a:hover img{
 /*opacity:1;*/
}

ul#catmodels{
 list-style:none;
 margin:20px 0px;
 padding:0px;
 width:100%;
 overflow:hidden;
}

ul#catmodels li {
  width:30%;
  margin-right:3%;
  float:left;
}

ul#catmodels li a {
  background:#003366;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  display:block;
  padding:3px;
}



/**
* Items list
**/

div#shredders {
  width:490px;
  float:left;
}

div#shredders ul{
  width:100%;
  overflow:hidden;
  list-style:none;
  margin:0px;
  padding:0px;
}

div#shredders ul li{
  float:left;
  border:dotted 1px #ccc;
  overflow:hidden;
  width:158px;
  height:81px;
}

div#shredders ul li a{
  display:block;
  margin:25px 42px;
  opacity:0.6;
  filter: alpha(opacity = 60);  
}


div#shredders ul li a:hover{
  opacity:1;
  filter: alpha(opacity = 100);  
}

div#inuse{
  width:116px;
  float:right;
}


/**
* Item Properties
*/
table{
 font-size:0.9em;
 width:80%;
}

table tr th{
  font-size:1em;
  text-align:left;
  background:#b5cadf;
  color:#003366;
  padding:5px;
}

table tr td{
  background:#ececec;
  padding:5px;
}

table tr th,
table tr td {
 margin:1px;
 border:solid 1px #ffffff
}


