body {
  margin: 0;
  padding: 0;
  font: 100.01%/120% Arial, Helvetica, sans-serif;
  color: #32241b;
  background-color: #fff;
}

#outerHeader {
  margin: 0 auto;
  background: url(../i/outerHeaderBG.jpg) repeat-x;
  
}

#header {
  min-height: 143px;
  width: 984px;
  margin: 0 auto;
  background: url(../i/headerBG.jpg) no-repeat;
}


#outerContent {
  background: #fff url(../i/outerContentBG.jpg) repeat-x;
  min-height: 300px;

}

#contentWrapper {
  width: 770px;
  padding-top: 8px;
  margin: 0 auto;
  font-size: 80%;
}

#content {
  width: 310px;
  margin: 0 190px 0 170px;
}

#content img {
  border: 1px solid #000;
}

#leftcol {
  width: 150px;
  float: left;
  padding-top: 14px;
  margin-left: 3px;
}

#rightcol {
  width: 270px;
  float: right;
  color: #4e4845;
  margin-top: 12px;
}

#rightcol img {
  border: 1px solid #494138;
  margin: 10px 0;
}

#outerFooter {
  clear: both;
  font-size: 85%;
  margin-top: 25px;
  background: #8c9c81 url(../i/outerFooterBG.jpg) bottom repeat-x;
  min-height: 40px;
  border-top: 1px solid #251212;
}

#footer {
  width: 770px;
  margin: 0 auto;
  font-size: 85%;
}


#footer p {
   float: right;
   color: #000;
}

#footer a {
  color: #000;
}

/********** text elements ******************/

h1, h2, h3 {
  font-size: 140%;
  color: #62544b;
}

h2 {
  font-size: 130%;
  margin-top: 30px;
}

h3 {
  font-size: 120%;
  margin: 0;
  padding: 0;
}

p {
  margin: 10px 0;
}
/********** Generic classes **********************/

.right {
  float: right;
  margin: 4px 0 2px 5px;
}

.left {
  float: left;
  margin: 5px 8px 0 0;
}

.clearit {
  font-size: 0;
  line-height: 0;
  clear: both;
}

/********** header navigation *********************/
#header {
  padding-top: 1px;
}

#header ul {
  margin: 114px 0 0 0;
  padding: 2px 0 0 0;
  list-style-type: none;
  font-size: 60%; 
  float: left;
 }
  
#header li {
  float: left;    
  background: url("../i/right.gif") no-repeat top right;
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
  display: block;
  background: url("../i/left.gif") no-repeat top left;
  
  padding: 3px 12px 3px 16px;
  padding: 3px 6px 3px 8px;
  
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #e6bbce;
}
  
#header #current {
  background-image: url("../i/right_on.gif");
}
  
#header #current a {
  background-image: url("../i/left_on.gif");
  color: #000;
  padding-top: 6px;
  padding-bottom: 1px;
}

/********* Side Navigation ********************/

#leftcol ul {
  list-style-type: none;
  /*padding: 0 0 140px 0;if you add more sub links increase the padding value from 140px*/
  /*background: url(../i/trees.jpg) bottom no-repeat;*/
  padding: 0 0 10px 0;
  margin: 0;
}

#leftcol li {
  margin-bottom: 1px;
}

#leftcol li a {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #a40044;
  padding: 2px 3px;
  border: 1px solid #ccc;
}

#leftcol li a:hover, #leftcol li .here {
  color: #000;
  background-color: #cb7197;
}
  
/************ Column control ****************/

.twocol #rightcol {
  display: none;
}

.twocol #content {
  margin-right: 0;
  margin-left: 170px;
  width: auto;
}

table#search-results {

}

table#search-results th {
  text-align: center;
  font-size:1.1em;
  background-color: #a40044;
  color: #fff;
  padding: 3px;
}
table#search-results th a {
  color: #fff;
}
table#search-results tr.odd {background-color: #ddd;}
table#search-results tr.even {background-color: #eee;}
table#search-results td {
  padding: 3px;
  font-size:1.0em;
}
table#search-results img {
  width: 50px;
}
table.product-options th {text-align: right;}

/************ For IE mac ********************/

 /*\*//*/
 #header {
  height: 143px;
}

 #outerContent {
  height: 300px;
}

#header ul, #header a {
    float: left;   
}

#header ul {
padding-top: 116px;} 
/**/
