/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: #fff; }
	
h1 {
	float: left;
	display: block;
	width: auto;
	height: 53px;
	margin: 0 0 10px 0;
	padding: 0 235px 0 0;
	font-size: 120%; 
	font-weight: normal;
	text-transform: uppercase;
	line-height: 48px;
	text-decoration: underline;
	background: url(/images/title_bg.png) center right no-repeat; }
	
	* html h1 { background: url(/images/title_bg.gif) center right no-repeat; } /* IE6 FIX */

a:link, a:visited { color: #006666; }
a img { border: none; }

p { margin-bottom: 16px; }

/*** PNG HACK ADDED FOR ADVANCED LISTINGS DEC 15/08 ***/
img, div, input { behavior: url("iepngfix.htc") }


/************* STRUCTURE STYLES ***/
#splash { width: 826px; margin: 0 auto; }

#wrapper { 
	width: 950px; 
	margin: 0 auto; 
	padding: 0 50px; 
	background: url(/images/bg.jpg) top center no-repeat #fff; }

	
	/*** HEADER STYLES ***/
	#header { 
		display: block; 
		width: 900px; 
		height: 272px;
		margin: 0 0 0 25px; 
		background: url(/images/header_bg.jpg) top left no-repeat; }
	
	
	/*** NAV STYLES ***/
	#nav { 
		height: 61px;
		margin: 0 0 0 25px; 
		list-style: none; }
	
		#nav li { float: left; }
		
	
	/*** CONTENT STYLES ***/
	#content { 
		width: 860px; 
		min-height: 100px;
		padding: 20px;
		margin: 0 0 0 25px;
		text-align: left;
		background: url(/images/content_bg.jpg) top left no-repeat; }
		
		* html #content { height: 100px; } /* IE6 FIX */
		
		#content table { width: 100%; }
			
			#content table td { padding: 5px 5px 5px 0; }
			
			#content table h1 {
				float: none;
				display: block;
				width: auto;
				height: auto;
				margin: 0 0 10px 0;
				padding: 0;
				font-size: 120%; 
				font-weight: normal;
				text-transform: uppercase;
				line-height: 18px;
				text-decoration: underline;
				background: none; }
				
				* html h1 { background: none; } /* IE6 FIX */
				
				
			#content table img { padding: 1px; }
		
	
	/*** FOOTER STYLES ***/
	#footer { 
		padding: 50px 0 10px 0; 
		font-size: 90%; }
	
		#footer p { margin: 0 0 4px 0; }



#listingContent { width: 650px; }

#listingContent #slideshowContainer #defaultSlideshow ul { width: 290px; }



/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
