/*
  CSS RESET STUFF
*/

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, 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, input,select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  CSS RESET STUFF END
*/

@font-face {
  font-family: 'HelveticaNeueLTStd-MdCn';
  src: url('fonts/HelveticaNeueLTStd-MdCn.eot');
  src: url('fonts/HelveticaNeueLTStd-MdCn.eot?#iefix') format('embedded-opentype'),
   url('fonts/HelveticaNeueLTStd-MdCn.woff') format('woff'),
    url('fonts/HelveticaNeueLTStd-MdCn.otf') format('opentype'), 
  	url('fonts/HelveticaNeueLTStd-MdCn.ttf') format('truetype'),
    url('fonts/HelveticaNeueLTStd-MdCn.svg#HelveticaNeueLTStd-MdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-HvCn';
  src: url('fonts/HelveticaNeueLTStd-HvCn.eot');
  src: url('fonts/HelveticaNeueLTStd-HvCn.eot?#iefix') format('embedded-opentype'),
   url('fonts/HelveticaNeueLTStd-HvCn.woff') format('woff'),
    url('fonts/HelveticaNeueLTStd-HvCn.otf') format('opentype'), 
  	url('fonts/HelveticaNeueLTStd-HvCn.ttf') format('truetype'),
    url('fonts/HelveticaNeueLTStd-HvCn.svg#HelveticaNeueLTStd-HvCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-BdCn';
  src: url('fonts/HelveticaNeueLTStd-BdCn.eot');
  src: url('fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
   url('fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
    url('fonts/HelveticaNeueLTStd-BdCn.otf') format('opentype'), 
  	url('fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
    url('fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Bd';
  src: url('fonts/HelveticaNeueLTStd-Bd.eot');
  src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
   url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
    url('fonts/HelveticaNeueLTStd-Bd.otf') format('opentype'), 
  	url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
    url('fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CourierNewBold';
  src: url('fonts/CourierNewBold.eot');
  src: url('fonts/CourierNewBold.eot?#iefix') format('embedded-opentype'),
   url('fonts/CourierNewBold.woff') format('woff'),
    url('fonts/CourierNewBold.otf') format('opentype'), 
  	url('fonts/CourierNewBold.ttf') format('truetype'),
    url('fonts/CourierNewBold.svg#CourierNewBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url('../images/fundo.png');
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
}

#menu {
  position: absolute;
  right: 40px;
  z-index: 10;
}

.menuItem {
  width: 160px;
  height: 50px;
  float: left;
  text-align: center;
  color: #000;
}

.menuItem a{
  display: block;
  width: 100%;
  height: 100%;
}

#menuItem1 {
  background-image: url('../images/azul.png');
  background-size: 100%;
}

#menuItem2 {
  background-image: url('../images/rosa.png');
  background-size: 100%;
}

#menuItem3 {
  background-image: url('../images/amarelo.png');
  background-size: 100%;
}

#menuItem4 {
  background-image: url('../images/preto.png');
  background-size: 100%;
  color: #FFF;
}

#main {
  background-image: url('../images/geral_sembanner.png');
  background-repeat: no-repeat;
  width: 1060px;
  height: 861px;
  margin: 0 auto;
  position: relative;
}

#news {
  display: block;
  height: 69px;
  left: 81px;
  padding-top: 23px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 207px;
  color: #FFF;
}

#topPreview {
  position: absolute;
  right: 80px;
  top: 78px;
  z-index: 10;;
}

#catalogPreview li {
  display: inline-block;
  #display: block;
  #float: left;
  text-align: center;
  padding-right: 15px;
  text-align: center;
  font-size: 13px;
  #width: 123px;
}

#catalogPreview li.last {
  padding-right: 0;
}

#catalogPreview li img {
  display: block;
  margin: 0 auto;
  width: 123px;
  padding-bottom: 3px;
}

