/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
Grid
*/
div.page_wrapper {
  text-align: center;
  float: left;
  width: 100%;
}

div.page_wrapper div.inner {
  width: 920px;
  padding-left: 20px;
  margin: 0 auto;
  text-align: left;
}

div.col_4, div.col_3, div.col_2, div.col_1 {
  padding: 0 20px 0 0;
  float: left;
}

div.col_4 {
  width: 900px;
}

div.col_3 {
  width: 670px;
}

div.col_2 {
  width: 440px;
}

div.col_1 {
  width: 210px;
}

/*
Basic styles
*/
body {
  font-size: 13px;
  line-height: 16px;
  color: #474747;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff url(/images/homepage/bg.png) repeat top left;
}

div.page_wrapper {
  border-bottom: 4px solid #e6e6e6;
}

a {
  color: #474747;
  text-decoration: none;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

a:hover {
  color: #006ddc;
}

p {
  padding-bottom: 17px;
}

img {
  display: block;
  margin: 0 0 17px;
}

h1#Logo {
  float: left;
}

h1#Logo a {
  height: 65px;
  width: 350px;
  text-indent: -9999em;
  float: left;
  background: transparent url(/images/homepage/logo.png) no-repeat top left;
}

h2#FeaturesAndBenefits {
  height: 56px;
  text-indent: -9999em;
  background: transparent url(/images/homepage/features-and-benefits.png) no-repeat top left;
}

h2#WhyChooseMyProjectTracker {
  height: 56px;
  text-indent: -9999em;
  background: transparent url(/images/homepage/why-choose-myprojecttracker.png) no-repeat top left;
}

h2#CustomerTestimonials {
  height: 56px;
  text-indent: -9999em;
  background: transparent url(/images/homepage/customer-testimonials.png) no-repeat top left;
}

h2#AllAboutUs {
  height: 56px;
  text-indent: -9999em;
  background: transparent url(/images/homepage/all-about-us.png) no-repeat top left;
}

h2#RecentlyOnOurBlog {
  height: 56px;
  text-indent: -9999em;
  background: transparent url(/images/homepage/recently-on-our-blog.png) no-repeat top left;
}

h2#RecentlyOnTwitter {
  height: 56px;
  text-indent: -9999em;
  background: transparent url(/images/homepage/recently-on-twitter.png) no-repeat top left;
}

div#PutsYouInControl {
  height: 57px;
  text-indent: -9999em;
  background: transparent url(/images/homepage/puts-you-in-control.png) no-repeat top left;
}

ul#Nav,
ul#FooterNav {
  float: right;
  text-align: right;
  padding: 22px 0 0;
}

ul#FooterNav {
  padding-top: 17px;
}

ul#Nav li,
ul#FooterNav li {
  display: inline;
  padding: 0 0 0 17px;
}

ul#Nav li {
  padding-top: 5px;
  float: left;
}

ul#Nav li.button {
  padding-top: 0;
}

ul#Nav li.button a {
  width: 89px;
  height: 25px;
  text-indent: 9999em;
  overflow: hidden;
  display: inline-block;
  background: #fff url(/images/homepage/sign-up-nav-button.png) no-repeat top left;
}

body.ie7 ul#Nav li.button a {
	padding: 25px 0 0 0;
	text-indent: 0;
	overflow: hidden;
  background: #fff url(/images/homepage/sign-up-nav-button.png) no-repeat top left;
	height: 0px !important;
	height /**/:25px;
}

div#Footer {
  padding: 0 0 40px;
  border-bottom: 0;
}

div#Footer p#Copyright {
  padding-top: 17px;
  width: 350px;
  float: left;
}

ul.blog_links li {
  padding-bottom: 14px;
  color: #787878;
}

ul.blog_links li a {
  font-size: 13px;
}

ul.blog_links li span.link_wrapper {
  padding: 0 14px 0 0;
}

div.sign_up_banner {
  text-indent: -9999em;
  height: 90px;
  position: relative;
  background: transparent url(/images/homepage/sign-up-now-early-look.png) no-repeat top left;
}

div.sign_up_banner a {
  position: absolute;
  width: 177px;
  height: 51px;
  left: 0;
  top: 19px;
}

