* {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

body {
	font-family: Arial,sans-serif;
	font-size: 12px;	
	color: #525252;
	background-color:#fff;
	text-align: left;
}

img, fieldset {
	border:0;
}

/*Standards compliant float clearers*/
#popsubhdr:after, #popnav:after, .vrlinks:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*Explorer float clearers*/
div {display: inline-block;}

/*\*/
* html div {height: 1%;}
div {display: block;}
/**/

/*Generic tag styles*/
a {
	color: #000;
	text-decoration: none;	
}
	
a:hover{
	text-decoration: underline;
}

h2 {
	font-size:14px;
	margin: 0 0 7px;
}

/*Image replacements*/
.logo {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	line-height:0;
	background-repeat:no-repeat;
}

.logo { overflow:hidden; }
/**/

/*Layout*/
#pophdr {
	padding:0;
	background: url(pop_bg_hdr.gif) repeat-x top;
}

#pophdr .logo {
	width:100%;
	height:32px;
	background: url(pop_logo.gif) no-repeat 0 0;
}

#popbod {
	padding: 0 10px 10px;
}

#popsubhdr {
	padding: 8px 0 0;
	position:relative;
	border-bottom:1px solid #ddd;
	margin: 0 0 10px;
}

#poptitle, #popnav {
	padding:0 0 6px;
}

#poptitle {
	width:60%;
}

#popnav {
	position:absolute;
	bottom:0;
	right:0;
	width:40%;
	text-align:right;
	white-space:nowrap;
	height:auto;
}

#poptitle h1 {
	margin:0;
	padding:0;
	font-size:16px;
}

#poptitle h1 strong {
	color:#5f5f5f;
}

#poptitle h1 span {
	color:#36c;
}

#popnav ul {
	float:right;
}

#popnav li {
	float:left;
	display:inline;
	margin: 0 0 0 8px;
	font-size:11px;
	line-height:13px !important;
}

#popnav li a {
	padding: 0 0 0 15px;
	color:#919191 !important;
	white-space:nowrap;
	display:block;
}

#popnav li a, #popnav li a:hover {
	background-repeat:no-repeat;
	background-position: 0 0;
}

#popnav li a:hover {
	text-decoration:none;
	color:#000 !important;
}

/*Nav Icons*/

#wrap {
	width:100%;
	margin:0 auto;
}

#tour {
    float:left;
    width:332px;
    }
#buttons {
    margin-left:333px;
    }
    
li.closer a {
	background: transparent url(icon_close_off.gif) no-repeat;
	font-size: 10px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	padding:0 0 0 12px;
	margin:0;
}
	
li.closer a:hover {
	background: url(icon_close_on.gif) no-repeat;
	color: #000;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	padding:0 0 0 12px;
	margin:0;
}

li.large a {
	background: transparent url(icon_large_off.gif) no-repeat;
	font-size: 10px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	padding:0 0 0 12px;
	margin:0;
}
	
li.large a:hover {
	background: url(icon_large_on.gif) no-repeat;
	color: #000;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	padding:0 0 0 12px;
	margin:0;
}

li.small a {
	background: transparent url(icon_close_off.gif) no-repeat;
	font-size: 10px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	padding:0 0 0 12px;
	margin:0;
}
	
li.small a:hover {
	background: url(icon_close_on.gif) no-repeat;
	color: #000;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
	padding:0 0 0 12px;
	margin:0;
}

	
	li.close a {
		background-image: url(icon_close_off.gif);
	}
	
	li.close a:hover {
		background-image: url(icon_close_on.gif);
	}

.vrview applet {
	display:block;
}

.vrlinks {
	padding: 0 0 7px;
	list-style-type:none;
	line-height:27px !important;
}

.vrlinks a {
	background: #e7e7e7;
	border-top:1px solid #d7d7d7;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid #d7d7d7;
	padding:3px 5px;
	color:#555;
}

.vrlinks a:hover {
	background: #eee;
	color:#3366cc;
	border-top:1px solid #d7d7d7;
	border-right:2px solid #3366cc;
	border-bottom:2px solid #3366cc;
	border-left:1px solid #d7d7d7;
	text-decoration:none;
}

p.vrinstruct {
	clear:both;
	border-top:1px solid #ddd;
	padding: 10px 0 0 0;
}

#footer {
	margin: 0 0 0 10px;
	font-size:10px;
	color:#aaa;
	padding:2px 0 0 0;
}

