body, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
/*    background: #a8a7a7 url(../images/bg-gradient.png) repeat-x top center; */
	font-family: Arial,Helvetica,sans-serif;
	text-shadow: -1px 1px 0 white; /* 0 1px 0 white; */
	/*text-shadow: white -1px 1px 0; */ /* 0 1px 0 white; */
	color: #696c70;
	font-size: 16px;
}

.wrapper-simple {
	width: 870px;
	height: 474px;
	margin-left: auto;
	margin-right: auto;
}
.content-main-simple {
	position: relative;
}

.content-middle-simple {
	position: relative; /* so that inner elements can be vertically centered */
	height: 460px; /* to make the height of the white area about 460px */
	top: 8px;
	background-color: #fff;
	text-align: center;
}

.wrapper, .footer {
	width: 901px;
	margin-left: auto;
	margin-right: auto;
}
.content-main {
	position: relative;
}

.content-top {
	height: 60px;
	background-image: url(../images/bg-top.png);
	margin-top: 15px;
}

.content-top-rounded {
	height: 15px;
	background-image: url(../images/bg-top-rounded.png);
	margin-top: 0;
	margin-bottom: -1px; /*fix for iPad glitch (horizontal lines) */
}

.content-middle-rounded {
	position: relative; /* so that inner elements can be vertically centered */
	height: 450px; /* to make the height of the white area about 460px */
	background: transparent url(../images/bg-middle-rounded.png) repeat-y 0 0; 
	padding: 0 25px;
	text-align: center;
}

.content-middle-rounded {
	position: relative; /* so that inner elements can be vertically centered */
	height: 450px; /* to make the height of the white area about 460px */
	background: transparent url(../images/bg-middle-rounded.png) repeat-y 0 0; 
	padding: 0 25px;
	text-align: center;
}

.content-middle-square {
	position: relative; /* so that inner elements can be vertically centered */
	height: 474px; 
	background-color: #e1e0dc; 
	padding: 0 25px;
	text-align: center;
}

.content-bottom-rounded {
	height: 11px;
	background-image: url(../images/bg-bottom-rounded.png);
	position: relative; /* so that inner elements can be absolutely positioned */
	margin-top: -1px; /*fix for iPad glitch (horizontal lines) */
}

.content-bottom {
	height: 70px;
	background-image: url(../images/bg-bottom.png);
	position: relative; /* so that inner elements can be absolutely positioned */
}
.fly-in-wrapper {
	border: 1px solid #babec0;
	background-color: #f5f5f0;
}

.top-bar-left {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}
.top-bar-right {
	float: right;
}

.property-name {
	padding-top: 3px;
	float: left;
}
.property-name a {
    color: #3a404a;
	text-decoration: none;    
}
.property-name a img {
    border: none;
	 max-width: 200px;
	 max-height: 38px;
	 margin-top: -13px;
	 margin-left: -9px;
}

.floorplan-menu {
	float: left;
	margin-left: 20px;
}

.modules-menu {
	float: left;
}
.modules-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.modules-menu li {
	float: left;
	padding: 20px 10px;
	background: url(../images/modules-menu-separator.png) top right no-repeat;
	height: 14px;
}
.modules-menu li.last {
	background: inherit;
	padding-right: 50px;
}

.modules-menu a {
	color: #3a404a;
	text-decoration: none;
	font-size: 15px;
}

.modules-menu a.current{
	text-decoration: underline;
}

.disclaimer {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 5px;
	font-size: 10px;
	text-shadow: none;
	color: #71747a;
}

.bottom-bar {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 35px;
	font-size: 20px;
    letter-spacing: 4px;
}

.bottom-bar-left {
	position: absolute;
	top: 0;
	left: 21px;
	font-size: 12px;
	letter-spacing: normal;
    margin-top: 4px;
	text-shadow: none;
}
.bottom-bar-right {
	position: absolute;
	top: 0;
	right: 21px;
	font-size: 12px;
	letter-spacing: normal;
    margin-top: 4px;
	text-shadow: none;
}
.footer {
	text-align: center;
	text-shadow: none;
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 10px;
}
.footer a, .footer a:visited {
    color: #696c70;
	text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

/* Module-specific styles... */
.jquery-reel-overlay {
    margin-left: auto;
    margin-right: auto;
}

/* icky stuff to make the vr object center vertically */
.centering-outer {
	display: table; 
	height: 100%; 
	#position: relative; 
	overflow: hidden;
	margin: 0 auto;
}

.centering-middle {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.centering-inner {
	#position: relative; 
	#top: -50%;
}

.module-help {
	text-align: center;
	background-color: #333;
}

.module-help, .module-help  p, .module-help h3, .module-help h2, .module-help h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 1px;
	text-shadow: none;
}

.module-help img {
	max-height: 50px;
	max-width: 200px;
}

.module-help-display {
	background: transparent;
	position: relative;
	width: 100%;
	height: 50%;
	top: 30%;
}
.vr-object-help-container {
	position: absolute;
	height: 465px;
	width: 872px;
	top: 5px;
	left: 15px;
	opacity: 1.0;
	z-index:800;
}

.vr-object-help-mask {
	position: absolute;
	height: 465px;
	width: 872px;
	top: 5px;
	left: 15px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #333;
	z-index:700;
	-moz-border-radius:10px; border-radius:10px; 	
}
.vr-object-help-container-simple {
	position: absolute;
	height: 468px;
	width: 872px;
	top: 0px;
	left: -1px;
	opacity: 1.0;
	z-index:800;
}

.vr-object-help-mask-simple {
	position: absolute;
	height: 468px;
	width: 872px;
	top: 0px;
	left: -1px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #333;
	z-index:700;
}

.fly-in-help-container {
	position: absolute;
	opacity: 1.0;
	z-index:800;
}

.fly-in-help-mask {
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #333;
	z-index:700;
}
.fly-in-help-container-simple {
	position: absolute;
	top: 0px;
	left: -1px;
	opacity: 1.0;
	z-index:800;
}

.fly-in-help-mask-simple {
	position: absolute;
	top: 0px;
	left: -1px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #333;
	z-index:700;
}
.no-flash-content {
	width: 80%;
	height: 80%;
	margin-top: 10%;
	margin-left: 10%;
}
.no-flash-content a, .no-flash-content a:visited {
   color: #696c70;
	text-decoration: underline;
}
