@charset "utf-8";
/* Realty listings Styles */


* { /* below used for turning off all default styles */
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
	text-align: center;
	font-family: "Arial";
	margin-top: 0px;
	background-color:#FFF;
	color: #000;
} 

#site_bg2 {
	position:absolute;
	top:0px; 
	left:0px; 
	width:100%; 
	height:317px;
	background-color:#fff;
	background-image: url(../realty-listings/daniel-weiss/daniel-weiss-top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;

}




a:link, a:visited {
	font-weight: bold;
	color: #BBB071;
	font-variant:normal;
}

a:hover {
	color: #09F;
	background: #FFF;
	font-variant:normal;
}

#wrapper {
    width: 1040px;
    margin: 0 auto; /* needed to center everything on the page */
	background-color:#FFF;
} 

#inner-wrapper { /*needed for background of the content */
	width: 1020;
	margin-left:10px;
}

#top-banner {

	text-align:left;
	margin-bottom: 5px;
}

#top-container {
	width: 1020px;
	margin-top: 325px; /* this to allow for the background image, which is on a different layer to show */
}

#photos-outside{
	float: left;
}

#panos-outside{
	float: right;
}

#photos, #panos {
	width: 500px;
	height: 375px;
}


#bottom-container { /*wrapper below top container*/
	width:1020px;
	float:left;
}

#floorplan-details { /*wrapper for left column of bottom-container */
	float: left;
	width: 600px;
}


#floorplan-outside {
	float:left;
	width: 600px;
}

#floorplan {
	width: 600px;
}

.details {
	float:left;
	width: 590px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	padding: 5px;
	color: #000;
}

.details p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 10px;
	line-height: 120%;
	color: #000;
	
}


h1 {
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:36px;
	color: #000;
}

h3 {
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
}

#map-gallery {  /*wrappre for right column of bottom-containder */
	float:right;
	width:395px;
}

#map, picture-gallery {
	width:395px;
}

#map_canvas {
	width: 393px;
	height: 220px;
}

#picture-gallery {
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.thumbs img{  /* fix this - it needs a border and proper spacing */
	border: 1px solid #A8875B;
	margin: 1px;
}

#floorplan, #map, #panos, #picture-gallery, .details,  #photos {
	border:1px solid #41403B;
}
	

#photos, #panos, #floorplan, #map, #picture-gallery {
	margin-top: 8px;
}

.text-right {
	text-align:right;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 2px;
}
#footer  {
	margin-bottom: 0px;
}
