html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.clearfix {
  overflow: hidden;
  display: inline-block; }
  .clearfix {
    display: block; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.showgrid {
  background: url('../img/grid.png?1255525353'); }

.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  .error a {
    color: #8a1f11; }

.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  .notice a {
    color: #514721; }

.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  .success a {
    color: #264409; }

.hide {
  display: none; }

.highlight {
  background: yellow; }

.added {
  background: #006600;
  color: white; }

.removed {
  background: #990000;
  color: white; }

label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input.text, input.title, input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
input.title {
  font-size: 1.5em; }
input[type=checkbox], input.checkbox,
input[type=radio], input.radio {
  position: relative;
  top: 0.25em; }

textarea {
  margin: 0.5em 0;
  padding: 5px; }

select {
  margin: 0.5em 0; }

fieldset {
  border: 1px solid #cccccc; }

input.text, input.title,
textarea,
select {
  border: 1px solid #bbbbbb; }
  input.text:focus, input.title:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #666666; }

input.text, input.title {
  width: 300px; }

textarea {
  width: 390px;
  height: 250px; }

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }
  p img.left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
  p img.right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0; }

a {
  text-decoration: underline;
  color: #000099; }
  a:visited {
    color: #000066; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #cc0099; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: #666666; }

.loud {
  color: #111111; }

html, body {
  height: 100%; }

#container {
  min-height: 100%;
  margin-top: -150px; }

#header {
  border-top: 150px solid white; }

#footer {
  height: 150px;
  clear: both; }

body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px; }

#container-footer {
  clear: both; }

body {
  background: url(../img/body-background.gif) repeat-x fixed 50% 100%;
  background-color: #75badc;
  font-family: Tahoma, Helvetica;
  font-size: 14px;
  line-height: 20px;
  color: #333366; }

hr {
  display: none; }

a {
  color: #d16d13; }
  a:hover {
    color: #d16d13; }
  a:visited {
    color: #d16d13; }

h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, h4 a, h4 a:hover, h4 a:visited, h5 a, h5 a:hover, h5 a:visited, h6 a, h6 a:hover, h6 a:visited {
  text-decoration: none; }

h1 {
  font-family: Arial, Helvetica;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #ff9900;
  margin-top: 30px;
  margin-bottom: 30px; }

h2 {
  font-family: Arial, Helvetica;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #ff9900;
  margin-top: 20px;
  margin-bottom: 10px; }

h3, h4, h5, h6 {
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #ff9900;
  margin-top: 30px;
  margin-bottom: 5px; }

p {
  margin-bottom: 15px; }

li {
  margin-bottom: 5px; }

td {
  vertical-align: top; }

div.wrap {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block; }
  div.wrap {
    display: block; }

#container {
  background: transparent url(../img/content-background.png) repeat-y 0 143px; }

#header {
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px;
  position: relative;
  background: url(../img/header.gif) no-repeat;
  height: 143px; }
  * html #header {
    overflow-x: hidden; }
  #header h1#logo {
    display: none; }

#product-showcase {
  display: inline;
  float: left;
  margin-right: 0;
  width: 670px;
  position: relative; }
  * html #product-showcase {
    overflow-x: hidden; }
  #product-showcase ul {
    padding: 0;
    margin: 0; }
    #product-showcase ul li {
      list-style-type: none;
      margin-left: 0px; }
  #product-showcase ol {
    position: absolute;
    left: 10px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    margin: 0; }
    #product-showcase ol {
      display: block; }
    #product-showcase ol li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      #product-showcase ol li.first {
        padding-left: 0px; }
      #product-showcase ol li.last {
        padding-right: 0px; }
    #product-showcase ol a {
      font-family: Tahoma, Helvetica;
      font-size: 12px;
      line-height: 12px;
      color: #333366;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      color: #9a9a9a;
      display: block;
      width: 15px;
      height: 15px;
      padding: 3px; }
    #product-showcase ol li {
      padding: 0;
      margin: 0;
      margin-right: 7px;
      background-color: #ffcc99;
      border: 1px solid #cccccc; }
    #product-showcase ol li.current {
      background-color: #fe8516;
      border: 1px solid #9a9a9a; }
    #product-showcase ol li.current a {
      color: #fff; }

#content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px; }
  * html #content {
    overflow-x: hidden; }
  #content div.page {
    display: inline;
    float: left;
    margin-right: 0;
    width: 590px;
    padding-left: 40px;
    padding-right: 80px; }
    * html #content div.page {
      overflow-x: hidden; }
  #content h1.page-title {
    display: none; }

