	#tour_wrapper {
		background-color: #1b1b1b;
		background-image: url('/img/tour_images/nav_layout/tour_back.gif');
		color: white;
	}

/* left column */
	#tour_left_column {
		float: left;
		width: 258px;
	}
	#tour_left_column ul {
		margin: 0;
	}
	#tour_left_column ul li {
		border-bottom: 1px solid #2e2e2e;
		height: 38px;
		position: relative;
	}
	#top_left {
		border-bottom: 1px solid #2e2e2e;
		color: #bcb5b5;
		font-family: Georgia, serif;
		font-size: 14px;
		font-style: normal;
		padding: 20px 20px;
	}
	#tour_left_column ul li a {
		color: #bcb5b5;
		display: inline-block;
		font-family: Georgia, serif;
		font-size: 14px;
		font-style: normal;
		height: 38px;
		line-height: 38px;
		text-decoration: none;
		width: 258px;
	}
	#tour_left_column ul li.nav_inactive a:hover {
		background-color: #383838;
	}
	#tour_left_column ul li a img {
		display: block;
		float: left;
		margin: 0 16px 0 16px;
	}
	#tour_left_column ul li.nav_active {
		background-image: url('/img/tour_images/nav_layout/nav_active_back.jpg');
	}
	#tour_left_column ul li.nav_active a {
		color: white;
		font-style: italic;
	}
	#tour_left_column ul li.nav_active a span {
		background-image: url('/img/tour_images/nav_layout/arrow.png');
		display: inline-block;
		height: 37px;
		position: absolute;
		top: 0;
		right: -19px;
		width: 20px;
	}

/* right column */
	#tour_right_column {
		background: black;
		border-left: 1px solid #2e2e2e;
		color: #b8b8b8;
		font-family: Arial, sans-serif;
		font-size: 15px;
		margin-left: 258px;
		padding: 30px 0 10px 0;
	}
	#tour_right_column .glow_left, #tour_content .glow_left {
		background-image: url('/img/tour_images/content_layout/content_back_glow_left.png');
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	#tour_right_column .glow_right, #tour_content .glow_right {
		background-image: url('/img/tour_images/content_layout/content_back_glow_right.png');
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	#tour_right_column .glow_center, #tour_content .glow_center {
		background-image: url('/img/tour_images/content_layout/content_back_glow_center.png');
		background-position: bottom center;
		background-repeat: repeat-x;
	}
	#tour_right_column .content_box, #tour_content .content_box {
		padding: 0 54px 20px 54px;
	}
	#tour_right_column h2, #tour_content h2 {
		color: white;
		font-family: Georgia, serif;
		font-size: 30px;
		line-height: 59px;
		margin: 0;
		padding: 0.5em 0 ;
	}
	#tour_right_column h3, #tour_content h3 {
		color: white;
		font-family: Georgia, serif;
		font-size: 18px;
		line-height: 24px;
		margin: 0;
		padding: 0.5em 0 ;
	}
	#tour_right_column p, #tour_content p {
		font-family: Arial, sans-serif;
		font-size: 15px;
		line-height: 24px;
		margin: 1em 0;
		padding: 0;
	}
	#tour_right_column div, #tour_content div {
		margin: 0;
		padding: 0;
	}
	#tour_right_column .left_column, #tour_content .left_column {
		float: left;
		width: 274px;
	}
	#tour_right_column .right_column, #tour_content .right_column {
		float: right;
		width: 274px;
	}
	#tour_right_column .header_icon, #tour_content .header_icon {
		margin-right: 22px;
		display: inline-block;
		vertical-align: middle;
		float: left;
	}
	
	/* new tour layout styles */
	
	div#tour_nouveau {
		background: black;
		border: 1px solid #9c9a9b;
		width: 968px;
		margin: 146px auto 0 auto;
		padding: 6px 0 0 7px;
	}
	
	div#tour_nouveau div#tour_header {
		border-top: 5px solid #333;
		overflow: hidden;
		margin: 0 7px 20px 0;
	}
	
	span.tour_header_txtsmall{
		font-size: 20px;
		font-weight: normal;
		color: #b8b8b8;
	}
	
	div#tour_nouveau div#tour_header img {
		float: left;
	}
	
	div#tour_nouveau div#tour_wrap {
		background: transparent url('../img/tour_images/general_layout/tour_page_bg.jpg') 0 0 repeat-y;
		margin: 0 0 7px 0;
		overflow: hidden;
		padding-bottom: 6em;
	}
	
	div#tour_nouveau div#tour_sidenav {
		background: transparent url('../img/tour_images/nav_layout/tour_sidenav_top.jpg') 0 0 repeat-x;
		width: 238px;
		float: left;
		padding: 22px 0 0 0;
	}
	
	div#tour_demo_link {
		padding-bottom: 30px;
