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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: url(/images/bg.jpg) top left repeat-x #080b0f; }
	
h1 { font-size: 160%; font-weight: normal; }

a:link, a:visited { color: #333; }
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 ***/
#shim { 
	width: 100%; 
	height: 15px; 
	background: #fff; }

#wrapper { 
	width: 914px; 
	margin: 0 auto; }


	/*** BANNER STYLES ***/
	#banner { 
		display: block; 
		width: 914px; 
		height: 100px; 
		background: url(/images/banner.jpg) no-repeat; }
	
	
	/*** HEADER STYLES ***/
	a#header { 
		display: block; 
		width: 914px; 
		height: 180px; 
		background: url(/images/header.jpg) no-repeat; }


	/*** NAV STYLES ***/
	ul#nav { 
		height: 35px; 
		list-style: none; }
	
		ul#nav li { 
			float: left; 
			height: 35px; }
			
			* html ul#nav li { margin: 0 0 -2px 0; } /* IE6 FIX */
			
			
	/*** CONTENTWRAPPER STYLES ***/		
	#contentWrapper { 
		width: 894px;
		padding: 10px;
		background: #fff; }
		
		
		/*** SIDEBAR STYLES ***/
		#sidebar { 
			float: left; 
			width: 267px; }
			
			#contentWrapper.advancedListing #sidebar { width: 200px; }
			
			#sidebar a:link, 
			#sidebar a:visited { 
				display: block; 
				margin: 0 0 10px 0; }
			
			#contentWrapper.advancedListing a { margin: 0; }
				
			#sidebar #featuredListing { 
				display: block; 
				width: 241px; 
				height: 131px;
				margin: 0 0 10px 0;
				padding: 6px 26px 0 0;
				text-align: right;
				background: url(/images/featuredlisting_bg.jpg) no-repeat; }
				
				#sidebar #featuredListing img { border: 2px solid #fff; }
		
		
		/*** CONTENT STYLES ***/	
		#content {
			float: left;
			width: 595px;  
			padding: 10px 15px; 
			text-align: left; }
			
			#contentWrapper.advancedListing #content { 
				width: 894px; 
				padding: 10px 0; }
						
			#content table { width: 100%; }
			
			#listingContent { width: 684px; }
			
			* html #listingContent { width: 678px; } /* IE6 FIX */
			
			#listingContent #slideshowContainer #defaultSlideshow ul { width: 285px; }
			
				#content ul,
				#content ol { margin: 0 0 5px 16px; }
				
					#content ul li,
					#content ol li { margin: 0 0 5px 0; }
				
					#content ul ul,
					#content ol ol { margin: 5px 0 0 16px; }
					
					
				#sidebar ul,
				#sidebar ol { margin: 0; }
				
					#sidebar ul li,
					#sidebar ol li { margin: 0; }

			
	
		
/*** FOOTER STYLES ***/
#footer { 
	display: block; 
	width: 854px; 
	height: 106px; 
	margin: 0 auto;
	padding: 12px 30px 0 30px;
	font-size: 80%;
	text-align: left;
	background: url(/images/footer_bg.jpg) no-repeat; }

	
	/*** POWEREDBY STYLES ***/
	#footer p.poweredby { 
		float: right; 
		margin: 4px 0 0 0; 
		text-align: right; }
	
		#footer p.poweredby a { margin: 0 0 0 10px; }



/*** 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%; }