BODY {
  margin:0;
  background-color:white;
}
/* default font */
P,TD,TH,DIV {
  font-family:'Trebuchet MS',Sans-Serif;
  font-size:14px;
}
/* default link treatment */
a { color:#897b00; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }
/* text that is orange, bold and leaded */
.orangetext {
  font-weight:bold;
  color:#c95d12;
  line-height:26px;
}
/* headnav are the about us - contact - ordering items */
.headnav {
  color:white;
  font-weight:bold;
  font-family:'Trebuchet MS',Arial,Sans-serif;
  font-size:12px;
  letter-spacing:1px;
}
.headnav a {
  color:white;
  text-decoration:none;
}
.headnav a:hover {
  text-decoration:underline;
}
.headnavbullet {
  padding-left:30px;
  padding-right:30px;
}
/* intnav are the boxes on all interior pages */
.intnav {
  margin-top:5px;
  margin-right:5px;
}
/* theme tables */
TABLE.themes TR TD {
  padding-left:10px;
  padding-right:4px;
  border-bottom:1px #CECD9C solid;
  border-left:1px #CECD9C solid;
  vertical-align:middle;
  font-size:14px;
  font-weight:bold;
  color:#221E1F;
}
TABLE.themes TR TH {
  text-align:left;
  padding-left:10px;
  padding-top:15px;
  border-top:1px #CECD9C solid;
  border-bottom:1px #CECD9C solid;
  border-left:1px #CECD9C solid;
}
TABLE.themes TR TD IMG {
  margin-right:10px;
  margin-left:5px;
}
TABLE.themes {
  border-right:1px #CECD9C solid;
}
.dark { background-color:#E5E4CA; }
.silver {color: #BCBDC0; }
.gold {color: #EFB949; }
.olive { color:#897b00; }
.colorlegend {
  border:1px #bcbdc0 solid;
  font-size:10px;
  font-family:Verdana,Sans-Serif;
  padding:2px;
  margin:3px;
  margin-left:0px;
}
TABLE.themes a {
  font-weight:bold;
  color:#221E1F;
  text-decoration:none;
  }
TABLE.themes a:hover {
  font-weight:bold;
  color:#C95D12;
  text-decoration:none;
}
/* item tables */
TABLE.items TR TD {
	font-size:11px;
	padding-bottom:10px;
}
TABLE.items TR TH {
	text-align:right;
	padding-right:10px;
}
.itemname {
	font-weight:bold;
	color:#c95d12;
	display:block;
	font-size:14px;
}
.itemprice {
	font-weight:bold;
	color:#c95d12;
	display:block;
	/*font-style:italic;*/
}
.buttonok {
	background-color:#c95d12;
	color:white;
	font-weight:bold;
}

/* SeeMore div is the right-most column (mostly) with
   the affiliate links. reengineered as a float:right div inside the
   main body content. */
#SeeMore {
  margin-right:30px;
  width:120px;
  padding-top:45px;
  font-size:13px;
  font-weight:bold;
  float:right;
  text-align:left;
  margin-left:15px;
}

/* the "interior nav" column, the big panels that swap out with 
   screened-back images */
#NavPanels {
  margin-right:30px;
}

/* the attribution text for Remington Design */
#SiteDesign {
  border-top:1px silver solid;
  margin-top:25px;
  font-weight:normal;
  font-size:12px;
  padding-top:5px;
}

/* warning label */
#warning {
  padding-top:5px;
}