/* 
    Document   : styles
    Created on : Aug 11, 2009, 7:30:53 PM
    Author     : aspring
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
  background: #FFFFFF;
  margin: 0px 0px 0px 0px;
  font-family: Arial, Verdana, Helvetica;
  color: #000000;
  font-size: 12px;
  text-align: center;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: red;
}

/*** LAYOUT STYLES ***/
#wrapper {
  width: 942px;
  margin: 0px auto;
  *left: auto 0px;
  *right: auto 0px;
  *top: 0px;
  text-align: left;
}

#header {
   width: 969px;
   height: 140px;
}

#logo {
  float:left;
  width:338px;
  height: 111px;
  margin-top: 18px;
}

#globalNav {
  float: right;
  /*padding: 10px;*/
  width: 467px;
  height: 63px;
}

.searchBox{
    background: #e8e9e3;
}
.globalSubNav{
    background: #d1d4c7;
}

#primNav {
  float: right;
  height: 26px;
  margin-top: 22px;
  text-align: left;
}

#subNav {
  float: right;
  height: 20px;
  width: 567px;
  text-align: left;
}

#footer {
  font-weight: bold;
  width: 942px;
  clear: both;
  padding:10px;
  text-align: left;
  font-size: 12px;
}

#footer a {
  color: #000000;
  text-decoration: none;
}
#footer a:hover {
  color: red;
  text-decoration: none;
}

#footerLeft{float:left; width:60%;}
#footerRight{float:right;}

h1.unisex {
    background: url('../images/sprite.png');
    background-position:-6px 304px;
    height: 35px;
    width: 140px;
}

h1.womens {
    background: url('../images/sprite.png');
    background-position:-6px 586px;
    height: 35px;
    width: 140px;
}
h1.lambsuede {
    background: url('../images/sprite.png');
    background-position:-6px 226px;
    height: 35px;
    width: 160px;
}
h1.hippie {
    background: url('../images/sprite.png');
    background-position:-6px 266px;
    height: 35px;
    width: 140px;
}
h1.youth {
    background: url('../images/sprite.png');
    background-position:-6px 551px;
    height: 35px;
    width: 140px;
}
h1.signature {
    background: url('../images/sprite.png');
    background-position:-6px 191px;
    height: 35px;
    width: 240px;
}