/* New Style */
body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
body, div, p {
  font-family: arial;
  font-size: 16px;
  color: #2D2D2D;
}
#sales{
  width: 750px;
  padding-left: 4px;
  padding-right: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 20px;
}
h1, h1.header1, .red-medium {
  font-family: Georgia;
  font-size: 29px;
  font-weight: normal;
  color: #CC0000;
  text-align: center;
}
h2, .header2 {
  font-family: Georgia;
  font-size: 24px;
  font-weight: normal;
  color: #CC0000;
  text-align: center;
}
h3, .dark-blue{
  font-size: 18px;
  font-weight: normal;
  color: #000080;
}
h3 {
  text-align: center;
}
.greetingleft {
  float: left;
  padding-right: 10px;
}
.greetingright {
  float: left;
  padding-left: 10px;
  padding-top: 130px;
}
.alignleft {
  float: left;
  padding-right: 20px;
}
.alignright {
  float: right;
  padding-left: 20px;
}
.clear {
  clear: both;
}
.note {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #000080;
}
ul.list, ul.list2 {
  list-style:none; 
  margin-left: 0px; 
  padding-left: 10px; 
  margin-bottom: 20px;
  width: 660px;
}
.subheader {
  width: 100%;
  background-color: #FFFFCC;
  border: 1px solid #000000;
  padding: 18px 18px 18px 18px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.bonusheader {
  width: 100%;
  background-color: #99CCFF;
  border: 1px solid #000000;
  padding: 18px 18px 18px 18px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;  
}
ul.list li { 
  position: relative;
  background: url(../images/star-bullet.gif) no-repeat; 
  padding: 0px 0px 10px 36px; 
  margin: 0px 0px 0px 0px; 
}
ul.list2 li { 
  position: relative;
  background: url(../images/star-bullet.gif) no-repeat; 
  padding: 0px 0px 18px 36px; 
  margin: 0px 0px 0px 0px; 
}
.testimonial-box {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #888888;
  background-color: #FFFFFF;
  padding: 20px;
  text-align: left;
  font-style: italic;
}
.testimonial-box, .testimonial-box p {
  font-family: Arial;
  font-size: 14px;
}
.testimonial-bottom {
  width: 740px;
  height: 31px;
  background: url(../images/testimonial-bottom.jpg) right bottom no-repeat; 
  margin-right: auto;
  margin-left: auto;
}
.testimonial-title {
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #333399;
}
.testimonial-name {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-align: right;
}
.testimonial-image {
  padding-bottom: 50px;
}
.bonus {
  font-size:24px;
  font-weight: bold;
  color: #CC0000;
}
.dot-box {
  border: 5px dashed #BE0000;
  padding: 30px 30px;
  margin: auto;
}
.contact {
  padding-top: 30px;
  font-size: 13px;
  width: 300px;
  margin: auto;
}