body {
	margin: 10px auto;
	padding: 0;
	text-align: center;
	background: #FFC601;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
#wrapper {
	position: relative;
	margin: auto auto;
	width: 760px;
	height: 520px;
	background: url(../images/bg.gif);
	text-align: left;
}
#mainmenu {
	position: absolute;
	top: 160px;
	left: 10px;
}
#mmTitle {
	width: 190px;
	height: 28px;
	background: url(../images/viewPoints.gif) no-repeat;	
}
#threeD {
	position: absolute;
	top: 10px;
	left: 190px;
	width: 550px;
	height: 370px;
	background: #999999;	
}
#TurnTool {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 540px;
	height: 360px;
	background: #f7f7f7;
}
#TNTCtrl {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;	
}

#instructions {
	position: absolute;
	top: 400px;
	left: 10px;
	width: 235px;
	height: 115px;
	background: url(../images/instructions.gif) no-repeat;
}
#floorPlan {
	position: absolute;
	top: 385px;
	left: 260px;
	width: 483px;
	height: 120px;
}
#installTag {
	position: relative;
	margin: 0px;
	color: white;
	width: 540px;
	height: 360px;
	text-align: center;
}
.ffContentKeeper {
	width: 100%;
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;	
}
#debug {
	font-family: courier;
	font-size: small;
	color: white;
}
#walkAroundTitle {
	margin: 1px 0px 0px 0px;
}
#guidedTourOptions {
	display: none;
	width: 150px;
	margin: 5px 0px 0px 10px;
}
/* Welcome screen */

#welcome {
	position: absolute;
	left: 180px;
	top: 145px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 350px;
}
#welcomeImage {
	position: absolute;
	left: 550px;
	top: 170px; 
	width: 154px;
	height: 244px;
	background: url(../images/screenShot.gif);
}

/* 3D Plugin warnings and intructions */

.inWinNote {
	margin: 10px;
	text-align: left;
}
#colA {
	float: left;
	clear: left;
	width: 255px;
	text-align: left;
}
#colA p {
	display: block;
	width: 200px;
}
#colB {
	float: left;
	clear: right;
	width: 255px;
	text-align: left;	
}
.note {
	width: 50%;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
}
/*/////////////////////////////  IR Text Formatting /////////////////////////*/

#txtWelcomeHeader {
	display: block;
	background: url(../images/welcome.gif);
	margin: 0px 0px 0px 0px;	
	height: 18px;	
	width: 283px;
	overflow: hidden;
	text-indent: -2000px;
}
#txtAppleUsers {
	display: block;
	background: url(../images/appleUsers.gif);
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;		
	height: 13px;		
	width: 108px;
	overflow: hidden;
	text-indent: -2000px;
}
#txtContinue {
	display: block;
	background: url(../images/continue.gif) no-repeat;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;	
	height: 16px;		
	width: 76px;
	float: right;
	overflow: hidden;
	text-indent: -2000px;

}
/*/////////////////////////////  Text Formatting /////////////////////////*/
h1 {
	font-size: small;
	color: black;	
}
h2 {
	font-size: x-small;
	color: black;	
	margin: 0px 0px 10px 0px;
}
p {
	color: #111111;
}
.inWinNote p, .inWinNote h1, .inWinNote h2  {
	color: black;
}
#welcome p {
	margin: 10px 0px 15px 5px;
}
/*///////////////////////////// List Formatting /////////////////////////*/
ul.noPoints {
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
ul.noPoints li {
	list-style: none;
	margin: 0px 0px 5px 0px !important;
	padding: 0 !important;
	text-indent: 0;
	border-bottom: 1px solid silver;
}
ul.menuList {

}
/*///////////////////////////// Link Formatting /////////////////////////*/

a, v {
	border: 0px;
}
a img { border: 0px; }
v img { border: 0px; }
a {
	color: #D9082B;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #C60928;
	font-weight: bold;	
	text-decoration: none;
}
a:hover {
	color: #FFC601;
	font-weight: bold;	
	text-decoration: none;
}
v {
	color: #C60928;
	font-weight: bold;
	text-decoration: none;
}
v:hover {
	color: white;
	font-weight: bold;	
	text-decoration: none;
}
img {display: block;}