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

root { 
    display: block;
}

body {
  background: #000000 url('../images/bckgnd.gif') repeat-x;
  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;
}

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

a.contact:hover {
    text-decoration: none;
    color: #000000;
}
hr {border: 1px solid #000000;}

h1 {font-size: 16px; font-weight: bold;}

input {border: 1px solid black; background: #FFFFFF; padding: 5px;}
select {border: 1px solid black; background: #FFFFFF; padding: 5px;}

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

#header {
   width: 100%;
   height: 111px;
}

#logo {
  float:left;
  width:338px;
  height: 111px;
}

#globalNav {
  float: right;
  padding: 10px;
}

#primNav {
  float: right;
  height: 26px;
  margin-top: 32px;
  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;
}

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

#footerLeft{float:left; width:60%;}
#footerRight{float:right; /*(width:33%; margin-right:-193px;*/}


#seoContent{
    margin-top: 220px;
    color: #898877;
    padding-bottom: 80px;
    font-size: 10px;
}

#seoContent h1 {font-size: 14px;}


/*** HOME PAGE ***/
#contentHome {
  width: 100%;
  height: 100%;
  text-align: center;
}
#homeLeft{
  float: left;
  width: 215px;
}
#homeCenter{
  width: 165px;
  float: left;
  margin-left: 8px;
}

#homeRight{
  float: right;
  width: 545px;
}

/*** SECONDARY PAGES ***/
#contentLeft {
  width: 567px;
  text-align: left;
  float: left;
}

#contentRight {
  width: 367px;
  text-align: left;
  float: right;
}

#contentProductLeft {
  width: 654px;
  text-align: left;
  float: left;
}

#contentProductRight {
  width: 280px;
  text-align: left;
  float: right;
}

#contentFriends {
  width: 100%;
  height: 500px;
  text-align: center;
  background: url('../images/friendsBckgnd.png') no-repeat;
  background-position: center center;
}

#friendsTable{
    width: 757px;
    height: 420px;
    margin: 0 auto;
    padding: 60px 20px 20px 20px;
    text-align: left;
}

#friendsTable a {font-weight: bold; text-decoration: underline;}
#friendsTable a:hover{font-weight: bold; text-decoration: none;}


#contentLocator {
  width: 80%;
  height: 100%;
  text-align: left;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 90px;
}

.tdBold{font-weight:bold; text-align: right;}

p#cross-links { margin-bottom: 0px; padding-bottom: 0px }
a:focus { outline:none }
img { border: 0 }
h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
.stripViewer .panelContainer .panel ul {
    text-align: left;
    margin: 0 0px 0 0px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
    margin: 2px 0;
    position: relative;
    width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 20px;  overflow: none}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden;
    /*border: 0px solid #000; /* this is the border. should have the same value for the links */
    margin: auto;
    width: 400px; /*Also specified in  .stripViewer .panelContainer .panel  below */
    height: 20px;
    clear: both;
   /* background: #fff;*/
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    list-style-type: none;
    /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
    float:left;
    height: 100%;
    position: relative;
    width: 400px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .stripWrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
    padding: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
    margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
    list-style: none;
}

.stripNav ul li {
    float: left;
    margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    background: #c6e3ff;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
    background: #333;
}

.stripNav li a.current {
    background: #000;
    color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
    position: absolute;
    top: 230px;
    text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
    display: block;
    height: 40px;
    width: 40px;
}

.stripNavL {
    left: 0;
}

.stripNavR {
     right: 0;
}

h1.friends {
    background: url('../images/sprite.png');
    background-position:-4px 496px;
    height: 30px;
    width: 120px;
}

h1.ourstory {
    background: url('../images/sprite.png');
    background-position:-8px 465px;
    height: 35px;
    width: 140px;
}

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

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: 0px 226px;
    height: 30px;
    width: 270px;
}
h1.hippie {
    background: url('../images/sprite.png');
    background-position:-6px 266px;
    height: 35px;
    width: 234px;
}
h1.youth {
    background: url('../images/sprite.png');
    background-position:-6px 551px;
    height: 35px;
    width: 140px;
}
h1.signature {
    background: url('../images/sprite.png');
    background-position: 0px 191px;
    height: 35px;
    width: 240px;
}
h1.storelocator {
    background: url('../images/sprite.png');
    background-position:-6px 399px;
    height: 35px;
    width: 240px;
}
h1.contact {
    background: url('../images/sprite.png');
    background-position:-6px 364px;
    height: 35px;
    width: 240px;
}
h1.us {
    background: url('../images/sprite.png');
    background-position:-6px 335px;
    height: 30px;
    width: 240px;
}
h1.terms {
    background: url('../images/sprite.png');
    background-position:-6px 121px;
    height: 30px;
    width: 312px;
}


pre {text-indent: 30px}
#tabmenu { color: #000; margin: 12px 0px 0px 0px; padding: 0px; z-index: 1; padding-left: 0px; font-weight: bold; }
#tabmenu li { display: inline; overflow: hidden; list-style-type: none; }
#tabmenu a, a.active { color: #000000; font: normal 1em verdana, Arial, sans-serif; font-weight: bold; padding: 2px 5px 0px 5px; margin: 0px; text-decoration: none; cursor:hand; }
#tabmenu a.active {color: red; font-weight: bold;}
#tabmenu a:hover {color: red; font-weight: bold; cursor:pointer;}
#tabmenu a:visited { color: #E8E9BE; }
#tabmenu a.active:hover {color: red; font-weight: bold; }
#content {font: 0.9em/1.3em verdana, sans-serif; text-align: justify; padding: 20px; border-top: none; z-index: 2; }
#content a { text-decoration: none; color: #E8E9BE; }
#content a:hover { background: #aaaaaa; }
