/* GENERAL ----------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
	background-color: #fff;
	font-family: Verdana,sans-serif;
  font-size: 12px;
  color: #333;
}

a:link {
  color: #3671a1;
	margin: 0;
	padding: 0;
}

a img {
  border: 0;
	padding: 0;
}

a:visited {
  color: #3671a1;
}

a:hover {
  color: #5caae1;
}

p {
	font-size: 16px;
	color: #232323;
	font-family: georgia, times, "times new roman";
	line-height: 1.3em;
	margin: 0 0 15px 0;
}

strong {
	color: #000;
}

span.highlight {
  background-color: #ffcc00;
  color: #000;
  padding: 2px;
  margin: 5px 0;
}

span.red {
	color: #990000;
}

h1 {
	text-align: center;
	font-size: 2.5em;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

div.clear {
  clear: both;
}

div.pullquote {
  font-family: Georgia;
  color: #3399cc;
  font-size: 36px;
  text-align: left;
  padding: 0 15px;
  margin: -7px 0 30px 0;
}

/* STATEMENT --------------------------------------------------*/

div.statement {
	text-align: center;
	width: 100%;
	margin: 5px 0 15px 0;
}

body.home div.left div.statement {
	width: 710px;
}

div.statement h2 {
	margin: 0;
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #444;
}

div.statement a {
	font-weight: bold;
}

/* STRUCTURE --------------------------------------------------*/

div.container {
  width: 950px;
  margin: 0 auto;
	padding: 0;
	background-color: transparent;
	text-align: center;
}

div.site_header div.container {
	background-color: transparent;
}

div.links div.container {
	background-color: #333;
}

div.content {
	width: 950px;
	float: left;
	margin-bottom: 20px;
}

div.leftcolumn {
  width: 455px;
  padding: 0 15px 15px 0;
  padding-left: 0;
  padding-bottom: 0;
  float: left;
	text-align: left;
}

div.rightcolumn {
  width: 455px;
  padding: 0 0 15px 15px;
  float: left;
	text-align: left;
}

div.rightcolumneven {
  width: 435px;
  padding-left: 0px;
  float: right;
	text-align: left;
}

div.leftcolumneven {
  width: 435px;
  padding-right: 0px;
  float: left;
	text-align: left;
}

/* HEADERS ----------------------------------------------------*/

div.site_header {
  background-color: #222;
  /* border-top: 2px solid #c00;*/
	border-bottom: 1px solid #d3e7f4;
  padding: 0 26px;
}

div.site_header a {
	color: #fff;
}

div.site_header div.inner {
  padding: 15px 0;
	font-size: 12px;
}

div.site_header div.inner img {
	margin-top: 3px;
}

div.site_header div.inner {
  color: #666;
	text-align: left;
}

div.site_header div.logo_37signals img {
  width: 110px;
  height: 24px;
}

div.logo_37signals {
  margin-top: 14px;
  float: right;
  width: 110px;
}

div.header {
	text-align: left;
}

div.header h1 {
	text-align: left;
	font-size: 44px;
	font-family: helvetica, arial, sans-serif;
	color: #000;
	margin-bottom: 5px;
}

div.header h2 {
	text-align: left;
	font-size: 20px;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 30px 0;
	color: #555;
}


/* SHADOWBOX --------------------------------------------------*/

div.feature div.shadow {
  background: url(/web/20131021024717/https://metropipe.net/resources/background_shadow.png) no-repeat bottom right;
  padding: 0 7px 7px 0;
}

div.feature div.inner {
  overflow: hidden;
  background: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 8px;
	text-align: left;
}

div.feature div.inner img {
	margin-bottom: 3px;
}

div.feature div.inner a {
  color: #333;
  text-decoration: none;
}

div.feature div.inner a:hover {
  text-decoration: underline;
}

div.small_features {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div.small_features div.feature {
  float: left;
  width: 230px;
}

div.feature {
  margin: 0 10px 11px 0;
}

div.small_features div.end {
	margin-right: 0;
}

td.end {
	padding-left:15px;
}

div.feature div.container {
  width: 656px;
  background-color: #efefef;
  padding: 10px 15px 20px 15px;
  font-size: 11px;
  text-align: left;
}

div.feature h3 {
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 7px 0 0 0;
	color: #fff;
}

div.feature p {
  text-align: center;
  color: #000;
}

div.feature h1 {
  font-family: times;
  color: #000;
  font-weight: bold;
  font-size: 3.8em;
  text-align: center;
  margin: 5px 0 5px 0;
}

div.feature h2 {
	color: #999;
	font-size: 12px;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}

div.feature h3 {
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 7px 0 0 0;
	color: #222;
}

div.feature h3 span.category {
  color: #c00;
}

div.feature h4 {
	margin: 1px 0 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #555;
	line-height: 1em;
}

div.feature h5 {
	font-family: Georgia;
  color: #222;
  font-size: 14px;
  margin: 5px 0;
  font-weight: normal;
}

/* MASTHEAD ---------------------------------------------------*/

div.masthead {
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
}

div.masthead h1 {
  font-family: helvetica, arial sans-serif;
  font-size: 46px;
  font-weight: bold;
  color: #000;
	letter-spacing: -2px;
	margin: 0;
}

div.masthead h2 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #444;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 0;
}

div.top {
	margin: 0 auto 30px auto;
	padding: 20px 0 0 0;
	width: 100%;
	background-color: #ead7be;
	border-bottom: 1px solid #dadfcb;
	background-image: url(/web/20131021024717/https://metropipe.net/resources/texture.png);
}

div.main_feature {
  width: 950px;
	margin: 0 auto 0 auto;
	position: relative;
}

/* TOUR -------------------------------------------------------*/


div.subnav {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-family: Georgia;
  color: #ccc;
}

div.subnav span {
  font-weight: bold;
  color: #222;
}

div.steps {
  border-top: 1px solid #adc8db;
  border-bottom: 1px solid #adc8db;
  margin-top: 50px;
  padding: 30px;
}

div.steps h1 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
}

div.tourshot {
	margin: 35px auto;
	border-bottom: 2px solid #666;
}

div.tourshot img, object, embed {
	border: none;
	margin-bottom: 35px;
}

div.tourshot h2 {
	margin: 5px 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
}

div#flashcontent {
  margin: 0;
}

a.tourhead {
  color: #333; text-decoration: none;
}

h1.back {
  margin: 30px 0 50px 0;
  font-family: helvetica, arial, sans-serif;
  font-size: 20px;
}

/* BUZZ -------------------------------------------------------*/

body.buzz div.small_features {
	margin-bottom: 20px;
}

body.buzz div.rightcolumn {
  width: 470px;
  padding: 0 0 15px 0;
  float: left;
	text-align: left;
}

/* WHY --------------------------------------------------------*/

body.why div.leftcolumnwide {
  width: 650px;
  padding: 0;
  float: left;
  margin-bottom: 30px;
	text-align: left;
}

