#sidenav-content { margin: 0; padding: 0; background: url(/images/site/tour-navback.gif) top repeat-x; width:950px; margin:10px 0;}


/* = Tour Navigation
----------------------------------------------- */

#tour-nav {
	margin-bottom: 20px;
	height: 87px;
	position: relative;
	}

#tour-nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 175px;
	position: absolute;
	}

#tour-nav li {
	display: inline;
	float: left;
	line-height: 50px;
	}

#tour-nav li a {
	display: block;
	text-decoration: none;
	color: #b6b6b6;
	background: url(/images/site/tour-navback-inactive.gif) top no-repeat;
	padding: 0 15px;
	height: 87px;
	font-size: 11px;
	letter-spacing: -.25px;
	font-family: Helvetica, Arial, sans-serif;
	}

#tour-nav li a:hover {
	color: #666;
	background-position: bottom;
	}

#tour-nav li a.active {
	color: #009eea;
	background: url(/images/site/tour-navback-active.gif) top no-repeat;	
	}

#tour-nav li a span {
	display: block;
	font-size: 16px;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding-top: 32px;
	font-weight: bold;
	color: #fff;
	}

/* = Tour Content
----------------------------------------------- */

#tour-content {
	width: 750px;
	margin: 0 auto;
	}

#tour-content a {
	color: #009eea;
	}

#tour-content p {
	margin: 0;
	padding: 10px 0;
	color: #1a1a1a;
	}

#tour-content h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 180%;
	letter-spacing: -1px;
	margin: 0;
	height: 35px;
	line-height: 35px;
	display: inline;
	border: 0;
	background: 0;
	}

#tour-content h2 span {
	display: block;
	float: left;
	background: #009eea;
	padding: 0 8px;
	}

#tour-content p.overview {
	font-size: 125%;
	line-height: 145%;
	}

#tour-content h3 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: 0;
	border: 0;
	color: #1a1a1a;
	line-height: 100%;
	}

#tour-content #tour-buttons {
	padding: 10px 25px 20px;
	}

#tour-content .tour-signup,
#tour-content .tour-continue {
	float: right;
	line-height: 34px;
	font-size: 120%;
	margin-left: 15px;
	}

#tour-content .tour-signup a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	width: 122px;
	height: 34px;
	background: url(/images/site/tour-signupnow.gif) no-repeat;
	}

/* = Tour Content Layout Components
----------------------------------------------- */

#tour-content .full-pane {
	width: 700px;
	padding: 0 25px 20px;
	clear: both;
	}

#tour-content .half-pane {
	width: 325px;
	padding: 0 25px 20px;
	float: left;
	}

#tour-content .third-pane {
	width: 200px;
	padding: 0 25px 20px;
	float: left;
	}
	
#tour-content .title {
	padding-bottom: 0;
	margin-bottom: 0;
	}

#tour-content .clear {
	clear: both;
	}

#tour-content .img-left {
	float: left;
	margin: 0 10px 10px 0;
	}

#tour-content .img-right {
	float: right;
	margin: 0 0 10px 10px;
	}
