/* defaults */
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
}
body {
  background: #333 url(../img/background.png);
  font-size: 12px;
  margin-bottom: 20px;
  color: #fff;
}
a {
  color: #999;
}
a:hover {
  color: #ed1c24;
}
select {
  background: #000;
  color: #999;
  width: 100px;
  border: 1px solid #999;
}
select:hover, select:focus {
  color: #fff;
}
input {
  border: 1px solid #999;
  background: #444;
  color: #ccc;
}
input:hover {
  border-color: #fff;
  color: #fff;
}
/* /defaults */

/* layout */
#container {
  width: 800px;
  margin: 0 auto;
}
/* /layout */

/* special classes */
.men {
  color: #1cabed !important;
}
.women {
  color: #ed1ca1 !important;
}
.back {
  display: block;
  margin: 15px 0;
}
.back span {
  font-size: 16px;
}
h3.splash {
  text-align: center;
}
img.splash {
  display: block;
  width: 250px;
  height: 300px;
  margin: 0 auto;
}
a.viewall {
  float: right;
  font-size: 12px;
  display: block;
  text-transform: none;
  line-height: 25px;
}
img.lg {
  display: block;
  border: 1px solid #999;
  /*
  width: 300px;
  height: 400px;
  */
}
/* /special */

/* head */
#head {
  background: #000 url(../img/banner.png) no-repeat;
  height: 430px;
}
#head.compact {
  height: 112px;
  overflow: hidden;
}
#head h1 {
  float: left;
  margin-left: 20px;
  height: 170px;
  width: 198px;
  background: url(../img/logo.png) no-repeat;
  text-indent: -1000px;
  overflow: hidden;
}
#head.compact h1 {
  background: url(../img/logo-compact.png) no-repeat;
  margin-left: 40px;
  height: 110px;
}
/* /head */

/* site navigation */
#menu {
  float: right;
  height: 120px;
  /*padding: 25px 0;*/
}
#menu li {
  float: left;
}
#menu li a {
  display: block;
  line-height: 25px;
  border-left: 1px solid #222;
  padding: 55px 20px 32px 20px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
}
#menu li:first-child a {
  border: 0;
}
#menu li.current a, #menu li a:hover {
  color: #ba141a;
}
#menu li.current a {
  color: #ed1c24;
  background: url(../img/hand.png) 50% 25% no-repeat;
  font-weight: bold;
}
/* /site navigation */

/* content */
#content {
  clear: both;
  border-top: 0;
  background: #000;
  overflow: auto;
  padding-bottom: 20px;
  margin: 15px 0;
}
#content>.section {
  width: 750px;
  margin: 0 auto;
  border-top: 1px solid #999;
}
#content>.section:first-child {
  border: 0;
}
#content>.section>h3 {
  font-size: 18px;
  margin: 20px 0;
  color: #999;
  padding: 5px 10px;
  background: url(../img/background-lt.png);
  text-transform: uppercase;
}
#content>.section>h4 {
  font-size: 14px;
  margin: 20px 0;
  color: #999;
  padding: 5px 10px;
  background: url(../img/background-lt.png);
  text-transform: uppercase;
}
#content>.section>ol {
  margin-left: 35px;
  list-style: square;
}
#content>.section>ol>li {
  list-style: disc;
}
#content>.section>p, #content>.section>blockquote, #content>.section>ol {
  clear: left;
  padding: 0 0 20px 0;
}
#content>.section>blockquote {
  margin-left: 35px;
}
#content .cols {
  width: 702px;
  margin: 0 auto 20px auto;
  overflow: auto;
}
#content .cols>li {
  float: left;
  width: 300px;
  padding: 15px 25px;
  border-left: 1px solid #999;
}
#content .cols li:first-child {
  border-color: transparent;
}
#content .cols h3 {
  font-size: 18px;
  text-transform: uppercase;
}
#content .cols h4 {
  line-height: 30px;
  font-size: 16px;
  text-align: right;
}
#content .cols ul li {
  clear: both;
  border-top: 1px solid #999;
}
#content .cols ul li a {
  clear: both;
  display: block;
  font-size: 14px;
  height: 90px;
}
#content .cols ul li a strong {
  width: 165px;
  display: block;
  float: left;
  line-height: 20px;
  margin-top: 5px;
  font-weight: bold;
}
#content .cols ul li a span {
  clear: left;
  display: block;
  float: left;
  width: 165px;
  font-size: 11px;
  padding-bottom: 5px;
}
#content .cols ul li a img {
  float: right;
  display: block;
  height: 80px;
  width: 120px;
  margin: -15px 5px 5px 5px;
  border: 1px solid #222;
}
#content .cols ul li a:hover img {
  border-color: #ccc;
}
a#enlarge {
  background: url(../img/enlarge.png) 0 50% no-repeat;
  float: right;
  line-height: 17px;
  margin-top: 5px;
  padding: 0 0 0 15px;
}
/* /content */

/* footer */
#foot {
  background: #000 url(../img/footer-logo.png) 25px 15px no-repeat;
  padding-right: 25px;
  padding-top: 25px;
  height: 80px;
  color: #666;
  line-height: 30px;
  text-align: right;
}
/* /footer */

/* css corners */
.round {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.roundTop {
  -moz-border-radius-topleft:         8px;
  -moz-border-radius-topright:        8px;
  -webkit-border-top-left-radius:     8px;
  -webkit-border-top-right-radius:    8px;
  border-radius-topleft:              8px;
  border-radius-topright:             8px;
}
.roundBottom {
  -moz-border-radius-bottomleft:      8px;
  -moz-border-radius-bottomright:     8px;
  -webkit-border-bottom-left-radius:  8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius-bottomleft:           8px;
  border-radius-bottomright:          8px;
  border-top: none;
}
/* /css corners */