* { margin: 0; padding: 0; border: none; outline: 0; }
body { width: 900px; position: relative; background: #0f2236; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
:focus { outline: 0; }

/* CONTENT RULES */
#property_detail { width: 900px; height: 500px; background: url(../images/property_detail_bg.jpg) no-repeat 0 0; color: #fff; font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; }
	#property_detail ul { padding: 10px 0 0 20px; height: 23px; width: 373px; }
	#property_detail li { margin-right: 10px; float: left; display: inline;}
	#property_detail li a { height: 23px; display: block; text-indent: -9999px; }
	
	a#property_info 				{ width: 106px; background: url(../images/sprite_nav_prop_detail.png) no-repeat 0 0; }
	a#property_info:hover,
	a#property_info.active 			{  background: url(../images/sprite_nav_prop_detail.png) no-repeat 0 -23px; }
	a#property_availability 			{ width: 92px; background: url(../images/sprite_nav_prop_detail.png) no-repeat -116px 0; }
	a#property_availability:hover,
	a#property_availability.active 	{ width: 92px; background: url(../images/sprite_nav_prop_detail.png) no-repeat -116px -23px; }
	a#property_map 				{ width: 128px; background: url(../images/sprite_nav_prop_detail.png) no-repeat -220px 0; }
	a#property_map:hover,
	a#property_map.active 			{ width: 128px; background: url(../images/sprite_nav_prop_detail.png) no-repeat -220px -23px; }
	
	#content_property_info { position: relative; }
		#detail{ padding: 30px 0 0 40px; width: 410px;  float:left; display: inline; }
		#detail  p { margin-bottom: 28px; color: #fff; line-height: 21px; }
		#detail  a { color: #fff; font: 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: underline; }
		#detail  img {margin-bottom: 24px; }
		#image_swap { margin-right: 10px; width: 400px; display: inline; float: right; }
			#large_image { position: relative; }
			#large_image img { margin-bottom: 10px; }	
			#large_image div { height:  266px; width: 400px; position: absolute; background: url(../images/property_detail_overlay.gif) no-repeat 0 0; top: 0; left: 0 }	
			#thumbs img { margin-right: 6px; }	
		#icon {position: absolute; top: 429px; left: 844px;  }
		
	#content_property_map { margin: 5px 20px 0; width: 840px; height: 423px; border: 10px solid #fff; }
	
		.map { color: #00172f; font: 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; }
		.map h1 { margin-bottom: 5px; font-size: 14px; }
		.map p { margin-bottom: 5px; }
		.map img { margin-right: -5px; }
		
/*GLOBAL CLASSES*/
.clear:after { height: 0; display: block; clear: both; visibility: hidden; content: "."; }
.inline_left 		{ display: inline; float: left; }
.inline_right 		{ display: inline; float: right; }