body.why div.leftcolumn {
  width: 530px;
  padding: 0 15px 15px 0;
  padding-left: 0;
  padding-bottom: 0;
  float: left;
	text-align: left;
}

body.why div.rightcolumn {
  width: 380px;
  padding: 0 0 15px 15px;
  float: left;
	text-align: left;
}

body.why div.leftcolumn h2 {
  color: black;
  font-size: 16px;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  line-height: 1.3em;
  margin: 0px;
}

body.why div.point {
  margin: 30px 0;
}

div.scenario {
  background-image: url(/web/20131021024717/https://metropipe.net/resources/background_scenario.png);
  background-repeat: no-repeat;
  width: 345px;
  padding: 20px;
}

div.browsers {
  background-image: url(/web/20131021024717/https://metropipe.net/resources/background_browsers.png);
}

div.scenario h3 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

div.scenario ul {
  list-style-image: url(/web/20131021024717/https://metropipe.net/resources/icon_check.png);
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
  line-height: 1.2em
}

div.scenario li {
  margin-bottom: 25px;
}

/* CASE STUDY -------------------------------------------------*/

body.casestudies div.imgcontainer {
  width: 480px;
  float: right;
  margin-left: 30px;
}

body.casestudies div.article {
  margin: 0 0 30px 0;
}

div.video {
  margin: 0;
}

blockquote {
	color: #454545;
	margin: 20px 0;
	background:transparent url(/web/20131021024717/https://www.37signals.com/svn/resources/blockquote.gif) no-repeat scroll 0pt 2px;
	padding-left: 23px;
	line-height: 1.4em;
	font-size: 16px;
	font-family: georgia;
}

body.casestudy div.content {
  text-align: left;
}

/* EXTRA ------------------------------------------------------*/

div.extra {
  background-color: #efefef;
  padding: 20px;
  margin: 30px 0 50px 0;
	clear: both;
	text-align: left;
}

div.extra h1 {
  color: #444;
	text-align: left;
  margin: 0 0 20px 0;
	clear: both;
}

div.extra h3 {
  margin: 0 0 2px 0;
	padding: 0;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #000;
}

div.fullcolumn {
  width: 100%;
  clear: both;
	text-align: left;
}

div.leftcolumnwide {
  width: 650px;
  padding: 0;
  float: left;
  margin-bottom: 30px;
	text-align: left;
}

div.leftcolumnwide h3 {
	color: black;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

div.rightcolumnnarrow {
  width: 256px;
  margin-right: -15px;
  padding-top: 0;
  float: right;
  margin-bottom: 30px;
}

div.quote {
  padding: 0 15px 20px 0;
}

div.quote h3 {
  color: black;
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  margin: 0;
}

div.quote p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* PITCH ------------------------------------------------------*/

div.action {
  background-color: #80CEFF;
  padding: 20px;
  margin: 30px 0;
	clear: both;
	overflow: hidden;
	text-align: center;
}

div.action h2 {
	color: #4c95c3;
	font-family: helvetica, arial, sans-serif;
	font-size: 26px;
	margin: 0;
}

div.action h2 a {
	color: #174c6d;
}

div.actionhome {
	background-color: #3671A1;
  padding: 16px 0 17px 0;
  margin: 0;
	text-align: center;
	border: 0;
	color: #D5E9F6;
	border-bottom: 1px solid #dcdcdc;
}

/* SIGNUP -----------------------------------------------------*/

div.actionsignup {
  background-color: #3671A1;
  padding: 15px 0;
  margin: -30px;
	text-align: center;
	border: 0;
	color: #D5E9F6;
}

div.actionsignup strong {
	color: #FFF9DF;
}

div.rightcolumneven {
  width: 435px;
  padding-left: 0px;
  float: right;
	text-align: left;
}

div.leftcolumneven {
  width: 435px;
  padding-right: 0px;
  float: left;
	text-align: left;
}

/* HELP -------------------------------------------------------*/

body.help div.content {
	text-align: left;
	width: 930px;
	margin-top: 25px;
}

body.help div.content h2 {
	text-align: left;
	font-size: 24px;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

body.help div.content h2 a {
	color: #000;
}

body.help ul {
	margin: 5px 0 25px 0;
}

body.help li {
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
}

body.help li.more {
	text-transform: uppercase;
	font-weight: bold;
}

body.help li.more a {
	color: #036;
}

body.help div.content div.top {
	background-color: #ffc;
	margin: 20px 0 25px 0;
	padding: 10px;
	border-top: 1px solid #f3dba9;
	border-bottom: 1px solid #f3dba9;
}

body.help div.content div.top li strong {
	color: #036;
}

body.help div.content div.top ul {
	margin-bottom: 0;
	padding-left: 30px;
	width: 800px;
}

body.help div.content div.top li {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.6em;
}

body.help div.questions ul {
	padding: 0 0 0 15px;
}

body.help div.help_entry {
	margin-bottom: 40px;
}

body.help div.help_entry h2 a {
	color: #900;
	text-decoration: none;
	line-height: 1.2em;
}

body.help div.help_entry img {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 1px;
}

body.help div.questions h3 a, body.help div.questions h3 {
	margin-top: 0;
	color: #000;
}

body.help div.belt {
	text-align: center;
	font-size: 14px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px 0;
	margin-bottom: 50px;
	clear: both;
	background-color: #efefef;
}

body.help div.belt h2 {
	font-size: 22px;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 5px;
}

body.help div.belt p {
	font-size: 16px;
}

body.help div.content {
	margin: 0;
}

body.support_form div.content h2 {
	font-size: 18px;
	margin-top: 20px;
}

body.support_form div.content h2 span {
	color: #393;
	font-size: 14px;
	font-style: italic;
}

body.support_form div.content p {
	margin-bottom: 5px;
	width: 775px;
	font-size: 14px;
}

body.support_form select {
	font-size: 16px;
	padding: 3px;
}

body.support_form textarea {
	width: 600px;
	height: 200px;
	padding: 3px;
	font-size: 14px;
}

body.support_form input {
	width: 600px;
	padding: 3px;
	font-size: 14px;
}

body.support_form input.button {
	width: auto;
	margin-bottom: 20px;
	font-family: verdana;
	font-weight: bold;
	margin-bottom: 5px;
	width: auto;
}

body.support_form hr {
	margin: 20px 0;
}

body.support_form div.support_success h1 {
	text-align: left;
	margin-bottom: 15px;
}

body.support_form div.support_success {
	width: 600px;
	margin: 50px auto;
	text-align: left;
}

/* FOOTER -----------------------------------------------------*/

div#footer {
	border-top: 1px solid #000;
  background-color: #111;
	padding-top: 20px;
	color: #ccc;
	clear: both;
}

div#footer div.container {
	background-color: #111;
}

div#footer div.container div#products {
	width: 880px;
	margin: 0 auto;
	background-color: transparent;
	height: 150px;
}

div#footer div#products h1 {
	font-size: 20px;
	letter-spacing: 0;
	padding-left: 15px;
	margin: 0 0 1px 0;
	color: #fff;
}

div#footer div#products h1 span {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}

div#footer div#products h2 {
	font-size: 16px;
	letter-spacing: 0;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	color: #80CEFF;
	font-weight: normal;
}

div#footer div.product {
	float: left;
	padding: 10px;
	width: 200px;
	text-align: center;
}