/*		width: 122px;*/
		text-align: center;
	}
	
	div#tour_demo_link img, div#tour_demo_link a {
		display: inline;
	}
	
	div#tour_nouveau div#tour_content {
		color: #b8b8b8;
		width: 728px;
		float: left;
		
		background: black;
		/*border-left: 1px solid #2e2e2e;*/
		color: #b8b8b8;
		font-family: Arial, sans-serif;
		font-size: 15px;
		/*margin-left: 30px;*/
		padding: 45px 0;
/*		padding: 0 0 0 20px;*/
	}
	
	div#tour_nouveau div#tour_sidenav ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #2e2e2e;
	}
	
	div#tour_nouveau div#tour_sidenav li {
		float: left;
		clear: left;
		width: 238px;
		border-bottom: 1px solid #2e2e2e;
		position: relative;
	}
	
	div#tour_nouveau div#tour_sidenav li a:link, div#tour_nouveau div#tour_sidenav li a:visited {
		color: #bcb5b5;
		text-decoration: none;
		font: 14px/38px Georgia, "Palatino", serif;
		display: block;
	}
	
	div#tour_nouveau div#tour_sidenav li a:hover {
		background-color: #383838;
	}
	
	div#tour_nouveau div#tour_sidenav li.active a {
		background: transparent url('../img/tour_images/nav_layout/nav_active_slice.jpg') 0 0 repeat-x;
		font-style: italic;
		color: white;
	}
	
	div#tour_nouveau div#tour_sidenav li.active span {
		background: transparent url('../img/tour_images/nav_layout/arrow.png') 0 0 no-repeat;
		display: block;
		height: 37px;
		width: 20px;
		position: absolute;
		top: 0;
		right: -20px;
	}
	
	div#tour_nouveau div#tour_sidenav li img {
		float: left;
		margin: 0 10px 0 18px;
	}
	
	ul#tour_header_nav {
		background: url('../img/tour_images/nav_layout/nav_sprite.png') no-repeat scroll top left;
		width: 961px;
		height: 141px;
		text-indent: -9999em;
		margin: 0;
		position: relative;
	}
	
	ul#tour_header_nav li, ul#tour_header_nav li a {
		display: block;
		height: 141px;
		width: 240px;
	}
	
	ul#tour_header_nav li {
		position: absolute;
		top: 0;
	}
	
	li#tab_moro_core {
		left: 0;
	}
	
	li#tab_moro_core a:hover {
		background: transparent url('/img/tour_images/nav_layout/nav_sprite.png') 0 -141px;
	}

	li#tab_moro_core a.active {
		background: transparent url('/img/tour_images/nav_layout/nav_sprite.png') 0 -282px;
	}
	
	li#tab_moro_plus {
		left: 240px;
	}
	
	li#tab_moro_plus a:hover {
		background: transparent url('/img/tour_images/nav_layout/nav_sprite.png') -240px -141px;
	}
	
	li#tab_moro_plus a.active {
		background: transparent url('/img/tour_images/nav_layout/nav_sprite.png') -240px -282px;
	}
	
	li#tab_moro_pro {
		left: 480px;
	}
	
	li#tab_moro_pro a:hover {
		background: transparent url('/img/tour_images/nav_layout/nav_sprite.png') -480px -141px;
	}
	
	li#tab_moro_pro a.active {
		background: transparent url('/img/tour_images/nav_layout/nav_sprite.png') -480px -282px;
	}
	
	li#tab_moro_compare {
		left: 720px;
	}
	
	li#tab_moro_compare a:hover  {
		background: transparent url('/img/tour_images/nav_layout/nav_sprite.png') -720px -141px;
	}
	
	li#tab_moro_compare a.active  {
		background: transparent url('/img/tour_images/nav_layout/nav_sprite.png') -720px -282px;
	}
	
/* tour pro */
div#pro_content{
	color: #fff;
	font-size: 15px;
}
div.header_pro{
	clear: both;
	margin: 0 0 70px 0;
}
h2.header_pro_subtitle{
	float: left; 
	color: #fff; 
	font-size: 30px; 
	font-family: Georgia; 
	margin: 25px 0 0 50px;
}
img.header_pro_icon{
	float: left; 
	position: relative; 
	top: 10px;
	left: 40px;
}
span.bluetext{
	color: #00d4ca;
}
span.greentext{
	color: #26ffcb;
	font-style: italic;
}
.itals{
	font-style: italic;
}
div#tour_content p.textHook{
	font-family: Georgia;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: normal;
	color: #fff;
	clear: both;
	margin: 20px 0 20px 47px;
}

