body {
	font-family: ËÎÌå;
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #7e7e7e;
	margin: 0;
	padding: 0;
}

table {
	width: 80%;
}

a {
	color: #666666;
	text-decoration: none;
}

a img { border: none; }

a:hover {
	color: #000;
}

h2, h3 {
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0 0 0 30px;
}

form {
	margin: 0;
	padding: 0;
}

.break { clear: both; }

/*
 * Lists
 */
dl {
	width: 100%;
}

dt, dd {
	float: left;
	margin: 0;
	padding: 3px 0;
}

dt {
	width: 40%;
	clear: both;
}

dd {
	width: 60%;
}

/*
 * Main containers
 */
#wrapper {
	background: #fff;
}

.centralizer {
	width: 860px;
	margin: 0 auto;
}

.centralizerPadded {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

#content {
	clear: both;
}

#main {
	
}

/*
 * Header
 */
#header {
	background: #F6F4F0;
	height: 54px;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	text-indent: -9999px;
	height: 50px;
	width: 466px;
	background: url('../images/header.gif') left no-repeat;
	float: left;
}

#header h2 {
	display: none;
}

/*
 * Navbar
 */
.navbar {
	width: 300px;
	float: right;
}

.navbar ul {
	list-style: none;
	margin: 0;
	padding: 18px 0 0 0;
	float: right;
}

.navbar ul li {
	float: left;
	border-right: 1px solid #D9CBBA;
	margin-right: 5px;
	padding-right: 5px;

}
.navbar ul li.last {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.navbar ul li a {
	display: block;
	float: left;
	color: #B2A798;
}

.navbar ul li a:hover {
	color: #948878;
}

/*
 * Common elements
 */
.bigGreenHeading {
	background: #7da521;
	color: #fff;
	line-height: 50px;
}

.bigGreenHeading h2 {
	width: 830px;
	padding-left: 30px;
	margin: 0 auto;
	line-height: 50px;
	background: url('../images/bigGreenBackground.png') left no-repeat;
	font-weight: normal;
	font-size: 28px;
}


/*
 * Home page
 */
body#home #wrapper, body#closedBeta #wrapper {
	background: #fff url('../images/home-background.png') repeat-x;
}

#homeHeadline {
	height: 302px;
	width: 860px;
	margin: 0 auto;
	background: url('../images/home-headline.jpg') center no-repeat;
	position: relative;
}

.signupBadge {
	width: 200px;
	margin: 0 auto;
	line-height: 150%;
	font-weight: normal;
	font-size: 12px;
}
#noMoreWireframes {
	background: url('../images/headline-no-wireframes.png') left no-repeat;
	width: 346px;
	height: 15px;
	text-indent: -9999px;
	position: absolute;
	left: 370px;
	top: 40px;
}


#headline {
	background: url('../images/headline-start-right.png') left no-repeat;
	width: 519px;
	height: 48px;
	text-indent: -9999px;
	position: absolute;
	left: 370px;
	top: 60px;
}

#headline p, #tourCall p, #signupCall p, #signupBadge p, #screencastCall p, #betaSignupCall p, #noMoreWireframes h2 {
	margin: 0;
	padding: 0;
}

#tourCall a, #signupCall a, body#home #signupBadge a, #screencastCall a, #betaSignupCall a {
	display: block;
	text-indent: -9999px;
	position: absolute;
}

/*
 * From close beta
 */
#screencastCall a {
	background: url('../images/headline-video-tour.png') left no-repeat;
	width: 225px;
	height: 50px;
	left: 520px;
	top: 127px;
}

body#videoTour h3 {
	padding-bottom: 5px;
}

#betaSignupCall a {
	background: url('../images/headline-received-invitation.png') left no-repeat;
	width: 321px;
	height: 38px;
	left: 370px;
	top: 180px;
}

#signupCall a {
	background: url('../images/headline-signup.png') center no-repeat;
	width: 170px;
	height: 38px;
	right: 2px;
	top: 20px;
}

body#home #signupBadge a {
	width: 300px;
	height: 220px;
	left: 360px;
	top: 20px;
}

#getStartedBar {
	position: absolute;
	top: 251px;
	left: 40px;
	font-size: 14px;
	color: #F3F8E9;
	line-height: 51px;
	height: 51px;
}

#getStartedBar h4 {
	color: #fff;
	font-size: 14px;
}

#getStartedBar p {
	margin: 0;
	padding: 0;
}

#getStartedBar a {
	color: #fff;
}

