/* GENERAL ----------------------------------------------------*/

a img {
	border: 0;
	padding: 0;
}
strong {
	color: #303030;
}
span.highlight {
	background-color: #ffcc00;
	color: #000;
	padding: 2px;
	margin: 5px 0;
}
span.red {
	color: #990000;
}
div.clear {
	clear: both;
}
div.pullquote {
	color: ##3671a1;
	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-size: 32px;
	font-weight: normal;
	color: #444;
}
div.statement a {
	font-weight: bold;
}
/* STRUCTURE --------------------------------------------------*/

div.container {
}
div.container div.right {
	float:right;
	text-align:left;
	width:533px;
}
div.container div.left {
	float:left;
	overflow:hidden;
	width:432px;
}
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 a.green {
	color: #fff;
	font-weight: bold;
}
div.site_header div.inner {
	padding: 17px 0;
	font-size: 14px;
}
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.logo_highrise {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: -10px;
	float: left;
}
div.header {
	text-align: left;
}
div.header h1 {
	text-align: left;
	font-size: 44px;
	color: #000;
	margin-bottom: 5px;
}
div.header h2 {
	text-align: left;
	font-size: 20px;
	margin: 0 0 30px 0;
	color: #555;
}
/* SHADOWBOX --------------------------------------------------*/

div.feature div.shadow {
	background: url(/images/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;
}
div.feature div.container {
	width: 656px;
	background-color: #efefef;
	padding: 10px 15px 20px 15px;
	font-size: 11px;
	text-align: left;
}
div.feature h3 {
	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-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 {
	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-size: 46px;
	font-weight: bold;
	color: #000;
	letter-spacing: -2px;
	margin: 0;
}
body.home div.masthead {
	width: 950px;
	margin: 0 auto 20px auto;
	padding-top: 0;
}
div.masthead h2 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #444;
	letter-spacing: 0;
}
div.top {
	background:url("../images/crm-screenshot.jpg") no-repeat scroll right 5px transparent;
	margin: 0 auto 0px auto;
	padding: 10px 0 10px 0;
	width: 99.2%;
	border-bottom: 1px solid #dadfcb;
}
div.main_feature {
	width: 950px;
	margin: 0 auto 0 auto;
	position: relative;
}
/* HOME 3 ------------------------------------------------------*/

body.home3 div.home_feature {
	width: 950px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 0px;
}
body.home3 div.statement h2 {
	font-size: 22px;
	letter-spacing: 0px;
}
body.home3 table.mini_features {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 0;
}
body.home3 table.mini_features h3 {
	margin: 0 0 1px 0;
	font-family: helvetica, arial;
	font-size: 14px;
}
body.home3 table.mini_features td {
	font-size: 11px;
	line-height: 1.3em;
}
body.home3 table.mini_features td.description {
	padding-right: 5px;
	width: 33%;
}
body.home3 table.mini_features td.last {
	padding-right: 0;
}
body.home3 div.topaction {
	margin-bottom: 10px;
}
body.home3 div.story {
	margin: 20px 0;
	padding-bottom: 10px;
	width: 710px;
	border-bottom: 1px solid #ccc;
}
body.home3 div.bottom {
	margin: 20px 0 0 0;
	border-bottom: 0;
}
body.home3 div.story img.left {
	float: left;
	margin: 0 20px 0 0;
}
body.home3 div.story img.right {
	float: right;
	margin: 0 0 0 20px;
}
body.home3 div.story h2 {
	color: #3671A1;
	font-size: 22px;
	line-height: 1.1em;
	margin-bottom: 5px;
}
body.home3 div.story h2 a {
	text-decoration: none;
}
body.home3 div.story p {
	font-size: 14px;
}
body.home3 div.strip {
	padding-top: 0;
}
body.home3 div.topaction a {
	padding-right: 10px;
}
body.home3 div.strip h2 {
	margin-top: 15px;
}
body.home3 div.statement {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
	margin: 0 0 40px 0;
	background-color: #efefef;
	line-height: 2.0em;
}
body.home3 div.statement a {
	color: #111;
}
/* WEB BASED ------------------------------------------------------*/

body.webbased div.container div.bigpoints h2 {
	font-size: 22px;
	margin-bottom: 0;
}
body.webbased div.container div.bigpoints {
	margin-bottom: 30px;
}
body.webbased div.summary {
	margin-bottom: 22px;
}
body.webbased div.bigpoints div.summary h2 {
	color: #3671A1;
	font-size: 22px;
	line-height: 1.1em;
	margin: 0px 0 11px 0;
}
body.webbased div.summary h3 {
	font-weight: normal;
	color: #3671A1;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 22px 0;
}
body.webbased div.rightcolumn div.browsers {
	padding-top: 1px;
}
body.webbased div.main_feature {
	text-align: center;
	margin-bottom: 30px;
}
/* STRIP ------------------------------------------------------*/

div.strip {
	width: 183px;
	float: right;
	text-align: left;
	padding: 10px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	margin-top: 10px;
}
div.strip p {
	font-size: 11px;
}
div.strip h2 {
	font-weight: bold;
	color: #111;
	margin: 0 -10px 5px -10px;
	line-height: 1em;
	letter-spacing: normal;
	padding: 5px 10px;
}
div.strip ul {
	margin-left: 0;
	padding-left: 0;
}
div.strip ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	line-height: 1.2em;
	color: #555;
	font-size: 11px;
}
div.strip ul li a {
	font-size: 0.9em;
	color: #666;
}
div.strip em {
	color: #444;
	font-weight: bold;
	font-size: 10px;
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
	line-height: 1.0em;
	font-style: normal;
}
div.strip em img {
	float: right;
}
/* TOUR -------------------------------------------------------*/


