/*- colours ------------------------------------------------------------------*/
#colours {
  color: #000000;
  color: #444444;
  color: #606060;
  color: #ffffff;
}

/*- reset --------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
  font-weight: bold;
}
body {
  font-family: Arial, sans-serif;
  padding: 10px;
	font-size: 11px;
}
/* <= IE 6 */
body.design {
  background: #fff url(images/container_bg.jpg) repeat-x;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
  color: #606060;
	margin: 0px 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
}

/*- links --------------------------------------------------------------------*/

body.design a {
	cursor: pointer;
  text-decoration: underline;
}
body.design a:link,
body.design a:visited {
	color: #444444;
}
  body.design a:hover,
body.design a:focus,
body.design a:active {
  color: #444444;
}
p {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 0px 20px;
}
img {
	border: 0;
}

/*- site ---------------------------------------------------------------------*/

.container {
  width: 804px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
  .header {
    background: url(images/header.jpg) no-repeat top left;
    margin-bottom: 10px;
  }
    .logo {
      padding: 3px 0px 6px 1px;
    }
    .phone {
      background: url(images/phone.gif) no-repeat top right;
      position: absolute;
      top: 20px;
      right: 0px;
      width: 400px;
      height: 50px;
      color: #5a7cc1;
      font-size: 24px;
      font-weight: bold;
    }
      .phone_inner {
        text-align: right;
        padding: 9px 40px 0px 0px;
      }
    .basket {
      position: absolute;
      top: 58px;
      right: 0px;
      width: 400px;
      height: 20px;
      text-align: right;
    }
      .basket a {
        font-size: 12px;
        color: #5a7cc1 !important;
        text-decoration: none !important;
      }
    .search {
      position: absolute;
      top: 80px;
      right: 0px;
      width: 400px;
      height: 20px;
      text-align: right;
    }
      .search #s {
        background: #fff url(images/search_form_bg.gif) no-repeat top left;
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        border-left: 1px solid #d7d7d7;
        width: 200px;
        padding-left: 17px;
      }
      #btn_search {
        position: relative;
        top: 4px;
      }
    
    .nav {
      background: url(images/nav_bg.gif) repeat-x;
      position: relative;
    }
      .nav_inner {
        background: url(images/nav_inner_bg.gif) no-repeat;
        height: 42px;
      }
        .nav ul {
          margin: 0px 0px 0px 10px;
        }
          .nav li {
            background: url(images/nav_divide.gif) no-repeat;
            display: inline;
            list-style-type: none;
          }
          .nav li.first {
            background: none;
          }
            .nav li a {
              display: block;
              float: left;
              padding: 10px;
              font-size: 14px;
              color: #444444;
              text-decoration: none;
              margin-right: 2px;
            }
            .nav li a:hover,
            .nav li a.selected {
              background: url(images/nav_selected.gif) repeat-x;
            }
      .welcome {
        position: absolute;
        top: 12px;
        right: 10px;
        font-size: 12px;
      }
        .welcome a {
          color: #5a7cc1 !important;
        }
  .main {
  }
    .sidebar {
      width: 190px;
      float: left;
      display: inline;
      position: relative;
      margin: 0px;
    }
      .products_systems {
        
      }
        .products_systems_header {
          background: url(images/products_systems_header.gif) no-repeat;
          width: 190px;
          height: 30px;
        }
        .products_systems_nav {
          border: 1px solid #c9c9c9;
        }
          .products_systems_nav ul {
            margin: 5px 10px;
          }
            .products_systems_nav ul li {
              list-style-type: none;
            }
              .products_systems_nav ul li.level_one {
                border-bottom: 1px solid #e2e2e2;
                padding-left: 10px;
              }
                .products_systems_nav ul li.level_one a {
                  font-size: 12px;
                  text-decoration: none;
                  text-transform: capitalize;
                  padding: 2px 0px;
                  display: block;
                }
              .products_systems_nav ul li.level_two {
                border-bottom: 1px solid #e2e2e2;
                padding-left: 10px;
              }
                .products_systems_nav ul li.level_two a {
                  background: url(images/nav_level_two_bg.gif) no-repeat 0px 9px;
                  font-size: 11px;
                  text-decoration: none;
                  text-transform: capitalize;
                  padding: 2px 0px 2px 10px;
                  display: block;
                  color: #19357f;
                }
      .side_map,
      .side_box,
      .side_testimonial {
        margin: 10px 0px;
      }
        .side_map p,
        .side_box p,
        .side_testimonial p {
          margin: 0px;
          padding: 0px 0px 10px 0px;
        }
        .side_map_top,
        .side_box_top {
          height: 4px;
          line-height: 1px;
          
        }
          .side_map_bottom,
          .side_box_bottom {
            padding: 0px 10px;
          }
          .side_map h3,
          .side_box h3 {
            color: #5a7cc1;
            font-size: 14px;
            font-weight: bold;
          }
          
        .side_map_top {
          background: url(images/side_map_top.gif) no-repeat top right;
        }
        .side_map_inner {
          background: url(images/side_map_fill.jpg) repeat-y;
        }
          .side_map_bottom {
            background: url(images/side_map_bottom.jpg) no-repeat bottom;
            _height: 120px;
            min-height: 120px;
          }
        .side_box_top {
          background: url(images/side_top.gif) no-repeat top right;
        }
        .side_box_inner {
          background: url(images/side_fill.jpg) repeat-y;
        }
          .side_box_bottom {
            background: url(images/side_bottom.jpg) no-repeat bottom;
            _height: 102px;
            min-height: 102px;
          }
          
        .side_testimonial_top {
          background: url(images/side_testimonial_top.gif) no-repeat top right;
          min-height: 33px;
          _height: 33px;
        }
        .side_testimonial_inner {
          background: url(images/side_testimonial_gif.jpg) repeat-y right;
          position: relative;
        }
          .side_testimonial_bottom {
            background: url(images/side_testimonial_bottom.gif) no-repeat bottom right;
            _height: 167px;
            min-height: 167px;
            padding: 0px 10px;
          }
            .side_testimonial_details {
              color: #000;
              line-height: 12px;
              text-align: right;
              position: absolute;
              bottom: 0px;
              right: 3px;
            }
          
    .content {
      width: 606px;
      float: left;
      display: inline;
      margin: 0px 0px 0px 6px;
      position: relative;
    }
    
      #top_special {
        background: url(images/home_feature_bg.jpg) no-repeat;
        height: 251px;
        margin: 0px 0px 10px 0px;
        position: relative;
        overflow: hidden;
      }
        #top_special .sliderwrapper {
          
        }
        #top_special .pagination {
          position: absolute;
          top: 10px;
          right: 10px;
        }
          #top_special .pagination a {
            text-decoration: none;
            padding: 1px;
            color: #4769b3;
          }
          #top_special .pagination a.selected {
            border: 1px solid #4769b3;
          }
          
          #slider2 {
            position: relative;
            height: 400px;
          }
            #slider2 .contentdiv {
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
            }
            #slider2 .pagination {
              position: absolute;
              top: 380px;
              left: 10px;
              width: 100%;
            }
            #slider2 .pagination a {
              text-decoration: none;
              padding: 1px;
              color: #4769b3;
            }
            #slider2 .pagination a.selected {
              border: 1px solid #4769b3;
            }
      
      .home_feature {
        margin: 0px 0px 10px 0px;
      }
        .home_feature_top {
          background: url(images/home_feature_top.gif) no-repeat top left;
          height: 31px;
        }
        .home_feature_inner {
          background: url(images/home_feature_fill.gif) repeat-y;
          clear: both;
          float: left;
          width: 100%;
        }
        .home_feature_bottom {
          background: url(images/home_feature_bottom.gif) no-repeat left;
          float: left;
          clear: both;
          height: 4px;
          width: 100%;
        }
          .featured_product {
            margin: 10px;
            width: 280px;
            float: left;
            display: inline;
            color: #9E9E9E;
            font-weight: bold;
          }
            .featured_product_image {
              float: left;
              width: 105px;
            }
              .featured_product_image img {
                border: 1px solid #ccc;
              }
            .featured_product_details {
              float: left;
              width: 175px;
              color: #A9A9A9;
              line-height: 14px;
              font-weight: normal;
            }
            span.was_price {
              font-size: 14px;
              color: #b90000;
              font-size: 12px;
              font-weight: bold;
            }
              span.was_price_num {
                text-decoration: line-through;
              }
            span.now_price {
              font-size: 14px;
              color: #315bb1;
              font-size: 14px;
              font-weight: bold;
            }
              span.now_price a {
                color: #315bb1 !important;
                text-decoration: none;
              }
              span.now_price a:hover {
                text-decoration: underline;
              }
    
    .home_row {
      float: left;
      clear: both;
      width: 100%;
    }
    
    
