html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: url("../images/rvt-gui/bg-info.png") repeat-y scroll 0 0 #C5C4C2;
	background-position:top;
}
ol, ul {
	list-style: none;
	padding:5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	
}

img {
  max-width: 100%;
}

p {
  line-height: 1.2em;
}

#wrapper {
	margin:auto auto;
	margin-top:20px;
  width: 50%;
  text-align: center;
	top: 50%;
	left: 50%;
	background-color:#FFF;
	padding:20px;
	border:5px solid #f1f1f1;
-webkit-box-shadow: 0px 0px 8px rgba(141, 141, 141, 0.6);-moz-box-shadow:    0px 0px 8px rgba(141, 141, 141, 0.6);box-shadow:         0px 0px 8px rgba(141, 141, 141, 0.6);}

h1 {
	font-size: 24px;
	font-weight: bold;	
	margin-top: 0px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 20px;
	font-weight: normal;	
	margin: 5px 0 30px 0;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="button"] {
	background-image: -moz-linear-gradient(left center , rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.5));
    border-radius: 10px 10px 10px 10px;
    height: 60px;
    max-width: 70%;
	min-width: 60%;
	margin-top: 15px;
	color: #fff;
	padding: 12px 10px;
	background: -moz-linear-gradient(
		top,
		#046380 0%,
		#0094B3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#046380),
		to(#0094B3));
	border-radius: 10px;
	font-weight: bold;
	-moz-border-radius: 10px;
	font-size: 14px;
	-webkit-border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(105,105,105,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(105,105,105,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(158,158,158,1);
	cursor: pointer;
}
input[type="button"]:hover {
	background: -moz-linear-gradient(
		top,
		#046380 0%,
		#0094B3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#046380),
		to(#0094B3));			
	cursor: pointer;
}
 input[type="button"]:active {
	background: #0094B3;
}
a {
	color: #424242;
	text-decoration: none;
}
.navContainer {position:fixed;margin-top:160px;display:none;}
.moreInfo {margin:10px;padding:10px 40px;
	background: -moz-linear-gradient(
		top,
		#0094B3 0%,
		#046380);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0094B3),
		to(#046380));
-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
border:2px solid #fff;cursor:pointer;color:#fff; text-decoration:none;font-size:32px;font-weight:700;}

.navButton {background-image:url('../images/rvt-gui/rvtgui-spritesheet.png');width:80px;height:80px;cursor:pointer}

.t360 {background-position:-240px 0px;}
.floorplan {background-position:0px 0px;display:none;}
.slideout {background-position:-80px 0px;display:none;}
.gallery {background-position:-320px 0px;display:none;}
.galleryOn {background-position:-320px -80px;}
.info {background-position:-160px -0px;display:none;}
.infoOn {background-position:-160px -80px;}
.thumbs {background-position:-480px -80px;}
.thumbsOn {background-position:-480px -0px;}
.hide {display:none;}

.mobile .navButton {background-image:url('../images/rvt-gui/rvtgui-spritesheet.png');width:40px;height:40px;cursor:pointer;background-size:auto 80px}

.mobile .info {background-position:-80px -0px;}
.mobile .infoOn {background-position:-80px -40px;}
.mobile .t360 {background-position:-120px 0px;}
.mobile .floorplan {background-position:0px 0px;}
.mobile .slideout {background-position:-40px 0px;}
.mobile .gallery {background-position:-160px 0px;}
.mobile .galleryOn {background-position:-160px -40px;}
.mobile .thumbs {background-position:-240px -40px;}
.mobile .thumbsOn {background-position:-240px -0px;}

#thumbContainer {display:none}