div.subnav {
	margin: 30px 0 0 0;
	font-size: 16px;
	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-weight: bold;
	font-size: 24px;
}
div.tourshot {
	margin: 35px auto;
	border-bottom: 2px solid #666;
}
div.tourshot h2 {
	margin: 5px 0;
	font-size: 20px;
}
div#flashcontent {
	margin: 0;
}
a.tourhead {
	color: #333;
	text-decoration: none;
}
h1.back {
	margin: 30px 0 50px 0;
	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;
	line-height: 1.3em;
	margin: 0px;
}
body.why div.point {
	margin: 30px 0;
}
div.scenario {
	background-image: url(/images/background_scenario.png);
	background-repeat: no-repeat;
	width: 345px;
	padding: 20px;
}
div.browsers {
	background-image: url(/images/background_browsers.png);
}
div.scenario h3 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
div.scenario ul {
	list-style-image: url(/images/icon_check.png);
	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(http://37signals.com/svn/images/blockquote.gif) no-repeat scroll 0pt 2px;
	padding-left: 23px;
	line-height: 1.4em;
	font-size: 16px;
}
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-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-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;
	margin: 0;
}
div.quote p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* PITCH ------------------------------------------------------*/
 div.action h2 {
	color: #4c95c3;
	font-size: 26px;
	margin: 0;
}
div.action h2 a {
	color: #015BA7;
}
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;
	font-size: 21px;
}
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;
	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;
	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-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;
}
div.logo_highrise {
	float:left;
	margin-left:-10px;
	margin-right:20px;
	margin-top:10px;
}
div.pullquote {
	color:#3671A1;
}
div.scenario ul {
	font-size:14px;
}
div.action h2 {
	color:#174C6D;
}
body div.video {
border-top:1px solid #FFFFFF;
background-color:#FFFFFF;
clear:both;
font-size:13px;
font-weight:bold;
line-height:1.2em;
margin-left:0;
overflow:hidden;
padding:0;
text-align:left;
width:99.4%;
}
body div.video:hover {
 background:url("../images/back-rep.jpg") repeat-y scroll right bottom transparent;
 border-top:1px solid #DCDCDC;
}

body div.video:hover a {
 }


div.action a {
	color:#174C6D;
}

body div.video a
{
color:#174C6D;
padding:0px;
text-decoration:none;
}

body div.video a h2
{
color:#174C6D;
font-size:13px;
margin:0;
padding-bottom:17px;
padding-top:9px;
}

body div.video a h2:hover
{
color: #FF0000;
text-decoration:none;
}

