/* MAIN
------------------------------------------------------------ */
body {
  font-size: 12px;
  color: #333;
  background: url(../images/body_background.png) center top no-repeat #FFF;
  font-family: Arial, Helvetica, sans-serif;
}
p {
  margin-bottom: 10px;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  /*color: lightblue;*/
}
input.button {
  padding: 5px;
  border: 1px solid #BF4E63;
  background: #B60022;
}
.hidden {
  display: none;
}
p.alert {
  background: pink;
  padding: 5px;
  border: 1px solid red;
}





/* CONTAINER
------------------------------------------------------------ */
#container {
  width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: auto;
}



/* HEADER
------------------------------------------------------------ */
#header {
  clear: both;
  position: relative;
  overflow: auto;
  height: 214px;
}
#header div#logo {
  position: absolute;
  left: 0px;
  top: 5px;
}
#header div#logo a {
  display: block;
  background: url(../images/logo.png);
  width: 211px;
  height: 115px;
}
#header div#logo a span {
  display: none;
}



/* NAVIGATION
------------------------------------------------------------ */
#navigation {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 980px;
  height: 42px;
  z-index: 10;
  background: url(../images/navigation_background.png);
}



#navigation ul {
  position: absolute;
}
#navigation ul li {
}
#navigation ul li a {
}
#navigation ul li a span {
  display: none;
}
#navigation ul li a {
  position: absolute;
  display: block;
  top: 7px;
  height: 35px;
}
/* specific */
#navigation ul li.mens a {
  left: 0px;
  width: 89px;
}
#navigation ul li.accessories a {
  left: 89px;
  width: 171px;
}
#navigation ul li.hats a {
  left: 261px;
  width: 80px;
}
#navigation ul li.sizing a {
  left: 341px;
  width: 94px;
}
#navigation ul li.about a {
  left: 436px;
  width: 100px;
}
#navigation ul li.press a {
  left: 536px;
  width: 90px;
}
#navigation ul li.empty1 a {
  left: 668px;
  width: 97px;
}
#navigation ul li.empty2 a {
  left: 765px;
  width: 76px;
}




/* USER
------------------------------------------------------------ */
#user {
  position: absolute;
  right: 0;
  top: 97px;
}
#user ul {
  text-align: center;
}
#user ul li {
  display: inline;
  padding: 5px;
  font-size: 12px;
  
}
#user ul li a {
  color: #FFF;
  padding: 5px;
}
#user ul li a:hover {
  background: #FFF;
  color: #333;
  text-decoration: none;
  -moz-border-radius: 7px;
  text-shadow: 2px 2px 2px #000;
}
#user ul li a span {
}
#user ul li a span span.items {
  /*font-size: 12px;*/
}




/* SEARCH
------------------------------------------------------------ */
#search {
  position: absolute;
  right: 10px;
  top: 0px;
  height: 30px;
  background: #000;
  border: 1px solid #006150;
  border-top: 0;
  line-height: 30px;
  padding: 5px 5px 5px 5px;
}
#search form {
  background: url(../images/icon_search.png) no-repeat 0px 5px;
  margin-left: 10px;
  line-height: 30px;
}
#search form div label {
  display: none;
}
#search form div input#q {
  margin-right: 5px;
  width: 200px;
  border: 0;
  padding: 2px 4px;
  background: #B60022;
  margin-top: -10px;
  margin-left: 30px;
}
#search form div input.submit {
  margin-right: 10px;
  width: 74px;
  height: 20px;
  margin-bottom: -5px;
}


/* BAR
------------------------------------------------------------ */
#bar {
  overflow: auto;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 980px;
  height: 35px;
  background: right top no-repeat #FFF;
}
#bar p.inline {
  float: left;
  line-height: 35px;
  height: 35px;
  margin-left: 20px;
  color: #333;
  font-size: 14px;
}
#bar p.inline a {
  color: #00b797;
  font-weight: bold;
}

#bar div.quick {
  float: right;
  width: 82px;
  height: 35px;
  background: url(../images/quick_background.png) no-repeat #950E27;
}



/* SECTION
------------------------------------------------------------ */
#section {
  overflow: auto;
  padding: 20px 20px 20px 0;
  background: #FFF;
}




