/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'KlavikaMedium';
  src: url("../fonts/klavika-medium/klavikamedium-tf-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/klavika-medium/klavikamedium-tf-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika-medium/klavikamedium-tf-webfont.woff") format("woff"), url("../fonts/klavika-medium/klavikamedium-tf-webfont.ttf") format("truetype"), url("../fonts/klavika-medium/klavikamedium-tf-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'DekarLight';
  src: url("../fonts/dekar_light-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/dekar_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dekar_light-webfont.woff") format("woff"), url("../fonts/dekar_light-webfont.ttf") format("truetype"), url("../fonts/dekar_light-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

/* line 29, ../sass/screen.scss */
html, body {
  height: 100%;
  min-width: 950px;
}

/* line 31, ../sass/screen.scss */
body {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 35, ../sass/screen.scss */
img.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 40, ../sass/screen.scss */
#wrapper {
  position: relative;
  height: auto !important;
  min-height: 100%;
  overflow-y: hidden;
}
/* line 49, ../sass/screen.scss */
#wrapper #main {
  overflow: auto;
  padding-bottom: 42px;
  min-height: 630px;
}
/* line 57, ../sass/screen.scss */
#wrapper #prodDestaqueWrapper {
  position: relative;
  width: 950px;
  height: 195px;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 20px;
}
/* line 63, ../sass/screen.scss */
#wrapper #prodDestaqueWrapper #prodDestaque {
  position: relative;
  float: right;
  margin-right: 15px;
  width: 437px;
  height: 195px;
}
/* line 69, ../sass/screen.scss */
#wrapper #prodDestaqueWrapper #prodTitle {
  position: absolute;
  left: 0px;
  top: 28px;
  background-color: #424246;
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 11px;
  color: #B4B3C6;
  padding: 12px;
  text-transform: uppercase;
}
/* line 78, ../sass/screen.scss */
#wrapper #prodDestaqueWrapper #prodDescricao {
  position: absolute;
  left: 0px;
  top: 72px;
  max-width: 292px;
  max-height: 69px;
  padding: 6px 12px 9px 12px;
  background-color: #424246;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #BCB8C9;
  line-height: 1.2em;
}
/* line 87, ../sass/screen.scss */
#wrapper #prodDestaqueWrapper #prodBtn {
  background: url("../../img/sprites.png") no-repeat -5px -73px;
  width: 175px;
  height: 31px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 12px;
  color: #D8D8D9;
}
/* line 95, ../sass/screen.scss */
#wrapper #prodDestaqueWrapper #prodBtn span {
  float: left;
  margin-top: 12px;
  width: 175px;
}
/* line 103, ../sass/screen.scss */
#wrapper #langContainer {
  position: relative;
  margin-top: 20px;
  right: 0px;
  width: 860px;
  margin: 0px auto;
  padding: 20px 0px 0px;
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 12px;
  text-align: right;
}
/* line 113, ../sass/screen.scss */
#wrapper #langContainer span {
  margin: 0px 2px;
}
/* line 117, ../sass/screen.scss */
#wrapper #langContainer span a {
  text-decoration: none;
  color: #83838C;
}
/* line 121, ../sass/screen.scss */
#wrapper #langContainer span a.active {
  color: #4b948d;
}
/* line 129, ../sass/screen.scss */
#wrapper #menuWrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../../img/bgMenu.png") repeat;
  z-index: 20;
}
/* line 136, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer {
  clear: both;
  position: relative;
  width: 950px;
  height: 79px;
  margin: 0px auto;
  font-family: "KlavikaMedium", Arial, sans-serif;
}
/* line 142, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer #espamLogo {
  float: left;
  background: url("../../img/sprites.png") no-repeat -10px -13px;
  width: 157px;
  height: 27px;
  margin-top: 30px;
  margin-left: 30px;
}
/* line 148, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu {
  position: relative;
  float: right;
  width: auto;
  right: 27px;
}
/* line 152, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu li.mainLink {
  position: relative;
  float: left;
  text-transform: uppercase;
  z-index: 20;
}
/* line 153, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu li.mainLink ul.subMenu {
  visibility: hidden;
}
/* line 156, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu li.mainLink ul.subMenu li {
  opacity: 0;
}
/* line 159, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu li.mainLink:hover {
  background: url("../../img/bgMenu.png") repeat;
}
/* line 162, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu li.mainLink a {
  float: left;
  position: relative;
  z-index: 20;
  font-size: 11px;
  color: #83838C;
  text-decoration: none;
  padding: 34px 20px;
  cursor: default;
}
/* line 168, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu li.mainLink a:hover, #wrapper #menuWrapper #menuContainer ul#mainMenu li.mainLink a.menuActive {
  background: url("../../img/bgMenu.png") repeat;
  color: #4b948d;
  cursor: pointer;
}
/* line 175, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu ul.subMenu {
  position: absolute;
  background: url("../../img/bgMenu2.png") repeat;
  top: 78px;
  margin-left: 0px;
  width: 200px;
  padding: 25px 10px 15px 10px;
  z-index: 20;
  *clear: both;
}
/* line 181, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu ul.subMenu li.subMenuLink {
  display: block;
  float: none;
  height: auto;
  background: none;
  text-transform: uppercase;
}
/* line 184, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu ul.subMenu li.subMenuLink a {
  display: block;
  float: none;
  color: #83838C;
  text-decoration: none;
  height: auto;
  padding: 11px 0px 12px 0px;
  margin-top: -1px;
  border-bottom: solid 1px none;
  border-top: solid 1px none;
}
/* line 193, ../sass/screen.scss */
#wrapper #menuWrapper #menuContainer ul#mainMenu ul.subMenu li.subMenuLink a:hover {
  color: #4b948d;
  border-bottom: solid 1px #4b948d;
  border-top: solid 1px #4b948d;
  background: none;
  z-index: 50;
  margin-top: -2px;
  padding: 11px 0px 11px 0px;
}
/* line 203, ../sass/screen.scss */
#wrapper #menuWrapper #menuBorderBottom {
  position: relative;
  float: left;
  z-index: 10;
  width: 100%;
  height: 4px;
  border: none;
  outline: none;
}
/* line 212, ../sass/screen.scss */
#wrapper #containerArea {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../../img/malha.png") repeat;
}
/* line 218, ../sass/screen.scss */
#wrapper #containerArea #containerWrapper {
  position: relative;
  float: left;
  width: 950px;
  height: auto;
  padding-bottom: 30px;
  left: 50%;
  margin-left: -475px;
  top: 50%;
  margin-top: -246px;
}
/* line 226, ../sass/screen.scss */
#wrapper #containerArea #temp {
  text-align: center;
}
/* line 230, ../sass/screen.scss */
#wrapper #containerArea #soon {
  font-family: "DekarLight", Arial, sans-serif;
  float: none;
  margin: 50px auto 0px auto;
}
/* line 234, ../sass/screen.scss */
#wrapper #containerArea #soon span {
  padding: 18px 30px;
  background-color: #26262D;
  text-transform: uppercase;
  color: #83838C;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 100;
}
/* line 240, ../sass/screen.scss */
#wrapper #containerArea a {
  border: none;
  text-decoration: none;
}
/* line 242, ../sass/screen.scss */
#wrapper #containerArea #groupButton {
  font-family: "KlavikaMedium", Arial, sans-serif;
  background: url("../../img/sprites.png") no-repeat -1px -69px;
  width: 185px;
  height: 41px;
  color: #FFF;
  font-size: 12px;
  float: none;
  margin: 50px auto 0px auto;
}
/* line 250, ../sass/screen.scss */
#wrapper #containerArea #groupButton span {
  margin: 0px auto;
  top: 13px;
  position: relative;
}
/* line 256, ../sass/screen.scss */
#wrapper #containerArea #indexLead {
  position: relative;
  float: left;
  width: 377px;
  color: #ccc;
  font-family: "DekarLight", Arial, sans-serif;
  font-size: 51px;
  margin-top: 93px;
  margin-left: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 264, ../sass/screen.scss */
