/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
label,
legend,
p,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
fieldset, img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr, acronym {
  border: 0;
}
/* global styles */
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: #444444;
}
a:active {
  color: #444444;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
}
.first {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.last {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.img-replace {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.preload, .hide {
  display: none;
}
/* layout*/
#container {
  margin-left: 100px;
  -webkit-animation-name: 'fade';
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in;
}
#header {
  margin-top: 35px;
  margin-bottom: 18px;
  position: relative;
  width: 1092px;
  /* /	menu */

}
#header h1#logo {
  width: 120px;
  height: 25px;
  background: url(../img/ui/april77.png);
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
#header h1#logo a {
  width: 100%;
  height: 100%;
  display: block;
}
#header #menu {
  float: left;
  width: 1092px;
  list-style: none;
}
#header #menu li {
  float: left;
}
#header #menu li a {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../img/ui/menu.png);
  height: 19px;
  float: left;
  margin-right: 140px;
  position: relative;
}
#header #menu li a span.hover {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/ui/menu.png);
}
#header #menu #shop a {
  width: 74px;
  background-position: -381px 0;
}
#header #menu #shop a span.hover, #header #menu #shop a .current span {
  background-position: -381px -19px;
}
#header #menu #shop.current a {
  background-position: -301px -19px;
}
#header #menu #denim a {
  /*width: 74px;
  background-position: 0 0;*/
  background-position: -456px 0;
  width: 105px;
}
#header #menu #denim a span.hover {
  /*background-position: 0 -19px;*/
  background-position: -456px -19px;
}
#header #menu #denim.current a {
  /*background-position: 0 -19px;*/
  background-position: -456px -19px;
}
#header #menu #music a {
  width: 74px;
  background-position: -74px 0;
}
#header #menu #music a span.hover, #header #menu #music a .current span {
  background-position: -74px -19px;
}
#header #menu #music.current a {
  background-position: -74px -19px;
}
#header #menu #diaries a {
  width: 79px;
  background-position: -148px 0;
}
#header #menu #diaries a span.hover, #header #menu #diaries a .current span {
  background-position: -148px -19px;
}
#header #menu #diaries.current a {
  background-position: -148px -19px;
}
#header #menu #join a {
  width: 154px;
  background-position: -227px 0;
}
#header #menu #join a span.hover, #header #menu #join a .current span {
  background-position: -227px -19px;
}
#header #menu #join.current a {
  background-position: -227px -19px;
}
#header #contact {
  color: #777777;
  display: block;
  font-family: Arial, Sans-serif;
  font-size: 10px;
  right: 90px;
  padding: 2px 3px;
  position: absolute;
  text-decoration: none;
  top: 11px;
}
#header #contact:hover, #header #contact.current {
  background: #000;
  color: #FFF;
}
/* / header */
#content {
  width: 1092px;
  position: relative;
}
/* home*/
.home .shop, .home .shop span.hover {
  background-image: url(../img/home_shop.jpg);
  background-repeat: no-repeat;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.home .shop {
  width: 310px;
  height: 524px;
  background-position: 0 0;
  position: relative;
}
.home .shop span.hover {
  background-position: -310px 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home .slideshow {
  height: 524px;
  width: 780px;
  position: relative;
  float: left;
  margin-right: 1px;
}
.home .slideshow div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.home .tabs {
  display: none;
}
/* diaries */#content.diaries {
  width: 1092px;
  position: relative;
  float: left;
  height: 500px;
  width: 11000px;
  padding-top: 25px;
}
#content.diaries img {
  float: left;
  margin-right: 20px;
}
#content.diaries #credit_photos {
  text-decoration: none;
  font-size: 12px;
  display: block;
  float: left;
  padding: 245px 60px;
}
/* denim */
#content.denim {
  margin-top: 60px;
  width: 1210px;
}
.denim .pane {
  float: left;
  width: 1250px;
  margin-bottom: 20px;
  display: none;
  height: 435px;
}
.denim .pane img {
  float: left;
  margin-right: 10px;
}
.denim #accordion a.tab {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 373px;
  height: 19px;
  margin-bottom: 20px;
  cursor: pointer;
}
.denim a.joey {
  background-image: url(../img/fit_guide/JOEY.png);
}
.denim a.joey_l {
  background-image: url(../img/fit_guide/JOEY_L.png);
}
.denim a.dict {
  background-image: url(../img/fit_guide/DICT.png);
}
.denim a.dict_l {
  background-image: url(../img/fit_guide/DICT_L.png);
}
.denim a.cross {
  background-image: url(../img/fit_guide/CROSS.png);
}
.denim a.ride {
  background-image: url(../img/fit_guide/RIDE.png);
}
.denim a.jett {
  background-image: url(../img/fit_guide/JETT.png);
}
.denim a.dad {
  background-image: url(../img/fit_guide/DAD.png);
}
.fb-like {
  margin-top: 10px;
  height: 25px;
}
.pane {
  position: relative;
}
.pane .loading {
  background: black;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 435px;
}
.pane .btn_shop {
  background: black;
  color: white;
  display: block;
  float: left;
  font-size: 16px;
  margin-top: 364px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#overlay {
  /* overlay is hidden before loading */

  display: none;
  /* standard decorations */

  border: 10px solid #000;
  left: 50%;
  margin-left: -300px;
}
#overlay .close {
  background-image: url(../img/ui/cross.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
/* contact */
.contact {
  margin-top: 60px;
}
.contact #accordion h2 {
  font-family: "Times New Roman", serif;
  color: white;
  font-size: 16px;
  background: black;
  width: 365px;
  padding: 1px 10px 2px;
  margin-bottom: 20px;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.contact #accordion .pane {
  height: 50px;
  margin-bottom: 20px;
  display: none;
}
.contact #accordion .pane .loading {
  height: 50px;
}
.contact #accordion .pane p {
  margin-bottom: 10px;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.3em;
  color: black;
  padding: 5px 10px;
}
.contact #accordion .pane p strong {
  font-weight: bold;
}
.contact #accordion #distributors {
  height: 1130px;
}
.contact #accordion #distributors .loading {
  height: 1130px;
}