div#footer div.product img {
	margin-bottom: 8px;
}

div#footer div.product a {
	color: #fff;
}

div#footer div.bar {
	clear: both;
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
}

div#footer div.bar strong {
	color: #fff;
}

div#footer div.bar a, div#footer div.legal a {
	color: #fff;
}

div#footer div.legal {
	margin: 30px auto;
	margin-bottom: 0;
	padding-bottom: 30px;
	text-align: center;
	font-size: 10px;
	width: 800px;
	background-color: #111;
	line-height: 1.4em;
}

div#footer div.legal img {
	margin-bottom: 30px;
}


div#footer div.secondary {
	width: 740px;
	padding: 20px;
	clear: both;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 20px auto 0 auto;
}

div#footer div.secondary div.highlight {
	width: 350px;
	font-size: 14px;
	margin-bottom: 15px;
	height: 60px;
	color: #80CEFF;
}

div#footer div.secondary div.highlight img {
	float: left;
	padding-right: 10px;
}

div#footer div.secondary div.highlight h2 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 15px 0 2px 0;
}

div#footer div.secondary div.other {
	float: right;
	width: 345px;
	clear: both;
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
	height: 60px;
	color: #fff;
}

div#footer div.secondary a {
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}

div#footer div.secondary div.other ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer div.secondary div.other li {
	font-size: 14px;
	margin-bottom: 9px;
	color: #999;
	line-height: 1;
}


/* Flash Video Demo */
#cs_noexpressUpdate {
	margin: 0 auto;
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: x-small;
	color: #003300;
	text-align: left;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

/* SIGNUP BUBBLES */

body.signup .hover_container {
  position: relative;
  font-size: 12px;
  color: #666;
}

body.signup .hover_container div.bubble {
  display: none;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
}

body.signup .hover div.bubble {
  display: block;
  cursor: pointer;
  z-index: 1000;
}

body.signup div.bubble div.wrapper {
  position: absolute;
  top: -40px;
  left: 35px;
}