div#Slides {
  width: 898px;
  height: 400px;
  padding: 0;
  border: 1px solid #7f7f7f;
  overflow: hidden;
  position: relative;
}

div#Slides ul {
  width: 3592px;
  height: 400px;
  float: left;
}

div#Slides ul li {
  width: 898px;
  height: 400px;
  display: block;
  float: left;
  background: #fff url(/images/homepage/slide-1.jpg) no-repeat top left;
}

div#Slides ul li#Slide2 {
  background-image: url(/images/homepage/slide-2.jpg);
}

div#Slides ul li#Slide3 {
  background-image: url(/images/homepage/slide-3.png);
}

div#Slides ul li#Slide4 {
  background-image: url(/images/homepage/slide-4.png);
}

div#Slides ul li div.content {
  width: 898px;
  height: 400px;
  float: left;
  text-indent: -9999em;
  background: transparent url(/images/homepage/slide-content.png) no-repeat top left;
}

div#Slides ul li#Slide2 div.content {
  background-image: url(/images/homepage/or-perhaps-like-this.png);
}

div#Slides ul li#Slide3 div.content {
  background-image: url(/images/homepage/or-is-it-like-this.png);
}

div#Slides ul li#Slide4 div.content {
  background-image: url(/images/homepage/slide-content-final.png);
}


div#Slides>a {
  position: absolute;
  width: 87px;
  height: 25px;
  left: 793px;
  top: 361px;
  display: block;
  text-indent: -9999em;
  background: transparent url(/images/homepage/next-button.png) no-repeat top left;
}

div#FeaturesList div.col_3 {
  width: 690px;
  padding-right: 0;
}

div#FeaturesList ul {
  float: left;
  width: 690px;
  padding: 18px 0 11px;
}

div#FeaturesList ul li {
  width: 190px;
  padding: 0 20px 8px;
  font-size: 17px;
  color: #474747;
  background: transparent url(/images/homepage/tick-mark.png) no-repeat 0 3px;
  float: left;
}

div#FeaturesList h2 {
  font-weight: bold;
  color: #474747;
  font-size: 17px;
  padding: 18px 0 0;
}

div#PlansList {
  font-size: 17px;
  line-height: 22px;
}

div#PlansList div.plan {
  height: 297px;
  width: 208px;
  border: 1px solid #bebebe;
  text-align: center;
  margin-bottom: 20px;
}

div#PlansList div.highlighted_plan {
  height: 293px;
  width: 204px;
  border: 3px solid #bebebe;
}

div#PlansList div.plan h3 {
  height: 51px;
  width: 100%;
  text-indent: -9999em;
}

div#PlansList div.plan h3#MPTLite {
  background: transparent url(/images/homepage/header-mpt-lite.png) no-repeat center center;
}

div#PlansList div.plan h3#MPTStandard {
  background: transparent url(/images/homepage/header-mpt-standard.png) no-repeat center center;
}

div#PlansList div.plan h3#MPTMore {
  background: transparent url(/images/homepage/header-mpt-more.png) no-repeat center center;
}

div#PlansList div.plan h3#MPTUnlimited {
  background: transparent url(/images/homepage/header-mpt-unlimited.png) no-repeat center center;
}

div#PlansList div.plan ul {
  padding-bottom: 16px;
}

div#PlansList div.plan ul li {
  display: block;
}

div#PlansList div.plan ul li.separated {
  padding-bottom: 38px;
  background: transparent url(/images/homepage/separation-bullet.png) no-repeat bottom center;
}

div#PlansList a {
  width: 121px;
  height: 25px;
  margin: 0 auto;
  background: transparent url(/images/homepage/sign-up-button.png) no-repeat top left;
  text-indent: -9999em;
  display: block;
  text-align: left;
}

div#PlansList div#SignUpPlainBanner {
  height: 51px;
  text-indent: -9999em;
  background: transparent url(/images/homepage/sign-up-plain-banner.png) no-repeat top left;
}

/* Plain Content */
div#PlainContent {
  padding: 36px 0;
}

div#PlainContent h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 0 18px;
}

div#PlainContent h2 {
  font-weight: bold;
}