/* Container */
#Container {
	padding: 140px 0px 0px 0px !important;
	
	/* Fixes IE 6 fixed positioning bug */
	padding-top: 20px; 
}
#map {
	width: 400px; 
	height: 300px;
	float: right;
	border: solid 1px #333;
	margin: -59px 0px 10px 10px;
}
#Content img#DeveloperLogo {
	float: left;
	margin: 0px 10px 0px 0px;
}
#Content h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}
#Content h3 {
	color: #324258;
	margin: 0px 0px 5px 0px;
}
#Content h4 {
	display: none;
}
#Content h4.show {
	display: block;
	position: absolute;
	top: 325px;
	right: 158px !important;
	white-space: nowrap;
	color: #324258;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	
	/*Fix IE 6*/
	right: 170px;
}
#Content ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#Content ul li {
	margin: 0px 0px 5px 0px;
}
#Content ul li strong {
	width: 80px;
	display: block;
	float: left;
	color: #324258;
}
#Content {
	width: 785px !important;
	padding: 0px 0px 10em 165px !important;
	
	/* Fix IE 6 */
	_position: absolute; 
	_top: 20px;
	_right: 0px;
	padding: 0px 0px 8em 0px;
}
ul#InfoTabs {
	position: absolute;
	top: 67px;
	left: 166px !important;
	margin: 0px;
	padding: 0px;
	z-index: 105;
	
	/* IE6 Fix */
	left: 0px;
}
ul#InfoTabs li {
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#InfoTabs li a {
	display: block;
	width: 83px;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #878787;
	text-decoration: none;
	padding: 5px 0px 0px 17px;
}
ul#InfoTabs li#DevInfo a {
	color: #333;
}
ul#InfoTabs li#SuiteInfo a {
	width: 170px;
	padding: 5px 0px 0px 15px;
}
ul#InfoTabs li#PRInfo a {
}
ul#InfoTabs li a:hover {
	color: #333;
}
#DeveloperInfo, #ShowSuiteInfo, #PRContactInfo {
	width: 336px;
	height: 184px;
	position: absolute;
	top: 65px;
	left: 166px !important;
	overflow: hidden;
	padding: 40px 18px 15px 18px;
	
	/* IE6 Fix */
	left: 0px;
}
/* Make Notes */
ul#InfoTabs li#Notes {
	display: none;
}
#DeveloperInfo {
	background: url(/images/backgrounds/box_developer_info.gif) no-repeat left top;
	z-index: 100;
}
#ShowSuiteInfo {
	background: url(/images/backgrounds/box_showsuite_info.gif) no-repeat left top;
	z-index: 99;
}
#PRContactInfo {
	background: url(/images/backgrounds/box_prcontact_info.gif) no-repeat left top;
	z-index: 98;
}
div.Info {
	width: 321px;
	height: 184px;
	overflow: auto;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#ListingSpecs {
	width: 751px;
	height: auto !important;
	min-height: 130px;
	background: url(../images/backgrounds/listing_spec_bg.jpg) no-repeat left top;
	padding: 12px 25px 0px 25px;
	margin: 0px 0px 10px 0px;
	
	/* IE6 Fix */
	height: 130px;
}
#ListingSpecs h3 {
	margin-bottom: 10px;
}
#ListingSpecs ul {
	width: 405px;
	height: auto !important;
	min-height: 178px;
	float: left;
	background: url(../images/backgrounds/listing_spec_divider.jpg) no-repeat right top;
	padding: 0px 10px 0px 0px;
	
	/* IE6 Fix */
	height: 178px;
}
#ListingSpecs ul li {
	clear: both;
}
#ListingSpecs ul li strong {
	color: #6D76B3;
	width: 150px;
}
#ListingSpecs ul li span {
	display: block;
	width: 255px;
	height: auto;
	float: left;
}
#ListingSpecs div.Info {
	width: 300px;
	height: 180px;
	float: right;
	padding: 0px 5px 0px 0px;
}

/************************************
	SideBar
*************************************/
#SideBar {
	width: 150px;
	overflow: hidden;
}
#SideBar #Snav li ul li {
	width: 148px;
}

/* Footer */
#Footer {	
	/* IE 6 Fixes */
	_left: -165px;
}