body.signup div.bubble div.content {
  width: 300px;
  margin: 0;
  padding: 0 7px 8px 0;
  background: url(/web/20131021024717/https://metropipe.net/resources/bubble-background.png) no-repeat bottom right;
  text-align: left;
  color: #000;
  white-space: normal;
  letter-spacing: normal;
}

body.signup div.bubble div.content div.arrow {
  position: absolute;
  top: 18px;
  left: -47px;
  width: 50px;
  height: 40px;
  background: url(/web/20131021024717/https://metropipe.net/resources/bubble-arrow.png) no-repeat top left;
}

body.signup div.bubble div.content div.inner {
  padding: 15px;
  background: url(/web/20131021024717/https://metropipe.net/resources/bubble-background.gif) no-repeat top left;
}

body.signup div.bubble div.content div.inner h2 {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  border: none;
  margin: 0;
}

body.signup div.bubble div.content div.inner p {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}

body.signup3 a.hover_target {
  color: #000;
	font-size: 14px;
}

body.signup4 a.hover_target {
  text-decoration: none;
  border-bottom: 1px dotted #888;
  margin-left: 6px;
  color: #64503f;
}

body.signup4 .hover_container {
  position: absolute;
  margin: 18px 0 0 5px;
}

/* LEGAL ----------------------------------------------------*/

body.legal {
	font-family: georgia, times;
	text-align: left;
	padding: 20px;
	width: 800px;
}

body.legal h1 {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	font-size: 30px;
	text-align: left;
	margin-bottom: 20px;
}

body.legal h2 {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	font-size: 20px;
}

body.legal li {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

/* SIGNUP4 ----------------------------------------------------*/

body.signup4 div.masthead h2 strong {
	color: #000;
}

body.signup4 div.jacket {
	height: 360px;
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
}

body.signup4 div.short {
	width: 160px;
	height: 270px;
	border: 1px solid #999;
	float: left;
	margin-top: 22px;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}

body.signup4 div.tall {
	width: 200px;
	height: 310px;
	border: 3px solid #3671A1;
	float: left;
	text-align: center;
	padding: 8px 10px 10px 10px;
	background-color: #fff9df;
}

body.signup4 div.no-r {
	border-right: 0;
}

body.signup4 div.r-shadow {
	background-image: url(/web/20131021024717/https://metropipe.net/resources/images/shadow-right.png);
	background-position: right;
	background-repeat: no-repeat;
}

body.signup4 div.no-l {
	border-left: 0;
}

body.signup4 div.l-shadow {
	background-image: url(/web/20131021024717/https://metropipe.net/resources/images/shadow-left.png);
	background-position: left;
	background-repeat: no-repeat;
}

body.signup4 div.short h1 {
	margin: 0;
	padding: 0;
	font-size: 34px;
}

body.signup4 div.short h1, body.signup4 div.short h1 a, div.short h2 {
	color: #333;
	text-decoration: none;
}

body.signup4 div.tall h1, body.signup4 div.tall h1 a {
	margin: 0;
	padding: 0;
	font-size: 42px;
	color: #000;
	line-height: 1em;
	text-decoration: none;
}

body.signup4 div.short h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}

body.signup4 div.tall h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

body.signup4 div.short h3 {
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-family: helvetica, arial, sans-serif;
	color: #73a1c7;
}

body.signup4 div.tall h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #4582b5;
}

body.signup4 div.short li, body.signup4 div.tall li {
	font-size: 14px;
	color: #64503f;
}

body.signup4 div.tall li {
	font-size: 16px;
}

body.signup4 div.tall ul, body.signup4 div.short ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

body.signup4 div.tall ul.highlight, div.short ul.highlight {
	margin-top: 0;
}

body.signup4 div.tall ul.highlight li, div.short ul.highlight li {
	list-style: none;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 1em;
}

body.signup4 div.tall li strong, body.signup4 div.short li strong {
	color: #c33700;
}

body.signup4 div.tall ul.highlight li {
	font-size: 24px;
	margin-bottom: 5px;
}

body.signup4 div.tall img {
	margin: 1px 0 4px 0;
}

body.signup4 div.tall small {
	color: #C33700;
	font-size: 12px;
}

body.signup4 div.under_chart_left, body.signup4 div.under_chart_right {
	width: 362px;
	position: relative;
	top: -44px;
	font-size: 11px;
	float: left;
} 

body.signup4 div.under_chart_right {
	float: right;
}

/* DIM ZUM ----------------------------------------------------*/

div.dim_zum_window {
  background: #000;
  padding: 24px;
  width: 680px;
}

div.dim_zum_window div.window_content object,
div.dim_zum_window div.window_content embed {
  margin: 0;
}

div.dim_zum_window a {
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  vertical-align: bottom;
}

div.dim_zum_window a:active {
  color: #666;
}

div.dim_zum_window div.signup_link,
div.dim_zum_window div.close {
  width: 40%;
  line-height: 32px;
}

div.dim_zum_window div.signup_link {
  float: left;
}

div.dim_zum_window div.close {
  float: right;
  text-align: right;
}

div.dim_zum_window div.close a {
  font-size: 16px;
}

div.dim_zum_window div.signup_link a {
  font-size: 18px;
}

div.dim_zum_window div.signup_link a {
  color: #bcfc3d;
  border-bottom: 1px solid #5c7c1e;
}

div.dim_zum_window div.controls {
  overflow: hidden;
  padding: 18px 25px 0 25px;
}

/* CHANGES ----------------------------------------------------*/

body.changes div.changes {
  text-align: left;
  margin-bottom: 60px;
}

body.changes div.changes h1 {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 30px;
}

body.changes div.container h2 {
  margin: 0 0 10px 0;
}

body.changes ul {
  font-size: 14px;
}

body.changes li {
  margin-bottom: 5px;
}





/*
     FILE ARCHIVED ON 2:46:06 oct 21, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:20:06 dic 3, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* 37signals ----------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	background-color: #fff;
	text-align: center;
}

p {
	color: #222;
}

img { -ms-interpolation-mode:bicubic; }

div.action {
  background-color: #e69a61;
}

div.action h2 {
	color: #3671a1;
}

div.action h2 a {
	color: #3671a1;
}

div.top {
	width: 980px;
	background-color: #fff;
	background-image: none;
}

div.header, div.site_header {
	background-color: #efefef;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	padding-top: 3px;
	border-bottom: 1px solid #ccc;
}

div.site_header_support {
        float: right;
	background-color: #efefef;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	padding-top: 3px;
	border-bottom: 1px solid #ccc;
}
div.header img {
	float: left;
}

span.highlight {
  line-height: 1.5em;
}

/* STRUCTURE --------------------------------------------------*/

div.site_header {
	border-bottom: 0;
	margin-bottom: 0;
}

div.pagetitle h1 {
  font-family: helvetica, arial sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #222;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
	padding: 11px 0 0 0;
	text-align: left;
}

div.pagetitle h2 {
  margin: 0;
  text-align: left;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: normal;
  color: #cc3333;
}

div.clear {
  clear: both;
}

div.site_header div.links {
  margin-top: 2px;
}

div.header div.links {
  float: left;
  margin-right: 20px;
}

div.header div.links a {
  color: #222;
  margin-right: 10px;
  text-decoration: none;
}

div.header div.links a:hover {
  border-bottom: 2px solid #66C7DF;
}

div.header div.sign_links {
  float: left;
}

div.header div.sign_links a {
  color: #0099cc;
  margin-right: 10px;
  text-decoration: none;
}

div.header div.sign_links a:hover {
  border-bottom: 2px solid #66C7DF;
}


/* HELP ----------------------------------------------------*/

div.helpsidebar {
  width: 165px;
  float: right;
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bkgd_api.jpg);
  background-repeat: no-repeat;
  padding: 15px;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 11px; color: #666;
}

div.helpsidebar ul {
	margin: 0 0 0 25px;
	padding: 0;
}

div.helpsidebar li {
	font-size: 11px;
	color: #666;
}

div.helpsidebar h5 {
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  margin: 10px 0 15px 0;
  line-height: 1.3em;
}

div.helpsidebar div.appsell {
  text-align: center;
  margin-top: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  color: #222;
}

div.helpcontent {
  text-align: left;
  width: 720px;
}

div.helpcontent h2 {
  font-family: Georgia, serif;
  color: #cc3333;
  font-size: 21px;
  font-weight: normal;
  margin: 0;
}

body.help div.video {
  background-color: #efefef;
  padding: 15px;
  padding-left: 10px;
  width: 375px;
  border: 1px solid #ccc;
  font-size: 11px;
  font-family: Verdana, sans-serif;
}

body.help div.video img {
  margin-right: 5px;
}

div.faqgroup {
  border-top: 1px solid #ccc;
  margin: 30px 0 0 0;
}

body.help div.top {
  border: 1px solid #ff9900;
  background-color: #ffffcc;
  padding: 15px;
  background-image: none;
  width: auto;
}

div.faqgroup h3 {
  margin: 10px 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #000;
	text-transform: uppercase;
}

div.faqgroup h3 a {
	color: #000;
}

div.faqgroup ul {
  margin-left: 10px;
  padding-left: 10px;
}

div.faqgroup li {
  margin-bottom: 5px;
}

div.faqgroup li.more {
  list-style-type:none;
  margin-top: 10px;
  text-transform: none;
}

div.help_nav {
  font-size: 16px;
  font-family: Helvetica, Verdana, sans-serif;
  color: #999;
  margin-top: 20px;
}

body.help div.help_entry {
  margin: 0 0 30px 0;
  padding: 0 15px;
  border: 10px solid #e8e8e8;
  font-size: 11px;
}

div.help_entry h2 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 21px;
  font-weight: bold;
  color: #222;
  font-family: Helvetica, sans-serif;
}

div.help_entry h2.top {
  margin-bottom: 5px;
  margin-top: 0;
}

body.help div.support_form {
  margin-bottom: 30px;
}

body.help div.support_form p.details {
	font-size: 11px;
	font-family: verdana;
	margin-bottom: 4px;
}

body.help div.support_form textarea {
	width: 550px;
	height: 200px;
	font-family: courier,monospace;
	font-size: 14px;
	padding: 3px;
	background-color: #fdfef1;
}

body.help div.support_form input {
	width: 550px;
	font-family: courier,monospace;
	font-size: 14px;
	padding: 3px;
	background-color: #fdfef1;
}

body.help div.support_form input.shorter {
	width: 350px;
}

div.support_form hr {
	margin: 20px 0;
}

body.help div.support_form input.button {
	width: auto;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: verdana;
	background-color: #fff;
}

body.help div.support_form select {
	font-size: 18px;
	padding: 3px;
}

div.support_form h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 2px 0;
	color: #000;
}

body.help div.support_form h2 span {
	font-size: 12px;
	font-weight: normal;
	color: #393;
	font-style: italic;
}

body.help div.question_before_contact a.not_listed {
	font-size: 11px;
	font-family: verdana;
}

body.help div.belt h2 {
  margin-top: 10px;
}

body.help div.buzz {
  text-align: left;
  width: 980px;
}

body.help div.buzz p {
  font-size: 16px;
  font-family: Georgia, serif;
  font-style: normal;
}

div.openid {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}

div.openid img {
  border: 1px solid #ccc;
  padding: 1px;
  margin-top: 20px;
}

div.openid h3 {
  margin-bottom: 5px;
}

div.openid p {
  font-size: 14px;
}

div.customerquotes {
  width: 340px;
  text-align: left;
  padding: 15px;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.5 em;
  float: left;
}

body.buzz div.customerquotes {
  margin-bottom: 20px;
}

body.openbar div.customerquotes, body.openid div.customerquotes {
  width: 720px;
}

div.customerquotes h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 40px 0 5px 0;
}

