#tourvid {
	width: 550px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	}
 
#tourlogo {
	width: 550px;
	height: 368px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	background-image: url("images/VirtualTour_EmediatesLogo.gif");
	display:none;
	}
	
	#tourlogo #top {
		height: 300px;
		width: 100%;
		}
	 
	#tourlogo #bottom {
		height: 60px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		}
	 
		#tourlogo #bottom #bottomleft {}
		
		#tourlogo #bottom #bottomright {
			float:right;
			}
	
		#tourlogo #bottom img {
			clear: none;
			}
	
		#tourlogo #bottom .pushup {
			padding-bottom: 12px;
			clear: none;
			}

#noQT {
	width: 550px;
	height: 368px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	background-image: url("images/VirtualTour_EmediatesLogo.gif");
	display:none;
	}
 
	#noQT p {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		}
 
	 #noQT a {
		color: #EEEEEE;
		}

		#noQT a:hover {
			text-decoration: underline;
			}

input {
	background-color: #FF00FF;
	border: 0;
	float:right;
	margin-bottom:15px;
	clear: none;
	}
	
	
/* MENUS */	

#qt	{
	width: 550px;
	margin: 10px auto;
	display: block;
	overflow: hidden;
	}

	#qt a {
		display: block;
		overflow: hidden;
		width: 210px;
		height: 20px;
		border: 1px solid #000;
		background-color: #861512;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		line-height: 20px;
		color: white;
		}
		
		#qt a:hover {
			background-color: #DE2824;
			}