* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 0.75em;
  color: #000;
}

p {
  margin: 10px 0px;
  line-height: 1.5em;
  color: #666666;
}

ul {
  list-style: none;
  margin: 10px 0px;
}

li {
  background: url(/img/bullet.gif) no-repeat 15px 0.45em;
  padding: 0px 0px 0px 30px;
  line-height: 1.3em;
  color: #666666;
}

h1 {
  margin: 10px 0px;
  font-size: 200%;
  font-weight: normal;
  color: #330066;
}

a {
  color: #990099;
  text-decoration: underline;
}

table {
  margin: 10px 0px;
  width: 100%;
  border-collapse: collapse;
}

table th {
  padding: 10px;
  background: #330066;
  color: #FFFFFF;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 100%;
}

table td {
  padding: 10px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 100%;
}

table tr.grey  td {
  background: #EEEEEE;
}

#container {
  width: 800px;
  margin: 0px auto;
}

#wrapper {
  width: 800px;
  float: left;
}

#header {
  width: 800px;
  height: 100px;
  float: left;
}

#logo,
#logo h1,
#logo h1 a {
  width: 230px;
  height: 100px;
  float: left;
  margin: 0px !important;
}

#logo h1 a {
  display: block;
  background: url(/img/logo.gif) no-repeat;
}

#logo h1 a span {
  display: none;
}

#nav {
  width: 800px;
  float: left;
  background: #330066;
  margin: 0px 0px 5px 0px;
}

#nav ul {
  list-style: none;
  margin: 0px !important;
}

#nav li {
  background: none !important;
  padding: 0px !important;
}

#nav ul li,
#nav ul li a {
  float: left;
}

#nav ul li a {
  display: block;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 5px 15px;
}

#nav ul li a:hover {
  background: #9C079C;
}

#banner {
  width: 800px;
  height: 200px;
  float: left;
  margin: 0px 0px 5px 0px;
}

#content {
  width: 605px;
  float: left;
}

#side {
  width: 190px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.side-img {
  width: 190px;
  height: 150px;
  float: left;
  margin: 0px 0px 5px 0px;
}

#footer {
  width: 800px;
  float: left;
  margin: 5px 0px 0px 0px;
  border-top: 2px solid #330066;
  padding: 10px 0px;
  font-size: 90%;
  color: #999999;
}

.center {
  text-align: center;
}

.prod_cat {
  width: 250px;
}

.text,
.textarea {
  width: 400px;
  font-size: 110%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px;
  border: 1px solid #CCCCCC;
}

.textarea {
  height: 150px;
}

label {
  width: 100%;
  margin: 10px 0px 0px 0px;
  font-weight: bold;
  display: block;
}

.red {
  color: #FF0000;
  font-weight: normal;
}
