/*
	Ricardo Bello Dias
	Copyright (c) 2013 Ping Srl
*/
/*
	Inclusione FONT
*/
@import url("../fonts/garamond-italic.css");
@import url("../fonts/futura-fontsquirrel/stylesheet.css");
@import url("../fonts/futuramd-fontsquirrel/stylesheet.css");
@import url("footer.css");
html,
body {
  overflow-x: hidden;
}
.about_us .header {
  margin-left: auto;
  margin-right: auto;
}
.about_us #main_container {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about_us #main_container .menu {
  top: 32px;
}
.about_us #main_container .menu .filter {
  margin-left: 650px;
}
.about_us #title {
  font-family: "futura_mdmedium";
  font-size: 8pt;
  color: #4E4949;
  width: 500px;
  text-align: right;
  left: 50%;
  margin-left: -222px;
  bottom: -44px;
  text-transform: uppercase;
  position: absolute;
  font-weight: bold;
}
.about_us #description {
  font-family: 'Garamond-Italic', serif;
  color: #575757;
  font-size: 14pt;
  position: absolute;
  left: 50%;
  width: 500px;
  margin-left: -222px;
  text-align: left;
}
.about_us #image_wrapper {
  width: 100%;
  position: absolute;
  top: 90px;
}
.about_us #image_wrapper .image_container {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  width: 500px;
  height: 380px;
}
.about_us #image_wrapper .image_container img {
  width: 500px;
  height: 380px;
}
.about_us #videoplayer {
  position: absolute;
  top: -1000px;
  width: 500px;
  height: 380px;
  opacity: 0;
}
.about_us #miniatures {
  width: 560px;
  height: 95px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 490px;
}
.about_us #miniature_wrapper {
  overflow: hidden;
  width: 504px;
  height: 95px;
  position: absolute;
  left: 28px;
  top: 0px;
}
.about_us #miniature_container {
  position: absolute;
  height: 95px;
  left: 0px;
  top: 0px;
}
.about_us #miniature_container img {
  height: 90px;
  width: 120px;
  margin-right: 7px;
}
.about_us #miniature_container .selected_miniature {
  /*box-shadow: 2px 2px 5px #4E4949;*/
}
.about_us #main_arrow_left {
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  margin-top: 208px;
  cursor: pointer;
}
.about_us #main_arrow_right {
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: 289px;
  margin-top: 208px;
  cursor: pointer;
}
.about_us #arrow_left {
  display: block;
  width: 17px;
  height: 20px;
  float: left;
  margin-top: 37px;
  cursor: pointer;
}
.about_us #arrow_right {
  display: block;
  width: 17px;
  height: 20px;
  float: right;
  margin-top: 37px;
  cursor: pointer;
  margin-right: 4px;
}
.about_us .about_us_footer_container {
  margin-top: 700px;
}
.about_us #footer {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 8pt;
  font-family: "futurateeligregular";
  text-transform: uppercase;
  color: #4E4949;
}
/*# sourceMappingURL=about_us.css.map */