#home_bottom {
  float: left;
  clear: both;
  width: 100%;
}
  #home_news {
    margin: 0px;
    padding: 10px 0px 0px 0px;
  }
    #home_news h3 {
      font-size: 16px;
      line-height: 16px;
      color: #315bb1;
      margin: 0px;
      padding: 0px;
      font-weight: bold;
    }
    .home_news {
      padding: 10px 20px 0px 0px;
    }
      .home_news h4 {
        font-size: 16px;
        line-height: 16px;
        color: #607bb3;
        margin: 0px;
        padding: 0px;
      }
      .home_news p {
        margin: 0px 0px 5px 0px;
      }
      .home_news p.read_more {
        text-align: right;
      }
  #home_old_news {
    margin: 0px;
    padding: 10px 0px 0px 0px;
  }
    #home_old_news h3 {
      font-size: 16px;
      line-height: 16px;
      color: #315bb1;
      margin: 0px 0px 10px 0px;
      padding: 0px;
      font-weight: bold;
    }
    #home_old_news .home_month {
      font-size: 12px;
      line-height: 25px;
    }
      #home_old_news a {
        color: #737373;
      }
  #bottom_content_banners {
    float: left;
    clear: both;
    text-align: center;
    margin: 10px 0px;
    width: 100%;
    border: 1px solid #cacaca;
    background: #fff;
    height: 50px;
    overflow: hidden;
  }
  #bottom_content_banners img {
    padding: 10px 0px 0px 0px;
  }
  .footer {
    clear: both;
    background: url(images/footer_bg.jpg) no-repeat;
    height: 80px;
    margin-bottom: 10px;
  }
    .footer .cards {
      width: 280px;
      float: left;
    }
      .footer .cards img {
        margin: 20px 0px 0px 10px;
      }
    .footer .footer_nav {
      float: left;
      width: 270px;
      height: 70px;
    }
      .footer .footer_nav_inner {
        padding: 10px 0px 0px 0px;
      }
      .footer .footer_nav a {
        float: left;
        width: 100px;
      }
    .footer .footer_subscribe {
      padding: 12px 5px 5px 5px;
    }
      .footer .footer_subscribe p {
        color: #315bb1;
        font-weight: bold;
        margin: 0px 0px 2px 0px;
      }
      .footer .footer_subscribe input.text {
        border: 1px solid #d7d7d7;
        color: #9f9f9f;
        width: 155px;
        height: 16px;
      }
      #newsletter_signup {
        position: relative;
        top: 4px;
      }
    
  .below_site {
    clear: both;
    margin-bottom: 10px;
  }
  