/* SECTION - CONTENT
------------------------------------------------------------ */
#content {
  overflow: auto;
  position: relative;
  float: right;
  width: 740px;
  margin-top: 30px;
}
#content h1 {
  font-size: 40px;
  clear: both;
  color: #000;
  margin: 0 0 2px 0;
  text-transform: uppercase;
  letter-spacing: -3px;
}
#content h1 span {
  color: ##950E27;
}

#content h2 {
  margin: 15px 0 5px 0;
  font-size: 16px;
  clear: both;
  color: #4B4B4B;
}
#content h3 {
  margin: 5px 0 5px 0;
  font-size: 13px;
  clear: both;
}
#content h4 {
}
#content h5 {
}
#content h6 {
}
#content p {
  line-height: 16px;
}
#content ul.list,
#content ol.list {
  margin-left: 30px;
  margin-bottom: 10px;
}

#content blockquote {
}
#content dl {
}
#content dl dd {
}
#content dl dt {
}



#content p.kv span { /* k */
  font-weight: bold;
}



#content .current,
#sidebar .current {
  font-weight: bold;
  color: #7F1E30;
}

body.categories #content div.filter h3 {
  font-size: 20px;
  margin-left: 2px;
}
body.categories #content div.filter ul {
  list-style: disc inside !important;
  color: #FFF !important;
  line-height: 18px;
  margin-left: 10px;
  margin-bottom: 10px;
}
body.categories #content div.filter ul li {
  list-style: disc inside !important;
  color: #FFF !important;
}



/* SECTION - SIDEBAR
------------------------------------------------------------ */
#sidebar {
  float: left;
  width: 200px;
}
#sidebar a {
  /*
  color: #00604F;
  */
  color: #FFF;
}
#sidebar a span span {
  color: #F0F0F0;
  display: none;
}
#sidebar div.block {
  padding-top: 45px;
  padding-right: 10px;
}
#sidebar div.block div.wrapper {
  padding-bottom: 10px;
  padding-left: 30px;
}
#sidebar div.block div.wrapper h2 {
  width: 156px;
  height: 35px;
  margin-bottom: 10px;
}
#sidebar div.block div.wrapper h2 span {
  display: none;
}
#sidebar div.block div.wrapper div.filter {
}

#sidebar div.block div.wrapper div.filter h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  background: #D34C62;
  padding: 3px;
  text-transform: uppercase;
  color: #FFF;
}
#sidebar div.block div.wrapper div.filter ul {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 16px;
  /*color: #00604F;*/
  color: #FFF;
}


#sidebar div.block.shop {
  background: url(../images/block_background_shop_top.png) left top no-repeat #C0001F;
  
}
#sidebar div.block.shop div.wrapper {
  background: url(../images/block_background_shop_bottom.png) left bottom no-repeat #C0001F;
}
#sidebar div.block.shop div.wrapper h2 {
  background: url(../images/h2_shop_by.png) no-repeat;
}


#sidebar div.block.user {
  background: url(../images/block_background_user_top.png) left top no-repeat #000;
  margin-bottom: 10px;
}
#sidebar div.block.user div.wrapper {
  background: url(../images/block_background_user_bottom.png) left bottom no-repeat #000;
}
#sidebar div.block.user div.wrapper h2 {
  background: url(../images/h2_my_cart.png) no-repeat;
}


#sidebar div.block.promos {
  padding-top: 0;
  padding-right: 0;
  margin-top: 35px;
}
#sidebar div.block.promos div.wrapper {
  margin: 0;
  padding-left: 20px;
}
#sidebar div.block.promos div.wrapper ul {
  margin: 0;
  padding: 0;
}
#sidebar div.block.promos div.wrapper ul li {
  background: #CCC;
  margin-bottom: 20px;
  height: 180px;
}



/* FOOTER
------------------------------------------------------------ */
#footer {
  clear: both;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 0px;
}
#footer ul.callouts {
  overflow: auto;
  padding-bottom: 20px;
  /*border-bottom: 1px dotted #B60022;*/
  background: url(../images/footer_callouts_background.png) repeat-x 3px bottom;
}
#footer ul.callouts li {
  float: left;
  background: #B60022;
  width: 241px;
  height: 166px;
  margin-right: 5px;
}
#footer ul.callouts li.c4 {
  width: 242px;
  margin-right: 0;
}
#footer ul.callouts li a {
}
#footer ul.callouts li a span {
}
#footer ul.callouts li a span img {
  width: 241px;
  height: 166px;
}
#footer ul.callouts li.c4 a span img {
  width: 242px;
}