div.site_header {
	border-bottom:0 none;
	height:50px;
	margin-bottom:0;
	overflow:hidden;
}
div.header {
	height:50px;
}
div.header img {
	margin-top:3px;
}
div.header div.links, div.header div.sign_links {
	margin-top:5px;
}
div.pageband {
	background-color:#E6F4FD;
	background-image:url("/images/texture.png");
	border-bottom:1px solid #DADFCB;
	margin:0 0 25px;
	padding:0;
	width:100%;
}
div.pagetitle {
	height:50px;
	padding:0;
}
div.pagetitle h1 {
	color:#222222;
	font-size:28px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0;
	padding:11px 0 0;
	text-align:left;
}
div.site_header div.links, div.inner div.sign_links {
	margin-top:2px;
}
div.header div.links, div.inner div.links {
	float:left;
	margin-right:20px;
}
div.header div.links a, div.inner div.links a {
	color:#FFFFFF;
	margin-right:10px;
	text-decoration:none;
}
div.header div.links a:hover, div.inner div.links a:hover {
	border-bottom:2px solid #86B226;
}
div.header div.sign_links, div.inner div.sign_links {
	float:left;
}
div.header div.sign_links a, div.inner div.sign_links a {
	color:#BCFC3D;
	margin-right:10px;
	text-decoration:none;
}
div.header div.sign_links a:hover, div.inner div.sign_links a:hover {
	border-bottom:2px solid #86B226;
}
body.home3 div.home_feature {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:950px;
}
body.home3 div.featurescreen {
	float:left;
	overflow:hidden;
	text-align:center;
	width:545px;
}
body.home3 div.featurecolumn {
	float:left;
	overflow:hidden;
	width:202px;
}
body.home3 div.iconfeature {
	font-size:12px;
	line-height:1.2em;
	margin:35px 0;
	text-align:left;
}
body.home3 div.iconfeature h3 {
	font-size:14px;
	margin:0 0 2px;
}
body.home3 div.bottom {
	margin:0;
}
body.home3 div.statement {
	background-color:#FFFFFF;
	border-bottom:0 none;
	line-height:2em;
	margin:0;
	padding:20px 0;
}
body.home3 div.statement img {
	margin-bottom:20px;
}
body.home3 div.casestudies div.casestudy {
	float:left;
	font-size:16px;
	margin-right:19px;
	width:224px;
}
body.home3 div.casestudies div.casestudy div.citation {
	background-color:#222222;
	color:#DCDCDC;
	padding:5px;
}
body.home3 div.casestudies div.casestudy div.citation strong {
	color:#FFFFFF;
}
body.home3 div.casestudies div.casestudy div.description {
	border-bottom:1px solid #DCDCDC;
	color:#666666;
	margin-bottom:30px;
	padding:5px;
}
body.home3 div.actionhome {
	padding:10px 0 9px;
}
body.signup div.bubble div.content {
	width:250px;
}
body.signup div.bubble div.content div.inner h2 {
	font-size:14px;
}
body.signup div.bubble div.content div.inner p {
	font-size:11px;
}
body.signup4 div.top {
	margin-bottom:0;
}
div.actionsignup {
	background-color:#3671A1;
	color:#D5E9F6;
	font-size:21px;
	margin:0;
	text-align:center;
	width:100%;
}
div.actionsignup strong {
	color:#FFF9DF;
}
body.signup4 div.masthead h2 strong {
	color:#000000;
}
body.signup4 div.jacket {
	height:360px;
	margin:0 auto;
}
body.signup4 div.short {
	background-color:#FFFFFF;
	border:1px solid #999999;
	float:left;
	height:270px;
	margin-top:22px;
	padding:10px;
	text-align:center;
	width:160px;
}
body.signup4 div.tall {
	background-color:#FFF9DF;
	border:3px solid #3671A1;
	float:left;
	height:310px;
	padding:8px 10px 10px;
	text-align:center;
	width:200px;
}
body.signup4 div.no-r {
	border-right:0 none;
}
body.signup4 div.r-shadow {
	background-image:url("images/shadow-right.png");
	background-position:right center;
	background-repeat:no-repeat;
}
body.signup4 div.no-l {
	border-left:0 none;
}
body.signup4 div.l-shadow {
	background-image:url("images/shadow-left.png");
	background-position:left center;
	background-repeat:no-repeat;
}
body.signup4 div.short h1 {
	font-size:34px;
	margin:0;
	padding:0;
}
body.signup4 div.short h1, body.signup4 div.short h1 a, div.short h2 {
	color:#333333;
	text-decoration:none;
}
body.signup4 div.tall h1, body.signup4 div.tall h1 a {
	color:#000000;
	font-size:42px;
	line-height:1em;
	margin:0;
	padding:0;
	text-decoration:none;
}
body.signup4 div.short h2 {
	font-size:20px;
	font-weight:normal;
	margin:0 0 2px;
	padding:0;
}
body.signup4 div.tall h2 {
	color:#000000;
	font-size:24px;
	font-weight:normal;
	margin:0 0 2px;
	padding:0;
}
body.signup4 div.short h3 {
	border-bottom:1px solid #CCCCCC;
	color:#73A1C7;
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px;
	padding:0 0 7px;
	text-transform:uppercase;
}
body.signup4 div.tall h3 {
	border-bottom:1px solid #CCCCCC;
	color:#4582B5;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0 0 4px;
	text-transform:uppercase;
}
body.signup4 div.short li, body.signup4 div.tall li {
	color:#64503F;
	font-size:14px;
}
body.signup4 div.tall li {
	font-size:16px;
}
body.signup4 div.tall ul, body.signup4 div.short ul {
	list-style:none outside none;
	margin:0 0 10px;
	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 {
	font-size:20px;
	line-height:1em;
	list-style:none outside none;
	margin-bottom:3px;
}
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;
}
body.signup4 div.tall small {
	color:#C33700;
	font-size:12px;
}
body.signup4 div.under_chart_left, body.signup4 div.under_chart_right {
	float:left;
	font-size:11px;
	position:relative;
	top:-44px;
	width:362px;
}
body.signup4 div.under_chart_right {
	float:right;
}
body.signup4 div.extra {
	-moz-border-radius:10px 10px 10px 10px;
}
body.buzz div.top {
	background-color:#F5F6F7;
	background-image:none;
	border:0 none;
}
div.press {
	background-color:#E6F4FD;
	background-image:url("/images/texture.png");
	color:#666666;
	font-size:14px;
	overflow:hidden;
	padding:15px 15px 15px 25px;
	text-align:left;
}
div.press img {
	margin:10px 10px 10px 50px;
}
div.press h3 {
	color:#222222;
	font-size:24px;
	font-weight:normal;
	line-height:1.3em;
	margin:25px 0 15px;
}
body.buzz div.statement h2 {
	color:#3671A1;
}
body.buzz h4 {
	color:#666666;
	font-size:18px;
	font-weight:normal;
	margin:0;
}
div.customerquotes {
	font-size:16px;
	margin-top:20px;
	padding:15px 15px 15px 0;
	text-align:left;
	width:520px;
}
div.customerquotes h5 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:40px 0 5px;
}
div.customerquotes p {
	font-size:11px;
	font-style:italic;
	margin:10px 0 0;
}
div.quotehighlight {
	background-image:none;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	color:#666666;
	font-size:14px;
	margin:40px 0 0;
	padding:20px;
}
div.quotehighlight h6 {
	color:#3671A1;
	font-size:24px;
	font-weight:normal;
	line-height:1.3em;
	margin:0 0 15px;
}
div.customerlogos {
	background-color:#FFFFFF;
	border:1px solid #E8E8E8;
	float:right;
	margin-top:20px;
	padding:15px;
	text-align:left;
	width:360px;
}
div.customerlogos img {
	margin:25px 25px 0 0;
}
div.customerlogos img.last {
	margin:25px 0 0;
}
div.customerlogos p {
	color:#666666;
	font-size:11px;
	margin-top:30px;
}
body.buzz div.statement h2 {
	font-size:30px;
}
div.api {
	background-image:url("/images/bkgd_api.jpg");
	background-repeat:no-repeat;
	color:#666666;
	float:right;
	font-size:11px;
	padding:15px;
	text-align:left;
	width:165px;
}
div.api h5 {
	color:#333333;
	font-size:14px;
	margin:10px 0 15px;
}
div.apps {
	text-align:left;
	width:740px;
}
div.apps h2 {
	color:#222222;
	font-size:21px;
	font-weight:normal;
	line-height:1.3em;
	margin:0;
}
div.appgroup {
	border-top:1px solid #CCCCCC;
	margin:30px 0 0;
}
div.appgroup h3 {
	color:#000000;
	font-size:14px;
	line-height:1.2em;
	margin:10px 0 0;
	padding:0;
	text-transform:uppercase;
}
div.appgroup table {
	margin:30px 0 0;
}
div.appgroup td {
	padding:0;
	text-align:left;
}
div.appgroup td.description {
	font-size:11px;
	padding:5px 15px 30px 0;
}
div.appgroup td.iphone {
	font-size:11px;
	height:100px;
	padding:0 20px 10px 10px;
}
div.appgroup h4 {
	font-size:14px;
	line-height:1.2em;
	margin:5px 0;
	padding:0;
}
div.appgroup img {
	border:1px solid #CCCCCC;
	padding:1px;
}
div.appgroup img.iphone {
	border:0 none;
	padding:0;
}
body.print h2 {
	margin:0 0 15px;
}
body.print div.api {
	font-size:14px;
	line-height:1.4em;
}
div.helpsidebar {
	background-image:url("/images/bkgd_api.jpg");
	background-repeat:no-repeat;
	color:#666666;
	float:right;
	font-size:11px;
	padding:15px;
	text-align:left;
	width:165px;
}
div.helpsidebar h5 {
	color:#333333;
	font-size:14px;
	line-height:1.3em;
	margin:10px 0 15px;
}
div.helpcontent {
	text-align:left;
	width:720px;
}
div.helpcontent h2 {
	color:#222222;
	font-size:21px;
	font-weight:normal;
	line-height:1.3em;
	margin:0;
}
body.help div.videobar {
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	font-size:11px;
	padding:15px 15px 15px 10px;
	width:375px;
}
body.help div.videobar img {
	margin-right:5px;
}
div.faqgroup {
	border-top:1px solid #CCCCCC;
	margin:30px 0 0;
}
body.help div.top {
	background-color:#FFFFCC;
	background-image:none;
	border:1px solid #FF9900;
	padding:15px;
	width:auto;
}
div.faqgroup h3 {
	color:#000000;
	font-size:14px;
	line-height:1.2em;
	margin:10px 0 15px;
	padding:0;
	text-transform:uppercase;
}
div.faqgroup h3 a {
	color:#000000;
}
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 {
	color:#999999;
	font-size:11px;
}
div.help_entry {
	border-top:1px solid #CCCCCC;
	margin:50px 0;
	padding:15px 0;
}
div.help_entry h2 {
	margin-bottom:10px;
}
body.help div.support_form {
	margin-bottom:30px;
}
body.help div.support_form p.details {
	font-size:11px;
	margin-bottom:4px;
}
body.help div.support_form textarea {
	background-color:#FDFEF1;
	font-size:14px;
	height:200px;
	padding:3px;
	width:550px;
}
body.help div.support_form input {
	background-color:#FDFEF1;
	font-size:14px;
	padding:3px;
	width:550px;
}
body.help div.support_form input.shorter {
	width:350px;
}
div.support_form hr {
	margin:20px 0;
}
body.help div.support_form input.button {
	background-color:#FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
	width:auto;
}
body.help div.support_form select {
	font-size:18px;
	padding:3px;
}
div.support_form h2 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 2px;
}
body.help div.support_form h2 span {
	color:#339933;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}
body.help div.question_before_contact a.not_listed {
	font-size:11px;
}
body.demos div.navcontainer {
	margin:15px 0 15px 40px;
	padding:0;
	text-align:left;
}
body.demos table.nav td {
	padding:5px;
}
body.demos table.nav td.links {
	color:#CCCCCC;
	font-size:11px;
	padding:6px 0 0 10px;
}
body div.header {
	background-color:#222222;
	font-size:14px;
	line-height:1.7em;
}
body div.header img {
	float:right;
}
body div.header div.container {
	color:#666666;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}
body div.pitch {
	height:auto;
	text-align:left;
}
body div.pitch h1 {
	color:#000000;
	font-size:2em;
	letter-spacing:-1px;
	line-height:1.2em;
	margin:0 0 10px;
	padding:0;
	text-align:left;
}
body div.pitch h2 {
	color:#222222;
	font-size:17px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 10px;
	padding:0;
}
body div.pitch h3 {
	color:#555555;
	font-size:16px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 15px;
	padding:0;
}
body div.content {
	margin:20px;
}
body div.left {
	float:left;
	overflow:hidden;
	width:400px;
}
body div.right {
	float:right;
	text-align:left;
	width:530px;
}
body table.features {
	border-left:1px solid #666666;
	margin:14px 0 12px;
}
body table.crm-features {
	margin:0px;
}
body table.crm-features td {
	color:#666666;
	width:auto;
	font-size:11px;
	padding:7px 10px 14px 0;
}
body table.crm-features td.none {
}
body table.features td {
	color:#666666;
	width:auto;
	font-size:11px;
	padding:4px 5px 5px 30px;
}
body table.features td.none {
	padding:0;
}
body table.crm-form {
	width:415px;
}
body table.crm-form tr {
	width:100%;
}
body table.crm-form td {
	width:3%;
}
body table.crm-form td.crm-field-label {
	width:1.2%;
}
body table.crm-form td.crm-field-content {
	width:.3%;
}
body table.features td.icon {
	width:50px;
}
body div.tour {
	border-bottom:1px solid #CCCCCC;
	font-size:24px;
	font-weight:normal;
	margin:5px 0 20px;
	overflow:hidden;
	padding:0 0 10px 10px;
	text-align:left;
}
body div.tour h3 {
	font-size:16px;
	font-weight:normal;
	margin:5px 0 0;
	padding:0;
}
body div.right div.highlights {
	margin-bottom:30px;
	overflow:hidden;
}
body div.right div.highlights div.highlight {
	color:#444444;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:14px;
}
body div.right div.highlights div.highlight img {
	margin-bottom:5px;
}
body div.highlight img.plus_zoom {
	display:none;
	position:absolute;
}
body div.logos div.right h2, div.action h2 {
	color:#222222;
	font-size:22px;
	font-weight:bold;
	line-height:1.2em;
	margin:12px;
	padding:0;
}
body div.logos {
	margin-bottom:30px;
	overflow:hidden;
}
body div.action cite {
	color:#666666;
	font-size:16px;
}
body div.action h3 {
	font-size:13px;
	font-weight:normal;
	line-height:17px;
	margin:-5px 0 5px;
	padding:0;
}
body div.blurb h2 {
	color:#3671A1;
	font-size:16px;
	line-height:1.2em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
body div.blurb {
	float:left;
	margin:0px;
	width:100%;
}
div.tourshot img, object, embed {
	border: none;
	margin-bottom: 3px;
}
body div.blurb p {
	line-height:17px;
	margin:0 0 1px;
	color:#666666;
}
body div.blurb ul {
}
body div.blurb li {
	color:#666666;
}
body div.blurb li strong, body div.blurb li em {
	color:#000000;
	font-style:italic;
	font-weight:bold;
}
body div.blurb li a {
	color:#444444;
}
body div.extras {
	font-weight:normal;
	text-align:left;
	width:100%;
}
body div.icon_block {
	height:350px;
	text-align:center;
}
body div.icon_block img {
	border:1px solid #DCDCDC;
	margin-bottom:18px;
}
body div.action {
	background-color:#EFEFEF;
	border-bottom:1px solid #DCDCDC;
	border-top:1px solid #DCDCDC;
	font-size:24px;
	margin:0 0 13px;
	padding:7px 0 0;
	clear:both;
	text-align:center;
	width:99.4%;
}
body div.action img.button {
	margin-bottom:10px;
}
body div.casestudy {
	background-color:#CCCCCC;
	float:left;
	margin:0 20px 20px 0;
	text-align:left;
	width:190px;
}
body div.casestudy div.who {
	background-color:#222222;
	padding:5px;
}
body div.casestudy div.who h3, div.casestudy div.who h4 {
	color:#FFFFFF;
	line-height:1em;
	margin:0;
	padding:2px 0 0;
}
body div.casestudy div.who h3 {
	font-size:14px;
}
body div.casestudy div.who h4 {
	color:#E6F4FD;
	font-size:12px;
	font-weight:normal;
}
body div.casestudy div.what {
	background-color:#F5F6F7;
	font-size:11px;
	font-style:normal;
	line-height:1.1em;
	padding:5px 0px 5px 5px;
	text-align:left;
}
body div.casestudies div.casestudy img.play {
	position:absolute;
}
body div.end {
	margin-right:0;
}
div.tourshot img {
	border:1px solid #CCCCCC;
	padding:1px;
}
body.tour div.top {
	background-color:transparent;
	background-image:none;
	border-bottom:medium none;
}
div.statement h2 {
	color:#444444;
	font-size:32px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
}
body.signup4 div.statement h3 {
	border-bottom:1px solid #CCCCCC;
	color:#444444;
	font-size:26px;
	font-weight:normal;
	margin:0 0 20px;
	padding:0 0 10px;
}
body.signup4 div.statement {
	margin:30px auto 0;
	width:950px;
}
body.changes div.changes {
	margin-bottom:60px;
	text-align:left;
}
body.changes div.changes h1 {
	margin-bottom:30px;
	margin-top:60px;
	text-align:left;
}
body.changes div.container h2 {
	margin:0 0 10px;
}
body.changes ul {
	font-size:14px;
}
body.changes li {
	margin-bottom:5px;
}
