/******************************************************************/
/*** Copyright (c) 2007-2008 Webplus, Inc. All rights reserved. ***/
/******************************************************************/

/*
  Description: style for script of same filename
                  as well as scripts prefixed with filename_
*/


/***************/
/**  GALLERY  **/
/***************/

#gallery {
  margin: .55em auto 0;
  width: 95%;
}

#gallery td {
  border-top: #eee 2px solid;
  padding: 25px 0;
  text-align: left;
  vertical-align: top;
}

#gallery td.screenshot {
  padding-left: 10px;
  padding-right: 25px;
}

#gallery h2.name {
  padding-top: 0;
}

#gallery p.about {
  margin-left: 25px;
  text-align: justify;
  width: 90%;
}

#gallery p.testimonial {
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  margin-left: 25px;
  padding-bottom: 0;
  text-align: justify;
  width: 90%;
}
#gallery p.signature {
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  margin-left: 25px;
  padding-top: 0;
  text-align: right;
  width: 90%;
}

#gallery p.services {
  font-weight: bold;
  padding-bottom: 0;
}
#gallery ul.services {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  list-style-position: inside;
  margin-left: 25px;
}
#gallery ul.services li {
  margin-left: 0;
}
