img {
  border: none;
  display: block;
}
.centre {
  margin: 0px auto 0px auto;
}
.ctr {
  text-align: center;
}
a:link, a:visited {
  color: #555b67; /* #689d33 */
  font-weight: bold;  /*  normal */
  text-decoration: none; /* underline */
}
a:hover, a:active {
  color: #f76041; /* #000000 */
  font-weight: bold;  /*  normal */
  text-decoration: none; /* underline */
}
body {
  color: #000000;
  background: #ffffff url(../images/bg-body.gif); /* #a5c6dd url(../images/bg-body.gif) repeat 50% 0% */
  font-size: 100%; /* 16px */
  font-family: Verdana, Geneva, sans-serif;;
  padding: 0px;
  margin: 0px;
}
#mastheadWrapper {
  position: relative;
  background: #ffffff url(../images/bg-top-sub.jpg) repeat-x; /* #a5c6dd url(../images/bg-top-sub.jpg) no-repeat 40% 0%;  0px 78px */
  height: 129px;
}
#masthead {
  position: relative;
  width: 780px;
  height: 129px;
  background: transparent; /* #f9f1da   url(../images/bg-img-sub.jpg) no-repeat center bottom */
  margin: 0px auto 0px auto;
}
#masthead a {
  position: absolute;
  right: 30px;
  top: 30px;
  display: none; /* block */
  width: 400px;
}
#masthead img {
  display: inline;
}
#masthead h6 {
  position: absolute;
  right: 0px;
  top: 60px;
  height: 16px;
  color: #ffffff; /* #f76041 */
  background: transparent;
  text-align: right;
  font-style: normal;
  font-variant: normal; /* small-caps */
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 11px;
  text-transform: uppercase; /* none */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#masthead p {
  position: absolute;
  right: 0px;
  bottom: 10px;
  height: 18px;
  color: #FFD945; /* #f76041 */
  background: transparent;
  text-align: right;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 0px;
}
#bannerWrapper {
  position: relative;
  background: transparent url(../images/bg-top-sub.jpg) repeat-x 0px -129px; /* #ffffff url(../images/bg-top-sub.jpg) no-repeat 40% 0%;  0px 78px */
  height: 112px;
}
#banner {
  position: relative;
  width: 796px; /* 790px  */
  height: 112px;
  background: transparent url(../images/bg-img-sub.jpg) no-repeat; /* #f9f1da  url(../images/bg-img-sub.jpg) repeat-y no-repeat center bottom */
  margin: 0px auto 0px auto;
}
#banner p {
  position: absolute;
  right: 126px;
  top: 30px;
  height: 30px;
  color: #555b67; /* #f76041 */
  background: transparent;
  text-align: right;
  font-style: normal;
  font-variant: normal; /* small-caps */
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 9px;
  text-transform: uppercase; /* none */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.navWrapper {
  background: #f76041; /*#98989a url(../images/nav.jpg) center center;  #DAD2BC transparent  url(../images/nav.png) repeat-x top */
  /* border-top: solid 1px green; */
  /* border-bottom: solid 1px green; */
}
div.nav {
  width: 780px;
  height: 30px;
  background: #001718 url(../images/nav.png) repeat-x; /* #f76041 #231f20 url(../images/nav.jpg) center center; #E5CA9C  url(../images/nav.png) repeat-x top */
  /* border: solid 1px #e7303c; */
  margin: 0px auto 0px auto;
}
div.nav ul {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 100px;
  display: inline; /* ie double margin fix */
}
div.nav ul li {
  float: left;
  text-align: center;
  /* font-weight: bold; */
  font-size: 11px;
  line-height: 30px;
  height: 30px;
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  display: inline; /* ie double margin fix */
  margin: 0px 0px 0px 0px;
}
div.nav a:link, div.nav a:visited {
  display: block;
  text-decoration: none;
  color: #f76041; /* #FFD945 */
  background-color: transparent;
  /*
  background: url(../images/button.png);
  background-position: 0px 30px;
  */
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  height: 30px;
  overflow: hidden;
}
div.nav a:hover, div.nav a:active {
  display: block;
  text-decoration: none;
  color: #FFD945;  /* #ffe0ce */
  background-color: transparent;
  /*
  background: url(../images/button.png);
  background-position: 0px 30px;
  */
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  height: 30px;
  overflow: hidden;
}
div.nav a.selected:link, div.nav a.selected:visited, div.nav a.selected:hover, div.nav a.selected:active {
  display: block;
  text-decoration: none;
  color: #ffffff; /* #ffffff */
  background-color: transparent; /* #f9f1da transparent */
  /*
  background: url(../images/button.png);
  background-position: 0 60px;
  */
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  background-position: 0 90px;
  height: 30px;
  overflow: hidden;
}
#contentWrapper {
  background: transparent;  /*  #ffffff url(../images/column.jpg) repeat-y url(../images/rose.jpg) no-repeat bottom left */
  /* border-top: solid 1px transparent; */
  /* border-bottom: solid 1px transparent; */
}
#content {
  width: 780px;
  background: #ffffff url(../images/bg-text.jpg) repeat-x;   /* #f9f1da url(../images/bg-text.jpg) no-repeat center bottom */
  /* border-top: solid 1px #ffffff; */
  /* border-bottom: solid 1px #ffffff; */
  margin: 0px auto 0px auto;
}
div.colLeft {
  float: left;
  width: 388px;
  color: #000000;
  /* background: #ffccff;  transparent */
  /* border: solid 1px #000000; */
  margin: 5px 0px 5px 0px;
  display: inline; /* IE fix */
}
div.colRight {
  float: right;
  width: 388px;
  color: #000000;
  /* background: #ccffff; transparent */
  /* border: solid 1px #000000; */
  margin: 5px 0px 5px 0px;
  display: inline; /* IE fix */
}
div.clear {
  clear: both;
  height: 0px;
}
#column #content {
  background: transparent url(../images/content.png) repeat-y;   /* #f9f1da url(../images/ellen_bottom.jpg) no-repeat center bottom */
}
#subNav {
  float: left;
  width: 196px; /* 180 px */
  padding: 0px 0px 0px 0px;
  /* border: solid 1px black; */
  margin: 16px 0px 0px 8px;
}
#subNav ul {
  padding: 0px 0px 0px 0px;
  /* border: solid 1px green; */
  margin: 0px 0px 0px 0px;
}
#subNav ul li {
  list-style-type: none;
  color: #cda89f;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}