#getStartedBar a:hover {
	color: #000;
}


/*
 * Leafy buttons
 */
#leafyButtonTour a, #leafyButtonSignup a {
	display: block;
	text-indent: -9999px;
	width: 335px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#leafyButtonTour a {
	background-image: url('../images/leafybutton-take-tour.png');
	height: 50px;
}

body.signUp #leafyButtonTour a, body.pricingPeek #leafyButtonTour a {
	background-image: url('../images/pricing-leafybutton-tour.jpg');
	width: 387px;
}

#leafyButtonSignup a {
	background-image: url('../images/leafybutton-sign-up.png');
	height: 52px;
}

body.signUp #leafyButtonSignup a, body.pricingPeek #leafyButtonSignup a {
	margin-left: 18px;
}


/*
 * Home page - Content Stripes
 */
.col1, .col2,  {
	float: left;
}

.col1 {
	width: 580px;
}

.col2 {
	width: 280px;
	height:170px;
	background-image:url(../images/one.gif);
	background-repeat:no-repeat
}
.col3 {
    position: absolute;
	font-size: 12px;
	line-height: 150%;
	left: 370px;
	width: 220px;
	top: 10px;
}
.col4 {
    position: absolute;
	font-size: 12px;
	line-height: 150%;
	left: 650px;
	width: 200px;
	top: 10px;
}
.cesearch {
    position: absolute;
	font-size: 12px;
	line-height: 150%;
	left: 600px;
	width: 250px;
	top: 10px;
	background:#E8E4D4;
	background-image:url(../images/cesearch.gif); background-repeat:no-repeat;
}
.ultitle {
    position: absolute;
	font-size: 12px;
	line-height: 150%;
	left: 600px;
	width: 250px;
	top: 75px;
	background-image:url(../images/index01.gif); background-repeat:no-repeat;
}
.col1 .spacer, .col2 .spacer {
	padding: 20px;
}

#firstStripe {
	clear: both;
	background: #f6f4f0;
	color: #555;
}

#firstStripe h2, #secondStripe h2 {
	color: #689626;
	line-height: 1.1em;
	font-size: 28px;
}

#firstStripe h3, #secondStripe h3 {
	color: #265F96;
	font-size: 14px;
}

#firstStripe .col2 h3, #secondStripe .col2 h3 {
	font-size: 14px;
}

#firstStripe .col2 {
/*	padding-top: 62px;*/
}



#secondStripe {
	clear: both;
	background: #e8e4d4;
}

#secondStripe .col1 p {
	margin-bottom: 20px;
}

/*
 * Beta - newsletter stripe
 */
#betaNewsletterStripe {
	background: #CDC9B4;
}

#betaNewsletterStripe h2 {
	color: #ED6027;
	font-size: 24px;
	line-height: 1.1em;
}

#betaNewsletterStripe .col2 form p {
	margin: 0 0 2px 0;
	padding: 0;
}

#betaNewsletterStripe .col1 .spacer, #betaNewsletterStripe .col2 .spacer {
	padding: 10px 20px 0 20px;
}

#newsletterSuccessNote {
	padding: 20px;
}

/*
 * Footer
 */
#footer {
	background: #7e7e7e;
	height: 70px;
}

#footer .centralizer {
	padding-top: 25px;
}

#footer #copyright {
	float: left;
	width: 290px;
	font-size: 12px;
/*	line-height: 70px;*/
}

#footer #copyright, #footer #copyright a { color: #ddd; }
#footer #copyright a:hover { color: #fff; }

#footer .navbar ul { padding: 0; }
#footer .navbar ul li { border-right: 1px solid #999; }
#footer .navbar ul li.last { border-right: none; }
#footer .navbar ul li a { color: #aaa; }
#footer .navbar ul li a:hover { color: #ccc; }

/*
 * Pricing
 */
table#pricingTable {
	margin: 5px 0;
	border-collapse: collapse;
	width: 590px;
	float: left;
}

table#pricingTable td {
	border: 5px solid #fff;
}

table#pricingTable thead tr td {
	background: #e8e4db;
	font-size: 18px;
	color: #74726d;
	padding: 10px 0;
	text-align: center;
}

table#pricingTable thead tr td.typeOfAccount {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 20px;
	text-align: left;
}

table#pricingTable tbody tr td {
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}

table#pricingTable tbody tr td.categoryCol {
	text-align: left;
	font-weight: normal;
	padding-left: 20px;
	font-size: 12px;
}

