/***************************************************************************
    AUTHOR:   Eli Kane
    DATE:     22DEC10
    NOTES:    Layout styles for traditional Andrews Leather catalog
    
***************************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

.index {
  width: 25%;
  position: absolute;
  margin: 0.5em; 
}


.index li a {
  color: #000077;
}

.index li a:hover {
  color: #007777;
}
  
.index li a.here {
  color: #770000;
}
 

.imagesCentered p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width60 {
  width: 59.9%;
}

.width50 {
  width: 49.7%;
}

.width45 {
  width: 44.9%;
}

.width40 {
  width: 39.7%;
}

.width33 {
  width: 32.7%;
}

.width30 {
  width: 29.7%;
}

.width25 {
  width: 24.7%;
}

.width20 {
  width: 19.8%;
}

.width17 {
  width: 17.4%;
}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.center {
  text-align: center;
}


/**************************************************************
   Special Formatting
 **************************************************************/
 
.semiHeader {
   font-size: 2em;
}

.semiHeader a {
  color: #000077;
}

.semiHeader a:hover {
  color: #007777;
}
  
.semiHeader a.here {
  color: #770000;
}