#subNav a:link, #subNav a:visited {
  display: block;
  color: #ffffff; /* #caa86b */
  background: #555b67; /* #f76041 */
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}
#subNav a:hover, #subNav a:active {
  display: block;
  color: #ffffff;
  background: #f76041;  /* #555b67 */
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}
#subNav a.selected:link, #subNav a.selected:visited {
  display: block;
  color: #000000;
  background: transparent; /* #ffffff */
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}
.subContent {
  float: right;
  width: 565px;
  color: #000000;
  /* background: #ffffcc; transparent */
  /* border: solid 1px #000000; */
  margin: 0px 0px 0px 0px;
  display: inline; /* IE fix */
}
.subContent .colLeft {
  width: 280px;
  /* border: solid 1px black; */
}
.subContent .colRight {
  width: 280px;
  /* border: solid 1px black; */
}
h1 {
  color: #000000;
  background-color: transparent; /* #333333 */
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 100%; /* 200% */
  /* line-height: 20pt; */
  font-family: Georgia, Palatino, Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 16px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
}
h1 a:link, h1 a:visited {
  color: #689d33;
  font-weight: bold;
  text-decoration: none; /* none */
}
h1 a:hover, h1 a:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none; /* none */
}
#footerWrapper {
  background: transparent; /* #000000 transparent */
}
#footer {
  width: 780px;
  background: transparent; /* #556b7b */
  padding-bottom: 3px;
  margin: 0px auto 0px auto;
}
p.copy {
  height: 16px;
  color: #ffffff; /* #666666 */
  background: transparent;
  text-align: center;
  font-weight: normal;
  font-size: 10pt;
  line-height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 0px 3px 0px;
  margin: 0px 0px 0px 0px;
}
#creditWrapper {
  background: transparent; /* #ffffff */
}
#credit {
  /* width: 780px; */
  background: transparent; /* #d06b45 */
  padding-bottom: 5px;
  margin: 0px auto 0px auto;
}
#credit p {
  color: #4c4d4f;
  background: transparent; /* url(../images/75white.png) */
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 780px;
  padding: 0px 0px 0px 0px;
  margin: 10px auto 10px auto;
}
#credit p a:link, #credit p a:visited {
  color: #000000;  /* #968664 */
  text-decoration: none;
  font-weight: normal;
}
#credit p a:hover, #credit p a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}
h2 {
  color: #000000; /* #00af9f */
  background: transparent; /* #556b7b url(../images/h2.png) */
  text-align: left;
  font-weight: bold;
  font-size: 120%;
  font-family: Georgia, Palatino, Arial, Helvetica, sans-serif;
  /* border: solid 1px black; */
  margin: 10px 16px 10px 16px;
}
h2 a:link, h2 a:visited {
  color:  #555b67; /* #689d33 */
  font-weight: bold;
  text-decoration: none; /* none */
}
h2 a:hover, h2 a:active {
  color: #f76041; /* #000000 */
  font-weight: bold;
  text-decoration: none; /* none */
}
h3 {
  color: #000000;
  background: #e0e0e0; /* #ebebe1 transparent url(../images/h3.jpg) repeat-x top */
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  line-height: 22px;
  font-family: Georgia, Palatino, Arial, Helvetica, sans-serif;
  border-top: solid 1px black;
  margin: 10px 16px 10px 16px;
}
h4 {
  color: #000000;
  background: transparent; /* #cce0d5 transparent url(../images/h3.jpg) repeat-x top */
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  line-height: 22px;
  font-family: Georgia, Palatino, Arial, Helvetica, sans-serif;
  margin: 10px 16px 10px 16px;
}
h6 {
  color: #000000;
  background-color: transparent;
  text-align: left; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 100%;
  line-height: 130%;
  font-family: Georgia, Palatino, Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 10px 16px 10px 16px;
}
p {
  color: #000000;
  background-color: transparent;
  text-align: left; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 130%;
  font-family: Georgia, serif;/* font-family: Georgia, Palatino, Verdana, Geneva, Arial, Helvetica, sans-serif; */
  margin: 10px 16px 10px 16px;
}
p.contents {
  font-style: italic;
  text-align: center;
}
p.finePrint {
  font-size: smaller;
}
address {
  color: #000000;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin: 5px;
}
dl {
  margin: 5px 16px 10px 16px;
}
dt{
  color: #000000;
  background-color: transparent;
  text-align: left; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 120%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-top: 8px;
}
dd {
  color: #000000;
  background-color: transparent;
  text-align: left; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 130%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
li {
  color: #000000;
  background-color: transparent;
  text-align: left; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 130%;
  font-family: Georgia, Palatino, Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 5px 16px 5px 16px;
}
div.slides {
  margin-left: -16px;
}
div.slide {
  margin-top: 10px;
}
div.slide img a {
  display: block;
}
div.slide h2 {
  text-align: center;
  font-size: 80%;
  margin-top: 5px;
}
div.slide p, p.slide {
  text-align: center;
  font-style: italic;
}
div.photo {
  position: relative;
  margin: 0px auto;
}
div.photo a {
  display: block;
}
div.photo img {
}
div.back {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  background: transparent url(../images/25black.png);
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
div.back a:link, div.back a:visited {
  color: #cccccc;
}
div.back a:hover, div.back a:active {
  color: #ffffff;
}
div.contact {
  width: 360px;
  background: transparent; /* url(../images/river_city_marine_blue.png) no-repeat center top; */
  padding: 40px 0px 5px 0px;
  /* border: solid 1px #161645; */
  margin: 10px auto 10px auto;
}
div.contact p {
  color: #161645;
}
div.contact input, div.contact textarea {
  width: 324px;
}
div.contact input[type="submit"] {
  width: 60px;
}
p.enlarge {
  text-align: center;
  font-weight: normal;
}
p.enlarge a {
  font-weight: normal;
}

p.price {
  clear: both;
  text-align: center;
  font-weight: bold;
}
div.products {
}
div.product {
  width: 90%;
  border: dashed 1px black;
  margin: 10px auto 10px auto;
}
div.product a.thumb {
  display: block;
  float: left;
  padding: 5px;
  border: solid 1px #DAD2BC;
  margin: 10px;
}
div.product h2 {
  /* border: solid 1px black; */
}
div.product span {
  float: right;
}
img.left {
  float: left;
  margin: 11px 16px 10px 16px;
}
ul.star {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
}
ul.star li {
  background: url(../images/bullet.png) no-repeat center left;
  list-style-type: none;
  padding-left: 18px;
  margin-left: 20px;
}
div.hideMe {
  display: none;
}
div.showMe {
  display: block;
}
legend {
  color: #000000;
}
blockquote {
  background: #ffe0ce; /*  url(../images/main-tm.png) repeat-x */
  padding: 10px 10px 10px 10px;
  border-left: solid 10px #f76041;
  margin: 10px 100px 10px 100px;
}
blockquote p {
  color: #000000; /* #f76041 #333300 */
  font-style: italic;
  /* font-weight: bold; */
}
p.reference {
  text-align: right;
  font-style: normal;
  margin-right: 10px;
}
br.clear {
  margin-top: 0px;
  margin-bottom: 0px;
}


