/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 24px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #666; 
	margin-top: 10px;
}

h3 {
	color: #000;
}


h1 { font-size: 28px; margin-bottom: 1.1em; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: -1px;}
h2 { font-size: 24px; margin-bottom: 0.75em; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: -1px;}
h3 { font-size: 19px; margin-bottom: 0.75em; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: 300; letter-spacing: 0px; line-height: 1; margin-bottom: 1.25em;  border-bottom: 1px #111 solid; padding: 10px 0; color: #000;}
h4 { font-size: 15px; line-height: 1; font-weight: bold; margin-bottom: 1.25em; }
h5 { font-size: 13px; font-weight: bold; margin-bottom: 10px; }
h6 { font-size: 12px; font-weight: bold; }

.fortyfivelogo {width: 100%; height: 130px; background: url(../images/logo.png) no-repeat; text-indent: -9999px; border-bottom: solid 2px #000;}
.simpleaffordable {width: 100%; height: 55px; background: url(../images/simpleaffordable.png) no-repeat; text-indent: -9999px;}
.aboutfortyfive {width: 100%; height: 23px; background: url(../images/header-about.png) no-repeat; text-indent: -9999px; }
.comparison {width: 100%; height: 23px; background: url(../images/header-whichisright.png) no-repeat; text-indent: -9999px; }
.howitworks {width: 100%; height: 23px; background: url(../images/header-howitworks.png) no-repeat; text-indent: -9999px; }
.whatsincluded {width: 100%; height: 23px; background: url(../images/header-whatsincluded.png) no-repeat; text-indent: -9999px; }
.pricinginfo {width: 100%; height: 23px; background: url(../images/header-pricing.png) no-repeat; text-indent: -9999px; }
.getstarted {width: 100%; height: 23px; background: url(../images/header-getstarted.png) no-repeat; text-indent: -9999px; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.blockquote  { font-size: 16px; }


a:focus, 
a:hover     { color: #333; }
a { 
	color: #222; 
	text-decoration: none; 
	outline: none;
}

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background: #fffad8; color: #000;}
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.footershadow {padding: 5px 5px; text-shadow: 0px 0px 1px #FFF;}

/* Buttons
-------------------------------------------------------------- */

a.getstarted {float: left; width: 141px; height: 38px; overflow: hidden; background: url(../images/button-getstarted.png) no-repeat; text-indent: -9999px;}
a:hover.getstarted {background-position: 0 -38px;}

a.learnmore {float: left; width: 141px; height: 38px; overflow: hidden; background: url(../images/button-learnmore.png) no-repeat; text-indent: -9999px;}
a:hover.learnmore {background-position: 0 -38px;}

a.learnmore2 {float: left; width: 141px; height: 38px; overflow: hidden; background: url(../images/button-learnmore2.png) no-repeat; text-indent: -9999px;}
a:hover.learnmore2 {background-position: 0 -38px;}

