/* Reset
------------------------ */
html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, a, em, img, strong,
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white;
}

ul { list-style: none; }

/* Tipografia
------------------------ */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #7096a9;
  text-align: center;
  background: #f2f6f7 url(../imagens/bg_body.gif) repeat-x left 275px;
}

#content {
  font-size: 1.2em;
  line-height: 1.334em;
  text-align: left;
}

p,
dd,
ul,
li { margin-bottom: 0.67em; }

strong,
dt { font-weight: bold; }

a:link,
a:visited {
  font-weight: bold;
  color: #7096a9;
  text-decoration: none;
}

a:hover { color: #ffae00; }

.eng { font-style: italic; }

/* Header
------------------------ */
#header {
  background: #e8edf1;
  border-top: 10px solid #7097a9;
  border-bottom: 3px solid #7097a9;
}

  #header h1 {
    text-align: left;
    background: #7097a9 url(../imagens/bg_header.jpg) no-repeat right top;
    width: 690px;
    height: 262px;
    margin: 0 auto;
  }

    #header a:link,
    #header a:visited {
      background: url(../imagens/bg_header-h1.gif) no-repeat left top;
      text-indent: -9999px;
      display: block;
      width: 210px;
      height: 100px;
    }

/* Layout
------------------------ */
#main,
#footer {
  text-align: left;
  width: 690px;
  margin: 0 auto;
  padding-top: 35px;
  overflow: hidden;
}

#main { background: #f1f5f8 url(../imagens/bg_main.gif) no-repeat 2px top; }

  #content {
    width: 460px;
    float: right;
    margin-right: 10px;
  }

  #menu {
    width: 210px;
    float: left;
  }

#footer {
  clear: both;
  background: #f1f5f8 url(../imagens/bg_rodape.jpg) no-repeat left bottom;
  height: 180px;
}

/* Headings
------------------------ */
h2 {
  background: transparent url(none) no-repeat top right;
  text-indent: -9999px;
  height: 135px;
}

.contactos h2 { background-image: url(../imagens/h2_contactos.gif); }

.emprego h2 { background-image: url(../imagens/h2_emprego.gif); }

.fornecedores h2 { background-image: url(../imagens/h2_fornecedores.gif); }

.historia h2 { background-image: url(../imagens/h2_historia.gif); }

.pontosvenda h2 { background-image: url(../imagens/h2_pontosvenda.gif); }

.produtos h2 { background-image: url(../imagens/h2_produtos.gif); }

/* Content
------------------------ */
img.border {
  text-align: center;
  display: block;
  margin: 0 auto 1.334em;
  border: 2px solid #b6c9d7;
}

#slideshow li { display: none; }

#slideshow li.first { display: block; }

#produtos {
  background: transparent url(../imagens/bg_produtos.gif) repeat-y right top;
  width: 480px;
  margin: 0 -10px;
  position: relative;
}

  #produtos div { background: transparent url(../imagens/bg_produtos.gif) no-repeat left top; }

    #produtos ul {
      background: transparent url(../imagens/bg_produtos.gif) no-repeat center bottom;
      padding: 30px 0 0;
      margin: 0;
      overflow: hidden;
    }

      #produtos li {
        float: left;
        padding-left: 30px;
        padding-bottom: 30px;
      }

        #produtos a:hover img { border-color: #ffae00; }

          #produtos img {
            display: block;
            margin: 0;
            border: 1px solid #ccc;
          }

/* Menu
------------------------ */
#menu {
  font-size: 11px;
  line-height: 13px;
  border-top: 1px solid #c9d8df;
}

  #menu li {
    margin: 0;
    border-bottom: 1px solid #c9d8df;
  }

    #menu strong { display: block; }

    #menu a:link,
    #menu a:visited {
      font-weight: normal;
      background-image: url(../imagens/icon_menu.gif);
      background-repeat: no-repeat;
      display: block;
      height: 26px;
      padding: 12px 0 12px 50px;
    }

    #menu a:hover {
      color: #fff;
      background-color: #ffae00;
    }

    .l1 a { background-position: left 0; }
    .l1 a:hover { background-position: left -300px; }

    .l2 a { background-position: left -50px; }
    .l2 a:hover { background-position: left -350px; }

    .l3 a { background-position: left -100px; }
    .l3 a:hover { background-position: left -400px; }

    .l4 a { background-position: left -150px; }
    .l4 a:hover { background-position: left -450px; }

    .l5 a { background-position: left -200px; }
    .l5 a:hover { background-position: left -500px; }

    .l6 a { background-position: left -250px; }
    .l6 a:hover { background-position: left -550px; }

/* Story Centre
------------------------ */
.storycentre {
  font-size: 1.2em;
  line-height: 50px;
  background: transparent url(../imagens/icon_storycentre.gif) no-repeat left top;
  display: block;
  height: 50px;
  padding-left: 60px;
}

  a.storycentre:hover { background-position: left bottom; }


/* IE6
------------------------ */
* html #content { display: inline; }

* html #produtos div { padding-top: 1px; }

* html #produtos ul { display: inline-block; }