div.customerquotes p {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-style: italic;
  margin: 10px 0 0 0;
}

body.openid div.customerquotes p {
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: normal;
  margin: 10px 0 0 0;
}

body.help div.end {
  margin-left: 10px;
}

body.help div.half {
  width: 460px;
}

div.half p {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 40px 0;
}

body.id div.helpcontent {
  text-align: left;
  width: 720px;
}

body.id div.helpcontent h2 {
  font-family: Georgia, serif;
  color: #222;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0;
}

body.id div.faqgroup {
  border-top: 1px solid #ccc;
  margin: 5px 0 0 0;
  padding: 10px 0 0 0;
}

body.id div.faqgroup h3 {
  margin: 10px 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #000;
	text-transform: uppercase;
}

body.id div.faqgroup h3 a {
	color: #000;
}

body.id div.faqgroup ul {
  margin-left: 10px;
  padding-left: 10px;
}

body.id div.faqgroup li {
  margin-bottom: 5px;
}

body.id div.faqgroup li.more {
  list-style-type:none;
  margin-top: 10px;
  text-transform: none;
}

body.id div.help_entry {
  margin: 50px 0;
  padding: 15px 0;
  border: 0;
  border-top: 1px solid #ccc;
}

body.id div.help_entry h2 {
  margin-bottom: 10px;
}

/* CUSTOMERS -------------------------------------------------*/

div.customerlogos {
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  background-color: #fff;
}

div.customerlogos img {
  margin: 60px 60px 0 0;
}

div.customerlogos p {
  margin-top: 30px;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  color: #666;
}

div.customer {
  clear: both;
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
  text-align: left;
}

div.customer h2 {
  margin-bottom: 20px;
}


/* SUBSCRIBE -------------------------------------------------*/

body.subscribe div.pagetitle h1 {
  margin: 0;
}

body.subscribe div.signup {
  margin: 30px 0;
  text-align: center;
  width: 750px;
}
		
body.subscribe div.signup p {
  font-family: Georgia, serif;
  font-size: 18px;
  margin-bottom: 50px;
}
		
body.subscribe form.signup {
  margin-left: 0;
  padding-bottom: 10px;
  text-align: left;
}
		
body.subscribe form.signup label {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 14px;
  font-weight:bold;
  margin-bottom: 10px;
  color: #000;
}
		
body.subscribe form.signup p.additional {
  font-family: Georgia, serif;
  font-size: 14px;
  padding-top: 15px;
  margin-bottom: 0px;
}
		
		
body.subscribe div.signup table {
  margin-top: 20px;
  margin-bottom: 20px;
}
		
body.subscribe div.signup td.checkbox {
  padding-right: 5px;
  padding-top: 10px;
}
		
body.subscribe div.signup td.icon {
  padding-right: 10px;
  padding-top: 0px;
  }
		
body.subscribe div.signup td.item {
  font-family: Verdana, sans-serif;
  color: #666;
  font-size: 11px;
  padding-bottom: 25px;
}
		
body.subscribe div.subscribe {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding: 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 14px;
}
		
body.subscribe div.subscribe table {
  margin-left: 75px;
}
		
		
body.subscribe div.subscribe td.icon {
  padding: 10px;
  padding-right: 0px;
}
		
body.subscribe div.subscribe td.link {
  padding: 5px;
  padding-top: 15px;
  border-right: 1px solid #ccc;
  text-align: left;
}
		
body.subscribe div.subscribe td.link a {
  text-decoration: none;
}
		
body.subscribe div.subscribe td.link a:hover {
  text-decoration: underline;
}


/* EXTRAS ----------------------------------------------------*/

div.api {
  width: 165px;
  float: right;
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bkgd_api.jpg);
  background-repeat: no-repeat;
  padding: 15px;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 11px; color: #666;
}

div.api h5 {
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  margin: 10px 0 15px 0;
}

div.extrasheader {
  margin: 70px 0 0 0;
  padding: 10px;
  overflow: hidden;
  background-color: #444;
}

div.extrasheader img {
  margin-right: 5px;
}

div.extrasheader h3 {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0 0 0;
  color: #fff;
}

div.apps {
  text-align: left;
  width: 740px;
  margin-bottom: 100px;
}

div.apps div.first {
  margin-top: 0;
}

div.apps h2 {
  font-family: Georgia, serif;
  color: #222;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0;
}

div.appgroup {
  border-top: 1px solid #ccc;
  margin: 30px 0 0 0;
}

div.appgroup h3 {
  margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #000;
	text-transform: uppercase;
}

div.appgroup table {
  margin: 30px 0 0 0;
}

div.appgroup td {
  padding:0;
  text-align: left;
}