#wrapper #containerArea #indexLead span {
  display: inline;
  background-color: #26262D;
}
/* line 271, ../sass/screen.scss */
#wrapper #containerArea #homeDestaques {
  position: relative;
  float: right;
  right: 125px;
  margin-top: 42px;
  width: 325px;
  height: 220px;
}
/* line 275, ../sass/screen.scss */
#wrapper #containerArea #homeDestaques #defaultImg {
  float: left;
  max-width: 403px;
  height: auto;
  margin-top: -35px;
}
/* line 281, ../sass/screen.scss */
#wrapper #containerArea #homeDestaques .destArea {
  width: 325px;
  height: 105px;
  margin-bottom: 13px;
}
/* line 285, ../sass/screen.scss */
#wrapper #containerArea #homeDestaques .destArea img {
  float: left;
  width: 98px;
  height: 98px;
  -webkit-box-shadow: black 3px 3px 10px 0px;
  -moz-box-shadow: black 3px 3px 10px 0px;
  box-shadow: black 3px 3px 10px 0px;
}
/* line 290, ../sass/screen.scss */
#wrapper #containerArea #homeDestaques .destArea .destaqueInfo {
  float: left;
  margin-left: 15px;
  width: 205px;
}
/* line 294, ../sass/screen.scss */
#wrapper #containerArea #homeDestaques .destArea .destaqueInfo .destaqueTitle {
  font-family: "KlavikaMedium", Arial, sans-serif;
  color: #ccc;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 5px;
  height: 11px;
}
/* line 299, ../sass/screen.scss */
#wrapper #containerArea #homeDestaques .destArea .destaqueInfo .destaqueText {
  font-family: Verdana, Arial, sans-serif;
  color: #9891AC;
  font-size: 10px;
  line-height: 1.3em;
  height: 55px;
  overflow-y: hidden;
}
/* line 304, ../sass/screen.scss */
#wrapper #containerArea #homeDestaques .destArea .destaqueInfo a {
  color: #4b948d;
  font-size: 11px;
  text-decoration: underline;
  font-family: "KlavikaMedium", Arial, sans-serif;
}
/* line 314, ../sass/screen.scss */
#wrapper #mainContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 319, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper {
  position: absolute;
  left: 50%;
  margin-left: -475px;
  width: 950px;
  height: 100%;
}
/* line 324, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #sideMenuContainer {
  float: left;
  width: 210px;
  padding-left: 35px;
  height: auto;
  margin-top: 40px;
}
/* line 331, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #sideMenuContainer ul {
  width: 148px;
  height: 357px;
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
/* line 336, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #sideMenuContainer ul li a {
  clear: both;
  float: left;
  width: 148px;
  color: #83838C;
  text-decoration: none;
  padding: 10px 0px 12px 0px;
}
/* line 342, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #sideMenuContainer ul li a.active {
  color: #4b948d;
  margin-top: -1px;
  padding: 10px 0px 11px 0px;
  border-bottom: solid 1px #4b948d;
  border-top: solid 1px #4b948d;
}
/* line 350, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #sideMenuContainer ul li:hover a {
  color: #4b948d;
  margin-top: -1px;
  padding: 10px 0px 11px 0px;
  border-bottom: solid 1px #4b948d;
  border-top: solid 1px #4b948d;
}
/* line 361, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper {
  position: absolute;
  right: 0px;
  width: 705px;
  height: 100%;
  padding-bottom: 30px;
  background: url("../../img/malha.png") repeat;
}
/* line 369, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #imgNoticiaDefault {
  position: relative;
  float: left;
  left: 50%;
  top: 50%;
  width: 471px;
  height: 355px;
  margin-top: -252.5px;
  margin-left: -235.5px;
}
/* line 379, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #contentArea {
  float: left;
  margin-left: 40px;
  margin-top: 36px;
  height: auto;
}
/* line 383, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #contentArea .newsResult {
  position: relative;
  float: left;
}
/* line 388, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #imageArea {
  float: left;
  /*width:275px;*/
  width: 612px;
  overflow: hidden;
  height: auto;
}
/* line 397, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #imgArticleDiv {
  float: left;
  /*width:273px; */
  width: 610px;
  height: 355px;
  overflow: hidden;
}
/* line 404, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper img.imgArticle {
  float: left;
  width: 273px;
  height: 355px;
}
/* line 409, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper img.imgProds {
  position: relative;
  float: none;
  margin: 0 auto;
  width: auto;
  height: auto;
}
/* line 415, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #produtosThumbs {
  position: relative;
  float: left;
  width: 612px;
  height: 56px;
  margin-top: 20px;
}
/* line 419, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #produtosThumbs img {
  width: 48px;
  height: 56px;
  float: left;
  display: block;
  margin: 0 3px;
}
/* line 427, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #arrowLeft {
  position: relative;
  float: left;
  margin-right: 6px;
  margin-top: 37px;
  background: url("../../img/sprites.png") no-repeat -122px -23px;
  width: 10px;
  height: 15px;
  cursor: pointer;
}
/* line 435, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #arrowRight {
  position: relative;
  float: left;
  margin-left: 8px;
  margin-top: 37px;
  background: url("../../img/sprites.png") no-repeat -137px -23px;
  width: 10px;
  height: 15px;
  cursor: pointer;
}
/* line 443, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #galleryThumbs {
  float: left;
  width: 572px;
  height: 56px;
  margin-top: 20px;
  display: block;
}
/* line 449, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #galleryThumbs img {
  width: 48px;
  height: 56px;
  float: left;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
}
/* line 459, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #articleInfo {
  float: left;
  margin-left: 30px;
  width: 310px;
  height: 357px;
}
/* line 464, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #articleInfo #articleTitle {
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 30px;
  color: #4b948d;
  width: 290px;
  text-transform: uppercase;
}
/* line 470, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper #articleInfo #articleDesc {
  margin-top: 10px;
  width: 273px;
  font-family: Verdana, Arial, sans-serif;
  color: #CCC;
  font-size: 11px;
  line-height: 1.2em;
}
/* line 477, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #mainAreaWrapper .produtosInfo {
  height: 427px !important;
}
/* line 484, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper {
  float: left;
  width: 892px;
  height: 100%;
  margin-left: 20px;
  margin-top: 30px;
}
/* line 488, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #mainTitle {
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 30px;
  color: #4b948d;
  margin-left: 10px;
  float: left;
}
/* line 496, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea {
  clear: both;
  width: 890px;
  float: left;
  margin-top: 10px;
}
/* line 501, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea {
  float: left;
  width: 430;
  width: auto;
  margin-left: 10px;
}
/* line 505, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea #GoogleMaps {
  position: relative;
  float: left;
  width: 870px;
  height: 200px;
}
/* line 510, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea a {
  float: left;
  margin-top: 5px;
  color: #ccc;
  font-size: 12px;
  font-family: "KlavikaMedium", Arial, sans-serif;
  text-decoration: underline;
}
/* line 517, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea .contactosText {
  float: left;
  clear: both;
  font-family: "KlavikaMedium", Arial, sans-serif;
  margin-top: 20px;
}
/* line 522, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea .contactosText .contactosTitle {
  color: #4b948d;
  font-size: 14px;
}
/* line 527, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea .contactosText .morada, #wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea .contactosText .telefone, #wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea .contactosText .email {
  margin-top: 5px;
  color: #ccc;
  font-size: 13px;
  line-height: 1.3em;
}
/* line 532, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper #catalogosArea .contactoArea .contactosText .telefone {
  margin-top: 10px;
}
/* line 541, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper .catalogosItem {
  float: left;
  width: 144px;
  height: 30px;
  margin: 10px;
  padding: 10px 0px 5px 10px;
}
/* line 546, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper .catalogosItem .pdfIcon {
  float: left;
}
/* line 550, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper .catalogosItem .pdfTitle {
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 12px;
  color: #83838C;
  margin-left: 30px;
}
/* line 556, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper .catalogosItem .pdfSize {
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 12px;
  color: #83838C;
  margin-top: 3px;
  margin-left: 30px;
}
/* line 562, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper .catalogosItem:hover {
  background: url("../../img/bgMenu.png") repeat;
}
/* line 563, ../sass/screen.scss */
#wrapper #mainContainer #mainWrapper #catalogosWrapper .catalogosItem:hover .pdfTitle {
  color: #4b948d;
}
/* line 573, ../sass/screen.scss */
#wrapper #mainContainer #extraBg {
  float: right;
  height: 100%;
  background: url("../../img/malha.png") repeat;
}
/* line 579, ../sass/screen.scss */
#wrapper .bgMalha {
  background: url("../../img/malha.png") repeat;
}

