@charset "utf-8";
/* CSS Document */
* :focus { outline:none }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
}
.floorplanBoxHolder {
	overflow:hidden;
	border:1px solid #000;
	width: 481px;
	height: 586px;
	float:left;
	background:#fff;
	position:relative;
}
.floorplan {
	width: 481px;
	height: 586px;
	float: left;
	background:#fff;
	cursor:move;
}
input[type=button] {
	width: 190px;
}
#floor2, #options2, #floor3, #options3 {
	display: none;
}
.optionHolder {
	padding-left: 5px;
	padding-bottom: 20px;
	float: left;
}

.floorplan img {
	display: none;
	position:relative;
}

.floorplan img.fplanimg {
	display: block;
	position:relative;
	z-index:0;
}
#printButtonHolder {
	width: 190px;
	padding-bottom: 20px;
	text-align:center;
}
.chooseFloor {
	float: right;
	height: 210px;
	width: 200px;
	padding-bottom:20px;
	padding-left: 5px;
	padding-top: 5px;
}
#floorplanWrapper {
	display:table-cell;
	width: 690px;
	background:#ff8e3d;
}

h3 {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
.viewOptionsHolder {
	float: left;
	width: 192px;
	padding-bottom: 14px;
}
.renderings {
	float: left;
	width: 200px;
}
.renderings h3 {
	left: 5px;
}
.renderings img {
	margin-left: 8px;
	cursor:pointer;
	
}
#largerRender {
	display: none;
	position:absolute;
	float:left;
	z-index:99999;
	left: 20px;
	top: 70px;
	background:#000000;
}

.selected_render {
	border: 2px solid #000;
}

#sliderHolder {
	width: 150px;
	padding-left: 15px;
	background: url(../images/slider_bg.gif) no-repeat;
	height: 20px;
	width: 166px;
	
}
#slider {
	margin: 5px;
	position: relative;
	width: 120px;
}

#ifLogo {
	position: absolute;
	z-index:9999;
	top: 560px;
	left: 402px;
}

.mediaImage_r, .mediaImage {
	cursor: pointer;
}
#videoBox {
	display: none;
	position:absolute;
	float:left;
	z-index:200;
	left: 20px;
	top: 70px;
}
