/* @override 
	http://collection.local.k1x.com/collections/haute-courture/stylesheets/hautecourture.css
*/

/* @group =reset
 *************************************************************************/

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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* Safari doesn't support the quotes attribute, so we do this instead. */

blockquote:before, blockquote:after, q:before, q:after {
  /*

CSS 2; used to remove quotes in case "none" fails below. */
  content: "";
  /*

CSS 2.1; will remove quotes if supported, and override the above.
  User-agents that don't understand "none" should ignore it, and
  keep the above value. This is here for future compatibility,
  though I'm not 100% convinced that it's a good idea...
  */
  content: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @end */

#header {
  margin: 0 auto 25px;
  padding-top: 30px;
  position: relative;
  width: 800px;
}

#nation-of-hoop-logo {
  height: 37px;
  left: 0;
  position: absolute;
  top: 0;
  width: 140px;
}

#haute-courture-logo {
  height: 103px;
  margin: 0 auto 0;
  width: 273px;
}

#header ul#social-links {
  height: 37px;
  right: 0;
  position: absolute;
  top: 0;
  width: 184px;
}

#header ul#social-links li {
  display: inline;
}

#header ul#social-links li a {
  display: block;
  float: left;
  height: 37px;
}

#header ul#social-links li.facebook a:link,
#header ul#social-links li.facebook a:visited {
  background-image: url('../images/k1xbgsocials.jpg');
  background-position: 0 -111px;
  background-repeat: no-repeat;
  width: 60px;
}

#header ul#social-links li.facebook a:hover,
#header ul#social-links li.facebook a:active,
#header ul#social-links li.facebook a:focus {
  background-position: 0 -74px;
}

#header ul#social-links li.myspace a:link,
#header ul#social-links li.myspace a:visited {
  background-image: url('../images/k1xbgsocials.jpg');
  background-position: -60px -111px;
  background-repeat: no-repeat;
  width: 67px;
}

#header ul#social-links li.myspace a:hover,
#header ul#social-links li.myspace a:active,
#header ul#social-links li.myspace a:focus {
  background-position: -60px -37px;
}

#header ul#social-links li.youtube a:link,
#header ul#social-links li.youtube a:visited {
  background-image: url('../images/k1xbgsocials.jpg');
  background-position: -127px -111px;
  background-repeat: no-repeat;
  width: 57px;
}

#header ul#social-links li.youtube a:hover,
#header ul#social-links li.youtube a:active,
#header ul#social-links li.youtube a:focus {
  background-position: -127px 0;
}

#footer {
  clear: both;
  margin: 0 auto 0;
  padding-top: 28px;
  width: 800px;
}

#footer a {
  background: url('../images/k1xcom.jpg') no-repeat bottom left;
  display: block;
  float: right;
  height: 16px;
  margin-right: 110px;
  width: 72px;
}

#footer a:hover {
  background-position: top left;
}

#footer a img {
  height: 16px;
  width: 72px;
}

a img {
  border: none;
}

/* @group =horizontal carousel
 *************************************************************************/
#horizontal_carousel {
  float: left;
  height: 375px;
  position: relative;
  width: 650px;
}

#horizontal_carousel .container {
  background: #ffffff url('../images/k1xbgshadow.gif') repeat-x bottom left;
  height: 375px;
  overflow: hidden;
  padding-bottom: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 576px;
}

#horizontal_carousel #navigation_wrapper {
  display: none;
  height: 55px;
  margin: 145px auto 0;
  position: relative;
  width: 631px;
}

#horizontal_carousel .previous_button {
  background: url('../images/k1xbtnleft.png') no-repeat 0 0;
  cursor: pointer;
  height: 55px;
  left: 10px;
  position: absolute;
  top: 5px;
  width: 55px;
  z-index: 100;
}

#horizontal_carousel .previous_button:hover {
  background-position: 0 -55px;
}

#horizontal_carousel .previous_button_disabled {
  background: url('../images/k1xbtnleft.png') no-repeat 0 55px;
  cursor: default;
}

#horizontal_carousel .next_button {
  background: url('../images/k1xbtnright.png') no-repeat 0 0;
  cursor: pointer;
  height: 55px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 55px;
  z-index: 100;
}

#horizontal_carousel .next_button:hover {
  background-position: 0 -55px;
}

#horizontal_carousel .next_button_disabled {
  background: url('../images/k1xbtnright.png') no-repeat 0 55px;
  cursor: default;
}

#horizontal_carousel ul {
  height: 375px;
  left: 0;
  position: relative;
  top: 0;
  width: 100000px;
}

#horizontal_carousel ul li {
  float: left;
  list-style: none;
  width: 576px;
}

#horizontal_carousel ul li img {
  background: #e3edfa;
  display: block;
}
/* @end */

