#content
{
  margin: 20px auto;
}
#header.landing
{
  height: 85px;
}

.red
{
  color: #ad1212;
}

ul.ul_HL
{
  font-size: 14px;
  padding: 0;
  margin: 20px 0;
}
ul.ul_HL li
{
  line-height: 17px;
  padding-left: 15px;
  background: url(../../images/landing/bullet_checkmark.gif) no-repeat 0px 4px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}
ul.ul_body
{
  padding: 0;
  margin: 15px 0;
}
ul.ul_body li
{
  line-height: 15px;
  padding-left: 15px;
  background: url(../../images/landing/bullet_checkmark.gif) no-repeat 0px 4px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}

.price
{
  color: #ad1212;
  font-weight: bold;
}
p
{
  line-height:16px;
	margin-bottom:12px;
	margin-top:0;
}

h1
{
  font-family: "Franklin Gothic Medium" , Tahoma, Arial;
  font-weight: normal;
}
h2
{
  font-family: "Franklin Gothic Medium" , Tahoma, Arial;
  font-size: 21px;
  color: #7f7f7f;
  line-height: 22px;
  font-weight: normal;
}
h3
{
  font-family: "Franklin Gothic Medium" , Tahoma, Arial;
  font-size: 19px;
  font-weight: normal;
}
.regualr_price
{
  font-size: 10px;
  color: #5f5f5f;
}

.leftbar
{
  width: 200px;
  color: #7f7f7f;
  text-align: center;
}

.leftbar .middle
{
  background: url(../../images/landing/leftbar_bg_middle.gif) repeat-y;
  height: auto;
  padding: 5px 20px;
}

.leftbar ul li strong
{
  display: block;
  margin-top: 5px;
}
*html .leftbar ul li
{
  margin-bottom: 18px;
}
.leftbar .divider
{
  margin-bottom: 16px;
}
.leftbar ul
{
  margin: 0;
  padding: 0;
}
.leftbar ul li
{
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 23px;
}
.leftbar img
{
  display: block;
  margin: auto;
}


