/* -------------- Red Dot Settings --------------------
   The properties for setting the position of the camera
   icons are now in the index.html file.
-------------------------------------------------------*/
.one { background-image: url(images/bath1.jpg); }

.two { background-image: url(images/bed1.jpg); }

.three { background-image: url(images/bed2.jpg); }

.four { background-image: url(images/bed3.jpg); }

.five { background-image: url(images/courtyard1.jpg); }

.six { background-image: url(images/deck1.jpg); }

.seven { background-image: url(images/deck4.jpg); }

.eight { background-image: url(images/dining1.jpg); }

.nine { background-image: url(images/dining3.jpg); }

.ten { background-image: url(images/ensuite1.jpg); }

.eleven { background-image: url(images/kitchen1.jpg); }

.twelve { background-image: url(images/kitchen2.jpg); }

.thirteen { background-image: url(images/living1.jpg); }

.fourteen { background-image: url(images/living2.jpg); }

.fifteen { background-image: url(images/rear2.jpg); }

.sixteen { background-image: url(images/rear3.jpg); }








/* --------------------------------------------------- */


/* ----------- Floor Plan Image Settings -------------
   Set the path to the floor plan image here, as well
   as its dimensions.
------------------------------------------------------ */   
#floorplan { 
	background-image: url(images/floorplan.jpg);
	width: 421px;
	height: 540px;
}
/* ---------------------------------------------------- */


#content_section {
	width: 300px;
 	height: 225px;
} 

#menu a {
	position: absolute;
	width: 25px;
	height: 24px;
	//top: 31px; 
	text-decoration: none;
	background-image: url(images/spot.png);
}

#menu a:hover {
	background-image: url(images/spot.png);
}
  
#menu a i {  display: none;  }



/* Tag overides */ 
body {
	background-color: #fff;
  	margin: 0px;
  	padding: 0px;	
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-color: #000000;
	font-weight: normal;
	display: inline;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-color: #000000;
	display: inline;
}

h3#title {
	text-align: center;
}

p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-color: #000000;
	margin: 2px;
}

p#instructions {
	text-align: center;

}

i {
	font-style: normal;
}
