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

body {
  background-color: #87995B;
  color: #331F29;
  font-family: "Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  text-align: center;
}

p, li {
  font-size: 85%;
}

p {
  line-height: 1.75em;
  margin-bottom: 1.75em;
}

li {
  margin-bottom: 1.25em;
}

ul {
  margin-left: 2em;
  margin-bottom: 1.75em;  
}

a:link, a:visited {
  color: #B36B8F;
}

a:hover, a:active {
  color: #FF99CC;
}

.clr {
  clear: both;
}

#featured td {
  padding: 12px;
}

#pager {
  font-size: 75%;
  font-weight: bold;
  margin: .6em 0;
  text-align: center;
}

#pager a {
  text-decoration: none;
}

.col1 {
  float: left;
  width: 49%;
}

.col2 {
  float: right;
  width: 49%;
}

.signature {
  color: #B36B8F;
  font-weight: bold;
  white-space: no-wrap;
}

#intro {
  font-size: 90%;
  text-align: left;
  padding: 1em 2em;
}

#container {
  margin: 0 auto 4em auto;
  width: 980px;
}

#header {
}

#menu {
  text-align: center;
}

#menu a {
  padding: 0 10px;
}

#wrapper {
  background-color: #E8B7CA;
  border: 1px solid #C79EAE;
}

#mainphoto {
  float: left;
  width: 325px;  
}

#content {
  float: right;
  margin: 0 20px 0 20px;
  text-align: left;
  width: 613px; 
}

#mainphoto_gallery {
  float: left;
  height: 600px;
  text-align: center;  
  width: 600px;
}

#content_gallery {
  float: right;
  margin: 0 20px 0 20px;
  text-align: left;
  width: 335px; 
}

#collections {
  text-align: center;
}

#collections img {
  margin-bottom: .5em;
}


#thumbnails img {
  border: 1px solid #000;
  margin: 6px;  
}

#footer {
  border-top: 16px solid #555838;
  clear: both;
  color: #555838;
  line-height: 1.75em;
  font-size: 75%;
  padding: 1em 0;
  text-align: right;
}

#footer a:link, #footer a:visited {
  color: #555838;
}

#footer a:hover, #footer a:active {
  color: #6C7047;
}

.pagehead {
  height: 80px;
  margin-top: 8px;
  text-indent: -9999px;
  width: 400px;
}

.welcome {
  background: transparent url('images/layout/title_welcome.gif') top left no-repeat;
  height: 66px;
}

.about {
  background: transparent url('images/layout/title_about.gif') top left no-repeat;
}

.collections {
  background: transparent url('images/layout/title_collections.gif') top left no-repeat;
}

.testimonials {
  background: transparent url('images/layout/title_testimonials.gif') top left no-repeat;
}

.featured {
  background: transparent url('images/layout/title_featured.gif') top left no-repeat;
}

.contact {
  background: transparent url('images/layout/title_contact.gif') top left no-repeat;
}

.details {
  background: transparent url('images/layout/title_details.gif') top left no-repeat;
}

.bouquets {
  background: transparent url('images/layout/title_bouquets.gif') top left no-repeat;
}

.petites {
  background: transparent url('images/layout/title_petites.gif') top left no-repeat;
}

.centerpieces {
  background: transparent url('images/layout/title_centerpieces.gif') top left no-repeat;
}

.ceremony {
  background: transparent url('images/layout/title_ceremony.gif') top left no-repeat;
}

/* Lightbox2 styles below */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

