@charset "utf-8";

@import "reset.css";


body {
  background:url(../images/bg-tile.png) center top repeat-x #CD9C9C;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:0.75em;
  color:#52423b;
  line-height:1.1em;
}

p {margin:0px 0px 5px 0px; }


#fixed-width {
  width:969px;
  margin-left:auto;
  margin-right:auto;
  height:521px;
  background:url(../images/bg-tile.png) center top repeat-x;
  position:relative;
}

#footer-flash {

  width:100%;
  min-width:969px;
  overflow:hidden;
  position:relative;
  top:-75px;

}

#footer {
  width:969px;
  margin-left:auto;
  margin-right:auto;
  color:#7b6d69;
  padding-bottom:20px;
  font-size:11px;
}
#footer a {  color:#7b6d69; text-decoration:underline; }
#footer a:hover {  color:#615a57; }


#content {
  position:relative;
  padding-top:176px;
}


#header { height:190px; position:absolute; top:0px; left:0px; z-index:100;   }


/* must align the background with the background of the pics */
#pics {
  position:absolute;
  top:176px;
  left:2px;
}

#text {
  padding:1px 0px 1px 0px;
  margin-left:577px;
  padding-top:37px;
}

#scrolling-pane {
  
  width:380px;
  height:200px;
  padding:10px 5px 5px 5px;
  overflow:auto;

}

table.shoes td {
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding-left:20px;
}
table.shoes a {
text-align:center;
  color:#a5a5a2; margin:0px;
}
table.shoes a:hover {
  color:#e5bcc6;
}
table.shoes td.bl {
  border-right:2px #a5a5a2 solid;
  padding-right:20px;
  padding-left:0px;
}
table.shoes td.tl {
  padding-right:20px;
}

a#clothshoes, a#embroideryshoes {
  width:99px;
  height:40px;
  display:block;
  background-repeat:no-repeat;
}
a#clothshoes {
  background-image:url(../images/clothshoes.png);
}
a#embroideryshoes {
  background-image:url(../images/embroideryshoes.png);
}

h1 { font-size:1.1em; font-weight:bold;    }
h2 { font-size:12px; font-weight:bold;    }
h3 { font-size:1.2em; font-weight:bold;    }
h4 { font-size:1.3em; font-weight:bold;    }
div.loc h3 { font-size:1em; font-weight:bold; margin-bottom:0px;   }
div.loc p {  margin-top:2px; font-size:11px; line-height:12px;   }
h2 a { color:#666666;    }
.style2 { text-align:center; }

a { color:#555555; }
a:hover { color:#987373; }


body.popup {
  padding:20px;
  background:url(../images/bg-tile.png);
  width:auto;
  background-attachment:fixed;
}


.salebanner {
  width:320px;
  height:37px;
  padding:15px;
  margin-top:10px;
  background:url(../images/salebanner_bg.png) no-repeat;
  font-size:13px;
  font-weight:bold;
  color:#666666;
  line-height:normal;
}

.promo {
  width:320px;
  height:37px;
  padding:15px;
  margin-top:10px;
  background:url(../images/salebanner_bg.png) no-repeat;
  font-size:16px;
  font-weight:bold;
  color:#666666;
  line-height:normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align:center;
}


.big {
  font-size:1.2em;
}

.crossed-out {
  text-decoration:line-through;
}

