/* CSS Document */

* { font-family: Arial, Helvetica, sans-serif; }
body { margin: 0; color: #231f20; font-size: 13px }

#wrapper { margin: 0 auto; width: 875px; }
#nav { width: 582px; border-bottom: #783120 1px solid; margin-top: 47px; }
#contents { }
#foot { border-top: #783120 1px solid; }
.footer { color: #8c4f3c; font-size: .9em; width: 475px; margin-top: 20px; }
.contact { color: #000; width: 375px; text-align: right; margin-top: 20px; font-weight: bold; }

#breadcrumb { background: #fedb92; margin: 20px 0px; color: #000; padding: 10px;  }
#product-row { width: 690px; border-bottom: 1px #a25d26 solid; padding-bottom: 10px; margin: 30px auto; }
#product-cell-left { width: 225px; margin-right: 15px; }
#product-cell-center { width: 225px; margin-right: 20px; }
#product-cell-right { width: 200px; background: #CCC; margin-top: 10px;  }
#product-cell-right div { margin: 0 10px 0px 10px; padding-bottom: 10px; color: #000; }

h1, h1 a, h1 a:visited, h1 a:hover { color: #a25d26; font-size: 18px; margin-bottom: 25px; }
h2, h2 a, h2 a:visited, h2 a:hover { color: #000; font-size: 13px; text-decoration: underline; margin: 10px 0px; }

a, a:visited, a:hover { color: #8c4f3c; text-decoration: none; }
.contact a, .contact a:visited, .contact a:hover { color: #000; text-decoration: underline; }

.quarterwidth div { margin: 0 5px; }

.quarterwidth { width: 24%; }
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: none; }
