/* Thawte: SSL Landing Page
------------------------------------------------------------*/

@import "reset.css";

/* Layout
------------------------------------------------------------*/


.lpWrapper {
  display: block;
  width: 970px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
}

.lpMain {
  float: left;
  display: inline;
  width: 778px;
  height: auto;
    line-height:16px;
}

.lpSidebar {
  float: right;
  display: inline;
  width: 172px;
  height: auto;
}

/* Main Section
------------------------------------------------------------*/

.lpFeature {
  float: left;
  display: inline;
  width: 578px;
  height: 172px;
  margin: 0px 0px 5px 0px;
  padding: 20px 0px 0px 200px;
  background: url('image/landing_feature_bg.png') no-repeat;
  position: relative;
}

 .new_pricing{
	color: #CC1237;
 }

 #new_pricing{
	color: #CC1237;
 }
 #new_prices{
  position: absolute;
  top:0;
  right: 0;
}

.lpMain .lpBucket {
  float: left;
  display: inline;

  width: 362px;
  height: auto;
  padding: 30px 0px 0px 12px;
  margin: 5px 0px 20px 0px;
  background: url('image/landing_main_bucket_top.gif') repeat-x top;

}

.lpMain .lpBucket img.url {
  position: relative;
  left: -12px;
}


.lpBottom {
  float: left;
  display: inline;
  width: 778px;
  height: 165px;
  padding: 12px 12px 12px 22px;
  background: url('image/landing_bottom_bg.png') no-repeat;
}

.lpBottom .left {
  float: left;
  display: inline;
  width: 320px;
  height: 165px;
  padding-top: 20px;
}

.lpBottom .left p{
	width: 70%
}

.lpBottom .badge{
	width: 70px;
	padding-top: 45px;
	float: left;
}

.lpBottom .left img.badge {
  position: relative;
  top: -8px;
  right: 0px;
}

.lpBottom .right {
  float: left;
  display: inline;
  height: auto;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  padding-top: 30px;
  padding-left: 145px;
}

.lpBottom .right li {
  padding: 1px 0px;
}

/* Sidebar
------------------------------------------------------------*/

.lpSidebar .lpBucket {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}

.lpSidebar .lpBucket.blueBucket {
  width: 148px;
  height: auto;
  padding: 12px 12px 0px 12px;
  color: #ffffff;
  background: #004177 url('image/sidebar_blue_bg.jpg') no-repeat top;
}

.lpSidebar .lpBucket.greyBucket {
  width: 148px;
  height: auto;
  padding: 12px 12px 22px 12px;
  margin: 0px 0px 20px 0px;
  color: #ffffff;
  background: #bdbec2 url('image/sidebar_grey_bottom.gif') no-repeat bottom;
}


/* Tags
------------------------------------------------------------*/

.lpWrapper h5 {
  font-size: 28px;
  line-height: 32px;
  color: #9b9b9c;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 10px;
}



.lpWrapper h2 {
  font-size: 21px;
  line-height: 27px;
  color: #014076;
  font-weight: bold;
  letter-spacing: -1px;
}

.lpWrapper h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}


.lpWrapper h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

a, a:link, a:visited { color: #004177; }
a:hover, a:active { color: #3377aa; }

p {
  margin: 0px 0px 10px 0px;
}

p.link {
  padding-left: 15px;
  background: url('image/landing_arrow_bullet.gif') no-repeat 3px 4px;
}

ul {
  list-style: disc outside;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 10px 0px;
}

li {
  padding: 4px 0px;
}

a.learnMoreRed{
	padding-right: 15px;
	background-image: url('image/landing_arrow_bullet.gif');
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	font-weight: bold;
	color: #D8174C;
}


a.learnMore{
	padding-right: 15px;
	background-image: url('image/landing_arrow_bullet.gif');
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	font-weight: bold;
}
/*
a.learnMore:hover, learnMoreRed:hover{
	text-decoration: underline;
}
*/

/* Decorators
------------------------------------------------------------*/

.fl { float: left !important; }
.fr { float: right !important; }
strong, .strong { font-weight: bold; }
em, .em { font-style: italic; }
.centered { text-align: center; margin-top:20px; }
.button{ padding: 8px 0 8px 0}
img.centered { margin: 0 auto; }
.grey { color: #5c5c5c; }
.blue { color: #004177; }
.red { color: #D8174C;}
.small { font-size: 12px; line-height: 16px; }
.nm { margin: 0px !important; }
.mb { margin-bottom: 10px !important; }
