
body {
  color: #000000;
  background: #FFFFFF;
  font-size: 13px;
  font-family: Verdans, Arial, Helvetica, sans-serif;
  border: 0px;
  margin: 0px;
}
.container {
  width: 780px;
  /* border: solid 1px #FFFFFF; */
  margin: 0px auto 0px auto;
}
.logo {
  width: 156px;
  height: 112px;
  background: #FFFFFF;
  border-bottom: solid 3px #7D3FBE;
}
.header {
  height: 112px;
  color: #000000;
  background: #FFFFFF;
  border-bottom: solid 3px #7D3FBE;
}
.footer {
  color: #FFFFFF;
  background: #7D3FBE;
  border-top: solid 3px #7D3FBE;
  border-bottom: solid 3px #7D3FBE;
}
div.clear {
  clear: both;
  border-top: 3px solid white;
}
.nav {
  height: 32px;
}
div.cat {
  color: #FFE0B2;  background: transparent;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 4px;
}
div.navleft {
  color: #FFE0B2;  background: transparent;
  text-align: center;
  font-family: 'Times New Roman', Times, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
div.navbottom {
  width: 120px;
  color: #FFE0B2;  background: transparent;
  text-align: center;
  font-family: 'Times New Roman', Times, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin: 0px auto 0px auto;
}
table.navside {
  margin: 12px auto 12px auto;
}
td.fade {
  background: #FFFFFF url(images/fade.jpg);
}
.ctr {
  text-align: center;
}
p.right {
  text-align: right;
}
p.left {
  text-align: left;
}
.centre {
  margin-right: auto;
  margin-left: auto;
}
.darkback {
  color: #FFFFFF;  background: #7D3FBE;
}
.lightback {
  color: #000000;  background: #D3B196;
}
.whiteback {
  color: #000000;  background: #FFFFFF;
}
h1 {
  color: #F600AF;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Times New Roman', Times, Arial, Helvetica, sans-serif;
  margin: 12px 2px 9px 2px;
}
h2 {
  color: #FFFFFF; background: #7D3FBE;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 12px 2px 9px 2px;
}
h3 {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 12px 2px 9px 2px;
}
h4 {
  color: #000000;
  background: transparent;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 12px 2px 9px 2px;
}
h5 {
  color: #000000;
  background: transparent;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 12px 2px 9px 2px;
}
h6 {
  color: #ffffff;
  background: #D3B196;
  text-align: center;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 12px 2px 9px 2px;
}
p {
  color: #000000;
  background: transparent;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 12px 5px 9px 5px;
}
blockquote {
}
blockquote p {
 font-style: italic;
}
p.quote {
  color: #ffffff;
  background: #F600AF;
  text-align: right;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  padding-right: 10px;
}
p.copy {
  color: #FFFFFF;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0px 5px 0px;
}
hr {
  color: #CCCCCC;
}
address {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 9px;
}
ul {
  color: #000000;
   background: transparent;
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 0px;
  padding-left: 40px;
}
ul li {
  color: #000000;
  background: transparent;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
  margin-left: 9px;
  margin-right: 9px;
  margin-top: 0px;
  margin-bottom: 5px;
}
ol {
  color: #000000;
  background: transparent;
  list-style-type: decimal;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-right: 9px;
}
ol li {
  color: #000000;
  background: transparent;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 9px;
  margin-right: 9px;
}
dt {
  text-align: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 9px;
}
dd {
  text-align: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 40px;
  margin-bottom: 5px;
}
.price {
  text-align: center;
}
p.white {
  color: #FFFFFF;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 1px;
}
a:link, a:visited {
  color: #7D3FBE;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}
a:hover, a:active {
  color: #F600AF;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}
a.a2:link, a.a2:visited {
  color: #800000;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}
a.a2:hover, a.a2:active {
  color: #000000;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}
a.a5:link, a.a5:visited {
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 3px;
  border: 1px solid #000000;
  margin: 3px;
}
a.a5:hover, a.a5:active {
  color: #F600AF;
  background: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 3px;
  border: 1px solid #000000;
  margin: 3px;
}
img {
  border-width: 0px;
  display: block;
}
table.links td {
  height: 60px;
}
.ad {
  margin: 12px auto 12px auto;
}
div.imageholder {
  /* width: 624px; */
  margin: 0px 0px 0px 0px;
}
div.thumbs {
  width: 156px;
  margin-bottom: 5px;
}
div.slides {
  width: 298px;
  margin-bottom: 5px;
}
div.thumbs img, div.slides img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
div.thumbs p, div.slides p {
  text-align: center;
  font-size: 12px;
  margin: 3px 3px 3px 3px;
}
p.caption  {
	font-family: "Trebuchet MS", Verdana, Helvetica;
}
div.thumbs h2, div.slides h2 {
  margin: 3px 3px 3px 3px;
}
a.thumbs:link, a.thumbs:visited {
  color: #FFFFFF;
  background: #7D3FBE;
  text-decoration: none;
  display: block;
  padding: 1px;
  margin-right: 2px;
  margin-left: 2px;
}
a.thumbs:hover, a.thumbs:active {
  color: #FFFFCC;
  background: #F600AF;
  text-decoration: none;
  display: block;
  padding: 1px;
  margin-right: 2px;
  margin-left: 2px;
}
div.category {
  width: 468px;
  padding: 0px;
  margin: 0px;
}
div.right {
  float: right;
}
div.left {
  float: left;
}
span.ellipses {
  word-spacing: -0.2em;
  white-space: nowrap;
}
p.more {
	/* text-align: right; */
  margin-top: 0px;
	margin-right: 12px;
}
p.credit {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}
p.credit a:link, p.credit a:visited {
  color: #666666;
  background: transparent;
  text-decoration: none;
}
p.credit a:hover, p.credit a:active {
  color: #000000;
  background: transparent;
  text-decoration: none;
}
div.photo {
  display: block;
  width: 620px;
  margin: 15px auto 10px auto;
}
div.photo a:link, div.photo a:visited {
	color: #FFFFFF;
  background: #7D3FBE;
  display: block;
  padding: 1px;
  margin: 0px auto 0px auto;
}
div.photo a:hover, div.photo a:active {
	color: #FFFFFF;
  background: #F600AF;
  display: block;
  padding: 1px;
  margin: 0px auto 0px auto;
}
div.photo a img {
  /*
  width: 618px;
  */
  margin: 0px auto 0px auto;
}
/* Read more... */
div.readMore {
  width: 110px;
  height: 22px;
  text-indent: -3000px; /* */
  margin-right: 22px;
  margin-left: 22px;
}
.readMore a {
  display: block;
  width: 110px;
  height: 22px;
  background-image: url(images/readMore.png);
  background-repeat: no-repeat;
}
.readMore a:link, .readMore a:visited {
  background-position: 0px 0px;
}
.readMore a:hover, .readMore a:active {
  background-position:  0px -22px;
}