table#overview_features p.textHook, div#tour_content table#overview_features p.textBody {
	margin-left: 0;
}

span.italicize{
	font-style: italic;
}
table#overview_features{
	margin: 0 0 0 40px;
}
div#tour_content div.textHookBigger, div.textHookBigger {
	font-family: Georgia;
	font-size: 22px;
	line-height: 1.5em;
	color: #fff;
	margin: 20px 24px 20px 47px;
}
div#tour_content div.textHookBiggerBlue, div.textHookBiggerBlue{
	font-family: Georgia;
	font-size: 22px;
/*	font-weight: bold;*/
	line-height: 1.5em;
	color: #00d4ca;
	margin: 20px 0 20px 47px;
}
p.textBody, div#tour_content p.textBody{
	color: #b8b8b8;
	font-family: Arial;
	margin: 0 0 20px 47px;	
}
p.textBodyBlue, div#tour_content p.textBodyBlue{
	color: #00d4ca;
	font-family: Arial;
	margin: 0 0 20px 47px;	
}
.gray{
	color: #b8b8b8;
}
div.gravitas{
	clear: both;
}
.cmsSecond{
	background: url('/img/tour_images/content_images/cms/cms_second.jpg') no-repeat;
	height: 510px;
	width: 730px;
}
.leaderboardSecond{
	background: url('/img/tour_images/content_images/leaderboard/leaderboard_second.jpg') no-repeat;
	height: 511px;
	width: 730px;
}
.cmsSecondContent{
	float: right;
	margin: 130px 100px 0 0;
}
.leaderboardSecondContent{
	float: right;
	margin: 130px 10px 0 0;
}
.bgAdvCustom{
	background: url('/img/tour_images/content_images/adv_custom/adv_custom_second.jpg') no-repeat;
	width: 730px;
	height: 440px;
}
.divFloatLeft{
	float: left;
	margin: 0;
}
	
	div#tour_content div.gutter {
		padding: 0 52px 0 47px;
	}
	
	div#tour_content div#core_overview div.gutter {
		padding: 0 56px 0 74px;
	}

	div#tour_content p {
		font-size: 15px;
		line-height: 20px;
	}
	
	div#tour_content p strong {
		color: white;
	}
	
	div#tour_content p.content_break {
		margin-bottom: 52px;
	}
	
	div#tour_content p.preamble {
		color: white;
		font: 18px/24px Georgia, "Palatino", serif;
		clear: both;
		margin-bottom: 18px;
	}
	
	h1.tour_header {
		color: white;
		font: 30px/59px Georgia, "Palatino", serif;
/*		margin-bottom: 56px;*/
		padding: 9px 0 30px 0;
	}
	
	div#tour_nouveau div#tour_content h1.sans_image, #tour_right_column .sans_image {
		line-height: 35px;
	}
	
	h1.larger {
/*		font-size: 36px;
		line-height: 38px;
		margin-bottom: 72px;*/
	}
	
	h1.tour_header_plus{
		color: white;
		font: 30px/59px Georgia, "Palatino", serif;
		margin: 8px 0 30px 0;
	}
		h1.tour_header_compare{
		color: white;
		font: 30px/59px Georgia, "Palatino", serif;
		margin: 8px 0 60px 0;
	}
	h1.tour_header img {
		float: left;
		padding-right: 30px;
	}
	
	h3.tour_subheader {
		color: white;
		font: 18px/23px Georgia, "Palatino", serif;
	}
	
	div#categories_example {
		background: url('/img/tour_images/content_images/categories/categories_example.jpg') no-repeat scroll top left;
		width: 724px;
		height: 539px;
	}
	
	div#feature_content {
		background: url('/img/tour_images/content_images/categories/feature_content.jpg') no-repeat scroll top left;
		width: 242px;
		height: 358px;
		padding: 152px 74px 0 408px;
	}
	
	div#cms_screenshot {
		background: url('/img/tour_images/content_images/categories/cms_screenshot.jpg') no-repeat scroll top left;
		width: 724px;
		height: 647px;
		padding: 64px 0 0 0;
	}
	
	div#bookmark_content {
		background: url('/img/tour_images/content_images/categories/bookmark_content.jpg') no-repeat scroll top left;
		width: 724px;
		height: 584px;
		padding-top: 72px;
	}
	
	h2.highlight {
		color: white;
	}
	
	div#tour_content h2.tour_subheader, h2.tour_subheader {
		font: 18px/23px Georgia, "Palatino", serif;
	}
	
	div#reward_your_users {
		background: url('/img/tour_images/content_images/top_users/reward_your_users.jpg') no-repeat scroll top left;
		width: 318px;
		height: 365px;
		padding: 784px 0 0 406px;
	}
	
	div#menus {
		background: url('/img/tour_images/content_images/menus/app_menus.jpg') no-repeat scroll top left;
		width: 726px;
		height: 731px;
	}
	
	div#grids {
		background: url('/img/tour_images/content_images/menus/grids.jpg') no-repeat scroll top left;
		width: 368px;
		height: 689px;
		padding: 94px 358px 0 0;
	}
	
	div#full_customizer {
		background: url('/img/tour_images/content_images/menus/full_customizer.jpg') no-repeat scroll top left;
		width: 725px;
		height: 1914px;
		padding: 70px 0 0 0;
		position: relative;
	}
	
	div#choose_button {
		position: absolute;
		top: 550px;
	}
	
	div#upload_buttons {
		position: absolute;
		top: 969px;
	}