/*- category -----------------------------------------------------------------*/

.cat_pdf_download {
  padding: 0px 0px 10px 10px;
}
  .cat_pdf_download img {
    border: none;
    position: relative;
    top: 10px;
  }
  .cat_pdf_download a {
    text-decoration: none !important;
  }
div.category_heading {
  background: url(images/category_bg.jpg) no-repeat;
  height: 30px;
}
  div.category_heading h1 {
    padding: 7px 0px 0px 10px;
    font-weight: bold;
    font-size: 16px;
  }
div.category_inner {
  background: url(images/category_fill.jpg) repeat-y;
  float: left;
  clear: both;
  width: 100%;
}
div.category_footer {
  background: url(images/category_bottom.jpg) no-repeat bottom left;
  float: left;
  clear: both;
  width: 100%;
  height: 4px;
}

.cat_row {
  float: left;
  clear: both;
  width: 100%;
}
  .category_description {
    padding: 10px 10px 0px 10px;
    font-size: 12px;
  }
  
  .cat_read_more {
    text-align: right;
  }
  
  .category_product {
    background: url(images/category_product_bg.jpg) repeat-x bottom;
    margin: 10px;
    width: 280px;
    float: left;
    display: inline;
  }
    .cat_prod_inner {
      padding: 0px 30px 10px 30px;
    }
      .cat_prod_inner h3 {
        font-weight: bold;
      }
      .cat_prod_inner img {
        border: 1px solid #F0F0F0;
      }
    .cat_prod_bottom {
      float: left;
      clear: both;
      margin-bottom: 10px;
    }
      .cat_prod_bottom .price {
        width: 120px;
        float: left;
        font-size: 14px;
        color: #315bb1;
        font-weight: bold;
      }
        .cat_prod_bottom .price a {
          color: #315bb1;
          text-decoration: none;
        }
        .cat_prod_bottom .price a:hover {
          text-decoration: underline;
        }
      .cat_prod_bottom .buy_links {
        width: 87px;
        float: left;
      }