table#pricingTable tbody tr td {
	background: #f6f4f0;
}

table#pricingTable tbody tr#signupRow td.categoryCol {
	background: #f6f4f0;
}

table#pricingTable tbody tr#signupRow td {
	background: #7da521;
}

table#pricingTable tbody tr#signupRow td a {
	background: #7da521;
	color: #fff;
	font-weight: normal;
	display: block;
	padding: 10px;
	font-size: 14px;
}
table#pricingTable tbody tr#signupRow td a:hover {
	text-decoration: underline;
}

#allPlansInclude {
	width: 230px;
	margin-left: 40px;
	margin-top: 55px;
	float: left;
}

.peek#allPlansInclude {
	margin-top: 30px;
}

#allPlansInclude h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

#allPlansInclude ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}


#mainCopy {
	background: url('../images/pricing-main-copy-background.png') center repeat-y;
}

#mainCopyWrapper {
/*	background: #E8E4DB url('../images/pricing-main-copy-background.png') repeat-y;*/
	background: url('../images/pricing-main-copy-header.png') top no-repeat;
}

#keepItSimple, #takeTour {
	padding: 30px 0 20px;
}

#keepItSimple {
	width: 350px;
	padding-right: 50px;
	float: left;
/*	background: #F5F4F0;*/
}

#keepItSimple h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 32px;
	color: #7da521;
	font-weight: normal;
}

#keepItSimple h4 {
	margin: 5px 0;
	padding: 0;
}

#keepItSimple p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
}

#takeTour {
	float: left;
	width: 460px;
}

#takeTour #jumpchartComputer {
	width: 387px;
	height: 292px;

	background: url('../images/pricing-monitor.jpg') center no-repeat;
}

#takeTourLink p {
	margin: 0;
	padding: 0;
}

#takeTourLink a {
	text-indent: -9999px;
	background: url('../images/pricing-take-a-tour.jpg') center no-repeat;
	width: 444px;
	height: 51px;
	display: block;
	margin-left: -2px;
}

/*
 * Sign up
 */
body.signUp form {
	padding-top: 20px;
}

.signupTip {
	color: #777;
	font-size: 80%;
}

.signupDataAggregator {

}

#validationMessage {
	padding-bottom: 20px;
	color: #d30;
	font-weight: bold;
}


/*
 * Screencasts
 */
.screencastContainer {
	margin: 30px 0 30px 20px;
}

.screencastContainer .thumbnail {
	float: left;
	width: 221px;
	border: 2px solid #333;
}

.screencastContainer .description {
	margin-left: 40px;
	float: left;
	width: 400px;
}

.screencastContainer .description h3 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

.screencastContainer .description a {
	color: #333;
}

.screencastContainer .description a:hover {
	color: #777;
	text-decoration: underline;
}


/*
 * Coming Soon page
 */
body#comingSoon {
	background: #fff url('../images/soon-bkg.png') left repeat-y;
	line-height: 1.1em;
	color: #666;
}

body#comingSoon .col1 {
	width: 340px;	
}

body#comingSoon .col1 .spacer {
	padding: 0px 20px;
	line-height: 1.4em;
	color: #888;
}

body#comingSoon .col2 {
	width: 300px;
	padding: 64px 0 0 10px;
	font-size: 11px;
}

body#comingSoon #main {
/*	margin-top: 30px;*/
}

body#comingSoon #copyright {
	font-size: 11px;
	padding-top: 10px;
}

body#comingSoon .navbar {
	float: left;
	width: 50px;
}

body#comingSoon #loginLink {
	margin: 10px;
	
}

body#comingSoon #loginLink a {
	color: #B2A798;
}

body#comingSoon #loginLink a:hover {
	color: #948878;
}

/*
 * Video tours
 */
body.videoTours {
	background: #fff;
}

body.videoTours #header, body.videoTours #footer {
	display: none;
}

/*
 * Promo
 */
#promoDisclaimer {
	background: #F6F4F0;
	padding: 10px;
	border: 1px dashed #D6D4CC;
	margin-top: 10px;
	color: #74726D;
}

#promoDisclaimer p {
	padding: 0;
	margin: 0;
}
ul#navlist
{
margin: 0 0 0 0px;
padding: 0;
width: 200px;
}

#navlist li
{
list-style-type: none;
background-color: #E8E4D4;
color: #261BFB;
border: .2em solid #CCCCCC;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
}

#navlist li a
{
color: #555555;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #F1EEE5;
color: #000;
}
.col11 {
	width: 850px;
}