﻿body
{
    font-family: 'Century Gothic' , Verdana, Geneva, Arial, sans-serif;
    color: #191970;
    /*Using the hex value #191970 instead of MidnightBlue due to validation warnings */
}
#everything {
    /*margin-left: 2%;
    margin-right: 2%;  Centering solution from http://www.simplebits.com/notebook/2004/09/08/centering.html */
    margin: 0 auto;
    width: 780px;
}
.heading
{
    font-weight: 500;
    border-bottom-width: 1px;
    border-bottom-color: #191970;
    border-bottom-style: solid;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.mainHeading
{
    font-size: 300%;
    margin-left: 4%;
    margin-right: 6%;
}
.mainHeading:link {
  color: #191970;
  text-decoration: none;
}
.mainHeading:visited {
  color: #191970;
  text-decoration: none;
}
.mainHeading:hover {
  color: #191970;
  text-decoration: none;
}
.subHeading
{
    font-size: 180%;
}
.navMenu
{
    width: 135px;
    margin-left: 8px;
    float: left;
    line-height: 1.4em;
}
.navMenu ul
{
    /* I have had to zero both left margin and left padding because Firefox uses padding to create
    indentation whereas IE uses margin, see: http://meyerweb.com/eric/css/list-indent.html */
    margin-left: 0px;
    padding-left: 0px;
}
.navMenu ul ul
{
    padding-left: 20px;
}
.navMenu li
{
list-style-type: none;
}
.navMenu a:link {
  color: #191970;
  text-decoration: none;
}
.navMenu a:visited {
  color: #191970;
  text-decoration: none;
}
.navMenu a:hover {
  font-weight: 600;
}
#content {
  float: left;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #191970;
  margin-right: 8px;
  padding-left: 8px;
  width: 610px;
}
#footer {
  clear: both;
  font-size: x-small;
}
.smallImageLink img {
  float: left;
  margin: 8px;
  display: block;
  height: 135px;
  width: 180px;
}
.smallImage {
  float: left;
  margin: 8px;
  display: block;
}
.galleryStripsImages
{
    float: left;
    width: 610px;
    height: 153px;
}
.galleryStripsText
{
    float: left;
    width: 610px;
    height: 72px;
}
.itemInfo
{
  border-width: 1px;
  border-style: dotted;
  font-size: 80%;
  text-align: center;
  margin: 0 auto;
}
#nvbutt {
  margin: 8px;
  width: 725px;
  font-size: 80%;
  text-align: right;
}
#nvbutt a:link {
  color: #191970;
  text-decoration: none;
}
#nvbutt a:visited {
  color: #191970;
  text-decoration: none;
}
#nvbutt a:hover {
  font-weight: 600;
}
.underline {
  text-decoration: underline;
}
.gallerytext {
  color: #191970;
  height: 58px;
  width: 178px;
  margin: 8px;
  float: left;
  text-align: center;
  border-width: 1px;
  border-style: dotted;
  font-size: 80%;
}
.gallerytext a:link {
  color: #191970;
  text-decoration: none;
}
.gallerytext a:visited {
  color: #191970;
  text-decoration: none;
}
.gallerytext a:hover {
  font-weight: 600;
}
.blogTitle
{
    font-size: 180%;
    font-weight: 500;
    color: #191970;
}
.blogTitle:link
{
    text-decoration: none;
}
.blogTitle:visited
{
    text-decoration: none;
}
.blogTitle:hover
{
    font-weight: 600;
    text-decoration: none;
}
.blogSeparator
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #191970;
    height: 0px;
}
#bulktext {
  text-align: left;
  color: #191970;
  height: 286px;
  width: 572px;
  float: left;
  margin: 8px;
  font-size: 80%;
}
#bulktext a:link {
  color: #191970;
}
#bulktext a:visited {
  color: #191970;
}
#details
{
    display: block;
    text-align: center;
}
.contlab {
  width: 120px;
  float: left;
  text-align: right;
  padding-right: 8px;
}
.continp {
  width: 316px;
  color: #191970;
  font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
}
#contbut {
  margin-left: 128px;
}
.continpTextArea {
  width: 316px;
  height: 100px;
  color: #191970;
  font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
}
.buyOptions
{
    border-width: 1px;
    text-align: right;
    border-top-style: dotted;
}
.buyFrom
{
    display: block;
}