.paging_controls {
  float: left;
  clear: both;
  padding: 10px 0px;
}
  .paging_controls a,
  .paging_controls span {
    float: left !important;
    display: inline !important;
    padding: 5px 10px;
    margin-left: 10px;
    position: relative;
    border: 1px solid #ccc;
  }
  .paging_controls a {
    background: #ccc;
    float: left;
    text-decoration: none !important;
  }
  
.sub_cat_links {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0px;
}
  .sub_cat_links h2 {
    margin: 0px;
    padding: 0px 0px 0px 10px;
  }
  .sub_cat_links {
    margin: 8px 0px 8px 4px;
    padding: 0px;
    list-style-type: none;
  }
    .sub_cat_links {
    }
      .sub_cat_links a {
        text-decoration: none !important;
        background: url(images/cat_nav_bg.jpg) no-repeat;
        display: block;
        width: 190px;
        height: 80px;
        float: left;
        margin: 0px 0px 4px 4px;
        font-size: 14px;
      }
      

.sub_nav_bg {
}

  .sub_nav_bg_inner {
    display: block;
    padding: 20px;
    font-size: 12px;
    font-weight: bold;
  }

.sign_in_container {
  background: url(images/prod_sign_in_bg.png) no-repeat;
  width: 129px;
  height: 52px;
}
  .sign_in_container .now_price a,
  .sign_in_container a {
    color: #333 !important;
    padding: 7px 20px 0px 15px;
    display: block;
  }

/*- product ------------------------------------------------------------------*/

div.product_heading {
  background: url(images/category_bg.jpg) no-repeat;
  height: 30px;
}
  div.product_heading h2,
  div.product_heading h5 {
    padding: 7px 0px 0px 10px;
    font-weight: bold;
    font-size: 16px;
  }
div.product_inner {
  background: url(images/category_fill.jpg) repeat-y;
  float: left;
  clear: both;
  width: 100%;
}
  div.product_container {
    padding: 10px;
  }
    .prod_cat_desc {
    }
    div.product_inner h1 {
      font-weight: bold;
      font-size: 16px;
      margin-top: 20px;
    }
      div.product_inner h1 span {
        font-size: 10px;
      }
    
    .product_leftcol {
      width: 352px;
      float: left;
      display: inline;
      margin: 0px;
      position: relative;
    }
      .product_leftcol img {
        border: 1px solid #F0F0F0;
      }
      .pdf_download {
        margin: 0px 0px 10px 0px;
      }
        .pdf_download img {
          border: none;
        }
        .pdf_download a {
          text-decoration: none !important;
        }
      .spec_table {
        display: block;
        padding: 20px;
        background: url(images/spec_table_bg.jpg) repeat-x bottom left;
        margin-bottom: 20px;
      }
        .spec_table th {
          font-size: 13px;
          color: #5d5d5d;
          font-weight: bold;
        }
    .product_pdfs img {
      position: relative;
      top: 10px;
    }
    .product_rightcol {
      width: 210px;
      float: left;
      display: inline;
      margin-left: 20px;
      position: relative;
    }
      .product_rightcol h1,
      .product_rightcol h2,
      .product_rightcol h3,
      .product_rightcol h4,
      .product_rightcol h5,
      .product_rightcol h6 {
        font-weight: bold;
      }
      
      .product_rightcol .col_divide {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
      }
      
      .product_rightcol p {
        margin: 0px 0px 25px 0px;
      }
      .product_rightcol table {
        margin: 0px 0px 10px 0px;
      }
      .product_rightcol ul {
        margin: 0px 0px 25px 0px;
        list-style-type: none;
      }
        .product_rightcol ul li {
          background: url(images/product_bullet.jpg) no-repeat 0px 5px;
          padding: 0px 0px 0px 12px;
        }
        .product_rightcol li a {
          text-decoration: none;
        }
      .price {
        color: #315bb1;
        font-size: 22px;
        font-weight: bold;
      }
        .price span {
          font-size: 14px;
        }
          .price span a {
            color: #315bb1 !important;
            text-decoration: none;
          }
          .price span a:hover {
            text-decoration: underline;
          }
      