#catalogPreview li #name {
  padding: 4px 0;
  background-color: #000;
  margin-bottom: 1px;
  font-family: 'HelveticaNeueLTStd-BdCn', Arial, Helvetica, sans-serif;
}

#catalogPreview li a {
  display: block;
  padding: 4px 0;
  background-color: #DD1C7A;
  color: #FFF;
  text-decoration: none;
  font-family: 'CourierNewBold', "Times New Roman", Times, serif;
}

/*.medium-condensed {
  font-family: 'HelveticaNeueLTStd-MdCn', Arial, Helvetica, sans-serif;
}

.heavy-condensed {
  font-family: 'HelveticaNeueLTStd-HvCn', Arial, Helvetica, sans-serif;
}

.bold-condensed {
  font-family: 'HelveticaNeueLTStd-BdCn', Arial, Helvetica, sans-serif;
}*/

#textIntro .medium-condensed {
  font-size: 14px;
  line-height: 15px;
}

#textIntro .heavy-condensed {
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
}

#textIntro .bold-condensed {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}

#textIntro {
  left: 80px;
  position: absolute;
  top: 234px;
  width: 287px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

#textIntro p {
  padding-bottom: 10px;
}

#textIntro p.last {
  text-align: left;
  line-height: 20px;
}

#textIntro p b {
  font-weight: bold;
}

#map-container {
    height: 250px;
    left: 689px;
    position: absolute;
    top: 599px;
    width: 290px;
    overflow: hidden;
}

#map-container a {
  width: 100%;
  height: 100%;
  display: block;
}

#contacts {
  left: 312px;
  position: absolute;
  top: 585px;
  color: #FFF;
  text-align: center;
  line-height: 21px;
  #width: 380px;
}

#contacts #phones {
  overflow: hidden;
}

#contacts .phone {
  float: left;
  padding-right: 10px;
}

#contacts #phones #contents {
  float: left;
  text-align: center;
  padding-top: 6px;
  font-family: 'CourierNewBold', "Times New Roman", Times, serif;
}

#contacts #phones #contents .label {
  font-size: 22px;
  padding-bottom: 4px;
}

#contacts .curlyBrace {
  width: 38px;
  height: 131px;
  float: left;
}

#contacts #email {
  height: 32px;
  margin: 0 auto;
  padding: 0 35px;
}

#contacts #email img {
  float: left;
}

#contacts #email span {
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
  letter-spacing: 1px;
  font-size: 15px;
}

#social {
   bottom: 87px;
    left: 166px;
  position: absolute;
}

#social a {
  text-decoration: none;
}

#footer {
  bottom: 25px;
  left: 150px;
  position: absolute;
}

#footer .text {
  padding-top: 10px;
  float: left;
  font-family: 'CourierNewBold', "Times New Roman", Times, serif;
  color: #979797;
  font-size: 10px;
}

#footer #design-by {
  padding-left: 33px;
}

#footer #pinup-logo {
}

#catalogPreview { 
width: 550px; 
clear: both; 
overflow: visible;
height: auto;
#height: 200px;
left: 439px;
position: absolute;
top: 310px;
width: 51%;
}
#catalogPreview .viewport { width: 535px; height: 200px; overflow: hidden; position: relative; }
#catalogPreview .overview { list-style: none; position: absolute; left: 0; top: 0; }
#catalogPreview .thumb .end,
#catalogPreview .thumb { background-color: #DD1C7A; }
#catalogPreview .scrollbar { position: relative; margin: 0 auto; width: 15px; height: 20px; overflow: visible; }
#catalogPreview .track { background-color: #DCDCDC; height: 100%; width:13px; position: relative; padding: 0 1px; height: 5px; }
#catalogPreview .thumb { height: 17px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: -7px; }
#catalogPreview .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#catalogPreview .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
#catalogPreview .scroll-btn {position: absolute; top: -6px;width: 16px; cursor: pointer;}
#catalogPreview .scroll-btn.left { left: 0;}
#catalogPreview .scroll-btn.right {right: 0; }