div.appgroup td.description {
  padding: 5px 15px 30px 0;
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

div.appgroup td.iphone {
  padding: 0 20px 10px 10px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
	height: 100px;
}

div.appgroup h4 {
  font-family: Helvetica, Arial, sans-serif;
  margin: 5px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
}

div.appgroup img {
  border: 1px solid #ccc;
	padding: 1px;
}

div.appgroup img.iphone {
  border: 0;
	padding: 0;
}

/* WEBBASED --------------------------------------------------------*/

body.webbased div.half p {
  margin: 10px 0 30px 0;
}

body.webbased div.column {
  float: left;
}

body.webbased div.end {
  margin-left: 40px;
}

body.webbased h2.top {
  margin-top: 20px;
  color: #222;
}

body.webbased div.column img {
  margin: 25px;
}

body.webbased div.logos {
	border-left: 1px solid #ccc;
	padding: 10px;
	width: 450px;
}

body.webbased div.logos img {
	margin: 25px 20px 25px 20px;
}

/* SECURITY --------------------------------------------------------*/

body.security div.column ul {
	font-family: georgia;
}

body.security div.column li {
	font-size: 16px;
	margin-bottom: 10px;
}

body.security div.column {
	width: 600px;
}

/* ABOUT -----------------------------------------------------------*/

body.about div.buzz {
  margin-top: 15px;
}

body.about div.half p {
  margin: 10px 0 30px 0;
}

body.about div.column {
  float: left;
}

body.about div.end {
  margin-left: 40px;
}

body.about img.profile {
  margin-right: 15px;
  margin-bottom: 15px;
}

body.about h2.bio {
  margin-bottom: 20px;
}

body.about div.column h3 {
  font-size: 18px;
  margin: 5px 0;
}

body.about div.half ul {
	font-family: georgia;
	padding-left: 17px;
}

body.about div.half li {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

table.pr td {
  text-align: center;
  padding-bottom: 30px;
}

table.pr td h3 {
  font-size: 18px;
  margin: 5px 0;
}

table.pr td a.product {
  color: #222;
  border-bottom: 2px solid #ccc;
  text-decoration: none;
}

table.pr td a.product:hover {
  border-bottom: 2px solid #3671a1;
}

body.about sup {
  color: #ccc;
  font-size: 11px;
}

body.about div.email {
  float: right;
  overflow: hidden;
  margin-right: 120px;
}

div.timeline {
  background-color: #efefef;
  width: 450px;
  padding: 15px;
  padding-bottom: 30px;
  float: left;
}

div.timeline h5 {
  color: #222;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  line-height: 1.3em;
}

div.timelinecontents {
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bkgd_timeline.png);
  margin: 30px 0 15px 0;
  font-family: lucida grande, sans-serif;
  font-weight: normal;
  font-size: 11px; 
  overflow: hidden;
}

body.about div.leftimage {
  float: left;
  padding: 5px;
  text-align: center;
  width: 145px;
}

body.about div.rightimage {
  float: right;
  padding: 5px;
  text-align: center;
  width: 145px;
}

div.timeblock {
  border-top: 2px solid #999;
  padding-top: 10px;
  width: 290px;
  line-height: normal;
  overflow: hidden;
}

div.timeblock-right {
  border-top: 2px solid #999;
  width: 290px;
  line-height: normal;
  padding-top: 10px;
  float: right;
}

div.threesevenevent {
  border-top: 2px solid #cc0000;
}

div.timelinecontents div.year {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  color: #999;
  font-size: 24px;
  float: left;
  margin-left: 25px;
}

div.timeblock-right div.year {
  margin-right: 25px;
  margin-left: 0;
}

div.threesevenevent div.year {
  color: #cc0000;
}

div.timelinecontents div.eventcontents {
  width: 210px;
  float: left;
}

/* NEW HOME (2) ----------------------------------------------------*/


div.header {
  margin-bottom: 0px;
}

div.header div.container {
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
	color: #999;
}

div.container {
	width: 980px;
	clear: both;
	overflow: hidden;
	text-align: left;
}

body.home2 div.top {
  margin: 0 0 10px 0;
  border-bottom: 0;
}

body.home2 div.app a {
  color: inherit;
  text-decoration: none;
}

body.home2 div.app h5 {
  margin: 0;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
}

body.home2 div.app h5 a {
  text-decoration: none;
  border-bottom: 3px solid #ccc;
}

body.home2 div.app h5 a:hover {
  border-bottom: 3px solid #66c7df;
}

body.home2 div.app h6 {
  margin: 5px 0 0 0;
  font-size: 18px;
  line-height: 1.4em;
  color: #222;
  font-weight: normal;
}

body.home2 div.app h6 span {
  margin: 0;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

body.home2 div.metropipe1 {
  background-image: url(bubble-bc-bg-solo.png);
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 30px;
}

body.home2 div.metropipe1 h3 {
  color: #414110;
  margin: 0;
  padding: 18px 15px 5px 15px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.0em;
  letter-spacing: -1px;
}

body.home2 div.metropipe1 h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 11px;
  color: #414110;
  margin: 0;
  padding: 0 20px 0 20px;
  text-transform: none;
  font-weight: normal;
}

body.home2 div.metropipe2 {
  background-image: url(https://images.staticjw.com/met/3657/bubble-hr-bg-solo.png);
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 30px;
}

body.home2 div.metropipe2 h3 {
  color: #024769;
  margin: 0;
  padding: 18px 15px 5px 15px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.0em;
  letter-spacing: -1px;
}

body.home2 div.metropipe2 h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 11px;
  color: #024769;
  margin: 0;
  padding: 0 20px 0 20px;
  text-transform: none;
  font-weight: normal;
}

body.home2 div.backpack {
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bubble-bp-bg-solo.png);
  background-repeat: no-repeat;
  text-align: center;
}

body.home2 div.backpack h3 {
  color: #2c5700;
  margin: 0;
  padding: 18px 15px 5px 15px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.0em;
  letter-spacing: -1px;
}

body.home2 div.backpack h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 11px;
  color: #2c5700;
  margin: 0;
  padding: 0 20px 0 20px;
  text-transform: none;
  font-weight: normal;
}

body.home2 div.campfire {
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bubble-cf-bg-solo.png);
  background-repeat: no-repeat;
  text-align: center;
}

body.home2 div.campfire h3 {
  color: #511f1f;
  margin: 0;
  padding: 18px 15px 5px 15px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.0em;
  letter-spacing: -1px;
}

body.home2 div.campfire h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 11px;
  color: #511f1f;
  margin: 0;
  padding: 0 20px 0 20px;
  text-transform: none;
  font-weight: normal;
}

body.home2 div.statement {
  background-color: #222;
  color: #fc3;
  width: 400px;
  text-align: left;
  margin-top: 0;
}

body.home2 div.statement div.inner {
  padding: 5px 20px 10px 20px;
  font-size: 21px;
  line-height: 1.2em;
}

body.home2 div.statement div.inner h1 {
  font-size: 48px;
  margin: 25px 0 20px 0;
  padding: 0;
  letter-spacing: -2px;
  line-height: 1.0em;
  text-align: left;
  color: #fff;
}

body.home2 div.statement div.inner p a {
  color: #999;
	font-weight: normal;
}

body.home2 div.statement div.inner p {
  background-color: #222;
	font-size: 24px;
  color: #dfb946;
  text-align: left;
  margin: 0 0 15px 0;
	line-height: 1.2em;
	font-family: georgia, helvetica, arial, sans-serif;
}

body.home2 div.statement div.inner p.webbased {
  font-size: 19px;
  margin-bottom: 0;
  color: #DFB946;
  font-family: Georgia, serif;
  line-height: 1.3em;
}

body.home2 div.statement div.inner p.webbased a {
	color: #f2be20;
}

body.home2 div.statement table {
	margin: 0;
}

body.home2 div.statement table td {
	font-size: 14px;
	padding: 0 15px 0 0;
	color: #DFB946;
	line-height: 1.4em;
}

body.home2 div.statement table td a {
	color: #DFB946;
}

body.home2 div.content {
	margin: 20px;
}

body.home2 div.left {
	width: 400px;
	float: left;
	overflow: hidden;
}

body.home2 div.right {
	width: 530px;
	float: right;
	text-align: left;
}

body.home2 div.center {
	width: 530px;
	float: left;
	text-align: left;
}


body.home2 div.products {
	width: 560px;
	float: right;
	text-align: left;
	padding-top: 0;
	margin-top: 16px;
	margin-bottom: 30px;
}

body.home2 div.products table {
  margin: 0;
}

body.home2 div.products div.card {
  padding: 10px;
  text-align: center;
  background-image: url('/web/20131021024606/https://metropipe.net/resources/bkgd-card.gif');
  width: 250px;
}

