

/* -------------------------------------------------------------------------------- ABOUT & UPDATE & SUBSCRIBE + LOGIN CREDENTALS */


	#header #login { 
		color: #fff;
		height: 36px;
		font: 9px verdana;
		background: #3f4a4e url('../images/header/bar.jpg') repeat-x;
		}
	
	#header #subscribe { 
		color: #fff;
		height: 36px;
		font: 11px verdana;
		background: #3f4a4e url('../images/header/bar.jpg') repeat-x;
		}
	
	#header #login .wrapper .blurb {
		float: left;
		margin-top: .5em;
		width: 495px;
		cursor: default;
		}
		
	#header #subscribe .wrapper .blurb {
		float: left;
		margin-top: .9em;
		cursor: default;
		}
		
		#header #login a, #header #subscribe a { color: #fece68; text-decoration: none; }
	
	#header #login .wrapper #credentials {
		float: right;
		height: 25px;
		}
		
		#header table {
			height: 25px;
			margin: .4em 0 0 0; padding: 0;
			border-collapse: collapse;
			}
		
		#header table tr td {
			margin: 0; padding: 0;
			}				
		
		#header table tr td.fill {
			background: url('../images/header/fill.jpg') repeat-x;
			}
		
		#header #login .wrapper #credentials input#username, #header #subscribe .wrapper input#email {
			width: 141px;
			color: #fff;
			border: 0;
			border-bottom: 1px solid #fece68;
			background-color: transparent;
			cursor: pointer;
			}
			
		#header #login .wrapper #credentials input#password {
			width: 85px;
			padding-bottom: .2em;
			color: #fff;
			border: 0;
			border-bottom: 1px solid #fece68;
			background-color: transparent;
			cursor: pointer;
			}

		#header #actions .wrapper span.about_button {
			color: #ffffff;
			float: right;
			font: normal 12px arial, sans-serif;
			height: 32px;
			margin-right: 10px;
			padding-right: 9px; /* sliding doors padding */
			background: transparent url('../images/header/about-end.jpg') no-repeat scroll top right;
			}

			#header #actions .wrapper span.about_button span {
				display: block;
				margin-top: 4px;
				line-height: 14px;
				height: 14px;
				overflow: hidden;
				padding: 5px 0 9px 36px;
				background: #F2BB46 url('../images/header/about.jpg') no-repeat;
				}

				#header #actions .wrapper span.about_button span a {
					color: #fff;
					font: 10pt Georgia, Serif;
					text-decoration: none;
					}

/* -------------------------------------------------------------------------------- PRESENTATION */

	
	#content #presentation #screencast {
		float: left;
		width: 527px; height: 330px;
		border: 1px solid #3f4a4e;
		}
	
	#content #presentation #tour {
		float: right;
		margin-top: 22px;
		width: 391px; height: 124px;
		background: url('../images/tour-box.jpg') no-repeat;
		}
		
		#content #presentation #tour .title {
			padding: .5em 0 0 .5em;
			font-size: 1.3em;
			font-family: "Helvetica Neue", Serif;
			font-style: italic;
			}
		#content #presentation #tour p {
			padding: 0 2em;
			font-size: .8em;
			font-family: Georgia, Serif;
			letter-spacing: 0.4px;
			line-height: 140%;
			}
			
		#content #presentation #map {
			float: right;
			width: 391px; height: 186px;
			}
		

/* -------------------------------------------------------------------------------- MULTI-BOXES */
		
		
	#multi-cols {
		clear: both;
		padding-top: 2em;
		}
	
	#content .box {
		float: left; width: 195px;
		margin-right: 4em;
		color: #666666;
		font: 9pt 'Helvetica Neue', Helvetica, Verdana;
		}
		
	#content .box-end {
		float: left; width: 190px;
		color: #666666;
		font: 9pt 'Helvetica Neue', Helvetica, Verdana;
		}
		
		#content .box .title, #content .box-end .title {
			display: block;
			margin-bottom: .5em;
			color: #333333;
		 	cursor: default;
			font-family: 'Helvetica Neue', Helvetica, Serif;
			font-size: 1.4em;
			font-variant: small-caps;
			font-weight: normal;
			line-height: 1;
		}
		
		#content .box ul, #content .box-end ul {
			margin: 1em 0;
			padding-left: 1em;
			font-variant: small-caps;
			}
			
		#content .box ul li, #content .box-end ul li {
			margin: .3em 0;
			line-height: 140%;
			}
			
		#content #multi-cols #data .title .color,
		#content #multi-cols #analytics .title .color,
		#content #multi-cols #targeting .title .color,
		#content #multi-cols #action .title .color { color: #ff007d; }
		#content .highlight { padding: 0 .5em; color: #fff; font-variant: small-caps; background: #92C874; cursor: default; }
		#content #multi-cols .highlight-alt { color: #16B5EF; font-variant: small-caps; cursor: default; }


/* -------------------------------------------------------------------------------- Map Tool Tip */


	.tip {
		color: #fff;
		width: 139px;
		z-index: 13000;
	}

	.tip-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		color: #9FD4FF;
		padding: 8px 8px 4px;
		background: url(../images/bubble.png) top left;
		}

	.tip-text {
		font-size: 11px;
		padding: 4px 8px 8px;
		background: url(../images/bubble.png) bottom right;
		}

	.indent { display: block; margin: .5em 0 .5em 1em; }


/* -------------------------------------------------------------------------------- Tourbox */


	#container .wrapper #content #col-left { float: left; }
	#container .wrapper #content #col-right { float: right; }
	
		#container .wrapper #content #col-left .tourbox,
		#container .wrapper #content #col-right .tourbox {
			width: 444px;
			margin-top: 1em;
			}
			
			#container .wrapper #content #col-left .tourbox .title,
			#container .wrapper #content #col-right .tourbox .title{
				font: 10pt "Lucida Grande", Serif;
				}
			
			#container .wrapper #content #col-left .tourbox .screenshot,
			#container .wrapper #content #col-right .tourbox .screenshot {
				width: 442px; height: 198px;
				border: 1px solid #3f4a4e;				
				}
			#container .wrapper #content #col-left .tourbox .text,
			#container .wrapper #content #col-right .tourbox .text {
				height: 130px;
				padding: 1em 0em;
				}
	
	