/* line 585, ../sass/screen.scss */
section.slider {
  float: left;
  width: 100%;
  outline: solid 1px yellow;
}

/* line 593, ../sass/screen.scss */
#slider {
  height: 500px;
}

/* FOOTER */
/* line 600, ../sass/screen.scss */
#footerWrapper {
  position: relative;
  margin-top: -52px;
  width: 100%;
  height: 42px;
  clear: both;
  background: url("../../img/bgfooter.jpg") repeat;
}
/* line 606, ../sass/screen.scss */
#footerWrapper #footerArea {
  width: 950px;
  margin: 10px auto 0px auto;
}
/* line 609, ../sass/screen.scss */
#footerWrapper #footerArea #fbIcon {
  float: left;
  margin-left: 30px;
  background: url("../../img/sprites.png") no-repeat -6px -45px;
  width: 21px;
  height: 20px;
}
/* line 617, ../sass/screen.scss */
#footerWrapper #footerArea #liIcon {
  float: left;
  margin-left: 5px;
  background: url("../../img/sprites.png") no-repeat -30px -46px;
  width: 21px;
  height: 20px;
}
/* line 625, ../sass/screen.scss */
#footerWrapper #footerArea #copyright {
  float: left;
  margin-left: 30px;
  margin-top: 16px;
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 11px;
  color: #999999;
}
/* line 629, ../sass/screen.scss */
#footerWrapper #footerArea #copyright a {
  color: #4b948d;
  text-decoration: none;
}
/* line 632, ../sass/screen.scss */
#footerWrapper #footerArea #dreamlab {
  float: right;
  margin-right: 48px;
  margin-top: 16px;
  background: url("../../img/sprites.png") no-repeat -57px -54px;
  width: 54px;
  height: 9px;
}

