* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  background-color: #fff;
  background-image: url(../img/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #552500;
  padding-bottom: 25px;
  overflow: -moz-scrollbars-vertical; /* force Mozilla vertical scrollbar (like IE6) */
}
#wrapper {
  margin: 20px auto;
  width: 868px;
  background-color: #fff;
  text-align: left;
  background-image: url(../img/bigheaderpurse.jpg);
  background-position: 0px 150px;
  background-repeat: no-repeat;
}
a:link,
a:visited {
  color: #d98200;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #d98200;
  text-decoration: none;
}
#desc {
  font-size: 14px;
  width: 500px;
  margin-left: 20px;
  line-height: 1.5em;
  min-height: 176px;
}
#desccustom {
  font-size: 14px;
  width: 600px;
  margin-left: 20px;
  line-height: 1.5em;
  min-height: 326px;
}
* html #desc {
  height: 176px; /* IE6 hack */
}
* html #desccustom {
  height: 326px; /* IE6 hack */
}
h1 {
  font-size: 22px;
  font-weight: normal;
  margin: 50px 0 0.7em 0;
}
#title {
  display: block;
  margin: 45px 0 2px 12px;
}
img {
  border: none;
}
#masthead {
  display: block;
}
#thumbs {
  margin-left: 20px;
  width: 425px;
}
#thumbsdetail {
  width: 425px;
  margin-left: 20px;
  padding-bottom: 25px;
}
#thumbsdetailtrim {
  width: 300px;
  margin-left: 20px;
  padding-bottom: 25px;
}
#footer {
  clear: both;
  font-size: 9px;
  color: #d98200;
  width: 835px;
  margin: 0 auto;
padding: 45px 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
#footer p {

}
#footer img {
  margin: 0;
}
#thumbs img {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
#thumbsdetail img,
#thumbsdetailtrim img {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
#leftdetail {
  float: left;
  width: 560px;
}
#rightdetail {
  float: right;
  width: 300px;
}
#rightdetail p {
  font-weight: bold;
  float: left;
  margin-left: 70px;
  display: inline; /* IE6 double-float bug fix */
}
#rightdetail form {
  float: left;
  margin-left: 25px;
}
#productimage {
  margin: 112px 0 20px 40px;
}
#nav {
  width: 868px;
	margin: 0;
	padding: 0;
  background: url(../img/nav.jpg);
}
#nav ul {
  list-style-type: none;
	margin: 0;
	padding: 6px 0;
	
}
#nav li {
  list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 35px;
text-align: center;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
text-transform: uppercase;
text-decoration: none;
color: #FFF;
}

#nav li a:hover {
text-transform: uppercase;
text-decoration: none;
color: #FAED62;
}

li {
}
li span {
  color: #d98200;
}
td {
  padding: 0.5em 1ex 0 0;
  vertical-align: top;
}
.label {
  text-align: right;
  padding-top: 0.7em;
}
input.field,
textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #004a00;
  font-size: 14px;
  padding: 1px 1px 0 1px;
}
input.field {
  width: 200px;
}
textarea {
  width: 410px;
  height: 150px;
}
table {
  margin: 15px 0 -20px 0;
  font-size: 14px;
}
table em {
  color: #d98200;
  font-style: normal;
}
#popup {
  text-align: left;
  background: #fff;
  margin: 0 25px;
}
#error {
  color: #900;
  margin-top: 20px;
  text-align: left; /* Opera needs this */
}
* html #error { /* IE hack */
  margin-top: 5px;
  margin-bottom: 15px;
}
#success {
  color: #004a00;
  margin-top: 20px;
  text-align: left; /* Opera needs this */
}
* html #success { /* IE hack */
  margin-top: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) { /* Opera filter */
  #error {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #success {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
#error ul,
#success ul {
  list-style: inside disc;
}
#error li,
#success li {
  margin-bottom: 0;
}
#error p,
#success p {
  margin-bottom: 1em;
}
#shiptax {
  float: none;
  text-align: center;
  margin-top: 10px;
  font-size: 9px;
  color: #d98200;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.note {
	margin-left: 20px;
	font-size: 12px;
	color: #638727;
	padding-bottom: 20px;
}

.clearer {
clear: both;
}
#shellyfix {
width: 500px;
float: right;
padding-right: 20px;
}