/* CSS Document */


h1.title1 a {
  color: black;
  text-decoration: none;
}

h1.title1 a:hover {
  border-bottom: 1px solid black;
}

#content {
  background-color: #DDDDDD;
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
  text-align: justify;
  border: 1px solid grey;
  width: 560px;
  margin: 25px;
  margin-bottom: 0px;
  z-index: 2;
}

#content a {
  color: #666666;
}

#content a:hover {
  color: #000000;
}

#content p.line1 {
  font-size: 18px;
}

p {
  margin:5px;
  padding: 5px;
  font-size: 1em;
 }
 
a img {
border: none;
}

#address {
float: left;
}

#gallery {
position: relative;
padding: 0px;
padding-right: 20px;
padding-left: 20px;
margin: 0px;
margin-left: 5px;
border: 1px solid grey;
background-color: white;
text-align: justify;
z-index: 1;
}

#gallery p.description {
display: inline;
;
}

h2 {
padding: 0;
padding-top: 5px;
}

h3 {
display: inline;
padding: 0;
padding-top: 5px;
font-style: italic;
}

.inline {
  display: inline;
}

#notes {
position: relative;
padding: 0px;
margin: 10px;
}

#content ul.links {
margin-left: 10px;
padding-left: 30px;
margin-bottom: 30px;
font-style: italic;
}

ul.links a{
  font-size: 1.1em;
  font-style: normal;
}

#container ul.links li {
  list-style: disc;
  padding: .1em;
}

#notes ul.productnav {
  margin-top: 10px;
  }

#notes ul.productnav li {
  margin-left: 30px; 
}

#notes ul.productnav a {
  font-size: 1.2em;
  color: #7D4C62;
}

#notes p.productnav a {
  font-size: 1.2em;
  color: #7D4C62;
  }

.photodescription {
position: relative;
float: left;
width: 250px;
clear: both;
margin-right: 20px;
}

.pics {
position: relative;
width: 100%;
}

.picwide {
  position: relative;
  float: left;
  width: 210px;
}

.pictall {
  position: relative;
  float: left;
  width: 98px;
}

.photo img {
  position: relative;

}

#gallery p.caption {
  text-align: center;
  height: 5em; /*Keeps captions all same height for proper flow*/
}

#footer {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  clear: both;
  }
  
#footer p.foot {
  font-style: italic;
  font-size: .8em;

}

#footer a:link {
  color: #666666;
    text-decoration: none;
}

#footer a:visited {
  color: #999999;
    text-decoration: none;
}


#footer a:hover {
  color: #333333;

}

#footer a.current {
  color: #333333;
}