/* FIM DE FOOTER */
/*CAROUFREDSEL*/
/* line 648, ../sass/screen.scss */
.html_carousel {
  position: relative;
  float: left;
  /*padding: 15px 0 15px 40px;*/
  padding: 0px;
  margin-left: 12px;
  width: 870px;
  height: 410px;
}

/* line 658, ../sass/screen.scss */
.html_carousel > .caroufredsel_wrapper {
  width: 750px !important;
  float: left !important;
}

/* line 664, ../sass/screen.scss */
.html_carousel div.slide {
  position: relative;
  height: 410px;
}

/* line 670, ../sass/screen.scss */
.html_carousel div.slide div {
  width: 750px;
  display: block;
  position: absolute;
  bottom: 0px;
  margin-left: 10px;
  font-family: "KlavikaMedium", Arial, sans-serif;
  font-size: 16px;
  color: #83838C;
}

/* line 683, ../sass/screen.scss */
.html_carousel div.slide h4, .html_carousel div.slide p {
  margin: 0;
}

/* line 687, ../sass/screen.scss */
.html_carousel div.slide img {
  width: auto;
  height: auto;
}

/* line 692, ../sass/screen.scss */
#thumbnailsWrapper > .caroufredsel_wrapper {
  position: absolute !important;
  left: 775px !important;
  top: 24px !important;
  width: 70px !important;
  height: 350px !important;
}