.related_product_wrap {
  clear: both;
  float: left;
  width: 604px;
  border: 1px solid #ccc;
  margin: 10px 0px;
}

.related_product_wrap h3 {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0px 0px 10px;
}

div.product_footer {
  background: url(images/category_bottom.jpg) no-repeat bottom left;
  float: left;
  clear: both;
  width: 100%;
  height: 4px;
}
.review_container {
  border: 1px solid #ccc;
  margin: 10px 0px;
  float: left;
  clear: both;
  width: 100%;
}
  .review_inner {
    padding: 10px;
  }

.system_page,
.basket_page {
  background: url(images/category_fill.jpg) repeat-y;
}
  .system_page_padding,
  .basket_page_padding {
    background: url(images/category_bg.jpg) no-repeat top left;
    padding: 7px 10px 10px 10px;
  }
    .breadcrumb {
      float: right;
    }
      .breadcrumb a {
        color: #5A7CC1 !important;
      }
    .system_page_padding h1,
    .basket_page_padding h1 {
      font-weight: bold;
      font-size: 16px;
      padding-bottom: 5px;
    }
    .sub_nav {
      background: #F7F7F7;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      font-size: 12px;
      float: left;
      width: 100%;
      clear: both;
      margin-bottom: 10px;
    }
      .sub_nav ul {
        background: #F5F5F5;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        width: 100%;
      }
        .sub_nav ul li {
          margin: 0px;
          float: left;
          display: inline;
        }
          .sub_nav ul li a {
            text-decoration: none;
            padding: 5px 20px;
            float: left;
            display: block;
          }
          .sub_nav ul li a:hover {
            background: #D8D8D8;
          }
    
    
  .system_page_footer,
  .basket_page_footer {
    background: url(images/category_bottom.jpg) no-repeat bottom left;
  }

.form_table,
.small_form_table {
  width: 100%;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
  body.design .form_table a {
    text-decoration: none;
  }
  .form_table th,
  .small_form_table th {
    background: #D8D8D8;
    color: #606060;
    font-weight: bold;
    text-align: center;
  }
  .form_table td {
    padding: 10px 0px;
  }
  .small_form_table td {
    padding: 5px 0px;
  }
  

.system_message_error,
.system_message_ok {
  text-align: center;
  background: #fff;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
.system_message_error {
  border: 2px solid #FFCC33;
}
.system_message_ok {
  border: 2px solid #5A7CC1;
}

/*- news ---------------------------------------------------------------------*/

.news_article_image {
  float: right;
}

.news_news {
  
}
  .news_news_item_alt,
  .news_news_item {
    margin: 0px 0px 20px 0px;
    float: left;
    clear: both;
    width: 100%;
  }
  .news_news_image {
    float: left;
    width: 100px;
  }
  .news_news_text {
    float: left;
    width: 480px;
  }


/*- testimonials -------------------------------------------------------------*/

.testimonial {
  margin: 10px 0px;
  border-bottom: 1px solid #ccc;
}




.small_form_table {
  
}
  .small_form_table td {
    vertical-align: top;
    
  }
  .small_form_table .border {
    border: 1px solid #ccc;
  }