/* core functionality */
div#sync_media{
	background: url('/img/tour_images/content_images/core_functionality/sync_media.jpg') no-repeat scroll top left;
	width: 726px;
	height: 334px;
}
div#geo_target{
	background: url('/img/tour_images/content_images/core_functionality/geo_target.jpg') no-repeat scroll top left;
	width: 727px;
	height: 520px;
	padding: 50px 0 0 0;
}
div#social_media{
	background: url('/img/tour_images/content_images/core_functionality/social_media.jpg') no-repeat scroll top left;
	height: 834px;
	width: 725px;
}
div#social_media_plus{
	background: url('/img/tour_images/content_images/core_functionality/social_media_plus.jpg') no-repeat scroll top left;
	height: 834px;
	width: 725px;
}
div#marginpush{
	margin: 0 24px 0 47px;
}
div#floatright{
	width: 500px;
	float: right;
}
div#floatleft{
	width: 500px;
	margin: 80px 0 0 47px;
	float: left;
}
/* overview plus */
div#overview_plus_api{
	background: url('/img/tour_images/content_images/overview_plus/overview_plus_api.jpg') no-repeat scroll top left;
	width: 725px;
	height: 515px;
	margin: 0 0 60px;
}
/* compare */
table#comparefeatures{
	width: 875px;

}
table tr th.compare, table tr td.corepluspro{
	width: 350px;
	font-family: Arial;
}
table tr td.compare{
	text-align: right;
	padding: 0 20px 0 0;
}
table tr td{
	height: 40px;
	font-family: Georgia;
}
table tr.even{
	background: #000;
}
table tr.odd{
	background: #333;
}
.core{
	color: #b5b5b5;
}
.plus{
	color: #1778e8;
}
.pro{
	color: #8635f4;
}

#make_it_your_own {
	background: url('../img/tour_images/content_images/overview_pro/make_it_your_own.jpg') no-repeat scroll top left;
	width: 727px;
	height: 368px;
}
/* advcust */
div#controltintandopacity{
	background: url('/img/tour_images/content_images/adv_custom/adv_custom_third.jpg') no-repeat scroll top left;
	width: 730px;
	height: 469px;
	
}
/* multi language */
div#dual_iphones{
	background: url('/img/tour_images/content_images/multi_lang/dual_iphones.jpg') 0 0 no-repeat;
	width: 724px;
	height: 820px;
}

div#welcome_screenshot {
	background: url('../img/tour_images/content_images/overview/welcome_screenshot.jpg') no-repeat scroll top left;
	width: 728px;
	height: 521px;
}

ul.overview_listing {
	margin: 56px 0 0 0;
	padding: 0;
}

ul.overview_listing li {
	overflow: hidden;
	padding-bottom: 52px;
}

ul.overview_listing li:last-child {
	padding-bottom: 34px;
}

div#tour_content ul.overview_listing li div {
	padding: 0 0 0 144px;
}

div#tour_content ul.overview_listing li h3 {
	margin: 0;
	padding: 0;
}

ul.overview_listing li img {
	float: left;
}

div#inline_video {
	width: 550px;
	margin: 0 auto;
	font: 18px/24px Georgia, "Palatino", serif;
	color: white;
	padding: 0;
	position: relative;
	bottom: -20px;
}

div#overview_listing_container {
	background: transparent url('../img/tour_images/content_images/overview/overview_listing_container.jpg') 0 100% repeat-x;
}

div#overview_listing_container h3 {
	padding-top: 0;
}

div#tour_content div#core_overview div#decoration {
	background: transparent url('../img/tour_images/content_images/overview/core_overview_decoration.png') 76px 100% no-repeat;
	padding-bottom: 66px;
	margin-bottom: 8px;
}

div#core_overview_slides {
	width: 728px; 
	height: 526px;
}