#footer div.links {
  overflow: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#footer div.links div {
  float: left;
  width: 241px;
  height: auto;
  margin-right: 5px;
}
#footer div.links div.l4 {
  width: 242px;
  margin-right: 0;
}
#footer div.links div h3 {
  color: #FFF;
  font-size: 42px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
}
#footer div.links div ul {
  color: #FFF;
  /*list-style: disc outside;*/
  margin-left: 0px;
  line-height: 16px;
}
#footer div.links div ul li {
}
#footer div.links div ul li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}




/* OUTSIDE_FOOTER
------------------------------------------------------------ */
#outside_footer {
  clear: both;
  height: 150px;
  background: url(../images/outside_footer_background.png) repeat-x #000000;
}

#outside_footer img {
  clear: both;
  display: block;
  text-align: center;
  width: 432px;
  height: 36px;
  margin: 20px auto 10px auto;
  padding-top: 30px;
}

#outside_footer ul {
  text-align: center;
  margin: 0 auto;
  width: 70%;
}
#outside_footer ul li {
  display: inline;
  margin: 0 10px;
}
#outside_footer ul li a {
  color: #FFFFFF;
  text-decoration: underline;
}
#outside_footer p.copyright {
  text-align: center;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 11px;
}













/* PAGE - (GLOBAL)
------------------------------------------------------------ */





/* PAGE - home (index.ext)
------------------------------------------------------------ */
body.home #bar p.breadcrumb {
  display: none;
}
body.home #section {
  padding-left: 20px !important;
}
body.home #content {
  width: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0;
}
body.home #content h1 {
  display: none;
}
/*
body.home #content img.splash {
  clear: both;
  float: none;
  text-align: right;
  width: 942px;
  height: 478px;
  margin: 8px 0 8px 8px;
}
*/
body.home #content ul.splash {
  position: relative;
  width: 942px;
  height: 486px;
  overflow: hidden;
}
body.home #content ul.splash li {
  position: absolute;
  
}
body.home #content ul.splash li.s1 {
  left: 0px;
  top: 0px;
  width: 652px;
  height: 430px;
}
body.home #content ul.splash li.s2 {
  right: 0px;
  top: 0px;
  width: 280px;
  height: 210px;
  background: #FFFFFF;
}
body.home #content ul.splash li.s3 {
  right: 0px;
  top: 220px;
  width: 280px;
  height: 210px;
  background: #F0F0F0;
}
body.home #content ul.splash li.s4 {
  left: 0px;
  bottom: 0px;
  width: 942px;
  height: 46px;
  background: url(../images/splash_home_s4_001.png) no-repeat;
}
body.home #content ul.splash li.s4 p {
  line-height: 46px;
  font-size: 15px;
  color: #340B12;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-left: 20px;
  
}
body.home #content ul.splash li.s4 p span {
  font-size: 20px;
  font-weight: bold;
}
body.home #content ul.splash li.s4 ul.buttons {
  position: absolute;
  overflow: auto;
  top: 7px;
  right: 17px;
  height: 35px;
}
body.home #content ul.splash li.s4 ul.buttons li {
  position: relative;
  width: 125px;
  height: 35px;
  float: left;
  margin-right: 0px;
}
body.home #content ul.splash li.s4 ul.buttons li.b1 {background:url(../images/button_jeans.png);}
body.home #content ul.splash li.s4 ul.buttons li.b2 {background:url(../images/button_jackets.png);}
body.home #content ul.splash li.s4 ul.buttons li.b3 {background:url(../images/button_tees.png);}
body.home #content ul.splash li.s4 ul.buttons li.b4 {background:url(../images/button_accessories.png);}
body.home #content ul.splash li.s4 ul.buttons li a span {
  display: none;
}





/* PAGE - account.login (/account/login.lasso)
------------------------------------------------------------ */
body.account.login #content {
  
}


/* PAGE - account.index (/account/account.lasso)
------------------------------------------------------------ */
body.account.index #content {
  
}