/* line 699, ../sass/screen.scss */
div.thumbnails {
  position: relative !important;
  float: right !important;
  right: 24px !important;
  text-align: center !important;
  margin-top: -7px !important;
  height: 100% !important;
  width: 70px !important;
}

/* line 709, ../sass/screen.scss */
div.thumbnails img {
  cursor: pointer;
  float: left;
  border: 1px solid #cccccc;
  background-color: white;
  padding: 2px;
  margin: 7px 7px 3px 7px;
  display: block;
  width: 56px;
  height: 56px;
}

/* line 718, ../sass/screen.scss */
div.thumbnails img:hover {
  background-color: #eee;
}

/* line 721, ../sass/screen.scss */
div.thumbnails img.selected {
  background-color: #ccc;
}

/* line 724, ../sass/screen.scss */
.clearfix {
  float: none;
  clear: both;
}

/* line 729, ../sass/screen.scss */
#upArrow {
  background: url("../../img/sprites.png") no-repeat -133px -42px;
  width: 15px;
  height: 10px;
  position: relative;
  float: right;
  z-index: 50px;
  right: 51px;
  top: 0px;
  cursor: pointer;
}

/* line 738, ../sass/screen.scss */
#downArrow {
  background: url("../../img/sprites.png") no-repeat -133px -57px;
  width: 15px;
  height: 10px;
  position: absolute;
  bottom: 26px;
  right: 51px;
  cursor: pointer;
}

/*CAROUFREDSEL*/