body.home2 div.products div.card h3 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1em;
  margin: 15px 0 5px 0;
}

body.home2 div.products div.card h3 a, body.home2 div.products div.card h4 a, body.home2 div.products div.card h6 a {
  color: #333;
  text-decoration: none;
}

body.home2 div.products div.card h4 {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 11px;
  margin: 0 10px 10px 10px;
  font-weight: normal;
}

body.home2 div.products div.card h5 {
  font-family: Helvetica,sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  letter-spacing: -1px;
}

body.home2 div.products div.card h5 a {
  text-decoration: none;
  border-bottom: 3px solid #99ccff;
  color: #222;
}

body.home2 div.products div.card h5 a:hover {
  border-bottom: 3px solid #3671a1;
}

body.home2 div.products div.card h5 sup {
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
}

body.home2 div.products div.card h6 {
  font-size: 18px;
  margin: 10px 0 15px 0;
  font-weight: normal;
}

body.home2 div.products div.cardcap-top {
  margin-left: -10px;
  margin-top: -10px;
}

body.home2 div.products div.cardcap-bottom {
  margin-left: -10px;
  margin-bottom: -10px;
}

body.home2 div.right h1 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #222;
	font-family: georgia, times;
	text-align: left;
	letter-spacing: normal;
}

body.home2 div.right div.highlights {
	margin-bottom: 30px;
	overflow: hidden;
}

body.home2 div.right div.highlights div.highlight {
	margin-right: 14px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

body.home2 div.right div.highlights div.highlight img {
	margin-bottom: 5px;
}

body.home2 div.highlight img.plus_zoom {
	position: absolute;
	display: none;
}

body.home2 div.logos div.right h2, div.action h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #222;
	font-family: georgia, times;
}

body.home2 div.logos {
	overflow: hidden;
	margin-bottom: 30px;
}

body.home2 div.action cite {
	color: #666;
	font-size: 16px;
}

body.home2 div.action h3 {
	font-size: 16px;
	font-family: georgia, times;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
}

body.home2 div.blogs ul.extra_extra_news {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

body.home2 div.blogs li {
	margin: 12px;
}

body.home2 div.blogs li strong, body.home2 div.blogs li em {
	font-style: italic;
	color: #111;
	font-weight: bold;
}

body.home2 div.blogs li a {
	color: #555;
}


body.home2 div.blogs p {
  font-style: italic;
  font-size: 14px;
}

body.home2 div.productblogbottom {
  font-size: 11px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  padding: 15px 10px 5px 0;
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bkgd_productblog-bottom.png);
  background-repeat: no-repeat;
  width: 250px;
  background-color: #fff;
}

body.home2 div.svnbottom {
  font-size: 11px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  padding: 15px 20px 5px 0;
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bkgd_svn-bottom.png);
  background-repeat: no-repeat;
  width: 250px;
  text-align: right;
  background-color: #fff;
}

td.blurb h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #3671A1;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
}

td.blurb, td.blogs {
	width: 255px;
	margin: 0 20px 0px 0;
}




body.home2 div.blurb h2, div.blogs h2, div.buzz h4 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #3671A1;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
}

body.home2 div.blurb, div.blogs {
	width: 255px;
	margin: 0 20px 0px 0;
	float: left;
}

body.home2 div.blurb p, div.blogs p {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0 0 30px 0;
}

body.home2 div.blurb ul, div.blogs ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
}

body.home2 div.blurb li, div.blogs li {
	font-size: 14px;
	margin-bottom: 25px;
	color: #555;
}

body.home2 div.blurb li strong, body.home2 div.blurb li em {
	font-style: italic;
	color: #111;
	font-weight: bold;
}

body.home2 div.blurb li a {
	color: #555;
}

body.home2 div.extras {
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin-bottom: 5px;
}


body.home2 div.buzz {
  margin: 5px 0 0 0;
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bkgd_buzz_home.png);
  background-repeat: no-repeat;
  padding: 15px;
  padding-top: 30px;
}

body.home2 div.buzz h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

body.home2 div.icon_block {
	height: 350px;
	text-align: center;
}

body.home2 div.icon_block img {
	margin-bottom: 18px;
	border: 1px solid #dcdcdc;
}

body.home2 div.action {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
}

body.home2 div.action img.button {
	margin-bottom: 10px;
}

body.home2 div.casestudies h2 {
  margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #3671A1;
	text-transform: uppercase;
	text-align: left;
}

body.home2 div.casestudy {
	width: 190px;
	margin: 0 20px 20px 0;
	background-color: #ccc;
	float: left;
	text-align: left;
}

body.home2 div.casestudy div.who {
	background-color: #222;
	padding: 5px;
}

body.home2 div.casestudy div.who h3, div.casestudy div.who h4 {
	margin: 0;
	padding: 2px 0 0 0;
	color: #fff;
	line-height: 1em;
}

body.home2 div.casestudy div.who h3 {
	font-size: 14px;
}

body.home2 div.casestudy div.who h4 {
	font-size: 12px;
	font-weight: normal;
	color: #E8ECDC;
	font-style: normal;
	font-family: Helvetica, sans-serif;
}

body.home2 div.casestudy div.what {
	font-size: 14px;
	text-align: left;
	padding: 5px 0 0 5px;
	font-family: Georgia, serif;
	font-style: italic;
	background-color: #fff;
	line-height: 1.1em;
}

body.home2 div.casestudies div.casestudy img.play {
	position: absolute;
}

body.home2 div.end {
	margin-right: 0;
}

body.home2 div.more div.end {
	margin-left: 60px;
	width: 480px;
}

body.home2 div.press {
	margin-top: 25px;
	background-image: url(/web/20131021024606/https://metropipe.net/resources/bkgd_press_home.png);
	background-repeat: no-repeat;
	padding: 20px 0;
	text-align: center;
}

body.home2 div.press h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
}

body.home2 div.press img {
	margin: 0;
}

body.home2 div.more {
  text-align: left;
  width: 980px;
  margin-bottom: 30px;
}

body.home2 div.half {
  width: 420px;
  text-align: left;
  padding: 0 20px 0 0;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.3em;
  float: left;
}

body.home2 div.otherwares {
  margin: 15px 0 10px 0;
  background-image: url(/web/20131021024606/https://metropipe.net/resources/bkgd_buzz_home.png);
  background-repeat: no-repeat;
}

body.home2 div.book {
  margin-top: 0;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  line-height: 1.3em;
  overflow: hidden;
}

body.home2 div.book h2 {
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.1em;
  margin: 0 0 30px 0;
  color: #222;
  font-weight: normal;
}

body.home2 div.half h2 {
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.1em;
  margin: 10px 0;
  color: #222;
  font-weight: normal;
}

div.divider {
  clear: both;
  margin: 25px 0;
  border-top: 1px solid #ccc;
}

/* KEYNOTES ------------------------------------------------------*/

body.keynotes div.vidcontent {
  float: left;
  width: 720px;
  overflow: hidden;
  margin-bottom: 30px;
}

body.keynotes div.keynotes h1 {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 10px;
}

body.keynotes div.vidcontainer {
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
  overflow: hidden;
  margin-bottom: 30px;
}

body.keynotes div.video {
  float: left;
  overflow: hidden;
}

body.keynotes div.video object {
  margin-bottom: 15px;
}

body.keynotes div.viddata {
  float: left;
  margin-left: 20px;
  overflow: hidden;
  width: 220px;
}

body.keynotes div.tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  color: #fff;
  margin: 5px;
  float: left;
}

