@charset "utf-8";
/* CSS Document */

body {
   background-color: #ffffff;
   background-image: url('/bg10-1.gif');
   background-repeat: repeat;
   background-attachment: fixed;
   font-size: 1em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.leftnav {
   border-width: 0;
   border-spacing: 0;
   border-collapse: collapse;
}
table.leftnav td {
   width: 200px; /*was 175*/
   height: 22px;
   padding: 0;
   margin: 0;
   background-color: #ffffff;
}
table.leftnav td a {
   display: block;
   width: 200px; /*was 175 */
   height: 22px;
}
table.leftnav span { display: none; }
#home       { background: url('/home.gif') no-repeat 0 2px; }
#home:hover { background-position: 0 -21px; }
#about { background: url('/about.gif') no-repeat 0 2px; }
#about:hover { background-position: 0 -19px; }

#contact { background: url('/contact.gif') no-repeat 0 0; }
#contact:hover { background-position: 0 -20px; }

#how-to-specify { background: url('/howtospecify.gif') no-repeat 0 2px; }
#how-to-specify:hover { background-position: 0 -21px; }

#finishes { background: url('/finishes.gif') no-repeat 0 2px; }
#finishes:hover { background-position: 0 -21px; }

#rods { background: url('/rods.gif') no-repeat 0 2px; }
#rods:hover { background-position: 0 -21px; }

#brackets { background: url('/brackets.gif') no-repeat 0 2px; }
#brackets:hover { background-position: 0 -21px; }

#finials { background: url('/finials.gif') no-repeat 0 2px; }
#finials:hover { background-position: 0 -21px; }

#tiebacks { background: url('/tiebacks.gif') no-repeat 0 2px; }
#tiebacks:hover { background-position: 0 -21px; }

#rings { background: url('/rings.gif') no-repeat 0 2px; }
#rings:hover { background-position: 0 -21px; }

#ship-rods { background: url('/shipping.gif') no-repeat 0 0; }
#ship-rods:hover { background-position: 0 -22px; }

#store { background: url('/cart.gif') no-repeat 0 0; }
#store:hover { background-position: 0 -22px; }

#custom-iron-furniture { background: url('/custom-iron-furniture.gif') no-repeat 0 0px; }
#custom-iron-furniture:hover { background-position: 0 -23px; }

#tables { background: url("/tables.gif") no-repeat 0 0; }
#tables:hover { background-position: 0 -20px; }

#consoles { background: url("/consoles.gif") no-repeat 0 0; }
#consoles:hover { background-position: 0 -20px; }

#lamps { background: url("/lamps.gif") no-repeat 0 0; }
#lamps:hover { background-position: 0 -22px; }

#ship-furniture { background: url('/shipping.gif') no-repeat 0 0; }
#ship-furniture:hover { background-position: 0 -22px; }

#registration { background: url("/registration.gif") no-repeat 0 0; }
#registration:hover {  background-position: 0 -22px; }

table.leftnav img {
  border: 0;
  width: 175px;
  height: 22px;
}
table.main-content {
   width: 100%;
   font-size: .8em;
}
td.contact h4 {
   margin-bottom: 0em;
}
ol li {
   font-weight: bold;
   padding: 1em 0em 0em 0em;
}
ul {
   list-style-type: disc;
   padding: 0em 0em 0em 1em;
}
ul li {
   font-weight: normal;
   padding: 0em 0em;
}
div.finishes-sample p {
   font-weight: bold;
}
div.finishes-sample img {
   vertical-align: middle;
}
div.rods-form form {
   font-weight: bold;
   padding-bottom: 1em;
   border-bottom: medium solid #aaa;
}
table.general-items-list {
   border-collapse: collapse;
   font-weight: bold;
}
table.general-items-list td {
   border-bottom: medium solid #aaa;
}
table.general-items-list a {
   font-weight: normal;
}
table.general-items-list img {
   border-width: 0px;
}
table.finials-list img {
   width: 144px;
   height: 72px;
}
table.finials-list td {
   padding: 1em 1em;
}
table.brackets-list img {
   width: 144px;
   height: 192px;
}
table.brackets-list {
   font-size: .8em;
}
table.tiebacks-list img.tall {
   width: 144px;
   height: 192px;
}
table.tiebacks-list img.short {
   width: 144px;
   height: 108px;
}
table.tiebacks-list img.square {
   width: 144px;
   height: 144px;
}
td.ship {
   font-size: .8em;
}
td.ship h3 {
   text-decoration: underline;
}
td.ship p {
   width: 580px;
}
td.ship caption {
   font-weight: bold;
   width: 580px;
   text-align: center;
   padding-bottom: 1em;
}
td.ship caption span {
   font-style: italic;
   color: #444;
}
td.ship table {
   font-size: 1em;
   border-spacing: 2em 0.5em;
}
td.ship thead {
   text-decoration: underline;
   font-weight: bold;
}
/* Is having table and form mixed together causing problem? I hate tables. */
.wholesale-register {
   font-weight:bolder;
   font-size: smaller;
}
.wholesale-register-submit /* input[type=submit]  */ {
   font-weight:bolder;
	padding: .7em .7em;
}
table#wholesale_order {
   font-size: 1em;
}
table#wholesale_order caption {
  font-size: 1em;
  padding-bottom: 1em;
}
table#registration-approval {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1em;
}
table#registration-approval td {
   padding: 0.25em 0 0.25em 0;
}
.help {
  color: black /*#ffff00*/;
  background-color: #efefef/*#40a0c0*/;
  border-color: #cc6600 #330066 #330066 #cc6600;
  border-style: solid;
  border-width: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
}
a.cvv:hover {
  color: #f00;
  cursor: help;
}
.small {
font-size:10px;
}
