/* Quick Tour on the Home Page */
#tour {
	height: 350px;
	overflow: hidden; margin-left:12px;
}
	#tour .container {
		width: 350px;
		text-align:left;
		
	}	
		#tour .frame {
			float: none;
			margin-right: 40px;
			width: 300px;
			overflow: hidden;
		}
		html>body #tour .frame { float: left; }

		#tour .descr {
			float: left;
			margin: 10px 0 0 0;
			width: 340px;
		}
			#tour .descr h1 {
				font-size: 150%;
			}
			#tour .descr p {
				line-height: 1.5;
			}
			#tour .descr p strong {
				font-weight: normal;
				background-color: #EFA;
			}
		
		#tour .gfx {
			float: right;
		}
			#tour .gfx img {
				display: block;
				margin: 0;
				padding: 0;
			}
		


/* Tour navigation */
	.tour-nav {
		background-color: #;
		margin-left:12px;
		
		//height: 1%;
	}
		.tour-nav ul {
			margin: 0 0px;
			padding: .2em 0;
			font-size: .70em;
			overflow: hidden;
			zoom: 1;
		}
		.tour-nav li {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			width: 5%;
		}
			.tour-nav li a {
				display: block;
				margin: 0;
				padding: .5em .8em .5em .3em;
				line-height: .5;
				height: 6px;
				
			}
			.tour-nav li a:link,
			.tour-nav li a:visited {
				color: #39C;
				text-decoration: none;
			}
			
			.tour-nav li a.active:link,
			.tour-nav li a.active:visited {
				background-color: #e7e7e7;
				text-decoration: none;
			}
				.tour-nav li a:link strong,
				.tour-nav li a:visited strong {
					
				}
				.tour-nav li a:hover strong {
					color: #848484;
					background-color: #e7e7e7;
					text-decoration: none;
				}
				.tour-nav li a.active:link strong,
				.tour-nav li a.active:visited strong {
					color: #000;
					background-color: #e7e7e7;
					border: 0;
				}