body.keynotes div.business {
  background-color: #669933;
}

body.keynotes div.design {
  background-color: #4a97c8;
}

body.keynotes div.programming {
  background-color: #ba2a2a;
}

body.keynotes div.general {
  background-color: #222;
}

body.keynotes div.vidcontainer table {
  margin-top: 25px;
  margin-left: 5px;
}

body.keynotes div.vidcontainer table td.label {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

body.keynotes div.vidcontainer table td.value {
  padding: 5px 0 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

body.keynotes div.vidcontainer table td.last {
  border-bottom: none;
}

body.keynotes div.viddescription {
  width: 720px;
  overflow: hidden;
}

body.keynotes div.viddescription h2 {
  margin-bottom: 5px;
  margin-top: 0;
}

body.keynotes div.viddescription h2 a {
  color: #222;
  text-decoration: none;
}

body.keynotes div.viddescription p {
  font-family: Helvetica, sans-serif;
  margin-top: 0;
}

body.keynotes div.sidebarcontainer {
  float: left;
  margin-left: 30px;
  width: 230px;
  overflow: hidden;
}

body.keynotes div.bubble {
  background-color: #ff6500;
}

body.keynotes div.cap {
  margin: 0;
}

body.keynotes div.bubblecontent {
  padding: 5px 15px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

body.keynotes div.bubblecontent a {
  color: #fff;
}

body.keynotes div.sidebar {
  background-color: #efefef;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

body.keynotes div.audio {
  padding: 15px;
  padding-bottom: 0;
}

body.keynotes div.audio p {
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

body.keynotes div.audio h3 {
  margin-top: 0;
}

body.keynotes div.audio ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

body.keynotes div.audio li {
  margin-left: 0;
  background-image: url(/web/20131021024606/https://metropipe.net/resources/icon_speaker.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 23px;
  padding-bottom: 15px;
  line-height: 1.3em;
  color: #888;
}

body.keynotes div.audio a {
  color: #444;
}

body.keynotes div.audio a:hover {
  color: #222;
}

/* OFFICE HOURS ------------------------------------------------------*/

body.home2 div.officehours div.header {
	background-color: #111;
	margin-bottom: 0;
}

body.home2 div.officehours div.header a, body.home2 div.officehours div.header a:visited {
	color: #ccc;
}


body.officehours div.pagetitle h1 span {
	color: #999;
	font-weight: normal;
}

body.officehours div.pagetitle h3 {
	font-size: 16px;
	margin-top: -18px;
	color: #999;
}

/* ACCOUNTS ----------------------------------------------------------*/

body.account {
  background-color: #f5f6f7;
}

body.account div.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

body.account div.wrapper div.container div.card {
  width: 960px;
  margin: 10px 0 35px 0;
  overflow: hidden;
  float: left;
  background-color: #fff;
}

body.account div.stamp {
  position: absolute;
  padding: 0;
  padding-left: 420px;
  padding-top: 30px;
  overflow: visible;
}

body.account div.wrapper div.container div.card div.cardcap {
  width: 960px;
  height: 10px;
  margin: 0;
  background-color: #f5f6f7;
}

body.account div.wrapper div.container div.card div.cardcontent {
  background-image: url('/web/20131021024606/https://metropipe.net/resources/card-bkgd-perma.png');
  padding: 0;
  padding-bottom: 20px;
  text-align: left;
  overflow: hidden;
}

body.account div.wrapper div.container div.card div.cardcontent h1 {
  text-align: left;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 0.95em;
  margin-top: 60px;
  margin-left: 30px;
}

body.account div.wrapper div.container div.card div.cardcontent h3 {
  font-weight: normal;
  font-size: 21px;
  color: #777;
  line-height: 1.2em;
  margin-top: 10px;
  margin-left: 30px;
}

body.account div.wrapper div.container div.card div.cardcontent div.tour-left {
  overflow: hidden;
  padding: 20px;
  padding-left: 5px;
  padding-top: 0;
  text-align: left;
}

body.account div.wrapper div.container div.card div.cardcontent div.tour-left h2 {
  border-top: 1px solid #ccc;
  font-size: 26px;
  margin-left: 15px;
  padding-left: 375px;
  padding-top: 30px;
  padding-right: 20px;
  margin-top: 0;
	margin-bottom: 10px;
  text-align: left;
}

body.account div.wrapper div.container div.card div.cardcontent div.tour-right {
  overflow: hidden;
  padding: 20px;
  padding-right: 5px;
  padding-top: 0;
  text-align: left;
}

body.account div.wrapper div.container div.card div.cardcontent div.tour-right h2 {
  border-top: 1px solid #ccc;
  font-size: 26px;
  margin-left: 0;
  margin-right: 15px;
	margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 20px;
  margin-top: 0;
  text-align: left;
}

body.account h4 {
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

body.account div.wrapper div.container div.card div.cardcontent div.tour-copy {
  width: 520px;
  float: left;
  margin-left: 30px;
}

body.account div.wrapper div.container div.card div.cardcontent div.tour-copy p {
  font-size: 14px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  margin-top: 0;
  line-height: 20px;
}

body.account div.wrapper div.container div.card div.cardcontent div.tour-copy ul {
  list-style-image:url(/web/20131021024606/https://metropipe.net/resources/icon_check.png);
  margin-left: -15px;
  margin-top: 25px;
}

body.account div.wrapper div.container div.card div.cardcontent div.tour-copy li {
  margin: 5px 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

body.account div.faq {
  border-top: 1px solid #ccc;
  margin: 20px;
  padding: 20px;
}

body.account div.faq h4 {
  margin-top: 30px;
}

body.account div.faq h5 {
  font-size: 26px;
  margin: 20px 0 30px 0;
  text-align: left;
}

body.account div.faq p {
  font-size: 14px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  margin-top: 0;
  line-height: 1.5em;
	width: 75%;
}

/* DRAFT ------------------------------------------------------*/

body.paper div.page {
	margin: 30px auto 50px auto;
	-webkit-box-shadow: 0 0 4px #d7d7d7;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #d7d7d7;
	padding: 30px;
	text-align: center;
	width: 800px;
}

body.draft div.page h1 {
	margin-bottom: 20px;
}

body.draft div.page img {
	margin-bottom: 20px;
}