#sidebar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
  background: url(../img/sidebar-top.png) no-repeat;
  margin-top: -133px; }
  * html #sidebar {
    overflow-x: hidden; }
  #sidebar ul {
    padding: 0;
    margin: 0; }
    #sidebar ul li {
      list-style-type: none;
      margin-left: 0px; }
  #sidebar ul.widget-list {
    font-family: Tahoma, Helvetica;
    font-size: 12px;
    line-height: 18px;
    color: #333366;
    background: url(../img/sidebar-background.png) repeat-y;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    margin-top: 18px; }
    #sidebar ul.widget-list li {
      list-style-type: none;
      margin-left: 0px; }
    #sidebar ul.widget-list h2.widgettitle {
      font-family: Arial, Helvetica;
      font-size: 16px;
      font-weight: bold;
      line-height: 16px;
      color: #ff9900;
      margin-top: 0px;
      padding-top: 5px;
      padding-bottom: 25px; }
      #sidebar ul.widget-list h2.widgettitle a {
        color: #ff9900; }
    #sidebar ul.widget-list .widget_twitter ul li {
      margin-bottom: 20px; }
  #sidebar #sidebar-footer {
    display: inline;
    float: left;
    margin-right: 0;
    width: 230px;
    background: url(../img/sidebar-bottom.png) no-repeat;
    height: 18px;
    margin-top: -20px; }
    * html #sidebar #sidebar-footer {
      overflow-x: hidden; }

#footer {
  background: url(../img/footer.png) no-repeat;
  position: relative; }
  #footer #footer-links li {
    list-style-type: none;
    margin-left: 0px; }
  #footer #footer-links .link-contact a {
    position: absolute;
    top: 0;
    left: 270px;
    background: transparent url(../img/button-contact-se.png) no-repeat 0 -88px;
    width: 108px;
    height: 88px; }
  #footer #footer-links .link-cookies a {
    position: absolute;
    top: 20px;
    left: 385px;
    background: transparent url(../img/button-cookies-se.png) no-repeat 0 -68px;
    width: 126px;
    height: 68px; }
  #footer #footer-links .link-crab a {
    position: absolute;
    top: 0;
    left: 540px;
    background: transparent url(../img/button-crab-se.png) no-repeat 0 -81px;
    width: 131px;
    height: 81px; }
  #footer #footer-links a:hover {
    background-position: 0 0; }
  #footer #footer-links a span {
    position: absolute;
    left: -9000px; }

#contact-form-popup {
  display: none;
  position: absolute;
  z-index: 110;
  background: transparent url(../img/contact-background.png) no-repeat;
  width: 526px;
  height: 369px;
  padding-top: 30px;
  padding-left: 30px; }
  #contact-form-popup input[type="submit"] {
    position: absolute;
    bottom: 75px;
    right: 80px; }

