/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 12px;
    font-family: Arial;
    line-height: 1.4;
    margin: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {height: 100%;}

#header {background: #f0f0f0; height: 68px; border-top: 4px solid #c6683e;  -moz-box-shadow: 10px 10px 8px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 0px 6px 6px #c3c3c3; position: relative; }

#header h1 {text-indent: -999em; margin-top: 10px; float: left;}
#header .logo a{background: url(/images/fsb-logo.png) no-repeat; width: 248px; height:47px; float: left; }
.container {width: 1100px !important; margin: 0 auto;}

#nav ul {margin:0; padding: 0;}
#nav ul li {line-height: 68px;  list-style-type: none; float: left; width: 138px; text-align: center;}
#nav ul li a{display: block; background: url(/images/nav-separator.png) no-repeat;  }
#nav ul li.selected{ background: url(/images/active.png) no-repeat 0 68px; position: relative; z-index: 100; height: 103px;    }
#nav ul {background: url(/images/nav-separator.png) right top no-repeat; float: right;}

#nav {float: right;}

.submenu a, #nav a {color: #333; text-decoration: none;}
.submenu a:hover, #nav a:hover {color: #c6683e;}
body a {text-decoration: none; color: #c6683e;}

body {background: #fff; background: #fff url(/images/fsb-background.png) no-repeat right 70px;}
.main {}
#mainContent { padding: 50px 0 30px 0;}

#subContent {background: transparent url(/images/dimmer.png);}

#subContent * {opacity:  1;}
.submenu {width: 260px; float: left; margin-right: 13px; }
.content {width: 480px; float: left; margin: 0 13px;}
.teasers {width: 260px; float: right; padding-top: 53px;}
.zero {clear: both;}

.teaser, #updates {margin-bottom: 60px;}
.teaser img {max-width: 260px;}
.teaser .title {font-size: 20px; display: block; margin: 5px 0 3px 0;}
.teaser {border-bottom: 1px solid #dc814d;}
.teaser {padding-bottom: 6px;} 

.content h2 {font-size: 1.714em; line-height: 1em; padding: 0; margin-bottom: 15px;} /*24px*/
.content p.abstract {font-size: 1.167em; font-weight: bold; border-bottom: 1px solid #333; padding-bottom: 15px;}
.content p.larger {font-size: 1.167em;}
.content img.contentImage {margin-bottom: 12px; max-width: 437px;}
#nav ul li, .submenu h4{font-size: 1.286em; font-weight: bold;}
.submenu h4 {border-bottom: 1px solid #999999; padding-left: 18px; line-height: 30px; margin-bottom: 8px;} /*18px*/
.submenu h4 a {color: #C6683E;}

.submenu ul { margin: 0 0 0 18px; padding: 0;}
.submenu ul li {list-style-type: none; font-size: 15px; }
.submenu ul li a {text-decoration: none;}
#about {width: 544px; margin-bottom: 40px; background: #d3d6da url(/images/about-background.png) no-repeat top right; font-size: 1.167em; padding: 10px 28px; float: left;}

#updates ul li { list-style-type: none; }
#updates ul li a {padding: 12px; display: block; border-bottom: 1px solid #dc814d;}
#updates ul li a:hover {background: #e0e0e0;}
#updates ul {margin: 0; padding: 0;}
#updates {float: right;  width: 260px;}
#subContent #updates  {width: 320px;}
.product {margin-bottom: 15px;}

#updates h4 {font-size: 1.286em; padding:0 0 0 12px; margin: 0; line-height: 35px; color: white; display: block; background-image: linear-gradient(bottom, #D87131 41%, #E29362 71%);
background-image: -o-linear-gradient(bottom, #D87131 41%, #E29362 71%);
background-image: -moz-linear-gradient(bottom, #D87131 41%, #E29362 71%);
background-image: -webkit-linear-gradient(bottom, #D87131 41%, #E29362 71%);
background-image: -ms-linear-gradient(bottom, #D87131 41%, #E29362 71%);

background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0.41, #D87131),
  color-stop(0.71, #E29362)
); 
background-color: #D87131; 
}


.news-date, .submenu h4  {color: #c6683e; }
.news-date {font-weight: bold;}
.news-heading {color: #333;}
.news-heading-big {font-size:  16px; float: left;}
article .news-date {float: right; margin-top: 4px; }
article .news-text {clear: both; padding-top: 8px;}
.news {border-bottom: 1px solid #999 ; padding: 10px 0 4px 0; }

#cat-select {float: right; margin-top: 20px;} 
.product-header {padding: 9px; background: #ddd; 
                 
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(221, 221, 221);
  /* RGBa with 0.6 opacity */
  background: rgba(221, 221, 221, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddddd, endColorstr=#fffffff);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddddd, endColorstr=#dddddddd)";
                
                 }
.product-header .imgHolder {text-align: center;float: left; width: 130px; margin-right: 9px; background: white; padding: 5px;}
.product-header img {max-width: 120px; max-height: 80px;}
.product-header h3 {margin: 0 0 5px 0;}
.product-header .sector {float: right;}
.product-text {margin-bottom: 0px;}
#footer h4 {font-size: 1.167em; padding: 0; margin: 0; }

.wrapper {min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */}
#footer {color: White; height: 142px; border-top: 1px solid #454545; background: #737373;}
.push {height: 142px;}
#footer a {color: White; text-decoration: underline;}


#footer .footerCol {float: left; padding: 20px 63px 30px 0; clear: right; }
span.carouselText {font-size: 1.286em; font-weight: bold; color: #1d395f; padding: 0 24px 0 0; display: block;}
#carousel img {float: left; margin: 0 40px 24px 26px; min-width: 432px; min-height: 272px;}

.jcarousel-control {float: right; margin-top: -60px; position: relative;}
.jcarousel-control li {list-style-type: none; float:  left; margin-left:  13px;}
.jcarousel-control li a {border: 1px solid #dc814d; height:  15px; width: 23px; float:  left; font-size: 0; display: block;}
.jcarousel-control li a.selected {background: #dc814d;}
.jcarousel-skin-ie7 {height: 295px;}
.slider {background:  #D3D6DA; width: 460px; height: 88px;}

       #makeMeScrollable, #makeMeScrollable2
    {
      width: 406px;
      height: 58px;
      position: relative;
      margin:  15px 26px;
         
  display: inline-block;

    }
    
#makeMeScrollable div.scrollableArea a, #makeMeScrollable2 div.scrollableArea a {float: left;   display: inline;}
/* Replace the last selector for the type of element you have in
       your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
       if you have links use #makeMeScrollable div.scrollableArea a and so on. */
   

#makeMeScrollable div.scrollableArea img, #makeMeScrollable2 div.scrollableArea img
    {
      position: relative;
      float: left;

      margin: 0 8px 0 0;
      padding: 0;
      /* If you don't want the images in the scroller to be selectable, try the following
         block of code. It's just a nice feature that prevent the images from
         accidentally becoming selected/inverted when the user interacts with the scroller. */
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
    }



.scrollingHotSpotRight {display: block !important;}
.scrollableArea {height: 58px; min-width: 2000px; overflow: hidden;}

.slider a{float:  left !important;}
.slider a img{border: none; max-height: 58px;float:  left !important; visibility: hidden;}
.scrollWrapper {overflow: hidden !important;}


.leftBlock {float: left; }
.rightBlock {float: right; }
.leftBlock, .rightBlock {margin-bottom: 40px;}
.leftBlock h2, .rightBlock h2 {font-size: 1.286em;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.jcarousel-skin-ie7 .jcarousel-container {

}

.jcarousel-skin-ie7 .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 960px;
}

.jcarousel-skin-ie7 .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  960px;
    height: 300px;
}


.jcarousel-skin-ie7 .jcarousel-item {
    width: 960px;
    height: 300px;
}

.jcarousel-skin-ie7 .jcarousel-item:hover,
.jcarousel-skin-ie7 .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 7px;
  margin-right: 0;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.gif);
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.gif);
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#registerFormContainer ul, #forgotPasswordFormContainer ul {padding: 0; margin: 0;}
#registerFormContainer ul li, #forgotPasswordFormContainer ul li{ list-style-type: none; }
label {width: 100%; display: block; padding-top: 8px;}
input[type=text], input[type=password] {width: 60%; padding: 6px 6px;}

input[type=submit] {padding: 5px 20px; margin-top: 20px;}



















































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
