@CHARSET "UTF-8";


/******************************************/
/*
 * TESTIMONIAL (and testimonial sidebar box)
 */

.testimonialPage {
  color: #484848;
  position: relative;
}

.testimonialPage .portrait {
  display: inline;
  float: left;
  font-size: 0px;
  margin: 5px;
}

.testimonialPage .portrait img {
  border: 1px solid #bebebe;
}

.testimonialPage .content {
  background-image: url(/images/testimonials_bg.gif);
  background-repeat: no-repeat;
  background-position: 265px 5px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin: 0 55px 40px 0;
  padding: 5px 0 0 330px;
}

.testimonialPage .content a {
  /*color: #484848;*/
}

.testimonialPage .content a:hover {
  /*color: #f87f11;
  text-decoration: none;*/
}

.testimonialPage .logo {
  float: right;
  margin-right: 65px;
}

.testimonialPage .signature {
  font-size: 16px;
  font-style: italic;
  padding-left: 330px;
}

.testimonialPage .signature span {
  display: block;
}

.testimonialPage .author {
  color: #336699;
  font-style: normal;
  font-weight: bold
}

.testimonialPage .title {
  color: #555;
}

.testimonialPage .company {
  color: #f87f11;
}

/**********************/

#testimonial-small {
	color: #484848;
	padding: 10px;
  position: relative;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}

#testimonial-small h1 {
  float: left;
  line-height: 0;
}

#testimonial-small .portrait {
  border: 1px solid #979797;
  float: right;
  font-size: 0px;
  margin: 5px;
}

#testimonial-small .content {
  background-image: url(/images/small_quote.gif);
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 15px;
  margin-top: 25px;
  padding: 0 0 10px 30px;
}

#testimonial-small .content a {
  /*color: #484848;*/
}

#testimonial-small .content a:hover {
  /*color: #f87f11;
  text-decoration: none;*/
}

#testimonial-small .signature {
	font-size: 13px;
	padding-left: 30px;
}

#testimonial-small .signature span {
  display: block;
}

#testimonial-small .author {
  color: #336699;
  font-weight: bold
}

#testimonial-small .title {
  color: #555;
}

#testimonial-small .company {
  color: #f87f11;
}

