body {
	margin: 0px;
}

/* main parent div */
#container {
	width: 100%;
	height: 99%;
	position: absolute;	
	border: 0px solid orange;
}

/* div for the top banner area */
#banner_div {
	width: 100%;
	height: 93px;
	position: relative;
	border: 0px solid red;
	display: block;
}

/* div for all links, actions, etc on the left */
#left {
	width: 174px;
	position: absolute;
	border: 0px solid red;
}

/**************************************/
/* all elements on the left hand menu */
/**************************************/

/* div to hold the whole navigation area */
#actions {
	width: 174px;
	position: relative;
	border: 0px solid red;
	margin-left: 1px;
	margin-top: 20px;
}

/* div to hold the list of all available scenes for the slideshow */
#scenes_div {
	height: 145px;
	width: 140px;
	position: relative;
	border: 0px solid orange;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 10px;
	overflow: auto;
	overflow-x: hidden;	
}

/* div to hold the button container */
#options_div {
	height: 40%;
	position: relative;
	border: 0px solid red;
	padding-top: 10px;
	text-align: center;
}

/* div to hold the buttons */
#buttons_div {
	padding-top: 5px;
	text-align: center;
}

#buttons_div img {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#map_link {
	display: inline;
}

#audio_div {
	width: 174px;
	height: 30px;
	position: relative;
	border: 0px solid red;
	display: block;
	text-align: center;
	overflow: hidden;
}

#audioplayer {
	margin-top: 5px;
	overflow: hidden;
}

#copyright {
	position: relative;
	border: 0px solid green;
	margin-left: 1px;
	margin-top: 3px;
	text-align: center;
	font-family: 'Century Gothic', Sans-serif;
}

#copyright a {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
}

/**************************************/
/* all elements for the picture area  */
/**************************************/

/* container div for the picture area */
#media {
	left: 180px;
	position: absolute;
	border: 0px solid blue;
}

/* divs to actually hold the image */
#img_div {
	border: 0px solid blue;
}
#current_slide {
	margin-top: 5px;
	/*border: 1px solid black;*/
}

/**************************************/
/* all popups, hovers, etc			  */
/**************************************/
	
#resize_floater {
	position: absolute;
	z-index: 20;	
	color: #BA3B3E;
	border: 0px solid green;
	opacity: .75;
	filter: alpha(opacity=75);
}

#resize_floater img {
	border: 0px;
	width: 31px;
	height: 31px;
}

#contact_floater {
	width: 450px;
	height: 180px;
	z-index: 20;
	position: absolute;
	border: 1px solid #555555;
	font-family: Verdana;
	font-size: .8em;
	color: white;
	background-color: #746F6C;
	visibility: hidden;
	padding: 3px;
}

#contact_floater p {
	left: 8px;
	top: 47px;
	height: 117px;
	width: 435px;
	position: absolute;
	overflow: auto;
}

/* make all links for the realtor's email, etc white */

#contact_data a {
	color: #FFFFFF;
}

#description_floater {
	width: 450px;
	height: 230px;
	z-index: 20;
	position: absolute;
	border: 1px solid #555555;
	font-family: Verdana;
	font-size: .8em;
	color: white;
	background-color: #746F6C;
	visibility: hidden;
	padding: 3px;	
}

#description_floater p {
	left: 8px;
	top: 47px;
	height: 174px;
	width: 435px;
	position: absolute;
	overflow: auto;
}

#description_data a {
	color: #FFFFFF;
}

/* the actions div on the left gets an image with these 2 classes */
.bottom_image {
	padding: 0px;
}
.top_image {
	padding: 0px;
}

/* any text to put in the actions div */
.header_text {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	display: inline;
}

/* each link to a room is the class when inactive */
.item_text {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-decoration: none;	
	padding-left: 5px;
	width: 90%;
}

/* each link to a room is the class when active */
.active_item_text {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 0px;
	text-decoration: none;
	width: 90%;
}

.banner_img {
	border: 0px;
}

/*------ */

#text_holder {
	position: absolute;
	z-Index: 4;
	opacity: .75;
	filter: alpha(opacity=75);	
	background-color: #555555;
	height: 23px;
	overflow: hidden;
	padding: 0px;
}

#text_holder .room_name {
	display: inline;
	float: left;

	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
		
	margin-top: 0px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#text_holder .navigation {
	float: right;
	font-family: Verdana;
	font-size: 16px;	
	color: #ffffff;
}
#text_holder .navigation a {
	text-decoration: none;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}