﻿/* CSS png fix */
/* img, div {behavior: url(iepngfix.htc) }
*/
body {
       font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
       color: #000000;
       margin:0;
       /*
       background-color:#d1d1d1;
       background-image:url(../images/body-bg.gif);
       background-repeat:repeat-x;
       */
       background:#d1d1d1 url(../images/bgbarshadow.gif) repeat-y scroll center;
       font-size:13px;
}
ul {
    list-style-position: outside;
    padding-left:12px;
}  
 
#holder {
   width:788px;
   background-color:#ffffff;
   padding-left:0px;
   padding-right:0px;
   text-align:left;
   margin:0pt auto;
}
 
a {
       outline:none;
}
a img 
{
       border: none;
       }
a:focus{
       outline:1px dotted #ccc;
}
h1, h2, h3, h4, h5 {
       font-weight:normal;
       letter-spacing:.005em;
       color:#555;
}
h1 {
       font-size:2.7em;
       height:132px;
       font-weight:normal;
       margin:-1px 0 10px 0;
       letter-spacing:-.015em;
       border-bottom:1px solid #f0f0f0;
       line-height:2em;
       background:#fff;
}
 
 
h3 {
       font-size:1.35em;
       margin:1em 0 .6em 0;
       padding-bottom:.9em;
       color:#004284;
       background-image:url(../images/weeline.gif);
       background-position:left bottom;
       background-repeat:no-repeat;
       
}
 
div.round{
       background-color:#b69d6e;
       background-image:url(../images/brownfade.gif);
       padding:6px;
       margin-top:3px;
       margin-bottom:8px;
    color:#ffffff;
    font-size:1.1em;
}
 
h3 strong {
       color:#930;
}
h3 .faint {
       color:#d75;
}
.introblock h2, .introblock h3 {
       border:none;
       background:none;
       margin:0;
}
h4 {
       font-size:1.3em;
       margin:0 0 .6em 0;
       color:#952;
}
h4 .faint {
       color:#b76;
}
h5 {
       font-size:1em;
       font-weight:bold;
       margin:1em 0 .3em .5em;
}
.faint {
       font-size:.85em;
       letter-spacing:-.05em;
       padding-right:.3em;
}
p {
       margin:.7em 0;
}
 
 
#header, #content, #footer {
       width:788px;
}
 
#content {
    padding-bottom:25px;
    margin-bottom:25px;
}
 
#header {
    text-align:left;
    padding:0px;
    margin:0px;
    
}
 
#menu {
    background-image:url(../images/menuback.gif);
       background-repeat:repeat-x;
       padding-left:10px;
       width:783px;
}
 
#submenu {
    background-image:url(../images/submenuback.gif);
       background-repeat:repeat-x;
       padding-left:10px;
       width:783px;
}
 
#product_sub {
    background-image:url(../images/brownfade.gif);
       background-repeat:repeat-x;
       padding-left:5px;
       width:783px;
       color:White;
       padding-top: 5px; 
       padding-bottom: 5px;
       text-align:center;
}
 
#menu a, #menu, #submenu, #submenu a, #product_sub, #product_sub a {
    color:#ffffff;
    font-size:13px;
    text-decoration:none;
    padding-left:5px;
    
}
#menu a, #submenu a {
    padding-left:5px;    
    padding-right:5px;
}
#menu a:hover, #submenu a:hover, #product_sub a:hover {
    color:#000000;
    background-color:#cedbe6;
}
 
#footer{
    text-align:center;
    font-size:smaller;
    color:Gray;
    padding-top:10px;
    line-height:16px;
}
 
div.pot {
    width:220px;
    float:left;
    border: solid 1px #cedbe6;
    padding:10px;
    margin-left:11px;
    margin-right:6px;
    margin-top:10px;
    background-color:#ffffff;
}
 
#text_content{
    margin-left:55px;
    margin-right:55px;
    line-height:1.5;
}
 
#content div strong {
    font-size:1.1em;
}
 
.article_summary{
    padding-top:20px;
    padding-bottom:20px;
    font-size:1.2em;
    color:#4040a9;
}
 
.article_summary, .article_text {
       line-height : 1.5;
}
       
#buscard_image, #buscard_text{
    float:left;
    height:100px;
}
 
#buscard_text{
    padding-left:50px;
    text-align:left;
}
 
#buscard_text span{
    padding-top:30px;
}
#buscard_text span.name{
    font-size:1.2em;
    
}
 
#buscard hr
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #C0C0C0;
}
 
/* images with drop shadows*/
 
div.img-dec {
       /*background: url('../images/shadow.png') no-repeat bottom right;*/
       clear: right;
       float: right;
       margin: 5px 0 15px 25px;
       padding: 0;
       position: relative;
}
 
div.img-dec-right {
       clear: right;
       margin: 5px 15px 15px 0px;
       padding: 0;
       position: relative;
}
div.img-dec img, div.img-dec-right img {
       background-color: #fff;
       border: 1px solid #a9a9a9;
       display: block;
       margin: 5px 5px 5px 5px;
       padding: 4px;
       position: relative;
       /*height: 210px;*/
}
 
img.imgborder {
  border: 1px solid #a9a9a9;
}
 
#list-menu ul 
{
margin: 0;
padding: 0;
list-style-type: none;
}
 
#list-menu li 
{
margin: 2px 0 0;
}
 
#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
}
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}
 
#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
}
 
.img-shadow {
       background:#eef url(../images/shadowAlpha.png) no-repeat scroll right bottom !important;
       float:left;
       margin:10px 0 0 10px !important;
}
.img-shadow img {
       background-color:#eef;
       /*border-top:1px solid #A9A9A9;*/
       display:block;
       margin:-6px 6px 6px -6px;
       padding:4px 4px 0 4px;
       position:relative;
}
.img-shadow span 
{
       height:20px;
       background-color:#eef;
       display:block;
       margin:-8px 6px -8px -6px;
       padding:0px;
       position:relative;
}
 
.gal_label 
{
       font-size:11px;
       }
       
.thumb_brochure 
{
       text-align:center;
       float:left;
       width:275px;
       height : 270px;
       padding-right:6px}
       
       .icon_menu td
       {
         text-align:center;
         }
         
       .icon_menu td a
       {
         text-decoration:none;
       
         }
         
       .icon_menu td a:hover {
    color:#26a;
  }
  
  .bold_first_col td
  {
    vertical-align:top
    }
    
  .bold_first_col td:first-child
  {
    font-weight:bold;
    padding-right:8px;
   }
   
  .bold_first_col .bold
  { font-weight:bold;
    padding-right:8px;
    }
  
  span.info   {    color:blue    }
  span.subHeadBlue   {    color:#004284;font-weight:bolder;    }
  p.about { margin-top:30px;    }
  div.about img { text-align:center; border: solid 1px #cedbe6; margin-top:30px; padding:10px; }

  div.about img { text-align:center; border: solid 1px #cedbe6; margin-top:30px; padding:10px; }
  
  img.centred { display: block; margin-left: auto; margin-right: auto }
  img.centredB { display: block; margin-left: auto; margin-right: auto; border: solid 1px #cedbe6; padding:10px;}
  li.spaced {margin-top:15px}