form.wpcf7-form input[type="text"], form.wpcf7-form textarea {
  font-family: Tahoma, Helvetica;
  font-size: 16px;
  line-height: 24px;
  color: #333366;
  width: 448px;
  padding-bottom: 4px;
  border: 1px solid #cdcdcd; }
  form.wpcf7-form input[type="text"]:focus, form.wpcf7-form textarea:focus {
    width: 446px;
    padding-bottom: 2px;
    border: 2px solid #9a9a9a; }
form.wpcf7-form input#your-email {
  width: 225px; }
form.wpcf7-form textarea {
  height: 170px; }
form.wpcf7-form ul {
  margin: 0;
  padding: 0; }
  form.wpcf7-form ul li {
    list-style-type: none;
    margin-left: 0px; }
form.wpcf7-form li {
  line-height: 1.5;
  position: relative; }
form.wpcf7-form label {
  display: block;
  width: 300px;
  font-weight: normal;
  color: #000; }
form.wpcf7-form label.overlayed {
  z-index: 100;
  display: block;
  position: absolute;
  top: .7em;
  left: .5em;
  white-space: nowrap;
  color: #999; }
  form.wpcf7-form label.overlayed span {
    display: none; }

#dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: url(../img/dim.png);
  display: none;
  text-align: left; }

body.page-base-name-images .ngg-gallery-thumbnail, body.page-base-name-products .ngg-gallery-thumbnail {
  height: 140px; }
  body.page-base-name-images .ngg-gallery-thumbnail img, body.page-base-name-products .ngg-gallery-thumbnail img {
    border: none; }

body.page-base-name-products .ngg-gallery-thumbnail {
  height: 140px;
  width: 140px; }
  body.page-base-name-products .ngg-gallery-thumbnail img {
    border: none; }

.qtrans_language_chooser .active {
  display: none !important; }

#menu {
  position: absolute;
  top: 115px;
  width: 100%; }
  #menu .sf-menu, #menu .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  #menu .sf-menu {
    line-height: 1.0;
    height: 28px; }
  #menu .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 153px; }
  #menu .sf-menu ul li {
    width: 100%; }
  #menu .sf-menu li:hover {
    visibility: inherit; }
  #menu .sf-menu li {
    float: left;
    position: relative;
    height: 28px; }
  #menu .sf-menu a {
    display: block;
    position: relative; }
  #menu .sf-menu li:hover ul, #menu .sf-menu li.sfHover ul {
    left: 0;
    top: 28px;
    z-index: 99; }
  #menu ul.sf-menu li:hover li ul, #menu ul.sf-menu li.sfHover li ul {
    top: -999em; }
  #menu ul.sf-menu li li:hover ul, #menu ul.sf-menu li li.sfHover ul {
    left: 153px;
    top: 0; }
  #menu ul.sf-menu li li:hover li ul, #menu ul.sf-menu li li.sfHover li ul {
    top: -999em; }
  #menu ul.sf-menu li li li:hover ul, #menu ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0; }
  #menu .sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; }
  #menu .sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../img/superfish-arrows-ffffff.png') no-repeat -10px -100px; }
  #menu a > .sf-sub-indicator {
    top: .8em;
    background-position: 0 -100px; }
  #menu a:focus > .sf-sub-indicator, #menu a:hover > .sf-sub-indicator, #menu a:active > .sf-sub-indicator, #menu li:hover > a > .sf-sub-indicator, #menu li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; }
  #menu .sf-menu ul .sf-sub-indicator {
    background-position: -10px 0; }
  #menu .sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0; }
  #menu .sf-menu ul a:focus > .sf-sub-indicator, #menu .sf-menu ul a:hover > .sf-sub-indicator, #menu .sf-menu ul a:active > .sf-sub-indicator, #menu .sf-menu ul li:hover > a > .sf-sub-indicator, #menu .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; }
  #menu .sf-shadow ul {
    background: url('../img/superfish-shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px; }
  #menu .sf-shadow ul.sf-shadow-off {
    background: transparent; }
  #menu .sf-menu {
    float: left;
    margin-bottom: 1em; }
  #menu .sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #CFDEFF;
    padding: .75em 1em;
    text-decoration: none; }
  #menu .sf-menu a, #menu .sf-menu a:visited {
    color: #13a; }
  #menu .sf-menu li {
    background: #BDD2FF; }
  #menu .sf-menu li li {
    background: #AABDE6; }
  #menu .sf-menu li li li {
    background: #9AAEDB; }
  #menu .sf-menu li:hover, #menu .sf-menu li.sfHover, #menu .sf-menu a:focus, #menu .sf-menu a:hover, #menu .sf-menu a:active {
    background: #CFDEFF;
    outline: 0; }
  #menu .sf-menu {
    margin-bottom: 0; }
  #menu a, #menu a:visited, #menu a:active, #menu .sf-menu a, #menu .sf-menu a:visited, #menu .sf-menu a:active {
    border-left: 0px;
    border-top: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 20px;
    text-decoration: none;
    font-family: Tahoma, Helvetica;
    font-size: 11px;
    line-height: 21px;
    color: white;
    font-weight: bold;
    text-transform: uppercase; }
  #menu .sf-menu li {
    background: #fe8516; }
  #menu .sf-menu li li, #menu .sf-menu li li li, #menu .sf-menu li li li li {
    background: transparent url(../img/subnav-background.png) repeat;
    border-bottom: 1px solid #fe8516; }
  #menu .sf-menu li:hover, #menu .sf-menu li.sfHover, #menu .sf-menu a:focus, #menu .sf-menu a:hover, #menu .sf-menu a:active, #menu a:focus, #menu a:hover, #menu a:active {
    background: #d16d13;
    outline: 0; }
  #menu .sf-menu li:hover ul, #menu .sf-menu li.sfHover ul {
    background: transparent url(../img/subnav-top.png) no-repeat;
    padding-top: 5px; }
  #menu .sf-menu li:hover ul ul, #menu .sf-menu li.sfHover ul ul {
    background: none;
    padding-top: 0; }
  #menu ul.widget-list, #menu ul.qtrans_language_chooser {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    margin: 0; }
    #menu ul.widget-list, #menu ul.qtrans_language_chooser {
      display: block; }
    #menu ul.widget-list li, #menu ul.qtrans_language_chooser li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      #menu ul.widget-list li.first, #menu ul.qtrans_language_chooser li.first {
        padding-left: 0px; }
      #menu ul.widget-list li.last, #menu ul.qtrans_language_chooser li.last {
        padding-right: 0px; }
    #menu ul.widget-list li, #menu ul.qtrans_language_chooser li {
      padding: 0;
      margin: 0; }
  #menu ul.widget-list {
    position: absolute;
    right: 46px;
    display: block; }
    #menu ul.widget-list a {
      display: block;
      padding-left: 10px;
      padding-right: 10px;
      height: 20px; }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline; }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding: 5px;
  margin: 0px;
  margin-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.wp-caption.alignleft {
  margin-right: 20px;
  margin-left: 0px; }

.wp-caption.alignright {
  margin-right: 0px;
  margin-left: 20px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }
